@charset "UTF-8";
/* line 4, style.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 10, style.scss */
#pagetop {
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

/* line 23, style.scss */
.current {
  color: #fff !important;
  background: #17a2b8 !important;
}
/* line 26, style.scss */
.current i {
  color: #fff !important;
}

/* line 32, style.scss */
.navbar {
  -moz-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px -7px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

/* line 40, style.scss */
.mx-800 {
  max-width: 800px !important;
}

/* line 43, style.scss */
.bg-light {
  background: #dff0f9 !important;
}

/* line 46, style.scss */
.bg-orange {
  background: #ff6d15 !important;
}

/* line 49, style.scss */
.bg-lightdark {
  background: #cccccc !important;
}

/* line 52, style.scss */
.light-orange {
  background: #ffeed9;
}

/* line 55, style.scss */
.light-green {
  background: #b7ead1;
}

/* line 58, style.scss */
.light-pink {
  background: #ffe4e4;
}

/* line 61, style.scss */
.text-decoration {
  text-decoration: underline !important;
}

/* line 64, style.scss */
.main-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab2c6+2,1b3787+100 */
  background: #2ab2c6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2ab2c6 2%, #1b3787 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ab2c6 2%, #1b3787 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ab2c6 2%, #1b3787 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab2c6', endColorstr='#1b3787',GradientType=1 );
  /* IE6-9 */
  color: #fff;
}

/* line 76, style.scss */
#sidebar-wrapper {
  background: #dff0f9;
}
/* line 78, style.scss */
#sidebar-wrapper a.list-group-item {
  background: #dff0f9;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  color: #21445b;
  font-size: 0.8rem;
  position: relative;
  padding-left: 2.7rem;
}
/* line 87, style.scss */
#sidebar-wrapper a.list-group-item.other {
  background: #216c94;
  color: #fff;
}
/* line 90, style.scss */
#sidebar-wrapper a.list-group-item.other:after {
  border-color: #fff;
}
/* line 93, style.scss */
#sidebar-wrapper a.list-group-item.other i {
  color: #fff;
}
/* line 97, style.scss */
#sidebar-wrapper a.list-group-item.icon {
  padding-left: 1.25rem;
}
/* line 100, style.scss */
#sidebar-wrapper a.list-group-item i {
  color: #70b2d5;
  margin-right: 0.5rem;
  display: inline-block;
  width: 15px;
  text-align: center;
}
/* line 106, style.scss */
#sidebar-wrapper a.list-group-item i.fa-file-alt {
  margin-right: 0.9rem;
}
/* line 111, style.scss */
#sidebar-wrapper a.list-group-item:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #21445b;
  border-bottom: 2px solid #21445b;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -5px;
}
/* line 125, style.scss */
#sidebar-wrapper span.list-group-item {
  background: #70b2d5;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8rem;
}
/* line 132, style.scss */
#sidebar-wrapper span.list-group-item i {
  color: #fff;
  margin-right: 0.5rem;
}

/* line 138, style.scss */
.otoku-slide {
  display: flex;
  margin: 0 -15px;
}
/* line 141, style.scss */
.otoku-slide .slick-slide {
  margin: 0 15px;
}
/* line 143, style.scss */
.otoku-slide .slick-slide a {
  display: block;
}
/* line 148, style.scss */
.otoku-slide .slick-prev, .otoku-slide .slick-next {
  width: 2%;
  height: 100px;
  top: 50%;
  margin-top: -17x;
  background: #97c1d5;
  opacity: 1;
}

/* line 168, style.scss */
.container-fluid {
  max-width: 1400px;
}

/* line 173, style.scss */
.container-fluid.top {
  padding: 0;
  font-size: 0.8rem;
}

/* line 179, style.scss */
.alert-top {
  color: #fff;
  font-size: 1rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f06262+0,de2367+100 */
  background: #f06262;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f06262 0%, #de2367 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f06262 0%, #de2367 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f06262 0%, #de2367 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06262', endColorstr='#de2367',GradientType=1 );
  /* IE6-9 */
}
/* line 189, style.scss */
.alert-top i {
  font-size: 80%;
}
/* line 192, style.scss */
.alert-top a {
  color: #fff;
  text-decoration: underline;
}
/* line 195, style.scss */
.alert-top a:hover {
  text-decoration: none;
}

.mw550{
    max-width: 550px;
    margin: 0 auto;
  }

/* line 200, style.scss */
.top-bg {
  max-width: 1400px;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe8e5+0,addff9+100 */
  background: #afe8e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #afe8e5 0%, #addff9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #afe8e5 0%, #addff9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #afe8e5 0%, #addff9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe8e5', endColorstr='#addff9',GradientType=1 );
  /* IE6-9 */
}

/* line 211, style.scss */
.card-body {
  border-radius: 3px;
  font-size: 1rem;
  transform: rotate(0.001deg);
  -webkit-transform: rotate(0.001deg);
  -moz-transform:    rotate(0.001deg);
  -ms-transform:     rotate(0.001deg);
  -o-transform:      rotate(0.001deg);
}
/* line 215, style.scss */
.card-body .card-title {
  font-size: 1.4rem;
}
/* line 218, style.scss */
.card-body .card-day {
  font-size: 2rem;
}
/* line 220, style.scss */
.card-body .card-day span {
  font-size: 1rem;
}
/* line 224, style.scss */
.card-body .card-status {
  border-radius: 3px;
  font-size: 0.9rem;
}
/* line 228, style.scss */
.card-body .card-list {
  list-style: none;
  padding: 0;
}
/* line 234, style.scss */
.card-body a {
  color: #fff;
  text-decoration: underline;
}
/* line 238, style.scss */
.card-body .btn {
  background: none;
  border-radius: 10px;
  border: 1px solid #fff;
  display: block;
  text-decoration: none;
  padding: 1.2rem 0;
  position: relative;
}
/* line 246, style.scss */
.card-body .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* line 249, style.scss */
.card-body .btn:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -6px;
}

/* line 266, style.scss */
.first-sche .card-body {
  height: 100%;
  color: #fff;
  background: #d44532;
}
/* line 279, style.scss */
.first-sche .card-body .card-status {
  background: rgba(0, 0, 0, 0.3);
}

/* line 286, style.scss */
.teiki-sche .card-body {
  height: 100%;
  color: #fff;
  background: #053051;
}
/* line 299, style.scss */
.teiki-sche .card-body .card-status {
  background: rgba(255, 255, 255, 0.3);
}

/* line 305, style.scss */
.add-sche .card-body {
  height: 100%;
  color: #fff;
  background: #0f544e;
}
/* line 320, style.scss */
.add-sche .card-body .card-status {
  background: rgba(255, 255, 255, 0.3);
}

/* line 326, style.scss */
.other-sche .card-body {
  height: 100%;
  color: #fff;
  background: #493463;
}
/* line 341, style.scss */
.other-sche .card-status {
  background: rgba(252, 255, 0, 0.1);
}

/* line 350, style.scss */
.top .user_info a {
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 3px;
  display: block;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab1c6+0,1b3787+100 */
  background: #2ab1c6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2ab1c6 0%, #1b3787 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ab1c6 0%, #1b3787 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ab1c6 0%, #1b3787 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab1c6', endColorstr='#1b3787',GradientType=1 );
  /* IE6-9 */
}
/* line 364, style.scss */
.top .user_info span {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 0.7rem;
}
/* line 370, style.scss */
.top .user_point {
  font-size: 0.8rem;
}
/* line 373, style.scss */
.top .user_point a {
  padding: 20px;
  border-radius: 3px;
  display: block;
  transform: rotate(0.001deg);
  -webkit-transform: rotate(0.001deg);
  -moz-transform:    rotate(0.001deg);
  -ms-transform:     rotate(0.001deg);
  -o-transform:      rotate(0.001deg);

  color: #fff;
  background: #1b3787 ;
  /* IE6-9 */
  height: 100%;
  align-items: center;
  display: flex;
}
/* line 389, style.scss */
.top .user_point a span {
  font-size: 1.5rem;
  display: inline-block;
}

/* line 401, style.scss */
.user_rank div {
  font-size: 1rem;
  padding: 20px;
  border-radius: 3px;
  height: 100%;
  display: block;
  color: #fff;
  align-items: center;
  display: flex;
  font-size: 1.3rem;
}
/* line 413, style.scss */
.user_rank span {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 0.7rem;
}

/* line 419, style.scss */
.user_point_use {
/*[Start][1270][3243][CHG] - [hoang_thien] - [2021-10-26]*/
/*  font-size: 1rem;*/
  font-size: 0.95rem;
/*[End][1270][3243][CHG] - [hoang_thien] - [2021-10-26]*/
}
/* line 422, style.scss */
.user_point_use a {
  padding: 20px;
  border-radius: 3px;
  display: block;
  transform: rotate(0.001deg);
  -webkit-transform: rotate(0.001deg);
  -moz-transform:    rotate(0.001deg);
  -ms-transform:     rotate(0.001deg);
  -o-transform:      rotate(0.001deg);

  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5bd1e+0,cf7000+100 */
  background: #d5bd1e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d5bd1e 0%, #cf7000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d5bd1e 0%, #cf7000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d5bd1e 0%, #cf7000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5bd1e', endColorstr='#cf7000',GradientType=1 );
  /* IE6-9 */
  height: 100%;
  align-items: center;
  display: flex;
}
/* line 438, style.scss */
.user_point_use a span {
  font-size: 1.8rem;
  display: inline-block;
}

/* line 450, style.scss */
.icon-nav01 a {
  height: 100%;
  background: #dff0f9;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #21445b;
}
/* line 462, style.scss */
.icon-nav01 a:hover {
  text-decoration: none;
}
/* line 465, style.scss */
.icon-nav01 a i {
  font-size: 3rem;
  padding: 35px 0 20px;
}
/* line 470, style.scss */
.icon-nav01 a span {
  display: block;
  font-size: 1rem;
  padding-bottom: 30px;
}

/* line 479, style.scss */
.icon-nav02 a {
  height: 100%;
  background: none;
  border: none;
  color: #21445b;
}
/* line 486, style.scss */
.icon-nav02 a:hover {
  background: none;
}
/* line 489, style.scss */
.icon-nav02 a:hover {
  text-decoration: none;
}
/* line 492, style.scss */
.icon-nav02 a i {
  font-size: 1.4rem;
  padding-right: 10px;
  vertical-align: middle;
}
/* line 497, style.scss */
.icon-nav02 a p {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 10px;
  position: relative;
}
/* line 501, style.scss */
.icon-nav02 a p:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #21445b;
  border-bottom: 2px solid #21445b;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -12px;
}

/* line 523, style.scss */
.base-btn a {
  display: block;
  padding: 1.4rem;
  background: url("../../img/2019/btn_bg.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  border-radius: 60px;
  width: 100%;
  color: #fff;
  position: relative;
  -moz-box-shadow: 4px 4px 18px -7px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 4px 4px 18px -7px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: 4px 4px 18px -7px rgba(0, 0, 0, 0.9);
  box-shadow: 4px 4px 18px -7px rgba(0, 0, 0, 0.9);
}
/* line 538, style.scss */
.base-btn a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -4px;
}

/* line 553, style.scss */
.btn-form {
  padding: 1rem;
  border-radius: 6px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
/* line 563, style.scss */
.btn-form:hover {
  color: #fff;
  text-decoration: none;
}
/* line 567, style.scss */
.btn-form:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -5px;
}
/* line 581, style.scss */
.btn-form.btn-prev:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  display: block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform:    rotate(135deg);
  -ms-transform:     rotate(135deg);
  -o-transform:      rotate(135deg);
  margin-top: -5px;
}

.page-item.active .page-link {
    background-color: #216c94;
    border-color: #216c94;
}
.page-link{
  color: #216c94;
}

/* line 593, style.scss */
.pagenation a {
  transition: 0.3s all ease-in-out;
}
/* line 595, style.scss */
.pagenation a:hover {
  text-decoration: none;
}
/* line 598, style.scss */
.pagenation a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -4px;
}
/* line 614, style.scss */
.pagenation a.btn-prev:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  display: block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform:    rotate(135deg);
  -ms-transform:     rotate(135deg);
  -o-transform:      rotate(135deg);
}

/* line 627, style.scss */
.price-table span.price-number {
  font-size: 170%;
  line-height: 1;
  font-weight: bold;
}

/* line 636, style.scss */
.bg-success {
  background-color: #216c94 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #164862!important;
}

/* line 639, style.scss */
.bg-secondary {
  background-color: #8b9ba6 !important;
}

/* line 642, style.scss */
.bg-grad-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63b6f2+0,0178e0+100 */
  background: #63b6f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #63b6f2 0%, #0178e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #63b6f2 0%, #0178e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #63b6f2 0%, #0178e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6f2', endColorstr='#0178e0',GradientType=1 );
  /* IE6-9 */
}

/* line 650, style.scss */
.bg-grad-green {
  background: #136a63;
}

/* line 658, style.scss */
.bg-grad-purple {
  background: #644788;

}

/* line 666, style.scss */
.bg-grad-red {
  background: #df0d0d;
}

.bg-og {
    background: #e57511;
}

/* line 674, style.scss */
.bg-grad-gold {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcad57+0,946900+100 */
  background: #bcad57;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bcad57 0%, #946900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bcad57 0%, #946900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bcad57 0%, #946900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcad57', endColorstr='#946900',GradientType=1 );
  /* IE6-9 */
}

/* line 685, style.scss */
.qa-list a {
  background: url("../../img/2019/icon_q.png") no-repeat 1rem;
  position: relative;
  border: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
/* line 686, style.scss */
.qa-list a:first-child {
  border-top: 1px solid #cccccc;
}
/* line 698, style.scss */
.qa-list a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #24465d;
  border-bottom: 2px solid #24465d;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -7px;
}

/* line 717, style.scss */
.news-list a {
  border: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  position: relative;
}
/* line 718, style.scss */
.news-list a:first-child {
  border-top: 1px solid #cccccc;
}
/* line 726, style.scss */
.news-list a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #24465d;
  border-bottom: 2px solid #24465d;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -7px;
}
/* line 739, style.scss */
.news-list a .badge-info {
  background: #df0d0d;
  padding: 5px 0.8rem;
  margin-left: 0.8rem;
  font-size: 0.7rem;
}
/* line 745, style.scss */
.news-list a .ttl {
  display: inline-block;
  margin-left: 0.8rem;
}

/* line 756, style.scss */
.arrow-link {
  position: relative;
}
/* line 758, style.scss */
.arrow-link:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -5px;
}

/* line 773, style.scss */
.ttl_icon {
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
}
/* line 777, style.scss */
.ttl_icon:before {
  content: '';
  background: url("../../img/2019/icon01.png") no-repeat left center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: 1px;
}
/* line 787, style.scss */
.ttl_icon span {
  font-size: 140%;
}
/*[START][51801][52112][ADD] - [quang_phuc] - [2019-08-13]*/
.css-warning-child-age {
  font-size: calc(1.4rem - 2px)!important;
  font-weight: normal;
}
/*[END][51801][52112][ADD] - [quang_phuc] - [2019-08-13]*/

/* line 791, style.scss */
.copyright {
  text-align: center;
  background: #21445b;
  color: #fff;
}
/* line 795, style.scss */
.copyright p {
  font-size: 0.7rem;
}

/* line 802, style.scss */
.light-btn {
  position: relative;
}
/* line 804, style.scss */
.light-btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #24465d;
  border-bottom: 2px solid #24465d;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  margin-top: -5px;
}

/* line 819, style.scss */
.datepicker-wrap {
  position: relative;
  display: block;
  width: 100%;
}
/* line 823, style.scss */
.datepicker-wrap:after {
  content: '▼';
  font-size: 60%;
  color: #666;
  position: absolute;
  left: 95%;
  top: 50%;
  margin-top: -8px;
}

/* line 833, style.scss */
.proceed {
  font-size: 0;
  list-style: 0;
}
/* line 837, style.scss */
.proceed li {
  display: inline-block;
  width: 33.33%;
  font-size: 1rem;
}
ul.calc5 li{
  width:calc(100%/5);
}

/* line 844, style.scss */
.proceed li:first-child span:before {
  content: none;
}
/* line 852, style.scss */
.proceed li:last-child span {
  width: 100%;
}
/* line 854, style.scss */
.proceed li:last-child span:after {
  content: none;
}
/* line 860, style.scss */
.proceed li span {
  display: block;
  padding: 10px 0;
  width: calc(100% - 40px);
  position: relative;
}
/* line 866, style.scss */
.proceed li span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #fff;
}
/* line 878, style.scss */
.proceed li span:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #8b9ba6;
}
/* line 891, style.scss */
.proceed li span.bg-primary:after {
  border-color: transparent transparent transparent #216c94;
}

.bg-primary {
    background-color: #216c94!important;
}
.flow_end {
    background: #df0d0d;
}

/* line 903, style.scss */
.balloon_required_app {
  width: 100%;
  height: 60px;
  display: table;
  background-color: #C9D1D4;
}

/* line 909, style.scss */
.balloon_required_app > div.close_button {
  height: 100%;
  text-align: center;
  width: 6%;
  padding: 0 5px;
}

/* line 915, style.scss */
.balloon_required_app > div > img.balloon_img_logo {
  height: 40px;
  width: auto;
  border-radius: 10px;
}

/* line 920, style.scss */
.balloon_required_app > div {
  display: table-cell;
  font-size: 1;
  line-height: 1;
  vertical-align: middle;
}

/* line 926, style.scss */
.balloon_required_app > div.balloon_title {
  text-align: left;
  width: 60%;
  font-size: 0.8rem;
  line-height: 1.2;
}

/* line 932, style.scss */
.balloon_required_app > div.balloon_button {
  text-align: center;
}

/* line 935, style.scss */
.balloon_required_app > div.balloon_button > a {
  font-size: 8px;
  padding: 5px;
  border: unset;
  border-radius: 5px;
  color: white;
  background-color: #27BEEF;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 947, style.scss */
  h1 img {
    height: 53px;
  }

  /* line 951, style.scss */
  .ft-sitemap {
    background: #eeeeef;
    text-align: center;
  }
  /* line 954, style.scss */
  .ft-sitemap div {
    justify-content: center;
  }
  /* line 958, style.scss */
  .ft-sitemap a {
    background: none;
    border: none;
    font-size: 0.7rem;
  }
  /* line 962, style.scss */
  .ft-sitemap a:hover {
    background: none;
  }
/*[END][51801][52112][ADD] - [quang_phuc] - [2019-09-06]*/
  .w-md-auto {
    width: auto!important;
  }
/*[END][51801][52112][ADD] - [quang_phuc] - [2019-09-06]*/
}
/* line 970, style.scss */
.btn-time a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

@media (max-width: 767px) {
  /* line 986, style.scss */
  .user_rank div {
    border-radius: 0px;
  }

/*[START][1270][note#15][CHG] - [minh_thao] - [2021-10-21]*/
  /*.user_point_use a {
    border-radius: 0px;
  }*/

  .user_point_use a {
	  border-radius: 0px;
	  font-size: 0.75rem;
	  padding-left: 15px;
	}
	
	.user_point_use a span {
	  font-size: 1.2rem;
	  display: inline-block;
	}
/*[END][1270][note#15][CHG] - [minh_thao] - [2019-10-21]*/

  /* line 1002, style.scss */
  .proceed li span {
    display: block;
    padding: 10px 0;
    width: calc(100% - 30px);
    position: relative;
    padding-left: 15px;
  }
  /* line 1009, style.scss */
  .proceed li span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #fff;
  }
  /* line 1021, style.scss */
  .proceed li span:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #8b9ba6;
  }
  /* line 1034, style.scss */
  .proceed li span.bg-primary:after {
    border-color: transparent transparent transparent #216c94;
  }

  /* line 1047, style.scss */
  .datepicker-wrap:after {
    left: auto;
    right: 10px;
  }

  /* line 1054, style.scss */
  .btn-time a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
  }

  /* line 1064, style.scss */
  .light-btn {
    position: relative;
    height: 100%;
  }
  /* line 1069, style.scss */
  .light-btn:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #24465d;
    border-bottom: 2px solid #24465d;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    margin-top: -3px;
  }

  /* line 1083, style.scss */
  body {
    overflow-x: hidden;
    width: 100%;
  }

  /* line 1087, style.scss */
  img {
    max-width: 100%;
  }

  /* line 1090, style.scss */
  h1 {
    font-size: 1.6rem;
  }

  /* line 1094, style.scss */
  .nav-fix.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }

  /* line 1105, style.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 1111, style.scss */
  .menu-trigger {
    position: absolute;
    bottom: 10px;
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    padding: 15px 10px;
  }

  /* line 1125, style.scss */
  .menu-trigger span {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 1px;
    background-color: #26465a;
    border-radius: 4px;
  }

  /* line 1133, style.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 13px;
  }

  /* line 1137, style.scss */
  .menu-trigger span:nth-of-type(2) {
    top: calc(50% - 1px);
  }

  /* line 1140, style.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 14px;
  }

  /* line 1143, style.scss */
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    -moz-transform:    translateY(20px) rotate(-45deg);
    -ms-transform:     translateY(20px) rotate(-45deg);
    -o-transform:      translateY(20px) rotate(-45deg);
    top: 0px;
  }

  /* line 1148, style.scss */
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  /* line 1151, style.scss */
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    -moz-transform:    translateY(-20px) rotate(45deg);
    -ms-transform:     translateY(-20px) rotate(45deg);
    -o-transform:      translateY(-20px) rotate(45deg);
    top: 40px;
  }

  /* line 1156, style.scss */
  #sidebar-wrapper {
    width: 100%;
    position: fixed;
    top: 53px;
    left: 0;
    z-index: 99;
    margin: 0;
    height: calc(100vh - 54px);
    min-height: unset;
    display: none;
    overflow-y: scroll;
  }
  /* line 1171, style.scss */
  #sidebar-wrapper .list-group {
    display: inherit;
    width: 100%;
  }

  /* line 1182, style.scss */
  .navbar {
      /*
position: fixed;
top:0;
left:0;*/
    width: 100%;
  }
  /* line 1187, style.scss */
  .navbar img {
    width: 50%;
  }

  /* line 1191, style.scss */
  .row {
    margin-left: 0;
    margin-right: 0;
  }

.row.mb-4.icon-nav01.px-2.px-md-5 {
    margin-bottom: 0px !important;
}
.col-6.col-xl-3.mb-4.mb-xl-0.themed-grid-col {
    margin-bottom: 15px !important;
}

  /* line 1198, style.scss */
  .container-fluid.top {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 0.8rem;
    width: 100%;
    max-width: 100%;
  }

  /* line 1208, style.scss */
  .top-bg {
    background: #dff0f9;
  }

  /* line 1211, style.scss */
  .alert {
    border-radius: 0;
    font-size: 0.8rem;
  }

  /* line 1218, style.scss */
  .top .user_info {
    padding: 0;
  }
  /* line 1220, style.scss */
  .top .user_info a {
    border-radius: 0;
  }
  /* line 1224, style.scss */
  .top .user_point {
    padding: 0;
  }
  /* line 1226, style.scss */
  .top .user_point a {
    border-radius: 0;
    padding: 5px 20px;
  }

  /* line 1233, style.scss */
  .ttl_icon {
    font-size: 1.1rem;
    text-align: left !important;
    margin-bottom: 15px;
  }
  /* line 1238, style.scss */
  .ttl_icon:before {
    content: '';
    background: url("../../img/2019/icon01_sp.png") no-repeat left center;
    background-size: auto 100%;
    display: inline-block;
    width: 3px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -2px;
  }
  /* line 1250, style.scss */
  .ttl_icon span {
    font-size: 120%;
  }

/*[START][51801][52112][ADD] - [quang_phuc] - [2019-08-13]*/
  .css-warning-child-age {
    font-size: calc(1.1rem - 2px)!important;
    font-weight: normal;
  }
/*[END][51801][52112][ADD] - [quang_phuc] - [2019-08-13]*/
  /* line 1255, style.scss */
  .card-body {
    padding-top: 10px;
  }
  /* line 1258, style.scss */
  .card-body .card-title {
    display: inline-block;
    font-size: 1rem;
  }
  /* line 1262, style.scss */
  .card-body .card-day {
    display: inline;
    margin-left: 0.5rem;
    font-size: 1.4rem;
  }
  /* line 1268, style.scss */
  .card-body .btn {
    padding: 0.8rem 0;
    font-size: 0.8rem;
  }
  /* line 1274, style.scss */
  .card-body .btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  /* line 1277, style.scss */
  .card-body .btn:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    margin-top: -4px;
  }

  /* line 1292, style.scss */
  .first-sche, .teiki-sche, .add-sche {
    margin-bottom: 15px;
  }

  /* line 1296, style.scss */
  .icon-nav01 > div {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
  }
  /* line 1302, style.scss */
  .icon-nav01 a i {
    font-size: 2rem;
    padding: 20px 0 10px;
  }
  /* line 1306, style.scss */
  .icon-nav01 a span {
    font-size: 0.8rem;
    padding-bottom: 15px;
  }

  /* line 1312, style.scss */
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
  }

  /* line 1315, style.scss */
  .carousel-item div {
    margin-bottom: 25px;
  }

  /* line 1319, style.scss */
  .thumb-link > div {
    margin-bottom: 25px;
  }
  /* line 1321, style.scss */
  .thumb-link > div img {
    width: 100%;
  }

  /* line 1331, style.scss */
  .qa-list a {
    background: url(../../img/2019/icon_q.png) no-repeat 0rem 12px;
    background-size: 20px;
    position: relative;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
  }
  /* line 1338, style.scss */
  .qa-list a:after {
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }

  /* line 1347, style.scss */
  .base-btn a {
    padding: 1rem 1.4rem;
  }
  /* line 1349, style.scss */
  .base-btn a:after {
    right: 25px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }

  /* line 1357, style.scss */
  .news-list {
    padding-right: 0;
  }
  /* line 1359, style.scss */
  .news-list a {
    padding-left: 0;
    padding-right: 20px;
  }
  /* line 1362, style.scss */
  .news-list a .badge-info {
    padding: 3px 0.8rem;
  }
  /* line 1365, style.scss */
  .news-list a .ttl {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
  /* line 1370, style.scss */
  .news-list a:after {
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }

  /* line 1378, style.scss */
  .ft-sitemap {
    text-align: left;
    background: #eeeeef;
  }
  /* line 1381, style.scss */
  .ft-sitemap a {
    font-size: 0.8rem;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,eeeeef+100 */
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #eeeeef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeef',GradientType=0 );
    /* IE6-9 */
  }
  /* line 1390, style.scss */
  .ft-sitemap a:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #21445b;
    border-bottom: 2px solid #21445b;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    margin-top: -4px;
  }

  /* line 1405, style.scss */
  .news-notification {
    font-size: 0.8rem;
    background: #fff;
  }
  /* line 1408, style.scss */
  .news-notification a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
  }
  /* line 1413, style.scss */
  .news-notification a:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #21445b;
    border-bottom: 2px solid #21445b;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    margin-top: -8px;
  }
  /* line 1426, style.scss */
  .news-notification .badge-info {
    font-size: 80%;
    margin: 0 0.6rem;
    padding: 4px 0.8rem 4px;
    background: #df0d0d;
  }

  /* line 1433, style.scss */
  .otoku-slide {
    display: flex;
    margin: 0 0px;
  }
  /* line 1436, style.scss */
  .otoku-slide .slick-slide {
    margin: 0 0px;
  }
  /* line 1438, style.scss */
  .otoku-slide .slick-slide a {
    display: block;
  }
  /* line 1443, style.scss */
  .otoku-slide .slick-prev, .otoku-slide .slick-next {
    width: 20px;
    height: 100px;
    top: 50%;
    margin-top: -17px;
    background: #97c1d5;
    opacity: 1;
  }

 /*
.main-ttl{
  margin-top: 61px;
}*/
  /* line 1455, style.scss */
  .btn-form {
    padding: 0.9rem 1.4rem;
    border-radius: 6px;
    color: #fff;
    position: relative;
  }
  /* line 1460, style.scss */
  .btn-form:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    margin-top: -4px;
  }
  /* line 1474, style.scss */
  .btn-form.btn-prev:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    display: block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform:    rotate(135deg);
    -ms-transform:     rotate(135deg);
    -o-transform:      rotate(135deg);
    margin-top: -4px;
  }

  /* line 1489, style.scss */
  .price-table th {
    width: 32% !important;
  }
}
/* line 1502, style.scss */
.agree_name {
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 1505, style.scss */
.agree_name span {
  font-size: 120%;
}

/* line 1510, style.scss */
.download-list .card-body {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
/* line 1513, style.scss */
.download-list .card-body input {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform:    scale(1.3);
  -ms-transform:     scale(1.3);
  -o-transform:      scale(1.3);
}
/* line 1518, style.scss */
.download-list .card-price {
  border-top: 1px solid #cccccc;
  padding-right: 128px;
  position: relative;
}
/* line 1523, style.scss */
.download-list .card-price span span {
  font-size: 160%;
}
/* line 1528, style.scss */
.download-list .checkbox {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
}
/* line 1536, style.scss */
.download-list .badge {
  font-size: 70%;
}

/* line 1542, style.scss */
.download-list .card-body {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
/* line 1547, style.scss */
.download-list .card-price {
  border-top: 1px solid #cccccc;
  padding-right: 128px;
  position: relative;
}
/* line 1552, style.scss */
.download-list .card-price span span {
  font-size: 160%;
}
/* line 1557, style.scss */
.download-list .checkbox {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
}
/* line 1563, style.scss */
.download-list .badge {
  font-size: 70%;
}

/* line 1569, style.scss */
.history-list .card-body {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
/* line 1572, style.scss */
.history-list .card-body a {
  color: #70b2d5;
}
/* line 1577, style.scss */
.history-list .card-btn {
  border-top: 1px solid #cccccc;
  padding-right: 128px;
  position: relative;
}
/* line 1582, style.scss */
.history-list .card-btn span span {
  font-size: 160%;
}
/* line 1586, style.scss */
.history-list .card-btn a {
  color: #fff;
  text-decoration: none;
}
/* line 1591, style.scss */
.history-list .history-badge {
  position: absolute;
  right: 15px;
  top: 10px;
}
/* line 1597, style.scss */
.history-list .badge {
  font-size: 120%;
}

/* line 1603, style.scss */
.large {
  font-size: 160%;
}

/* line 1606, style.scss */
.pagination {
  justify-content: center;
}

/* line 1610, style.scss */
a:hover {
  text-decoration: none;
}

/* line 1613, style.scss */
.news-tab {
  border: 1px solid #216c94;
  border-radius: 3px;
  display: flex;
}
/* line 1617, style.scss */
.news-tab li {
  list-style: none;
  width: 50%;
}
/* line 1620, style.scss */
.news-tab li a {
  display: block;
  transition: 0.3s all ease-in-out;
  color: #216c94;
}
/* line 1624, style.scss */
.news-tab li a:hover {
  background: #216c94;
  color: #fff;
}

@media (max-width: 1100px) {
  /* line 1636, style.scss */
  .base-btn a {
    font-size: 0.9rem;
    padding-right: 40px;
  }
}
/* line 1643, style.scss */
.friend img {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}

/* line 1649, style.scss */
.form-control[readonly] {
  background: #fff !important;
}

/* line 1652, style.scss */
.form-control:disabled {
  background-color: #cccccc !important;
  opacity: 1;
}

/* line 1656, style.scss */
#intro_data {
  display: none;
}

/* line 1659, style.scss */
.pref-search {
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
/* line 1663, style.scss */
.pref-search:hover {
  background-color: #164862 !important;
}

.btn-success {
    background-color: #216c94;
    border-color: #216c94;
}
.btn-success:hover {
    background-color: #164862;
    border-color: #164862;
}


/* 修正追記 */
@media (min-width: 768px) {
  /* line 1671, style.scss */
  .form {
    max-width: 1000px;
    margin: auto;
  }
/*[Start][1270][3243][ADD] - [hoang_thien] - [2021-10-26]*/
  .user_point_use .label-link-point{
    transform: translate(-30%, -50%);
  }
/*[End][1270][3243][ADD] - [hoang_thien] - [2021-10-26]*/
}
/* line 1676, style.scss */
.form .badge {
  margin-left: 0.75em;
}

/* line 1681, style.scss */
.history_detail dt {
  width: 9rem;
  float: left;
  clear: both;
}
/* line 1686, style.scss */
.history_detail dd {
  width: calc(100% - 9rem);
  float: left;
}

/* line 1692, style.scss */
.dl_detail dt {
  width: 6rem;
  float: left;
  clear: both;
}
/* line 1697, style.scss */
.dl_detail dd {
  width: calc(100% - 6rem);
  float: left;
}
/*[Start][44310][ADD] - [hoang_thien] - [2019-05-22]*/
/* date picker */
.ui-widget-content {
  border: 1px solid #b8ccd5;
}
.ui-datepicker .ui-datepicker-title {
  line-height: inherit;
}
.ui-widget-header {
  height: 35px;
  line-height: 35px !important;
  font-size: 16px;
  width: auto;
  padding: 0 20px;
  color: #64737b;
  background: url("../../img/menu_bg.jpg") left top repeat;
  border: none;
}
.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev-hover, .ui-state-hover .ui-datepicker-next-hover {
  border: 1px solid #B8CCD5;
  cursor: pointer;
/*[Start][44310][50069][ADD] - [hoang_thien] - [2019-06-27]*/
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(./../../../common/css/plugins/jquery-ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
/*[End][44310][50069][ADD] - [hoang_thien] - [2019-06-27]*/
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover{
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover{
  right: 2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #333;
  background: url("../../img/table_th_bg.jpg") repeat scroll left top #fff;
  border: 1px solid #eee;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  border: 1px solid #B8CCD5;
}
/*[Start][44310][50069][DEL] - [hoang_thien] - [2019-06-27]*/
/*.ui-state-hover.ui-datepicker-prev-hover, .ui-state-hover.ui-datepicker-next-hover {*/
  /*border: 1px solid #eee;*/
  /*background: #eee;*/
/*}*/
/*[End][44310][50069][DEL] - [hoang_thien] - [2019-06-27]*/
/*[Start][44310][50069][ADD] - [hoang_thien] - [2019-06-27]*/
.ui-widget-content .ui-icon {
  background-image: url(./../../../common/css/plugins/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png);
}
/*[End][44310][50069][ADD] - [hoang_thien] - [2019-06-27]*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #B8CCD5;
}
.ui-dialog , .ui-widget .ui-widget-content .ui-corner-all .ui-front .ui-dialog-buttons .ui-draggable {
  height: auto;
  width: 380px !important;
  top: 404.333343505859px;
  left: 595px;
  display: block;
}
.add_order_screen .datepicker-wrap:after,
.add_order_coupon_screen .datepicker-wrap:after{
/*[START][51887][DEL] - [tien_anh] - [2019-10-11] - Delete css duplication with .datepicker-wrap:after */
/*  content: '▼';*/
/*  font-size: 60%;*/
/*  color: #666;*/
/*  position: absolute;*/
/*[END][51887][DEL] - [tien_anh] - [2019-10-11] - Delete css duplication with .datepicker-wrap:after */
  left: 63%;
/*[START][51887][DEL] - [tien_anh] - [2019-10-11] - Delete css duplication with .datepicker-wrap:after */
/*  top: 50%;*/
/*  margin-top: -8px;*/
/*[END][51887][DEL] - [tien_anh] - [2019-10-11] - Delete css duplication with .datepicker-wrap:after */
}
@media (max-width: 767px) {
  .add_order_screen .datepicker-wrap:after,
  .add_order_coupon_screen .datepicker-wrap:after {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .ui-datepicker {
    width: calc(100% - 30px);
  }
}
/*[Start][63409][ADD] - [hoang_thien] - [2020-05-26]*/
@media (max-width: 414px){
  .resize-fontsize{
    font-size: .7rem;
  }
}
/*[End][63409][ADD] - [hoang_thien] - [2020-05-26]*/
/*[End][44310][ADD] - [hoang_thien] - [2019-05-22]*/
/*[Start][44310][47878][ADD] - [hoang_thien] - [2019-06-11]*/
.errors_message{
/*[START][44310][49934][CHG] - [huy_binh] - [2019-06-27]*/
  /*color: red;*/
  color: #dc3545;
/*[END][44310][49934][CHG] - [huy_binh] - [2019-06-27]*/
}
/*[End][44310][47878][ADD] - [hoang_thien] - [2019-06-11]*/
/*[Start][44310][47875][ADD] - [hoang_thien] - [2019-06-02]*/
.haisou .card-body .btn:after{
  content:none;
}
.arrow-link:after {
  transition:0.3s all ease-in-out;
}
.schedule-arrow-link {
  position: relative;
}
.schedule-arrow-link .arrow-blue:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right:2px solid #007bff;
  border-bottom:2px solid #007bff;
  transform: rotate(-45deg);
/*[Start][50221][50137][ADD] - [hoang_thien] - [2019-07-03]*/
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
/*[End][50221][50137][ADD] - [hoang_thien] - [2019-07-03]*/
  margin-top: -5px;
  transition:0.3s all ease-in-out;
}
.schedule-arrow-link .arrow-blue[aria-expanded="true"]:after{
  transform: rotate(45deg);
/*[Start][50221][50137][ADD] - [hoang_thien] - [2019-07-03]*/
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
/*[End][50221][50137][ADD] - [hoang_thien] - [2019-07-03]*/
}
#simulation_box .today {
  background-color: #5AC83C;
}
#simulation_box .fill_today {
  position: absolute;
  display: block;
  width: 21px;
  height: 20px;
  line-height: 20px;
  padding: 3px 0 3px 7px;
  margin: -13px 0 0 -7px;
  background-color: #5AC83C;
}
#simulation_box .ship_instructions_date {
  background-color: pink;
}
#simulation_box .ship_date {
  background-color: #FAFA96;
}
#simulation_box .delivery_date {
  background-color: #96FAFA;
}
#simulation_box .add_order {
  background-color: #FFA500;
}
#simulation_box .service_pack {
  background-color: #00BFFF;
}
#simulation_box .saturday {
  color: blue;
}
#simulation_box .sunday {
  color: red;
}
#simulation_box .today {
  background-color: #ffc107;
}
#simulation_box .instruction_date {
  background-color: pink;
}
#simulation_box .shipping_date {
  color: #FFFFFF;
  background-color: #FAFA96;
}
[class*="cls_delivery_"]{
  color: #FFFFFF;
  background-color: #216c94;
}
#simulation_box .cls_delivery_0{
  color: #FFFFFF;
  background-color: #17a2b8;
}
.cls-border-bottom{
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.edit_delivery_screen .container-fluid {
  max-width: 100%;
  padding-right: 35px ;
  padding-left: 35px ;
}
.edit_delivery_screen .card-header {
  background-color: #17a2b8;
}
.edit_delivery_screen .btn-link {
  color: #fff;
}
.edit_delivery_screen .btn-link:hover {
  color: #fff;
}
.edit_delivery_screen .text-muted {
  color: #fff !important;
  font-size: 1.2rem;
  padding-left:15px;
}

.edit_delivery_screen .schedule-arrow-link .arrow-blue:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.edit_delivery_screen .bg-secondary {
  background-color: #8b9ba6 !important;
}

/* line 642, style.scss */
.edit_delivery_screen .bg-grad-blue {
  background: #053b84;
}

/* line 650, style.scss */
.edit_delivery_screen .bg-grad-green {
  background: #136a63;
}

/* line 658, style.scss */
.edit_delivery_screen .bg-grad-purple {
  background: #644788;
}
/* line 666, style.scss */
.edit_delivery_screen .bg-grad-red {
  background: #df0d0d;
}
.edit_delivery_screen .bg-og {
  background: #e57511;
}
.edit_delivery_screen .bg-lgreen {
  background: #338812;
}
/* [Start][57587][ADD] - [minh_man] - [2023-08-03] */
.bg-raspberry-pink {
  background: #DB5F89;
}
.bg-cerulean-blue {
  background: #1D4692;
}
.bg-apricot {
  background: #EC9B51;
}
.bg-grad-pine-green {
  background: #177050;
}
.bg-grad-grey {
  background: #706E6E;
}
/* [End][57587][END] - [minh_man] - [2023-08-03] */
.edit_delivery_screen .badge-success {
  background-color: #216c94;
}
.edit_delivery_screen .badge-pill {
  border-radius:3px;
}
.edit_delivery_screen .datepicker-wrap:after {
/*[START][51887][DEL] - [tien_anh] - [2019-08-09] - Delete css duplication with .datepicker-wrap:after */
/*  content: '▼';*/
/*  font-size: 60%;*/
/*  color: #666;*/
/*  position: absolute;*/
/*[END][51887][DEL] - [tien_anh] - [2019-08-09] - Delete css duplication with .datepicker-wrap:after */
  left: 63%;
/*[START][51887][DEL] - [tien_anh] - [2019-08-09] - Delete css duplication with .datepicker-wrap:after */
/*  top: 50%;*/
/*  margin-top: -8px;*/
/*[END][51887][DEL] - [tien_anh] - [2019-08-09] - Delete css duplication with .datepicker-wrap:after */
}
@media (max-width: 767px) {
  .edit_delivery_screen .datepicker-wrap:after{
    left: auto;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .edit_delivery_screen .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .edit_delivery_screen [class*="col-"]{
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .edit_delivery_screen .card-body{
    padding: 1rem;
  }
}
/*[End][44310][47875][ADD] - [hoang_thien] - [2019-06-02]*/
/*[Start][50221][50137][ADD] - [hoang_thien] - [2019-07-03]*/
.edit_delivery_screen .card-body .btn:after {
  display: none;
}
/*[End][50221][50137][ADD] - [hoang_thien] - [2019-07-03]*/
/*[START][44310][48548][ADD] - [quang_cong] - [2019-05-28]*/
.payments_missing_form label {
  margin-bottom: 0px;
}

.payments_missing_form .datepicker-wrap:after {
  left: 96% !important;
}

/*AMAZON Widget*/
.amazon-widget {
  width: 100%;
}

#addressBookWidgetDiv {
  display: none;
}

#walletWidgetDiv {
  height: 240px;
  display: inline-block;
}

#consentWidgetDiv {
  height: 120px;
  display: inline-block;
}
/*[END][44310][48548][ADD] - [quang_cong] - [2019-05-28]*/

/*[START][44310][47873][ADD] - [quang_cong] - [2019-06-20] -, bug #49527 order detail page, mobile screen: http://bit.ly/2RpJbyS */
@media screen and (max-width: 480px) {
  .history_list_item dt {
    width: 7rem !important;
  }

  .history_list_item dd {
    width: calc(100% - 7rem) !important;
  }

  .history_list_item .inquiry_over_text {
    word-break: break-all;
    -ms-word-break: break-all;
  }
} /* end screen max width 480px*/

.history_list_item .inquiry_over_text {
  float: left;
  margin-right: 0.5em;
}
/*[END][44310][47873][ADD] - [quang_cong] - [2019-06-20] -, bug #49527 order detail page*/

/*[START][50503][ADD] - [chieng_minh] - [2019-07-18] */
.rm-mb {
  margin-bottom: 0px;
}
/*[END][50503][ADD] - [chieng_minh] - [2019-07-18] */
/*[START][50221][49820][ADD] - [tien_anh] - [2019-09-18] */
.overflow-white-wrap {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: auto;
}
/*[END][50221][49820][ADD] - [tien_anh] - [2019-09-18] */

/*[START][49728][51545][51773][ADD] - [van_quy] - [2019-09-13] Fix bug task [53802]*/
.table_fixed {
    table-layout: fixed;
}
.word_wrap_break {
    word-wrap: break-word;
}
/*[END][49728][51545][51773][ADD] - [van_quy] - [2019-09-13] Fix bug task [53802]*/
/*[START][51801][52112][ADD] - [quang_phuc] - [2019-08-13]*/
.border-bottom-none-last:last-of-type {
  border-bottom: none!important;
}

.pt-0-first:first-of-type {
  padding-top: 0!important;
}

.pb-0-last:last-of-type {
  padding-bottom: 0!important;
}

.hide-when-empty:empty {
  display: none!important;
}
/*[END][51801][52112][ADD] - [quang_phuc] - [2019-08-13]*/
/*[Start][54366][54807][ADD] - [hoang_thien] -[2019-10-07]*/
.cls-font-size-8{
  font-size: 0.8rem;
}
.cls-mt--3{
  margin-top: -1rem;
}
/*[START][57971]CHG] - [tien_anh] - [2020-02-17]*/
/* .cls-mt--5{
  margin-top: -2rem;
} */
.cls-mt--5{
  margin-top: -2.2rem;
}
.cls-mt--1{
  margin-top: -0.5rem;
}
/*[END][57971]CHG] - [tien_anh] - [2020-02-17]*/
/*[End][54366][54807][ADD] - [hoang_thien] -[2019-10-07]*/
/*[START][50221][55793][ADD] - [tien_anh] - [2019-10-24]*/
.hide-outline{
  outline: none;
}
/*[END][50221][55793][ADD] - [tien_anh] - [2019-10-24]*/

/*[START][51772][ADD] - [quang_phuc] - [2019-10-22]*/
.button_box {
  text-align: center;
  margin: 20px 0;
  line-height: 30px;
}
.button_box {
  max-width: 100%;
}
.btn-yellow-old {
  display: inline-block;
  min-width: 65px;
  padding: 10px 15px;
  margin: 2px 0;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-align: -webkit-center;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FDD125;
  color: #333f;
}
.btn-yellow-old:link,
.btn-yellow-old:visited {
  color: #333;
}
/*[END][51772][ADD] - [quang_phuc] - [2019-10-22]*/
/*[START][56423][ADD] - [quang_phuc] - [2019-11-13]*/
.break-word-all {
  word-break: break-all;
}
/*[END][56423][ADD] - [quang_phuc] - [2019-11-13]*/
/*[START][57077][ADD] - [tien_anh] - [2019-12-03]*/
.btn-disabled {
  background-color: #d2e1e9;
}
/*[END][57077][ADD] - [tien_anh] - [2019-12-03]*/

/*[START][50221][50933][ADD] - [quang_cong] - [2019-06-20] - fix codeigniter_profiler over flow on mobile*/
#codeigniter_profiler {
  overflow-x: scroll !important;
}
/*[END][50221][50933][ADD] - [quang_cong] - [2019-06-20] - fix codeigniter_profiler over flow on mobile*/
/*[START][60147][ADD] - [manh_phong] - [2020-02-24]*/
.pt20 {
  padding-top:20px;
}
/*[END][60147][ADD] - [manh_phong] - [2020-02-24]*/
/*[Start][60189][60338][ADD] - [hoang_thien] - [2020-02-28]*/
.initial_font{
  font-weight: bold;
  text-decoration: underline;
}
.initial_font:hover{
  text-decoration: underline;
  color: #007bff;
}
/*[End][60189][60338][ADD] - [hoang_thien] - [2020-02-28]*/
/*[START][60375][ADD] - [manh_phong] - [2020-03-05]*/
.pr0 {
  padding-left: 0;
}
/*[END][60375][ADD] - [manh_phong] - [2020-03-05]*/
/*[START][62020][ADD] - [manh_phong] - [2020-04-17]*/
.color_red {
  color: red;
}
.bg_white {
  background: white;
}
.p5 {
  padding: 5px !important;
}
/*[END][62020][ADD] - [manh_phong] - [2020-04-17]*/
/* [START][61696][ADD] - [chieng_minh] - [2020-04-08] */
.btn-disabled-custom {
  background-color: #8b9ba6;
  cursor: default;
  user-select: none;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* [END][61696][ADD] - [chieng_minh] - [2020-04-08] */
/* [START][64855][ADD] - [tien_anh] - [2020-06-11] */
.label-link-point {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
}
/* [END][64855][ADD] - [tien_anh] - [2020-06-11] */
/* [Start][66225][ADD] - [tien_dat] - [2020-07-02] */
.recommend-wrap a {
  justify-content: initial;
}

.recommend-wrap figure {
  margin: 0;
}

.recommend-wrap figure img {
  max-width: 100%;
  margin-top: 0;
  border-radius: 3px 3px 0 0;
}

.recommend-wrap p {
  margin-top: 0;
  padding: 1em;
  text-align: left;
  font-size: 0.8rem;
}
/* [End][66225][ADD] - [tien_dat] - [2020-07-02] */
/* [START][66997][ADD] - [tien_anh] - [2020-07-15] */
@media (max-width: 414px){
  .show-sp-small{
    display: block !important;
  }
}
/* [END][66997][ADD] - [tien_anh] - [2020-07-15] */
/*[Start][70512][ADD] - [hoang_thien] - [2020-09-14]*/
.field-icon {
  color: #555;
  float: right;
  margin-right: 15px;
  margin-top: -30px;
  position: relative;
}
/*[End][70512][ADD] - [hoang_thien] - [2020-09-14]*/
/*[Start][73285][ADD] - [duc_hung] - [2020-11-05]*/
.over_hidden{
  overflow: hidden;
}
/*[End][73285][ADD] - [duc_hung] - [2020-11-05]*/
/*[Start][70021][71626][ADD] - [hoang_thien] - [2020-10-22]*/
.no_padding{
  padding: 0px !important;
}
/*[End][70021][71626][ADD] - [hoang_thien] - [2020-10-22]*/
/*[Start][76546][ADD] - [hoang_thien] - [2020-12-21]*/
.color_blue{
  color: #007bff;
}
/*[End][76546][ADD] - [hoang_thien] - [2020-12-21]*/
/*[START][77401][ADD] - [tien_anh] - [2021-01-04]*/
.card-body .card-price {
    font-size: 1.6rem;
}
.card-body .card-price span {
    font-size: 1rem;
}
.withdrawal-sche .card-body {
    height: 100%;
    color: #fff;
    background: #053051;
}
.withdrawal-sche .card-text {
    margin-top: 1em;
}
.withdrawal-sche .card-body .card-status {
    background: rgba(255, 255, 255, 0.3);
}
.debit_mizuho_grid {
    margin: 0 auto 2em;
}
.debit_mizuho_text {
    background: #fff;
    border-radius: 3px;
    padding: 0.5em;
    color: #f00;
    margin: 0 0 0.5em 0;
}
/*[Start][83936][ADD] - [hoang_thien] - [2021-03-26]*/
.fee-note_radio{
  width: 45%;
  float: left;
  clear: both;
}
.current-payment-method{
  width: 35%;
  float: left;
  clear: both;
}
/*[End][83936][ADD] - [hoang_thien] - [2021-03-26]*/
@media (min-width: 768px) {
    .card-body .card-price {
        display: inline;
        margin-left: 0.5rem;
        font-size: 1.4rem;
    }
    .first-sche, .teiki-sche, .add-sche, .withdrawal-sche {
        margin-bottom: 15px;
    }
}
@media (max-width: 320px) {
    .card-body .card-price {
        font-size: 1rem;
    }
/*[Start][83936][ADD] - [hoang_thien] - [2021-03-26]*/
    .current-payment-method{
      width: 29%;
    }
/*[End][83936][ADD] - [hoang_thien] - [2021-03-26]*/
}
/*[END][77401][ADD] - [tien_anh] - [2021-01-04]*/
/*[START][21433][ADD] - [tien_anh] - [2022-08-02]*/
@media (max-width: 1023px) {
    .label-payment-autosize{
        width: auto;
        margin-right: 20px;
    }
}
/*[END][21433][ADD] - [tien_anh] - [2022-08-02]*/
/*[Start][77097][ADD] - [tien_dat] - [2020-12-29] - Add new font for addtoorder.svg - use icomoon to create custom font*/
@font-face {
  font-family: 'icomoon';
  src:  url('../../../font/icomoon.eot?ea5jzq');
  src:  url('../../../font/icomoon.eot?ea5jzq#iefix') format('embedded-opentype'),
  url('../../../font/icomoon.ttf?ea5jzq') format('truetype'),
  url('../../../font/icomoon.woff?ea5jzq') format('woff'),
  url('../../../font/icomoon.svg?ea5jzq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="custom-icon-"], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-addtoorder:before {
  content: "\e900";
  color: #2a4359;
}


/*[START][66912][74635][ADD] - [minh_nhut] - [2024-01-09]*/
.custom-icon-addtoorder.css-locca:before {
  content: url('/public/mypage/img/icon/cartridge-nv.svg');
  display: inline-block;
  width: 2.4rem;
}

.custom-icon-addtoorder.css-locca{
  padding: 27px 0 10px;
}

@media (max-width: 767px){
  .custom-icon-addtoorder.css-locca:before {
    width: 1.6rem;
  }

  .custom-icon-addtoorder.css-locca{
    padding: 13px 0 3px;
  }

}

/*[END][66912][74635][ADD] - [minh_nhut] - [2024-01-09]*/
/*[End][77097][ADD] - [tien_dat] - [2020-12-29] - Add new font for addtoorder.svg - use icomoon to create custom font*/
/*[START][90421][ADD] - [tien_anh] - [2021-06-24]*/
.alert_color_green{
  color: blue;
  font-weight: bold;
}
.card-body .alert_color_green{
  color: #002692;
}
@media (max-width: 767px) {
  .for_server_payment_mizuho {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9rem;
  }
  
/*[START][1270][note#15][ADD] - [minh_thao] - [2021-10-21]*/
	.label-link-point {
	  right: -8px;
	}
/*[END][1270][note#15][ADD] - [minh_thao] - [2019-10-21]*/
/*[Start][96493][ADD] - [minh_trong] - [2021-12-08]*/
  .col-12-remove {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
/*[End][96493][ADD] - [minh_trong] - [2021-12-08]*/
}
/*[END][90421][ADD] - [tien_anh] - [2021-06-24]*/
/*[Start][96493][ADD] - [minh_trong] - [2021-12-07]*/
.agree__wrap {
  border: 5px solid #d9dcde;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 30px;
  margin: 1em 0;
}
/*[End][96493][ADD] - [minh_trong] - [2021-12-07]*/
/*[Start][90561][ADD] - [minh_trong] - [2021-06-28] - add banner and icon for edit_payment_type*/
.label_icon_recommend {
  float: left;
}
.credit_money {
  display: inline-block;
}
.recommended_ico {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #17a2b8;
  border-radius: 2px;
  margin-left: 12px;
  padding: 5px 26px 2px 10px;
  position: relative;
  display: inline-block;
}
.recommended_ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 8px solid #17a2b8;
}
.recommended_ico::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('/public/mypage/img/icon/rec_ico.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 6px;
  right: 8px;
}
.friend .payment_img {
  margin: 0 15px 24px;
  border: 1px solid #008ac4;
  border-radius: 6px;
}
.friend .payment_img img {
  width: 100%;
  border-radius: 5px;
}
.friend img {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
@media only screen and (min-width: 768px)
{
  .friend .payment_img {
    max-width: 33.333333%;
    margin: 0 auto 24px;
  }
}
@media (max-width: 800px) {
  .col-tn-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/*[End][90561][ADD] - [minh_trong] - [2021-06-28] - add banner and icon for edit_payment_type*/
/*[Start][1270][3243][CHG] - [hoang_thien] - [2021-10-26]*/
@media (max-width: 359px) {
  .top .user_point {
    font-size: 0.7rem;
  }
}
/*[End][1270][3243][CHG] - [hoang_thien] - [2021-10-26]*/
/*[START][98279][ADD] - [tien_anh] - [2022-03-08]*/
.banner_epos {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.banner_epos_edit_gmo {
    margin: 25px;
}
.banner_epos_missing_gmo {
    margin-top: -20px;
/*[START][9527][ADD] - [tien_anh] - [2022-03-17]*/
    margin-bottom: 20px;
/*[END][9527][ADD] - [tien_anh] - [2022-03-17]*/
}
.banner_epos_change_gmo {
    margin-top: -20px;
    margin-bottom: 20px;
}
.banner_epos_image {
/*[START][27428][CHG] - [tien_anh] - [2022-10-18]*/
/*    display: inline-block;*/
    display: inline-block !important;
/*[END][27428][CHG] - [tien_anh] - [2022-10-18]*/
/*[START][9527][CHG] - [tien_anh] - [2022-03-17]*/
/*    max-width: 100%;*/
    max-width: 100% !important;
/*[END][9527][CHG] - [tien_anh] - [2022-03-17]*/
}
/*[END][98279][ADD] - [tien_anh] - [2022-03-08]*/
/*[START][9527][ADD] - [tien_anh] - [2022-03-17]*/
@media (min-width: 768px) {
    .banner_epos_missing_gmo,
    .banner_epos_change_gmo {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
/*[Start][26629][30381][ADD] - [tien_dat] - [2022-12-23]*/
  .proceed li span {
    padding-left: 15px;
  }
/*[End][26629][30381][ADD] - [tien_dat] - [2022-12-23]*/
}
@media (max-width: 767px) {
    .banner_epos_edit_gmo {
        margin: 1rem 0 2rem;
    }
}
/*[END][9527][ADD] - [tien_anh] - [2022-03-17]*/
/*[Start][8230][9905][ADD] - [minh_trong] - [2022-04-14]*/
.hidden {
  display: none;
}
.flex {
  display: flex;
}
.item-center {
  align-items: center;
}
.gap-20 {
  gap: 20px
}
.gap-10 {
  gap: 10px;
}
.min-100 {
  min-width: 100px;
}
.w_full {
  width: 100%;
}
/*[End][8230][9905][ADD] - [minh_trong] - [2022-04-14]*/
/*[Start][35954][37214][ADD] - [kim_chi] - [2023-01-30]*/
.is_replace_ng{
  border-bottom: 3px double !important;
  display: inline !important;
}
/*[End][35954][37214][ADD] - [kim_chi] - [2023-01-30]*/
/*[Start][92638][ADD] - [hoang_thien] - [2024-05-13]*/
input[name=contract_id][type=number]::-webkit-outer-spin-button,
input[name=contract_id][type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[name=contract_id][type=number] {
  -moz-appearance: textfield;
}
/*[End][92638][ADD] - [hoang_thien] - [2024-05-13]*/