/* Header */

.header-calculator {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 905;
    width: 100%;
    height: 85px;
    transition: 0.3s all;
    background-color: #222222;
}

.header-calculator .logo-main {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 117px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.container-barmenu {
    height: 100%;
}

.barmenu {
    height: 100%;
}

.heading-cal {
    color: #fff;
    line-height: .8;
}


/* Main */

.main-calculator {
    width: 100%;
    height: 100vh;
    padding-top: 85px;
    min-height: calc(660px + 85px);
}

.car-preview,
.car-choose {
    float: left;
}

.car-preview {
    position: relative;
    background: url(../img/bg-preview-car.jpg) #fff center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 74.6666667%;
    height: 100%;
}

.summary .car-preview {
    background: url(../img/bg-cal-summary.jpg) #fff center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.result .car-preview {
    width: 100%;
}

.car-choose {
    background: url(../img/bg-bottom-choose.png) #fff bottom right;
    background-repeat: no-repeat;
    width: 25.3333333%;
    height: 100%;
    overflow: hidden;
}

.summary .car-choose {
    background: url(../img/bg-bottom-choose.png) #ea212e bottom right;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.summary .car-choose:before {
    content: '';
    background: url(../img/bg-summary-top.jpg) #ea212e top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
}

.obj-car {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 12vh;
}

.obj-car > img {
    height: 46vh;
    min-height: 320px;
}

.obj-list-txt {
    position: absolute;
    z-index: 1;
    bottom: 2vh;
    width: 100%;
}

.obj-list-txt-inner {
    width: 85.7142857%;
    margin: 0 auto;
}

.obj-list {
    border-bottom: 4px solid #fff;
    background-color: #fff;
    width: calc(100% / 3 - 20px);
    min-height: 250px;
    float: left;
    padding: 25px 25px 15px;
    margin: 0 10px;
    position: relative;
}

.obj-list:hover,
.obj-list.active {
    border-bottom: 4px solid #ea212e;
}

.obj-list-txt-inner:after,
.obj-bottom-col:after,
.bar-choose:after,
.list-choose-inner:after,
.section-result-top:after,
.main-calculator.summary:after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.obj-list:last-child .obj-content {
    padding-top: 45px;
}

.obj-content {
    text-align: center;
    height: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

.obj-bottom {
    border-top: 1px solid #eeeeee;
    padding: 15px 0 0;
    height: 70px;
    position: absolute;
    width: calc(100% - 50px);
    bottom: 15px;
}

.obj-bottom-col {
    display: block;
}

.obj-bottom .obj-bottom-col:first-child {
    color: #222222;
}

.obj-bottom .obj-bottom-col:nth-child(2) {
    color: #999999;
}

p.txt-price {
    font-size: 20px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    width: 30%;
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 25px;
}

h4.txt-num {
    font-size: 18px;
    float: right;
    line-height: 25px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.txt-bath {
    font-size: 20px;
    padding-left: 5px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
}

.type-car {
    font-size: 18px;
    margin-bottom: 10px;
}

.type-cc {
    font-size: 26px;
    line-height: 1.2;
}

.type-cc span {
    font-size: 24px;
    margin-left: 5px;
}

.type-percent {
    font-size: 50px;
}

.type-percent span {
    margin-left: 5px;
    font-size: 24px;
}

.txt-money {
    font-size: 20px;
    margin-bottom: 10px;
}

.txt-month {
    margin-top: 10px;
}

.bar-choose {
    border-bottom: 1px solid #dddddd;
    transform: skew(-25deg) rotate(0deg);
    -webkit-transform: skew(-25deg) rotate(0deg);
    -moz-transform: skew(-25deg) rotate(0deg);
    margin: 0 -15px;
}

.list-bar-choose {
    width: 22%;
    float: left;
    text-align: center;
    background-color: #f2f4f5;
    color: #dddddd;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    display: block;
}

.list-bar-choose a {
    display: block;
}

.list-bar-choose:hover,
.list-bar-choose.select {
    background-color: #ea212e;
    color: #fff;
}

.list-bar-choose.step {
    background-color: #222222;
    color: #fff;
}

.list-bar-choose:first-child,
.list-bar-choose:last-child {
    width: 28%;
}

.list-bar-choose:last-child a .list-bar-choose-inner {
    padding: 20px 20px 20px 0;
}

.list-bar-choose:first-child a .list-bar-choose-inner {
    padding: 20px 0 20px 20px;
}

.list-bar-choose-inner {
    padding: 20px 0;
    transform: skew(25deg) rotate(0deg);
    -webkit-transform: skew(25deg) rotate(0deg);
    -moz-transform: skew(25deg) rotate(0deg);
}

.list-choose {
    height: 100%;
    padding: 50px 0 200px;
}

.list-choose h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.list-choose-item {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 15px 30px;
    position: relative;
    cursor: pointer;
}

.list-choose-item:nth-child(odd) {
    padding: 10px 10px 30px 30px;
}

.list-choose-item:nth-child(even) {
    padding: 10px 30px 30px 10px;
}

.list-choose-inner {
    height: 50vh;
    overflow-x: scroll;
}

.check-hover {
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #ea212e;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}

.check-hover:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    visibility: visible;
    margin: 0 0 0 5px;
    position: absolute;
    top: 7px;
    right: 11px;
}

.list-choose-item:hover .check-hover {
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    opacity: 1;
}

.list-choose-action {
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.list-choose-action:before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    top: -170px;
    z-index: 5;
    pointer-events: none;
    left: 0;
    visibility: visible;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.list-choose-item-row {
    padding: 0 30px;
    position: relative;
}

.list-choose-item-row .check-hover {
    right: 30px;
    top: 35%;
}

.list-choose-item-row:hover,
.list-choose-item-row.active {
    background-color: #f2f4f5;
}

.list-choose-item-row:hover .check-hover,
.list-choose-item-row.active .check-hover {
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    opacity: 1;
}

.choose-item-row-inner {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.choose-item-row-inner h3 {
    padding-right: 50px;
    font-size: 28px;
    margin-bottom: 10px;
}

.choose-item-row-inner h3 span {
    font-size: 18px;
}

.choose-item-row-inner h4 {
    font-size: 18px;
}

.choose-item-row-inner h4 span {
    font-size: 20px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    margin: 0 10px 0 5px;
}

.btn-cal span {
    padding-left: 25px;
}

.btn-cal:before {
    position: absolute;
    top: 2px;
    font-family: 'icomitsu';
    content: "\e92b";
}

.list-summary {
    border-bottom: 1px solid #e5859c;
    position: relative;
}

.list-summary:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
    margin: 0 0 0 5px;
    position: absolute;
    top: 45%;
    right: 55px;
}

.list-summary a {
    display: block;
    padding: 25px 50px;
}

.list-summary h3 {
    margin-bottom: 0;
    font-size: 36px;
}

.list-summary span {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.list-summary-top {
    margin-bottom: 10px;
}

.sc-model {
    background-color: #fff;
    border-radius: 25px;
    width: auto;
    padding: 0 10px;
    height: 24px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #222222;
    display: inline-block;
}

.sc-txt-model,
.sc-hover-model {
    display: inline-block;
}

.sc-hover-model {
    margin-left: 5px;
    position: relative;
}

.sc-hover-txt {
    background-color: rgba(0, 0, 0, 0.8);
    width: 150px;
    text-align: center;
    padding: 10px 5px;
    font-size: 11px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 990;
    top: -58px;
    left: -72px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.arrow-hover-txt {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 48px;
    left: 72px;
}

.sc-hover-model:hover .sc-hover-txt,
.sc-hover-model:focus .sc-hover-txt {
    display: block;
    opacity: 1;
}

.txt-model {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #e5859c;
}

.main-result {
    background: url(../img/bg-result.jpg) #fff top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/* Result */

.section-result {
    width: 100%;
    max-width: 840px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-result-top {
    background-color: #222222;
    color: #fff;
    padding: 19px 30px;
}

.section-result-top h4 {
    float: left;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.section-result-top .sc-model {
    float: right;
}

.txt-red h2 {
    color: #ea212e;
    font-size: 40px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
font-weight:700;
}

.section-result-content {
    background-color: #fafafa;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 70px;
}

.result-content-preview {
    padding: 30px 0 0;
}

.preview-detail {
    width: 50%;
    max-width: 300px;
    padding-right: 5%;
}

.preview-image {
    width: 50%;
    max-width: 360px;
    margin: 0 0 0 auto;
}

.preview-detail h3 {
    margin: 10px 0;
    font-size: 35px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
font-weight:700;
}

.preview-detail h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'KanitMedium', Helvetica, Arial, sans-serif;
}

.preview-detail h4.last-price {
    font-size: 24px;
    margin-top: 20px;
}

.preview-detail h4.last-price span {
    font-size: 16px;
}

.list-preview-detail {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.list-preview-car {
    margin-bottom: 20px;
}

.list-preview-detail .col-left,
.list-preview-detail .col-right {
    width: calc(100% / 2 - 2px);
    display: inline-block;
}

.list-preview-detail .col-left {
    text-align: left;
    color: #999999;
}

.list-preview-detail .col-right {
    text-align: right;
}

.list-preview-detail .col-left h4 {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #999999;
}

.list-preview-detail .col-left p {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
}

.list-preview-detail .col-left p span {
    font-size: 18px;
}

.list-preview-detail .col-right h3 {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
font-weight:700;
    font-size: 28px;
}

.list-preview-detail .col-right h3 span,
.list-preview-detail .col-right h2 span {
    font-family: 'KanitMedium', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.list-preview-detail.border-none {
    border-bottom: 0;
}

.txt-red {
    color: #ea212e;
}

.result-content-form {
    border-top: 1px solid #b9b9b9;
    background-color: #fafafa;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 50px;
}

.result-content-form .preview-detail h2 {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
}

.result-content-form .preview-detail h4 {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-top: 5px;
}

.form-result input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 3px;
}

.form-result .icw-input {
    padding: 10px 0;
}

.result-content-form-top {
    padding: 10px 50px 20px;
}

.result-content-form-top h2 {
    margin-bottom: 5px;
}

.result-content-form-top .preview-detail {
    padding-left: 5%;
    padding-right: 0%;
}

.time-countdown > div {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    color: #ea212e;
}

.time-countdown > div.txt-hour {
    font-size: 24px;
    color: #222222;
}

.time-countdown i {
    color: #ea212e;
    font-size: 15px;
}

.txt-offer {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    margin-top: 40px;
    margin-bottom: 0;
}

.result-content-form-countdown {
    text-align: center;
    margin-top: 30px;
}

.result-content-form-countdown .btn {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px;
}

.form-result .icw-input input[type="text"],
.form-result .icw-input input[type="email"],
.form-result .icw-input input[type="password"],
.form-result .icw-input input[type="file"],
.form-result .icw-input input[type="tel"] {
    background-color: #fff;
}

.link-back,
.link-again {
    position: relative;
    font-size: 16px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    padding-left: 20px;
    color: #222;
    margin: 0 10px;
}

.link-back:before {
    content: '';
    border-top: 3px solid #222222;
    border-left: 3px solid #222222;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    margin: 0 0 0 5px;
    position: absolute;
    top: 12px;
    left: 0;
}

.link-back:hover,
.link-again:hover {
    color: #ea212e;
}

.link-back:hover:before {
    border-top: 3px solid #ea212e;
    border-left: 3px solid #ea212e;
}

.link-again {
    margin: 5px 30px 0 30px;
    display: inline-block;
}

.link-again i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
}

.content-detail {
    max-width: 400px;
}

.car-swiper {
    position: relative;
}

.btn-bhome {
    margin: 15px 10px 10px;
    width: 100%;
    max-width: 200px;
}

.car-swiper:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.car-swiper:before,
.car-swiper:after {
    content: "";
    display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.header-cal .logo {
    height: 100px;
}

@media screen and (max-width: 1024px) {
    .header-calculator .logo-main {
        max-width: 65px;
        left: 20px;
    }

    .header-calculator {
        height: 60px;
    }

    .heading-cal {
        font-size: 20px;
    }

    .main-calculator {
        padding-top: 60px;
    }

    .car-preview {
        width: 100%;
        height: 50%;
    }

    .obj-car {
        padding-top: 5%;
    }

    .obj-car > img {
        height: 25vh;
        min-height: 0;
    }

    .obj-bottom {
        display: none;
    }

    .obj-list {
        min-height: 0;
        padding: 0;
    }

    .obj-content,
    .obj-list:last-child .obj-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .type-percent,
    .txt-month {
        display: inline-block;
    }

    .type-cc {
        font-size: 23px;
        line-height: 1;
    }

    .type-percent {
        font-size: 35px;
    }

    .car-choose {
        width: 100%;
        height: calc(50%);
        overflow: hidden;
        background: #fff;
    }

    .choose-item-row-inner h3 {
        padding-right: 0px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .list-choose-item-row .check-hover {
        right: 10px;
        top: 10px;
    }

    .list-choose-item-row {
        border: 1px solid #ccc;
        display: inline-block;
        width: calc(100% / 2 - 22px);
        margin: 0 10px;
        padding: 20px 40px;
    }

    .list-choose-inner {
        width: 85%;
        margin: 0 auto;
        height: auto;
    }

    .list-choose-item-row:hover,
    .list-choose-item-row.active {
        background-color: #fff;
    }

    .list-choose-action:before {
        opacity: 0;
    }

    .list-choose-item:nth-child(odd),
    .list-choose-item:nth-child(even) {
        padding: 10px 30px 30px;
    }

    .list-choose {
        padding: 20px 0;
    }

    /* step */
    .list-choose-item {
        width: 100%;
    }

    .list-bar-choose:first-child a .list-bar-choose-inner {
        padding: 20px 0;
    }

    .list-choose-action {
        margin-top: 15px;
    }

    .choose-item-row-inner {
        border-bottom: 0;
    }

    .list-choose-item-row {
        width: 100%;
        padding: 20px 15px;
    }

    .list-choose {
        height: auto;
    }

    .main-calculator.summary {
        height: 100%;
        min-height: 0;
    }

    .summary .car-preview {
        height: 50vh;
    }

    .summary .obj-car > img {
        height: 30vh;
        min-height: 0;
    }

    .summary .list-summary {
        border: 1px solid #e5859c;
        margin: 10px 0 20px;
    }

    .summary .list-choose {
        padding: 50px 0;
    }

    .summary .car-choose {
        height: 100%;
    }

    .result-content-form-top .tb,
    .preview-image,
    .preview-detail {
        display: block;
    }

    .result-content-form-top .preview-image,
    .result-content-form-top .preview-detail {
        width: 100%;
        max-width: inherit;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .result-content-form-top {
        padding: 0px 20px 20px;
    }

    .result-content-form-top .preview-image {
        padding: 0 20px;
    }

    .result-content-form-top .preview-detail {
        text-align: center;
        margin: 30px 0 0;
    }

    .header-cal .logo {
        height: 65px;
    }

    .logo img {
        max-width: 200px;
    }
}

@media screen and (max-width: 1023px) {

    .obj-content,
    .obj-list:last-child .obj-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .list-choose-item-row {
        padding: 20px 30px;
    }

    .type-cc {
        font-size: 26px;
    }

    .type-percent {
        font-size: 40px;
    }

    .obj-car > img {
        height: 30vh;
        min-height: 0;
    }

    .section-result {
        padding-top: 30px;
    }

    .main-result {
        background-size: auto;
    }

    .section-result-content,
    .result-content-form {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 30px 30px;
    }

    .result-content-form {
        background-color: #fff;
        border-top: 0;
        padding: 30px 0;
    }

    .main-calculator {
        min-height: calc(660px + 60px);
    }

    .list-choose {
        padding: 30px 0 0;
    }

    .list-choose-action {
        margin-top: 30px;
    }

    .summary .obj-car {
        padding-top: 10%;
    }

    .summary .car-preview {
        height: 40vh;
    }

    .summary .obj-car > img {
        height: 23vh;
    }

    .summary .list-summary {
        margin: 10px 20px 20px;
    }

    .list-summary a {
        padding: 20px 25px;
    }

    .list-summary:after {
        right: 25px;
    }

    .result-content-form .preview-detail h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {

    .result-content-form-top .tb,
    .preview-image,
    .preview-detail {
        display: block;
        width: 100%;
        max-width: inherit;
    }

    .header-calculator .logo-main {
        width: 15.6%;
        left: 20px;
    }

    .obj-car {
        padding-top: 5vh;
    }

    .obj-car > img {
        height: 22vh;
        min-height: 0;
    }

    .car-preview {
        height: 40vh;
    }

    .type-car {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .type-cc {
        font-size: 14px;
    }

    .obj-list-txt-inner {
        width: 90%;
    }

    .obj-content,
    .obj-list:last-child .obj-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .type-percent {
        font-size: 25px;
    }

    .type-percent span {
        font-size: 14px;
    }

    .txt-money {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .txt-month {
        margin-top: 0px;
        font-size: 14px;
    }

    .obj-list {
        width: calc(100% / 3 - 10px);
        margin: 0 5px;
    }

    /* result */
    .preview-detail h3 {
        font-size: 20px;
        margin: 5px 0;
    }

    .result-content-preview {
        padding: 30px 0;
    }

    .preview-detail h4 {
        font-size: 12px;
        margin-bottom: 5px;

    }

    .list-preview-detail {
        padding: 10px 0;
    }

    .list-preview-detail .col-left h4 {
        font-size: 14px;
    }

    .result-content-form-bottom {
        padding: 0 15px;
    }

    .list-preview-detail .col-left p {
        font-size: 10px;
        margin-top: -5px;
    }

    .list-preview-detail .col-right h3 {
        font-size: 20px;
    }

    .preview-detail h4.last-price {
        font-size: 18px;
    }

    .list-preview-detail .col-right h2 {
        font-size: 28px;
    }

    .list-preview-car {
        margin-bottom: 20px;
    }

    .car-choose {
        height: calc(60vh - 60px);
    }

    .list-choose-inner {
        width: 90%;
    }

    .list-choose {
        padding: 20px 0;
    }

    .list-choose-item:nth-child(odd),
    .list-choose-item:nth-child(even) {
        padding: 10px 25px 30px;
    }

    .title-item {
        font-size: 15px;
        margin-top: 10px;
    }

    .list-bar-choose-inner {
        padding: 10px 0;
    }

    .list-bar-choose:first-child a .list-bar-choose-inner {
        padding: 10px 0;
    }

    .list-choose-item-row {
        padding: 0px 15px;
        margin-bottom: 25px;
        margin-top: 10px;
        display: table;
        width: 100%;
        height: 100%;
        min-height: 100px;
    }

    .choose-item-row-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .list-choose .choose-item-row-inner h3 {
        padding-right: 0px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .choose-item-row-inner h4 {
        font-size: 15px;
    }

    .choose-item-row-inner h4 span {
        font-size: 15px;
    }

    .choose-item-row-inner h4 span:first-child {
        margin: 0 10px 0 0;
    }

    .result-content-form-top .preview-detail {
        padding: 0 20px;
    }

    .form-result .icw-fields .icw-field {
        width: 100%;
    }

    .form-result .icw-input {
        padding: 10px 0;
    }

    .result-content-form-countdown {
        width: 90%;
        margin: 10px auto 0;
    }

    .result-content-form-top h2 {
        font-size: 30px;
    }

    .section-result-top h4 {
        font-size: 20px;
    }

    .section-result-top {
        padding: 18px 15px;
    }

    .logo img {
        max-width: 150px;
    }

    .section-result {
        padding-top: 100px;
    }
}

@media screen and (max-width: 400px) {
    .list-choose h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .list-choose-item:nth-child(odd),
    .list-choose-item:nth-child(even) {
        padding: 10px 25px 25px;
    }

    .list-choose-action .btn {
        padding: 0 20px;
    }

    .list-choose-action .btn.btn-more:after {
        top: 12px;
    }
}
