#make-payment, 
.payment-intro, 
.contact-support, 
#scratch-card-payment, 
.scards-payment-intro,
.cod-payment-intro,
.card-info-instruction, 
.bank-transfer-intro, 
.bank-info, 
.bank-transfer-notes {
	margin: 0;
	padding: 10px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

.bank-info, 
.scards-payment-intro {
	max-width: 840px;
    margin: 0 auto;
}

.contact-support {
	/*background: #f2fcfe;*/
}

.payment-nav {
	font-size: 18px;
    text-align: center;
    padding-top: 10px;
}


.scards-disabled-msg {
    max-width: 540px;
    margin: 20px auto;
    padding: 10px 15px;
    border-radius: 5px;	
    
}

h1 {
	color: #87c52e;
}


/* Payment instructions page */ 
.payment-intro {
	background-color: #fff;
	padding: 10px 0;
}

#make-payment {
	background: #fff;
	color: #111;
}
.payment-method {
	margin: 45px 0 100px; 
}

.method-name {
	margin-bottom: 30px;
	color: #87c52e;
}

.bank-info h2 {
	color: #33abe5; 
	margin-top: 30px;
}

.bank-info li {
	margin-bottom: 10px;
}

.bank-transfer-note {
	margin: 30px 0;
}

.paypal-buttons li {
	display: inline-block;
	width: 30%;
}

#confirm-payment {
	background-color: #f1f1f1;
}

h4 {
	margin-bottom: 10px;
}


.hotline-number {
	color: #00A6E4;
}

.promotion {
    width: 60%;
    margin: 30px auto 60px;
    background: yellow;
    color: #111; 
    
    border-radius: 20px;
    padding: 30px;
    font-size: 2.4rem;
}

.promotion :is(h1, h2, h3, h4), .msg-to-customer :is(h1, h2, h3, h4) {
    margin-top: 0;
}

.promotion .pricing {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	color: #ed473b;
}

.promotion .pricing .promotion-value {
	font-weight: bold;
}

.promotion .reduced-percent {
    font-size: 32px;
    padding: 40px 15px;
    margin: 0 0 20px;
}

.promotion .expiry-time {
	font-size: 1.8rem; 
	color: #111;
	font-style: italic;
}

.promotion .expiry-notice {
	background-color: #fff;
    padding: 10px 0;
    
}

/* Pricing tables */ 
.payment {
  overflow: hidden;
  background-color: #33abe5;
  padding: 3rem;
}
.payment .promotion-msg {
	color: #fff;
    text-align: center;
    font-family: "Roboto-Light";
}

.payment .table {
  overflow: hidden;
  width: 50%;
  padding: 3.6rem;
  margin-top: 2rem; 
  
  /*border: 1px solid green;*/
}
.payment .table:first-child {
  padding-left: 7rem;
}
.payment .table:last-child {
  padding-right: 7rem;
}
.payment .table .cost {
  float: right;
  font-size: 1.6rem;
  font-family: "Roboto-Light";
  background: #33abe5;
  color: #fff;
  padding: 10px;
}
.payment table {
  border-collapse: collapse;
  margin-top: 10rem;
}
.payment table tr td {
  border: none;
}
.payment table tr td p.price {
  margin-top: 70px;
}
.payment table tr td table {
  float: right;
  margin-top: -90px;
}
.payment table tr td table tr .note_save {
  padding: 0;
  width: 140px;
}
.payment table tr td table tr .note_month {
  padding-bottom: 0px;
  /*
  padding-top: 2px;
  padding-right: 0px;
  padding-left: 15px;*/
}
.payment table tr td table tr td {
  background-color: white;
  text-align: right;
}
.payment table tr td table tr td big {
  color: black;
  font-size: 17pt;
}
.payment table tr td table tr td:first-child p.month_1 {
  text-align: right;
  color: black;
  padding: 8px;
}
.payment table tr td table tr td p.save {
    color: #fa5b0f;
    font-size: 1.6rem;
}
.payment table tr td table tr td:last-child p.month_1 {
  font-size: 1.6rem;
  font-family: "Roboto-Regular";
}
.payment table tr td table tr td:last-child p.month_3 {
  text-align: right;
  background: #33abe5;
  color: #ffffff;
  padding: 10px;
  width: 154px;
  float: right;
  font-size: 1.6rem;
  font-family: "Roboto-Regular";
  border-radius: 3px;
}

.payment table tr td table tr td:last-child p.month_6 {
  text-align: right;
  background: #87c52e;
  color: #ffffff;
  padding: 10px;
  width: 154px;
  float: right;
  font-size: 1.6rem;
  font-family: "Roboto-Regular";
  border-radius: 3px;
}

.payment table tr td table tr td:last-child p.month_12 {
  text-align: right;
  background: #fa5b0f;
  color: #ffffff;
  padding: 10px;
  width: 154px;
  float: right;
  font-size: 1.6rem;
  font-family: "Roboto-Regular";
  border-radius: 3px;
}

.payment table tr td table tr td:last-child p.month_1 strong,
.payment table tr td table tr td:last-child p.month_3 strong,
.payment table tr td table tr td:last-child p.month_6 strong, 
.payment table tr td table tr td:last-child p.month_12 strong {
  font-size: 2rem;
}

.payment .table .cost.express strong {
	font-size: 2rem;
}
.payment table tr:nth-child(even) {
  background-color: #f2fcfe; /*#DFDDDF;*/
}
.payment table tr:nth-child(odd) {
  background-color: white;
}
.payment table tr td {
  padding: 1.3rem 1rem 2.5rem 2rem;
}
.payment table th {
  padding: 2rem;
  text-align: center ;
  background-color: #87c52e;
  color: #ffffff;
  font-size: 3rem;
  height: 13.2rem;
}
.payment table td {
  text-align: left;
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.payment table td:nth-child(even) {
  font-family: "Roboto-Light";
  text-align: right;
}
.payment table p {
  font-family: "Roboto-Light";
}
.payment table tr td:nth-child(odd) p {
	font-family: "Roboto-Regular";
}

.payment .money {
  overflow: hidden;
  float: right;
  display: block;
}
.payment .month1 {
  overflow: hidden;
}
.payment .month3 {
  overflow: hidden;
}
.payment .month6 {
  overflow: hidden;
}
.payment .month1_left {
  float: left;
  display: block;
}
.payment .month1_right {
  float: right;
  display: block;
  padding: 1.5rem 0;
  color: #000;
}
.payment .month3_left {
  float: left;
  display: block;
  margin-right: 0.5rem;
  text-align: right;
  font-size: 1.4rem;
  padding: 0.3rem 0;
}
.payment .month3_left p {
  margin: 0;
}
.payment .month3_right {
  float: right;
  display: block;
  text-align: center;
  padding: 1.2rem;
  text-align: right;
  background: #294171;
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.payment .month6_left {
  float: left;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  margin-right: 0.5rem;
  padding: 0.3rem 0;
}
.payment .month6_left p {
  margin: 0;
}
.payment .month6_right {
  float: right;
  text-align: center;
  display: block;
  padding: 1rem;
  background: #32ba7c;
  color: #ffffff;
  font-size: 1.4rem;
}
.payment .liked-block {
  overflow: hidden;
  width: 40.5rem;
  margin-top: -4rem;
}
.payment .liked {
  position: relative;
  margin: 0 auto;
  z-index: 9;
  background-image: url(/static/RealEdu/images/tai_khoan_duoc_ua_chuong.png);
  background-repeat: no-repeat;
  width: 31.629rem;
  height: 4.2rem;
  background-size: 30.2rem 4.2rem;
  text-align: center;
  padding-top: 1rem;
  color: white;
  font-size: 1.8rem;
  font-family: "Roboto-Medium";
}
.payment .tab_left {
  float: right;
  width: 40.5rem;
  margin-top: -1.9rem;
  
}
.payment .tab_right {
  float: left;
  width: 40.5rem;
  margin-top: -1.9rem;
}

/*.payment .tab_right tr:last-child td {
  height: 19.5rem;
}*/ 
.payment .note {
  color: #00C1D8;
  font-size: 2rem;
  font-family: "Roboto-Light";
}

.payment .promotion-expiry-time {
	color: #ED4F54;
  	font-family: "Roboto-Light";
  	font-weight: bold;
}

.payment .personal-promotion-notice {
	font-family: "Roboto-Light" !important;
	text-align: center;
    background: yellow;
    margin: 20px auto;
    text-align: center;
    max-width: 540px;
    border-radius: 5px;
    padding: 3px 7px;
}

.payment .promotion-for-1st-purchase {
	font-family: "Roboto-Light";
}




.payment .note b {
  font-family: "Roboto-Medium";
}

.payment table tr td:nth-child(odd) p.italic,
.payment .italic {
  font-family: "Roboto-Light";
  font-style: italic;
}
.payment .tick {
  margin-top: 1.2rem;
}
.payment .accout {
  padding-top: 1rem;
  font-family: "Roboto-Light";
}
.payment .guide {
  display: block;
  border: 3px solid white;
  padding: 2.5rem;
  color: white;
  font-size: 2rem;
  text-align: center;
  width: 37.2rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
.payment .guide:hover {
  background-color: #fff;
  color: #ED4F54;
}
.payment .click {
  margin-top: 3.2rem;
}
.payment .select-mobile {
  display: none;
  height: auto;
  padding: 1.5rem 0;
}
.payment .select-mobile a {
  display: block;
  text-align: center;
  padding: 1.5rem;
  width: 100%;
  font-size: 2rem;
  font-family: "Roboto-Light";
  background-color: #c03838;
  color: #fff;
  margin-bottom: 1.5rem;
}
.payment .select-mobile a:hover {
  background-color: #fbd309;
  color: #fff;
}
.payment .select-mobile .active {
    background-color: #fff;
    color: #87c52e;
}
.payment .cost-pay2 div:first-child {
  font-family: "Roboto-Light";
}
@media only screen and (max-width: 991px) {
  .payment {
    padding: 1.5rem;
    height: auto;
  }
  .payment .container {
    padding: 0;
  }
  .payment table tr td p.price {
    margin-top: 10px;
  }
  .payment table tr td table {
    margin-top: -34px;
  }
  .payment .table {
    width: 100%;
    padding: 0;
  }
  .payment .table:last-child {
    display: none;
    padding-right: 0;
  }
  .payment .table:first-child {
    padding-left: 0;
  }
  .payment .table img {
    margin-right: 0;
    width: 100%;
  }
  .payment .table tr:last-child {
    padding-right: 0.3rem;
  }
  .payment .table td {
    border: none;
  }
  .payment .liked-block {
    width: 100%;
    margin-top: 0;
  }
  .payment .liked {
    width: 25.8rem;
    height: 3.6rem;
    background-size: 25.8rem 3.6rem;
  }
  .payment .tab_left {
    margin-top: -1.6rem;
    width: 100%;
  }
  .payment .tab_right {
    float: none;
    width: 100%;
    margin-top: -1.6rem;
  }
  .payment .money {
    width: 24rem;
  }
  .payment .month3 {
    padding: 0 0 1rem;
  }
  .payment .month6 {
    padding: 1rem 0 0;
  }
  .payment .month3_left p {
    margin-bottom: 0;
  }
  .payment .month3_right {
    margin-bottom: 0;
    margin-top: -4.5rem;
  }
  .payment .month3_right p {
    font-size: 2rem;
  }
  .payment .month6_left p {
    margin-bottom: 0;
  }
  .payment .month6_right {
    margin-bottom: 0;
    margin-top: -4.5rem;
  }
  .payment .guide {
    width: 100%;
    padding: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 4.5rem;
  }
  .payment .select-mobile {
    display: block;
  }
  .payment .month3_left {
    margin-right: 10px;
  }
  
}


/* Bank transfer Page */ 
.bank-transfer-intro {
	background: #f2fcfe;
}
.bank-transfer-intro h2 {
	margin-bottom: 30px;
}

.bank-transfer-methods, 
.bank-transfer-notes-details {
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
    list-style: none;
}

.bank-transfer-methods li, 
.bank-transfer-notes-details li {
	margin: 15px 0;	
}

.bank-transfer-methods .method-name, 
.bank-transfer-notes-details .method-name {
	display: block;
	font-size: 20px;
	margin: 0;
}
.bank-transfer-notes-details .method-name {
	color: #87c52e;
	margin-bottom: 10px;
}

.bank-transfer-notes-details ul.examples {
	margin: 15px 0 15px 30px;
	list-style: none;
}

.bank-info ul.examples > li {
	margin: 10px 0 10px 20px;
}

/* Scratch cards page */ 
#payment-scratch-cards-article .success {
	margin: 30px auto;
	padding: 15px 15px 5px;
}


#payment-scratch-cards-article .payment-intro ul.steps {
	font-size: 24px;
	line-height: 30px;
	margin-top: 30px;
}

#payment-scratch-cards-article ul.steps li {
	margin-bottom: 30px;
}

#payment-scratch-cards-article ul.steps ul.info {
	list-style: none;
    margin-left: 40px;	
    font-size: 16px;
}

#scratch-card-payment {
	background-color: #fff;
}

#scratch-card-payment .msg-to-customer {
	background-color: #f1f1f1;	
}

.scard-instr {
	max-width: 530px;
    margin: 30px auto;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

#scratch-card-form, .payment-form {
	max-width: 530px;
    margin: 0 auto;
    padding: 30px;
    
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #eeeef2;
}

#cod-form {
	max-width: 680px;
}

#scratch-card-form ul, 
.payment-form ul {
	list-style: none;
	display: inline-block;
}

#scratch-card-form ul.errorlist, 
.payment-form ul.errorlist {
	display: block; 
    text-align: right;
}

#scratch-card-form > ul > li, 
.payment-form > ul > li {
	display: block; 
	margin-bottom: 15px;
}

#scratch-card-form > ul > li input[type=radio], 
.payment-form > ul > li input[type=radio] {
	margin-top: 0;
}

#scratch-card-form > ul > li > label, 
.payment-form > ul > li > label {
	width: 200px;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

#scratch-card-form .card-pin-label-wrapper, 
#scratch-card-form .card-serial-label-wrapper {
	vertical-align: top;
	padding: 5px 0 0;
}



#scratch-card-form .fieldWrapper .instruction-label {
	display: block;
	font-size: 14px;
}

#scratch-card-form #id_card_producer, 
#scratch-card-form #id_card_pin, 
#scratch-card-form #id_card_serial, 
#scratch-card-form #id_account_type, 
#scratch-card-form #id_promotion_code, 

#cod-form #id_account_type,
#cod-form #id_full_name, 
#cod-form #id_mobile, 
#cod-form #id_recipient_address, 
#cod-form #id_city, 
#cod-form #id_customer_notes, 

#cod-activation-form #id_activation_code {
	width: 250px;
	padding: 5px 10px;
	line-height: 20px;
    font-size: 18px;
    vertical-align: middle;
}

#cod-form #id_account_type,
#cod-form #id_full_name, 
#cod-form #id_mobile, 
#cod-form #id_recipient_address, 
#cod-form #id_city, 
#cod-form #id_customer_notes {
	width: 350px;
}

#scratch-card-form #id_account_type {
	width: 280px;
}
#cod-form #id_account_type {
	width: auto;
}

#scratch-card-form #id_card_producer li {
	margin-right: 10px;
	display: inline-block;
}

#scratch-card-form #id_account_type li, 
#cod-form #id_account_type li {
	text-align: left;
	margin-bottom: 10px;
}

#submit-card, 
#submit-cod-form, 
#submit-cod-activation-form {
	display: block;
    margin: 10px 25px 0 150px;
    float: right;
}



.card-info-instruction .card-pin-label {
	color: #e10;
	border: 2px solid #e10;
	padding: 5px 10px;
}

.card-info-instruction .card-serial-label {
	color: #33DB36;
	border: 2px solid #33DB36;
	padding: 5px 10px;
}

ul.pin-serial-listing {
	list-style: none;
	margin: 30px 0;
}

ul.pin-serial-listing li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

ul.pin-serial-listing li img {
	width: 300px;
}

ul.pin-serial-listing .example {
	vertical-align: bottom;
}

.mobi-front-color, .mobi-back-color, 
.vina-color, 
.viettel-color {
	font-weight: bold;
}


.mobi-front-color {
	color: blue;
}
.mobi-back-color {
	color: #DD2924
}

.vina-color {
	color: #0090DF;
}

.viettel-color {
	color: #00746A;
}

/* New format comparison format of payment table  */
.payment .table {
	width: 100%;
	float: none; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}
.payment table {
	margin-top: 5rem;
	width: 100%;
	float: none;
}


.payment .table table tr > th:nth-child(1), 
.payment .table table tr > td:nth-child(1) {
	width: 60%;
}	
.payment .table table tr > th:nth-child(2), 
.payment .table table tr > th:nth-child(3), 
.payment .table table tr > td:nth-child(2), 
.payment .table table tr > td:nth-child(3) {
	width: 20%;
	max-width: 340px;
}		 

.payment table th {
	font-size: 28px;
	line-height: 32px;
	height: 10rem;
}

.payment .tick {
	display: block;
    margin: 0 auto;
    text-align: center;
}

.payment table tr td:nth-child(3) p, 
.payment table tr td table tr .note_save p {
	font-family: "Roboto-Light";
}

.payment table tr td table tr .note_save {
	padding: 5px 10px;
}

.payment table tr td table {
	margin-top: 0;
}

.prices-wrapper .account-name, 
.prices-wrapper .price {
	font-family: "Roboto-Regular";
  		font-size: 24px;
  		text-align: center;
}

.payment .liked-block {
    overflow: hidden;
    margin-top: -4.4rem;
    width: auto;
}

@media only screen and (max-width: 991px) {
	 .payment .table:last-child {
	 	display: block;
	 }
	 .payment table {
	 	table-layout: fixed; 
	 }
	 .payment .table td.note_month {
	 	width: 100% !important;
	 }
	 
}

/* special policies */ 

.policies-wrapper .policy-heading {
	font-family: "Roboto-Regular";
    font-size: 24px;
    text-align: center;
}

.payment table .policies-wrapper  td.policies-descs {
	text-align: left;
	font-size: 18px;
}


.policies-wrapper .policy-name {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.6;
}


.policy-applied img.tick {
	display: inline-block;
    vertical-align: middle;
    max-width: 30px;
    margin-right: 10px;
}

.policies-wrapper .policy-applied, 
.policies-wrapper .policy-applied a {
	font-weight: bold;
}


#learning-policies .policy-wrapper {
	display: none;
}

.applied-policies-wrapper {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 18px;
    text-align: left;
    background: #f2fcfe;
    padding: 10px 20px;
    border-radius: 10px;
}

.applied-policies-wrapper p {
	margin: 10px 0;
}

/* final prices */ 
.final-prices-wrapper {
	width: 80%;
	max-width: 840px;
    margin: 30px auto 60px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    font-size: 18px;
}

.payment table.final-prices-table {
	margin-top: 0;
}


.payment .final-prices-wrapper  table th, 
.payment .final-prices-wrapper  table td {
	text-align: center !important;
	font-size: 18px;
    line-height: 1.5;
    height: auto;
    padding: 15px;
}

.payment .final-prices-wrapper  table th {
	font-size: 1.2em;
}

.final-prices-wrapper .final-price-exps span {
	margin: 5px 5px 0 0;
    display: inline-block;
}

.final-prices-wrapper .price {
	font-size: 20px;
}

.final-prices-wrapper .final-price {
	background-color: #87c52e;
	font-size: 24px;
	font-weight: bold;
	color: #fff; 
	padding: 10px 15px;
	border-radius: 100% 100%;
}


.final-prices-wrapper .old-value {
	color: red;
    text-decoration: line-through;
}

.final-prices-wrapper .expiry-time {
	display: block;
	margin-top: 5px; 
	
	font-style: italic; 
	font-size: 0.9em; 
}

/* bank transfer instrs right in the same page */ 
#bank-transfer, 
#activation-info {
	width: 80%;
    margin: 30px auto 60px;
    text-align: center;
}

.transfer-instrs ul li, 
.transfer-instrs ol li {
	margin-top: .6666667em;
    margin-bottom: .6666667em;
}


.transfer-instrs table th {
	text-align: center;
}

.transfer-instrs table td {
	vertical-align: top;
	text-align: left;
}

.transfer-instrs ul {
	text-align: left;
	list-style: disc inside;
}

.transfer-methods-instrs ol {
	list-style: decimal inside; 
	text-align: left;
}

.transfer-methods-instrs .method-name {
	color: #333; 
	font-weight: bold;
}








