.section-checkout-step_01 {
    background: #F6FCFC;
    padding: 100px 0;
}

.content-ckeckout .your-choice {
    padding: 20px;
    background: #E6F4F8;
    border-radius: 15px;
    margin-bottom: 40px;
}

.title-checkout {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.list-package {
    margin-bottom: 50px;
}

.list-package .item-package .custom-control {
    margin-right: 0;
    padding: 0;
    width: 100%;
}

.list-package .item-package .custom-control label.custom-control-label {
    padding: 30px 20px 40px;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
}

.list-package .item-package .custom-control label.custom-control-label .month {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 25px;
}

.list-package .item-package .custom-control label.custom-control-label .price {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.discount {
    background: #E7F5F9;
    padding: 5px 20px;
    display: inline-block;
    color: var(--color-main);
    margin-bottom: 15px;
    border-radius: 5px;
}

.list-package .item-package .custom-control label.custom-control-label .description {
    line-height: 25px;
}

.list-package .item-package .custom-control label.custom-control-label::before {
    left: 20px;
    top: 33px;
    border: 3px solid #DEDEDE;
}

.list-package .item-package .custom-control-input:checked ~ .custom-control-label::before {background: var(--color-main);border: 2px solid #9BF6F5;}
.item-email-fb-gg .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.item-email-fb-gg .info .form-email-checkout .form-group {
    width: 450px;
}

.item-email-fb-gg .info .form-email-checkout .form-group input.form-control {
    height: 55px;
    font-size: 16px;
    border-radius: 5px;
    border-color: #707070;
}

.item-email-fb-gg .info  .btn-login-face-google>span {
    width: 215px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #7E7E7E;
}
.item-email-fb-gg .info .btn-login-face-google>span.google {
    border: 1px solid #EBEBEB;
    background: var(--white);
}

.item-email-fb-gg .info .btn-login-face-google>span.google img {
    height: 36px;
    margin-right: 10px;
}

.item-email-fb-gg .info .btn-login-face-google>span.facebook {
    background: #1877F2;
    color: #fff;
    margin-right: 15px;
}

.item-email-fb-gg .info .btn-login-face-google>span.facebook i {
    font-size: 34px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.item-email-fb-gg>p {
    color: #7E7E7E;
}

.item-email-fb-gg {
    margin-bottom: 60px;
}

.content-ckeckout .list-bank>ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
    border: 0;
    margin-bottom: 30px !important;
}

.content-ckeckout .list-bank>ul>li {
    padding-left: 7.5px;
    padding-right: 7.5px;
    flex: 0 0 20%;
    max-width: 20%;
}

.content-ckeckout .list-bank>ul>li>a {
    height: 90px;
    background: #fff;
    border: 1px solid #D5D5D5 !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}

.content-ckeckout .list-bank>ul>li>a>img {
    height: 30px;
}

.content-ckeckout .list-bank>ul>li>a.active {
    border-color: var(--color-main) !important;
}

.content-ckeckout .list-bank>ul>li>a:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-color: #fff;
    border: 3px solid #DEDEDE;
    border-radius: 50%;
}

.content-ckeckout .list-bank>ul>li>a.active:before {
    background: var(--color-main);
    border-color: #9BF6F5;
}
.list-package .item-package .custom-control-input:checked ~ .custom-control-label {
    border-color: var(--color-main);
}

.list-package .item-package .custom-control-input:checked ~ .custom-control-label {
    border-color: var(--color-main);
}

.list-bank .tab-content .info-item-bank .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.list-bank .tab-content .info-item-bank .name-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.list-bank .tab-content .info-item-bank .name-price .name {
    color: var(--color-main);
    font-weight: 700;
}

.list-bank .tab-content .info-item-bank .name-price .price {
    margin-bottom: 0;
}

.list-bank .tab-content .info-item-bank .name-price span.price-amount.price-ole {
    text-decoration: line-through;
    margin-right: 30px;
    font-weight: 400;
}

.list-bank .tab-content .info-item-bank .name-price span.price-amount {
    font-weight: 700;
}

.select-nation .custom-select {
  position: relative;
  padding: 0;
  width: 240px;
  height: 60px;
  border: 0;
  line-height: 60px;
  padding: 0 5px 0 15px;
  text-align: right;
}

.select-nation .custom-select select {
  display: none; 
}

.select-nation .select-selected {background: var(--white);}

.select-nation .select-selected:after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  top: 30px;
  font-weight: 400;
  position: absolute;
  right: 5px;
}


.select-nation .select-selected {
  color: #00172E;
  cursor: pointer;
  user-select: none;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding: 0 25px;
}

.select-nation .select-items {
  position: absolute;
  background-color: var(--white);
  top: calc(100% + 1px);
  right: -20px;
  z-index: 99;
  border-radius: 5px;
  left: 0;
}

.select-nation .select-hide {
  display: none;
}
.info-item-bank .domain {
    margin-bottom: 20px;
}

.info-item-bank .select-nation {
    border: 1px solid #dddd;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.info-item-bank .select-nation .custom-select,.info-item-bank .select-nation .custom-select .select-selected {
    background: none;
}

.info-item-bank .select-nation>span {
    flex: 0 0 100px;
}

.select-nation .select-items>div {
    font-size: 16px;
    padding: 0 10px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.select-nation .select-items>div:last-child {
    border-bottom: 0;
}

.info-item-bank  .item-bottom {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-item-bank .item-bottom.item-fax, .info-item-bank .discount-code {
    padding-bottom: 30px;
    border-bottom: 1px dashed #707070;
}

.info-item-bank .item-bottom.item-price-all span.price-amount.price-discount {
    text-decoration: line-through;
    margin-right: 25px;
}

.info-item-bank .item-bottom.item-price-all span.price-amount.price-one {
    font-size: 24px;
}

.info-item-bank .item-bottom.item-price-all {
    margin-bottom: 10px;
}

.info-item-bank .discount-code {
    margin-bottom: 20px;
}
.info-item-bank p.note {
    line-height: 24px;
}

.list-bank .tab-content .item-order-review {
    box-shadow: 1px 1px 4px rgb(0 0 0 / 11%), 1px 1px 4px rgb(0 0 0 / 14%);
    background: var(--white);
    padding: 15px;
    border-radius: 20px;
}

.list-bank .tab-content .item-order-review .img {
    position: relative;
    padding-top: 64%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.list-bank .tab-content .item-order-review .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-bank .tab-content .item-order-review .title-Pay {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    align-items: flex-end;
}

.list-bank .tab-content .item-order-review .note p>img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.list-bank .tab-content .item-order-review .note p {
    font-size: 14px;
}

.list-bank .tab-content .item-order-review .title-Pay span.price {
    font-size: 24px;
}
.list-bank .tab-content .item-order-review .btn-pay a {
    display: block;
    width: 100%;
    height: 65px;
    background: var(--color-main);
    text-align: center;
    border: 1px solid var(--color-main);
    border-radius: 12px;
    line-height: 63px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}
.list-bank .tab-content .info-item-bank p.slogan {
    margin-bottom: 35px;
}
.list-bank .tab-content .item-order-review .btn-pay a:hover {
    background: none;
    color: var(--color-main);
}
@media (min-width: 1200px){
    .list-bank .tab-content .info-item-bank {
        padding-right: 60px;
    }
}
.list-package>.row {
    margin-right: -10px;
    margin-left: -10px;
}

.list-package>.row>div {
    padding-right: 10px;
    padding-left: 10px;
}
.info-item-bank .form-card {
    padding-bottom: 15px;
    border-bottom: 1px dashed #707070;
    margin-bottom: 15px;
}

.info-item-bank .form-card .form-group .form-control {
    border-color: var(--color-main);
    border-radius: 10px;
    height: 56px;
    font-size: 16px;
}
