.section-heading {
    position: relative;
}
.section-heading .image img {
    width: 100%;
}
.section-heading-content {
    text-align: center;
    background-color: #f2f4f5;
    padding: 100px 0 150px;
}
.sc-bg-gray {
    background-color: #f2f4f5;
}
.banner-page-content.t-white .heading-title {
    color: #fff;
}
.banner-page-content.t-white .heading-des {
    color: #eee;
}
.box-num {
    background-color: #c40030;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-weight: 600;
    text-align: center;
}
.svg-heading {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.heading-title {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
}
.heading-des {
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #999;
    margin-top: 10px;
    line-height: 1;
}
.heading-des strong {
    color: #fff;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
}
.heading-content {
    margin-bottom: 30px;
    text-align: center;
}
.section-dark p.note {
    margin-top: 30px;
    color: #aaa;
}
.section-dark p.note strong {
    color: #fff;
}
.col-inner {
    padding: 0 10px;
    margin: 10px 0;
}

.box-i {
    margin-bottom: 10px;
    height: 80px;
}
.box-i.image img {
    height: 65px;
}
.col-inner i {
    font-size: 60px;
    color: #c40030;
    display: inline-block;
}
.col-inner h3 {
    font-size: 30px;
}
.col-inner h4 {
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #777;
    margin: 15px 0 20px;
}
.col-inner h4 span.txt-sm {
    font-size: 20px;
}
.col-inner a.btn {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 22px;
    padding-right: 15px;
    color: #c40030;
    position: relative;
}
.col-inner a.btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    border-top: 3px solid #c40030;
    border-left: 3px solid #c40030;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
}
.box-i i.ic-call {
    font-size: 50px;
    padding-top: 5px;
}
.box-i i.ic-send {
    padding-top: 5px;
    font-size: 70px;
}
.box-i i.ic-contact {
    font-size: 55px;
    padding-top: 8px;
}
.heading-content-des {
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #777;
    margin-top: 15px;
}
.heading-content-des strong {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    color: #222222;
}
.heading-content .heading-h1 {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
}
html[lang="en"] .heading-content .heading-h1 {
    font-family: 'nissanBrandBold', 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
}
.section-heading .heading-title {
    font-size: 60px;
}
.section-col a.btn-more {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #c40030;
    position: relative;
    padding-right: 15px;
    margin-top: 20px;
    display: inline-block;
}
.section-col a.btn-more:after {
    content: '';
    border-top: 3px solid #c40030;
    border-left: 3px solid #c40030;
    top: 12px;
}
html[lang="en"] .section-col a.btn-more:after {
    position: relative;
    top: 0;
}
.section-col a.btn-more:hover {
    color: #222;
}
.section-col a.btn-more:hover:after {
    border-top: 3px solid #222;
    border-left: 3px solid #222;
}
.section-bank .col-inner {
    direction: ltr;
    unicode-bidi: bidi-override;
    margin-bottom: 50px;
}
.image-logo,
.text-logo {
    vertical-align: middle;
    display: inline-block;
}
.image-logo {
    max-width: 70px;
    margin-right: 20px;
}
.text-logo h3 {
    margin-bottom: 8px;
}
.text-logo h4 {
    margin: 5px 0;
}
.text-logo h4 strong {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    color: #222222;
}
.text-logo h4 a {
    position: relative;
}
.text-logo h4 a:hover:after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
}
p.note {
    font-size: 12px;
    color: #aaaaaa;
    font-style: normal;
    margin-top: 10px;
}
p.note strong {
    color: #222222;
    font-weight: 600;
}
ul.note {
    padding-left: 20px;
}
.section-content .list li ul.note > li,
ul.note > li {
    color: #aaaaaa;
    font-size: 12px;
    list-style: disc;
    margin-bottom: 0;
}
.section-table {
    margin-bottom: 30px;
}
.section-table table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.section-table table thead tr th {
    padding: 15px 20px;
    background-color: #222222;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.section-table table thead tr th:first-child,
.section-table table thead tr th:nth-child(2),
.section-table table.tbl-service thead tr th:nth-child(3) {
    text-align: left;
}
.section-table table tbody tr td {
    padding: 16px 20px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #333;
    background-color: #fafafa;
    text-align: center;
    width: 17%;
}
.section-table table tbody tr td:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 40px;
    background: #fafafa;
}
.section-table table tbody tr td:last-child:after {
    right: 0;
    content: "";
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 40px;
    background: #fafafa;
}
.section-table table tbody tr td:first-child {
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    text-align: left;
    width: 32%;
}
.section-table table tbody tr td:first-child {
    padding-right: 40px;
}
.section-table table tbody tr td p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}
.section-table table tbody tr:last-child td {
    border-bottom: 0;
}
.chk {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.chk:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    border-top: 2px solid #222;
    border-left: 2px solid #222;
    display: inline-block;
    width: 8px;
    height: 18px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    visibility: visible;
}
.section-dark {
    background-color: #222;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 140px;
}
.section-dark .svg-top {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    z-index: 5;
}
.section-dark .btn {
    width: 100%;
    max-width: 200px;
}
.section-dark .heading-title {
    color: #fff;
}
.section-table table.tbl-download tbody tr td:nth-child(2) {
    width: 40%;
    text-align: left;
    min-width: 250px;
}
.section-table table.tbl-download tbody tr td {
    width: 20%;
    background-color: #fff;
}
.section-table table.tbl-download tbody tr.top_row td {
    background-color: #fafafa;
}
.section-table table.tbl-download tbody tr td i.ic-download {
    color: #c40030;
    font-size: 20px;
}
.section-faq .accordion-section-title.active:after,
.tabs-content .accordion-section-title.active:after {
    top: 35px;
}

/* FAQ */

.section-faq {
    width: 100%;
    background-color: #f2f4f5;

    margin: 0 auto;
}
.link-blank {
    color: #222;
    position: relative;
    display: inline-block;
}
.link-blank:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
    opacity: 0;
}
.link-blank:hover:after {
    opacity: 1;
}
.link-blank:hover {
    color: #222;
}
.section-faq-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.accordion-section {
    border-bottom: 1px solid #ddd;
}
.accordion-section-content {
    padding: 0 50px 25px 0px;
    display: none;
    font-size: 15px;
    line-height: 1.8;
    color: #777777;
}
.accordion-section-title {
    position: relative;
    width: 100%;
    padding: 25px 50px 22px 0px;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #222;
    display: inline-block;
    transition: all linear 0.15s;
}
.accordion-section-title:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 30px;
    border-top: 3px solid #c40030;
    border-left: 3px solid #c40030;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    visibility: visible;
}
.accordion-section-title.active,
.accordion-section-title:hover,
.accordion-section-title:focus {
    color: #222222;
}
.accordion-section-title.active:after {
    color: #c40030;
    top: 25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion-section-content ul {
    padding-left: 0;
}
.txt-dark {
    color: #222;
}
.txt-red {
    color: #c40030;
}
a.link-tel {
    cursor: auto;
}
.accordion-section-content .txt-dark {
    color: #222;
    text-decoration: underline;
}
.accordion-section-content ul > li {
    position: relative;
    margin: 5px 0 10px;
    padding-left: 15px;
}
.accordion-section-content ol > li {
    margin: 5px 0 15px;
}
.accordion-section-content strong {
    font-weight: 600;
    color: #222222;
}
.accordion-section-content ul > li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #c40030;
    border-radius: 50%;
}
.accordion-section-content a {
    color: #c40030;
}
.accordion-section-content a:hover {
    text-decoration: underline;
}
.accordion-section-content ol {
    padding-left: 20px;
}
.accordion-section-content ol > li {
    list-style: decimal;
}
.accordion-section-content ul > li > li {
    margin-bottom: 20px;
}
.link-support {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.link-support .image {
    max-width: 180px;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}
.link-support .image i {
    font-size: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.link-none {
    cursor: auto;
}
.link-support:hover .image i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.link-support .image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.link-support:hover .image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.link-support h3 {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-top: 10px;
}
.banner-page-content.page-support {
    height: calc(100% - 10%);
    text-align: center;
    color: #fff;
}
.banner-page-content.page-support .heading-h1 {
    font-size: 60px;
    color: #fff;
}
.heading-title-faq h3 i {
    color: #c40030;
    position: absolute;
    left: 0;
    font-size: 40px;
}
.heading-title-faq h3 {
    padding-left: 60px;
    position: relative;
}

/* Input Suggestion */
.search-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.input-with-suggestion {
    position: relative;
    z-index: 2;
}
.input-with-suggestion .suggestion {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 75px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-top-color: #f9f9f9;
    margin-top: -1px;
}
.input-with-suggestion .suggestion .sg-inner {
    padding: 30px 40px 20px;
    max-height: 50vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.input-with-suggestion.filled input {
    color: #111;
}
.input-with-suggestion .clear-value {
    /*display: none;*/
    height: 100%;
    width: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}
.input-with-suggestion .clear-value:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'iconbkkmenu';
    content: "\e931";
    font-size: 19px;
    line-height: 1;
    color: #ddd;
}
.suggestion ul {
    padding-right: 20px;
    margin-bottom: 20px;
}
.suggestion ul:last-child {
    margin-bottom: 0;
}
.suggestion ul li {
    display: block;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.suggestion ul li a {
    display: block;
    font-weight: 600;
    padding: 9px 30px;
}
.suggestion ul li.selected,
.no-touch .suggestion ul li:hover {
    color: #ce0626;
}
.suggestion ul li.selected {
    font-weight: 600;
}
.suggestion ul li.optgroup {
    position: relative;
    cursor: default;
    font-size: 12px;
    color: #888;
    background: none !important;
    margin-bottom: -1px;
    padding-top: 0;
    padding-bottom: 6px;
    padding-left: 15px;
}
.suggestion ul li.optgroup:hover {
    color: #888;
}
.suggestion ul.sg-results-message {
    padding: 0 15px 20px;
    margin-bottom: 0;
}
.suggestion ul.sg-results-message li {
    background: none !important;
    display: block;
    padding: 0;
    border: 0;
    color: #aaa;
    line-height: 1;
}
.search-form .icw-input input {
    position: absolute;
    z-index: 3;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 24px;
}
.input-search {
    position: relative;
    height: 90px;
}
.input-search .action {
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 0;
    color: #eee;
    z-index: 4;
}
.input-search .calltoaction {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 45px;
    color: #aaa;
    font-weight: 600;
    border: 0;
    background-color: transparent;
}
.calltoaction i {
    font-size: 20px;
}
.input-search:after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

/* End Input Suggestion */
.section-dark a.btn-more {
    color: #fff;
}
.section-dark a.btn-more:after {
    content: '';
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    top: 15px;
}
.col-inner i.ic-transfer-car {
    font-size: 80px;
}
.col-inner h3 {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
}
.mfp-support {
    background-color: #ffffff;
    opacity: 1 !important;
}
.modal-support {
    position: relative;
    margin: 0 auto;
}
.modal-support .mfp-close {
    width: 30px;
    height: 30px;
    opacity: 1;
    top: 20px;
    right: 10px;
    color: #888;
    text-align: center;
    font-size: 0;
    line-height: 42px;
}
.modal-support .mfp-close:before,
.modal-support .mfp-close:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 30px;
}
.modal-support .mfp-close:before {
    border-top: 2px solid #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.modal-support .mfp-close:after {
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-support .modal-content {
    padding: 100px 0;
}
.mfp-support .mfp-container {
    border-top: 5px solid #c40030;
}
.modal-support .title-popup {
    font-size: 30px;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}
.modal-support .des-popup {
    font-size: 26px;
    color: #c40030;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.mfp-support .mfp-content {
    vertical-align: top;
}
.mfp-support .mfp-content ul li,
.mfp-support .mfp-content ol li,
.mfp-support .mfp-content p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #777777;
    margin-bottom: 5px;
}
.mfp-support .mfp-content p strong {
    font-weight: 600;
}
.mfp-support .mfp-content ul.note li {
    font-size: 12px;
    color: #aaaaaa;
}
.mfp-support .mfp-content ul,
.mfp-support .mfp-content ol {
    padding-left: 20px;
}
.mfp-support .mfp-content ul > li {
    list-style: disc;
}
.mfp-support .mfp-content ol > li {
    list-style: decimal;
}
.modal-support .modal-content .image-logo {
    margin-bottom: 10px;
}
.section-faq {
    padding-bottom: 80px;
}
.modal-support .modal-content .col-inner {
    padding: 0 20px;
}
a.link-bank {
    color: #222;
    border-bottom: 1px solid #222;
}
.section-table table.tbl-service tbody tr td {
    color: #777;
    text-align: left;
}
tr.top_row td {
    font-weight: 600;
}

/* TABLE */
#flip-scroll {
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#flip-scroll2 {
    width: 100%;
    min-height: .01%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* insurance */
.section .action {
    margin-top: 50px;
}
.section .sc-img {
    margin-bottom: 30px;
}
.section .contact {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    margin: 10px 0;
    font-size: 22px;
}
.action .note {
    font-size: 14px;
}
.col-inner .lists {
    margin-top: 30px;
}
.col-inner .lists li {
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
}
.col-inner .lists li:before {
    content: "\e935";
    font-family: 'iconissan' !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}
button.btn-more:disabled {
    background-color: #999;
    cursor: auto;
}
.section-two-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.insurance-company-wrapper {
    width: 100%;
    margin-top: 50px;
    text-align: left;
    font-size: 0;
}
.company-logo {
    width: 20%;
    display: inline-block;
    padding: 0 20px;
    margin: 20px 0;
}
.insurance-company-wrapper .company-logo img {
    width: 190px;
    margin: 0 auto;
    display: block;
}
.insurance-company-wrapper .company-logo img.logo-color {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.insurance-company-wrapper .company-logo img.logo-hover {
    opacity: 1;
    height: auto;
}
.insurance-company-wrapper .company-logo:hover img.logo-hover {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.insurance-company-wrapper .company-logo:hover img.logo-color {
    opacity: 1;
    height: auto;
}
.section.no-bt {
    padding-bottom: 0;
    margin-top: 20px;
}
.section-two-columns {
    display: table;
}
.section-two-columns .column {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
}
.section-two-columns .column .details {
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    padding-left: 50px;
    padding-bottom: 20px;
}
.section-two-columns .column .details span {
    margin: 0 0 0 50px;
}
.section-two-columns .column .details .detail {
    margin-bottom: 35px;
    position: relative;
}
.section-two-columns .column .details .detail i {
    color: #c40030;
    font-size: 30px;
    position: absolute;
    top: -5px;
}
.heading-line {
    border-bottom: 2px solid #333;
    font-size: 30px;
    padding-bottom: 10px;
}
.section-content .list,
.modal-support .list {
    margin: 20px 0 40px 20px;
}
.section-content .list li,
.modal-support .list li {
    font-size: 16px;
    margin-bottom: 10px;
    list-style-type: disc;
    line-height: 1.4;
}
.tbl-popup {
    width: 100%;
    max-width: 500px;
    border: 1px solid #aaa;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.tbl-popup tr td {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 10px 20px;
    text-align: center;
    color: #777;
}
.tbl-popup tr:first-child td {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #333333;
}
.tbl-popup tr:last-child td {
    border-bottom: 0;
}
.tbl-popup tr td:last-child {
    border-right: 0;
    min-width: 200px;
}
.modal-content p.note {
    font-size: 12px;
}
.tbl-conter thead tr td:last-child {
    border-right: 1px solid #aaa;
}
.tbl-conter thead tr:nth-child(2) td {
    border-bottom: 1px solid #aaa;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #333333;
}
.tbl-conter tbody tr:first-child td {
    border: 1px solid #aaa;
    font-family: Helvetica, Arial, sans-serif;
    color: #777;
    font-size: 14px;
}
.title-list {
    font-size: 26px;
    color: #c40030;
}
.tab-content .list {
    margin: 10px 0 40px 20px;
}
.tabs {
    margin-bottom: 30px;
}
.tabs li {
    display: inline-block;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #222;
    margin: 10px 20px 7px 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
.tabs li:hover,
.tabs li.active {
    color: #c40030;
    border-bottom: 3px solid #c40030;
}
.tab-content {
    height: 0;
    overflow: hidden;
}
.tab-content.active {
    height: 100%;
}
.div-lfaq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.section-lfaq .col-left,
.section-lfaq .col-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-lfaq .col-right {
    min-height: 600px;
}
.section-lfaq .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.section-lfaq .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.lfag-inner {
    padding-left: 30px;
}
.tabs-menu li {
    color: #222;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 5px 0;
    cursor: pointer;
}
.heading-title-faq {
    margin-bottom: 10px;
}
.heading-title-faq h3 {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
}
.tabs-menu li:hover,
.tabs-menu li.active {
    color: #c40030;
}
.tabs-content {
    height: 0;
    overflow: hidden;
}
.tabs-content.active {
    height: 100%;
}
.banner-page .image .svg-bottom.banner {
    display: none;
}
.banner-page .image {
    position: relative;
}
ul.col-level-2 {
    padding-left: 30px;
}
ul.col-level-2 li {
    list-style-type: disc;
}
ol.col-level-3 {
    padding-left: 60px;
}
ol.col-level-3 li {
    list-style-type: decimal !important;
}
.no-style li {
    list-style: none !important;
}
.tbl-content {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background: #fff;
}
.tbl-content tr td {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 5px 20px;
    vertical-align: text-top;
}
.tbl-content tr td:last-child {
    text-align: right;
    width: 30%;
    max-width: 200px;
}
.sc-table {
    margin: 0 0 40px;
    border-top: 1px solid #ddd;
}
.sc-table .title-list {
    font-size: 22px;
    background-color: #fafafa;
    color: #222;
    padding: 12px 20px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.bl-title {
    background-color: #222;
    color: #fff;
    font-size: 24px !important;
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 15px !important;
    padding-right: 20px;
}
.list-item {
    text-align: center;
}
.list-item .item {
    width: calc(100% / 3 - 3px);
    display: inline-block;
    vertical-align: text-top;
    height: 170px;
}
.section-tabs {
    overflow: scroll;
}
.list-chained li {
    position: relative;
    padding-left: 60px;
    margin: 0;
    float: left;
    width: 100%;
    font-size: 16px;
    padding-bottom: 4rem;
}
.list-chained li:before {
    content: '1';
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 2px solid #c40030;
    border-radius: 50%;
    outline: #fff solid 3px;

}
.list-chained li:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 12px;
    border-left: 4px solid #c40030;
}
.list-chained li:before,
ol li:before {
    line-height: 24px;
    color: #c40030;
    font-size: .875em;
    top: 3px;
    font-family: 'nissanBrandBold', 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 15px;
    left: 0;
    z-index: 1;
    text-align: center;
}
.list-chained li:nth-child(2):before {
    content: '2';
}
.list-chained li:nth-child(3):before {
    content: '3';
}
.list-chained li:nth-child(4):before {
    content: '4';
}
.list-chained li:nth-child(5):before {
    content: '5';
}
.list-chained li h3 {
    line-height: 1;
    margin: 0px 0 10px;
}
.sc-list-chained {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.list-chained:after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.list-chained li:last-child {
    padding-bottom: 0;
}
.list-chained li:last-child:after {
    border-color: transparent;
}
.sc-list-chained {
    margin-top: 40px;
}
.sc-add {
    margin-top: 10px;
}
.add-title {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    color: #c40030;
    cursor: pointer;
    margin-bottom: 10px;
}
.add-title:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 6px;
    border-top: 2px solid #c40030;
    border-left: 2px solid #c40030;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    visibility: visible;
}
.add-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}
.active .add-content {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.active .add-title:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
.section-content ol.list li {
    list-style: decimal;
}
.table {
    width: 100%;
    max-width: 800px;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    margin: auto;
    text-align: left;
    color: #999;
}
.table tr {
    border-bottom: 1px solid #eeeeee;
}
.table thead tr {
    background: #222;
}
.table th {
    font-size: 26px;
    font-weight: normal;
    height: auto;
    padding: 10px 30px 10px 30px;
    border-right: 1px solid transparent;
    white-space: nowrap;
    color: #fff;
}
.table td {
    border-right: 1px solid transparent;
    font-size: 26px;
    padding: 20px 30px 20px 30px;
    position: relative;
    white-space: nowrap;
    line-height: 1.4;
}
.table td:last-child,
.table th:last-child {
    border-right: 1px solid #ccc;
}
.table td.bg-gray { 
    background-color: #fafafa; 
    padding: 10px 30px 10px 30px;
}
.table .ct-right {
    text-align: right;
}
.table .ct-normal {
    font-family: 'DBHelvethaicaXMedv', Helvetica, Arial, sans-serif;
    font-size: 24px;
}
.table .image { width: 35px; margin-right: 20px; }

@media screen and (max-width: 1024px) {
    .svg-heading {
        height: 60px;
    }
    .section-heading-content {
        padding: 100px 0;
    }
    .section-dark {
        padding-top: 100px;
    }
    a.link-tel {
        cursor: pointer;
    }
}

@media screen and (max-width: 1023px) {
    .section-heading-content {
        padding: 50px 0 80px;
    }
    .svg-heading {
        height: 40px;
    }
    .accordion-section-title {
        font-size: 22px;
    }
    .accordion-section-content ul,
    .accordion-section-content ol,
    .accordion-section-content p {
        font-size: 14px;
    }
    .section-heading .heading-title,
    .banner-page-content.page-support .heading-h1 {
        font-size: 45px;
    }
    .section-table table tbody tr td {
        width: 100%;
    }
    .section-table table tbody tr td:first-child {
        width: 100%;
        min-width: 250px;
    }
    .section-table table.tbl-service tbody tr td:first-child,
    .section-table table.tbl-download tbody tr td:first-child {
        min-width: 0;
        width: 15%;
    }
}

@media screen and (max-width: 991px) {
    .company-logo {
        width: 33.3333333%;
    }
    .section-two-columns .column {
        width: 100%;
        display: block;
    }
    .section-two-columns .column .details {
        padding-left: 0;
        padding-top: 30px;
    }
    .section-two-columns .column .details .detail {
        margin-bottom: 20px;
    }
    .modal-service .container {
        padding: 0;
    }
    .modal-service .tbl-download.tbl-service td:nth-child(3),
    .modal-service .tbl-download.tbl-service th:nth-child(3) {
        display: table-cell;
    }
    .modal-service .tbl-download.tbl-service td:first-child,
    .modal-service .tbl-download.tbl-service th:first-child,
    .tbl-download td:first-child,
    .tbl-download th:first-child,
    .tbl-download td:nth-child(3),
    .tbl-download th:nth-child(3) {
        display: none;
    }
    .section-table table.tbl-download tbody tr td:nth-child(2),
    .section-table table.tbl-download tbody tr td {
        width: auto;
        min-width: 0;
    }
    .section-table table thead tr th,
    .modal-service .section-table table.tbl-download.tbl-service th {
        font-family: Helvetica, Arial, sans-serif;
        padding: 15px 15px;
        font-size: 16px
    }
    .modal-service .section-table table.tbl-download.tbl-service td {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        width: auto;
        padding: 10px 15px;
        font-weight: normal;
    }
    .section-table table tbody tr td:last-child:after {
        opacity: 0;
    }
    .col-inner h3 {
        font-size: 26px;
    }
    .col-inner h4,
    .heading-content-des,
    .col-inner .lists li {
        font-size: 22px;
    }
    .banner-page .svg-bottom {
        height: 50px;
    }
    .banner-page-content {
        height: calc(100% - 50px);
    }
    .section-dark .svg-top {
        height: 50px;
    }
    .section-dark {
        padding-top: 80px;
    }
    .tabs-menu li {
        font-size: 25px;
    }
    .tbl-download tr.top_row td:first-child {
        display: table-cell;
        padding: 16px 20px;
    }
    .section-table table tbody tr.top_row td:first-child:before {
        width: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-page-content.t-white .heading-des {
        color: #222;
    }
    .section-tabs .sc-table {
        width: 800px;
    }
    .section-tabs {
        margin-bottom: 30px;
    }
    .banner-page-content .heading-h1 {
        font-size: 40px;
    }
    .banner-page-content {
        position: relative;
        padding: 50px 0 20px;
        text-align: center;
    }
    .heading-des {
        font-size: 22px;
    }
    .banner-page .svg-bottom {
        height: 40px;
    }
    .banner-page-content.t-white .heading-title {
        color: #222;
    }
    .banner-page-content .heading-title {
        font-size: 40px;
    }
    .banner-page-content.page-support {
        position: absolute;
    }
    .section-lfaq .col-left,
    .section-lfaq .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-lfaq .col-right {
        border-left: 0;
        padding-left: 15px;
        padding-top: 40px;
    }
    .lfag-inner {
        padding: 0 10px;
    }
    .section-lfaq .col-left {
        padding: 0;
    }
    .section-lfaq .container {
        padding: 0 15px;
    }
    .section-lfaq .select_tab {
        padding: 0 0;
    }
    .section-lfaq .bootstrap-select > .btn.btn-default,
    .section-lfaq .bootstrap-select > .btn.btn-default.disabled {
        background-color: #f2f4f5;
        padding: 16px 20px 10px;
    }
    .section-lfaq button.dropdown-toggle:after {
        border-top: 3px solid #c40030;
        border-left: 3px solid #c40030;
        top: 25px;
        right: 25px;
        margin: 0;
        width: 10px;
        height: 10px;
    }
    .section-lfaq .filter-option {
        color: #333;
        font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    }
    .section-lfaq .dropdown-menu {
        color: #777;
        background-color: #f2f4f5;
    }
    .heading-title-faq h3 {
        font-size: 35px;
    }
    .section-lfaq .dropdown-menu > li > a:hover,
    .section-lfaq .dropdown-menu > li > a:focus {
        background-color: #ebebeb;
    }
    .section-lfaq .dropdown-menu ul li a span {
        color: #777;
    }
    .section-lfaq .open > .dropdown-menu {
        height: auto;
    }
    .section-lfaq .dropdown-menu ul li a span {
        font-size: 22px;
    }
    .section-lfaq .dropdown-menu > li > a {
        padding: 9px 15px;
    }
    .list-item .item {
        width: calc(100% / 2 - 2px);
    }
    .link-support {
        margin-top: 0;
    }
    .hidden-767 {
        display: none;
    }
    .table td,
    .table td.bg-gray,
    .table th { padding: 10px; }
    .table th,
    .table td { font-size: 22px; }
    .table .image { width: 30px; margin-right: 12px; }
}

@media screen and (max-width: 480px) {
    .company-logo {
        width: 50%;
    }
}