@charset "UTF-8";

body {
  font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;

  color: #4a4a4a;

  font-weight: normal;
  margin: 0;
}

body.detail {
  padding-top: 45px;
}
.note {font-size: 14px;}
.note p {margin:0px}
.text-italic {font-style: italic;}
.text-left {text-align: left;}
h3.mt-0 {background:#ffefbe;padding:8px 10px;border-radius: 10px; position: relative; font-weight: normal;}
h3 .triangle {display: inline-block;
  vertical-align: middle;
  border-top: solid 15px#ffefbe;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  position: absolute;bottom: -9px;right:10px;
  }
.nav {
  position: fixed;
  height: 45px;
  background: #d54942;
  background: linear-gradient(45deg, #e26f2c 0%, #f06744 100%);
  color: #fff;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 17px;
  font-weight: 500;
  z-index: 5;
}  
/*Tabs*/

.tabs {
  max-width: 800px;

  margin-top: 20px;
}

.tabs input {
  display: none;
}

.tabs input#tab1 + label {
  display: inline-block;

  padding: 6px 0 6px 0;

  margin: 0 -2px;

  width: 50%;

  border: 1px solid #af1e3f;

  color: #af1e3f;

  border-radius: 50px 0px 0px 50px;

  text-align: center;
}

.tabs input#tab2 + label {
  display: inline-block;

  padding: 6px 0 6px 0;

  margin: 0 -2px;

  width: 50%;

  border: 1px solid #af1e3f;

  color: #af1e3f;

  border-radius: 0 50px 50px 0;

  text-align: center;
}

.tabs label:hover {
  cursor: pointer;
}

.tabs input#tab1:checked + label {
  border-width: 1px;

  background: linear-gradient(45deg, #d54942 0%, #af1e3f 100%);

  border-radius: 50px 0px 0px 50px;

  color: #fff;
}

.tabs input#tab2:checked + label {
  border-width: 1px;

  background: linear-gradient(45deg, #d54942 0%, #af1e3f 100%);

  border-radius: 0 50px 50px 0;

  color: #fff;
}

.tabs .content {
  padding-top: 30px;
}

.tabs .content > div {
  opacity: 0;

  transition: opacity 400ms ease-out;

  height: 0;

  overflow: auto;
}

.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4 {
  height: auto;

  opacity: 1;

  transition: opacity 400ms ease-out;
}

.car img,
.taxi img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.top {
  display: inline-block;
  width: 100%;
  position: relative;
}
.banner_taxi {background-size: 100%; height: 600px; background-repeat: no-repeat;}
.banner_taxi1 {background-image: url(../images/banner_car.jpg);}
.banner_taxi2 {background-image: url(../images/banner_taxi.jpg);}
.vietcombank .banner_taxi1 {background-image: url(../images/banner_car.jpg);}
.vietcombank .banner_taxi2 {background-image: url(../images/banner_car.jpg);}
.vietinbank .banner_taxi1 {background-image: url(../images/banner_car.jpg);}
.vietinbank .banner_taxi2 {background-image: url(../images/banner_car.jpg);}
.bidv .banner_taxi1 {background-image: url(../images/banner_car.jpg);}
.bidv .banner_taxi2 {background-image: url(../images/banner_car.jpg);}
.agribank .banner_taxi1 {background-image: url(../images/banner_car.jpg);}
.agribank .banner_taxi2 {background-image: url(../images/banner_car.jpg);}
.vivnpay .banner_taxi1 {background-image: url(../images/banner_car.jpg);}
.vivnpay .banner_taxi2 {background-image: url(../images/banner_car.jpg);}
.btn_back i { background: url(../images/back.svg) no-repeat 0 2px;  width: 10px; height: 20px; display: inline-block;}
.vietcombank .btn_back i { background: url(../images/back_vietcombank.svg) no-repeat 0 2px;}
.vietinbank .btn_back i { background: url(../images/back_vietinbank.svg) no-repeat 0 2px;}
.bidv .btn_back i { background: url(../images/back_bidv.svg) no-repeat 0 2px;}
.agribank .btn_back i { background: url(../images/back_agribank.svg) no-repeat 0 2px;}
.vivnpay .btn_back i { background: url(../images/back_vivnpay.svg) no-repeat 0 2px;}

.vietcombank .top h1, .vietcombank ul.list-dot > li::before {color: #72BF00;}
.vietinbank .top h1, .vietinbank ul.list-dot > li::before {color: #1D82FF;}
.bidv .top h1, .bidv ul.list-dot > li::before {color: #20409A;}
.agribank .top h1, .agribank ul.list-dot > li::before {color: #F9B533;}
.vivnpay .top h1, .vivnpay ul.list-dot > li::before {color: #005AA9;}

.vietcombank h3.mt-0, body.vietcombank .nav {background: #72BF00; color: #fff;}
.vietcombank .btn-primary {background:linear-gradient(120deg, rgba(95, 182, 33, 1) 0%, rgba(0, 124, 48, 1) 100%)}
.vietcombank .tabs input#tab1:checked + label, .vietcombank .tabs input#tab2:checked + label { border-color: #72BF00;background:linear-gradient(120deg, rgba(95, 182, 33, 1) 0%, rgba(0, 124, 48, 1) 100%);color:#fff}
.vietcombank .tabs input#tab1 + label, .vietcombank .tabs input#tab2 + label {color:#72bf00; border-color: #72BF00;}
.vietcombank .step {color:#72bf00; background: url('../images/ic_step_vietcombank.svg') no-repeat 0 0}

.vietinbank h3.mt-0, body.vietinbank .nav {background: #0096db; color: #fff;}
.vietinbank .btn-primary {background:linear-gradient(120deg,#0096db 0,#0066ad 100%)}
.vietinbank .tabs input#tab1:checked + label, .vietinbank .tabs input#tab2:checked + label { border-color: #0096db;background:linear-gradient(120deg,#0096db 0,#0066ad 100%);color:#fff}
.vietinbank .tabs input#tab1 + label, .vietinbank .tabs input#tab2 + label {color:#0066ad; border-color: #0096db;}
.vietinbank .step {color:#0066ad; background: url('../images/ic_step_vietinbank.svg') no-repeat 0 0}

.bidv h3.mt-0, body.bidv .nav {background: #0066ad; color: #fff;}
.bidv .btn-primary {background:linear-gradient(120deg,#00bfae 0,#0066ad 100%)}
.bidv .tabs input#tab1:checked + label, .bidv .tabs input#tab2:checked + label { border-color: #0066ad;background:linear-gradient(120deg,#00bfae 0,#0066ad 100%);color:#fff}
.bidv .tabs input#tab1 + label, .bidv .tabs input#tab2 + label {color:#0066ad; border-color: #0066ad;}
.bidv .step {color:#0066ad; background: url('../images/ic_step_bidv.svg') no-repeat 0 0}

.agribank h3.mt-0, nav {background: #ffefbe;}
.vivnpay h3.mt-0, body.vivnpay .nav {background: #005AA9; color: #fff;}
.vivnpay .btn-primary {background:linear-gradient(120deg,#005AA9 0,#0066ad 100%)}
.vivnpay .tabs input#tab1:checked + label, .vivnpay .tabs input#tab2:checked + label { border-color: #0066ad;background:linear-gradient(120deg,#005AA9 0,#0066ad 100%);color:#fff}
.vivnpay .tabs input#tab1 + label, .vivnpay .tabs input#tab2 + label {color:#0066ad; border-color: #0066ad;}
.vivnpay .step {color:#0066ad; background: url('../images/ic_step_vivnpay.svg') no-repeat 0 0}

.vietcombank h3 .triangle {border-top-color:#72BF00}
.vietinbank h3 .triangle {border-top-color:#0096db}
.bidv h3 .triangle {border-top-color:#0066ad}
.agribank h3 .triangle {border-top-color:#ffefbe}
.vivnpay h3 .triangle {border-top-color:#005AA9}

.btn_back img {
  margin-top: 6px;
}
.txt-center {
  text-align: center;
}

.btn_back {
  top: 0;

  position: absolute;

  width: 32px;

  left: 0;

  text-align: center;

  height: 32px;
}



.back {
  position: fixed;

  height: 45px;

  width: 45px;

  top: 9px;

  right: 0;

  z-index: 5;

  text-align: center;

  vertical-align: middle;

  display: block !important;
}

.middle {
  position: absolute;

  top: 50%;

  width: 100%;
  text-align: center;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

a {
  text-decoration: none;
}

.box-guide {
  max-width: 420px;
  margin: 0 auto;
}

.container {
  padding: 15px;
  background: #fff;
}

.box {
  border-bottom: 1px solid #e2e8ed;

  margin: 0 0 15px;
}

em {
  opacity: 0.75;
}

.top h1 {
  font-size: 18px;

  color: #f9b533;

  margin: 0 0 20px;
}

.top h3 {
  margin: 10px 0;
}

.box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.detail {
  background: #fff;
}

li {
  position: relative;
}

ol {
  padding-left: 12px;

  padding-top: 10px;
  list-style: disc;
}

ol > li {
  margin-bottom: 10px;
}

ul.list-dot {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

ul.list-dot > li {
  margin-bottom: 15px;
}

ul.list-dot > li::before {
  content: "\2022";

  color: #f9b533;

  font-weight: bold;

  display: inline-block;

  width: 1em;

  margin-left: -1em;
}

ul.list {
  list-style: none;
  padding: 0;
  margin: -15px;
}

ul.list li a {
  background-color: #fff;
  padding: 15px 0 15px 15px;
  color: #4a4a4a;
  display: block;
  border-bottom: 1px solid #e2e8ed;
  font-size: 16px;
  padding-right:26px;
  text-align: left;
}

ul.list li a::after {
  background: url(../images/arrow.svg) no-repeat 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.mt-0 {margin-top: 0px;}
h3 {
  font-size: 17px;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

.step {
  background: url(../images/ic_step.svg) no-repeat 0 0;

  padding: 3px 0 20px;

  color: #ae1c3f;

  line-height: 20px;

  text-align: center;

  width: 95px;
}

.step span {
  font-size: 12px;
}

.step strong {
  font-size: 22px;
  display: block;
}

.btn {
  cursor: pointer;

  height: 40px;

  line-height: 40px;

  text-align: center;

  text-decoration: none;

  display: block;

  border-radius: 50px;

  -moz-border-radius: 50px;

  -webkit-border-radius: 50px;
}

.btn-primary {
  background: #d54942;

  background: linear-gradient(45deg, #d54942 0%, #af1e3f 100%);

  color: #fff;

  text-align: center;
}
.row {
  display: inline-block;
  width: 100%;
}

.item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c5c7c9;
}

.col-50 {
  width: 50%;
  float: left;
}

.cont {
  padding-top: 70px;
}

.col-left .cont {
  padding-right: 20px;
}

.col-right .cont {
  padding-left: 20px;
}

.item:nth-child(4) .cont {
  padding-top: 120px;
}

.item:nth-child(6) .cont {
  padding-top: 88px;
}

.item:nth-child(8) .cont {
  padding-top: 40px;
}

.item:nth-child(9) .cont {
  padding-top: 105px;
}
@media (max-width: 1024px) {
  .banner_taxi {height: 480px; }
}
@media (max-width: 768px) {
  .banner_taxi {height: 350px; }
}

@media (max-width: 480px) {
  .banner_taxi {height: 170px; }
  body {
    font-size: 15px;
  }

  .item {
    margin-bottom: 30px;

    padding-bottom: 30px;
  }

  .box-guide {
    padding-top: 10px;
  }

  .item:nth-child(2) .cont {
    padding-top: 50px;
  }

  .item:nth-child(3) .cont {
    padding-top: 50px;
  }

  .item:nth-child(4) .cont {
    padding-top: 90px;
  }

  .item:nth-child(5) .cont {
    padding-top: 50px;
  }

  .item:nth-child(6) .cont {
    padding-top: 60px;
  }

  .item:nth-child(7) .cont {
    padding-top: 30px;
  }

  .item:nth-child(8) .cont {
    padding-top: 20px;
  }

  .item:nth-child(9) .cont {
    padding-top: 70px;
  }
}
@media (max-width: 321px) {
  .banner_taxi {height: 120px; }
}