.pageBanner.pageBanner2.bannerSupport {
    background: url(../img/support-help/banner_image.jpg) no-repeat center center;
    background-size: cover;
    height: 354px;
}

.mainSupport {
    padding: 103px 0px 140px 0px;
}

.formSearch {
    margin-top: 20px;
    position: relative;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.formSearch input, .formSearch input[type="search"] {
    height: 60px;
    font-size: 16px;
    padding: 0px 30px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
}

.formSearch button {
    top: 0px;
    right: 0px;
    height: 60px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    border: none;
    background: no-repeat;
    width: 100px;
}

.formSearch ::placeholder {
    color: rgba(49, 49, 49, 0.6);
}

.formSearch -moz::placeholder {
    color: rgba(49, 49, 49, 0.6);
}

.formSearch -webkit:placeholder {
    color: rgba(49, 49, 49, 0.6);
}

.rowSupport {
    display: flex;
}

.rowSupport .leftColumn {
    width: 72%;
    padding-right: 100px;
}

.rowSupport .rightColumn {
    width: 28%;
}

ul.listSupport {
    list-style: none;
    padding: 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-bottom: 100px;
}

ul.listSupport li {
    width: 33.33%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 60px;
}

ul.listSupport li .iconSupport {
    margin-bottom:25px;
}

ul.listSupport li a {
    display: block;
    padding:30px 10px;
    transition: all ease-in-out 0.5s;
}

ul.listSupport li a:hover {
    background-color: rgba(112, 110, 110, 0.05);
}

ul.listSupport li h4 {
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    color: #313131;
}

.boxQustions .accordion {
    padding-top: 1px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.25);
}

.boxQustions h3 {
    font-size: 26px;
    padding-bottom: 34px;
    padding-left: 60px;
}

.boxQustions .card-header {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.boxQustions .card {
    border: none;
    background-color: transparent;
}

.boxQustions .card-header h4 {
    padding: 25px 90px 25px 60px;
    font-size: 18px;
    position: relative;
    line-height: 25px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
    color: #1654CB;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
}

.boxQustions .card-body {
    font-size: 16px;
    line-height: 23px;
    padding: 25px 80px;
    font-weight: 300;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
}

.boxQustions .card .card-body .card .card-header h4 {
    border:none;
    padding:0px;
}
.boxQustions .card-header h4.collapsed {
    color: #313131;
}

.boxQustions .card-header h4:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 50px;
    top: 50%;
    font-size: 18px;
    color: #1654CB;
    content: "\f054";
    transform: translateY(-50%) rotate(90deg);
    transition: all ease-in-out 0.5s;
}

.boxQustions .card-header h4.collapsed:after {
    color: rgba(49, 49, 49, 0.4);
    transform: translateY(-50%) rotate(0deg);
}

.boxContactDetail {
    padding: 32px;
    font-size: 16px;
    color: #000;
    margin-bottom: 160px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #DCDCDC;
}

.boxContactDetail h3 {
    font-size: 26px;
    padding-bottom: 20px;
}

.boxContactDetail h4 {
    margin: 0px;
    font-size: 18px;
    color: #313131;
    padding-bottom: 7px;
}

.boxContactDetail p {
    padding-bottom: 13px;
}

.boxPersonalized .btn + .btn {
    margin-left: 20px;
}

.boxPersonalized h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px;
    padding-bottom: 25px;
}

.boxFaqTab {
    display: flex;
    padding: 0px 0px 150px 0px;
}

.boxFaqTab ul.nav {
    display: initial;
    width: 190px;
    border: none;
    margin: 0px;
    font-weight: 500;
    padding-right: 30px;
    font-size: 22px;
}

.boxFaqTab .tab-content {
    width: 85%;
    padding: 60px 80px;
    border: 0.5px solid rgba(22, 84, 203, 0.5);
    box-shadow: -0.5px -0.5px 6px rgba(22, 84, 203, 0.15);
}

.boxFaqTab .nav-tabs .nav-link {
    border: none;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
}

.boxFaqTab .nav-tabs .nav-item.show .nav-link, .boxFaqTab .nav-tabs .nav-link.active {
    color: #1654CB;
}

.boxFaqTab ul.nav {
    padding-top: 50px;
}

.boxFaqTab ul.nav li + li {
    margin-top: 20px;
}

.rowTopSection {
    display: flex;
    padding: 60px 0px 50px 0px;
}

ul.listBreadcumb {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
}

ul.listBreadcumb li + li:before {
    content: ">";
    padding: 0px 5px;
    display: inline-block;
    color: rgba(0, 102, 255, 0.8);
}

ul.listBreadcumb li {
    display: inline-block;
}

ul.listBreadcumb li a {
    color: rgba(0, 102, 255, 0.8);
}

.rowTopSection .formSearch {
    margin-top: 0px;
    max-width: 300px;
    margin-left: auto;
    margin-right: 0px;
}

.rowTopSection .formSearch input, .rowTopSection .formSearch input[type="search"] {
    height: 40px;
    font-size: 18px;
    padding: 0px 22px;
}

.rowTopSection .formSearch button {
    height: 40px;
    font-size: 17px;
    width: 60px;
}

.boxQustions .accordion .card-body .accordion {
    border-top: none;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.boxQustions .card .card-body {
    margin-left: 60px;
    margin-right: 60px;
    padding-left:40px;
    padding-right:90px;
}
.boxQustions .card .card .card-header h4:after {
    right:-40px;
}
.boxQustions .card .card-body .card-body {
    border-bottom: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-right:0px;
}
.boxQustions .card .card-body .card-body a, .boxQustions .card .card-body .card-body a span{
    color: #005EA9 !important;
    text-decoration:underline;
}