.ico-1 {
  background-image: url('../images/sprites-s30de45c907.png');
  background-position: 0 -105px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 37px;
  width: 35px;
  display: inline-block;
}

.ico-2 {
  background-image: url('../images/sprites-s30de45c907.png');
  background-position: 0 -71px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 23px;
  width: 23px;
  display: inline-block;
}

.ico-facebook {
  background-image: url('../images/sprites-s30de45c907.png');
  background-position: 0 -183px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 41px;
  width: 41px;
  display: inline-block;
}

.ico-youtube {
  background-image: url('../images/sprites-s30de45c907.png');
  background-position: -20px -40px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 31px;
  width: 41px;
  display: inline-block;
}

.ico-twitter {
  background-image: url('../images/sprites-s30de45c907.png');
  background-position: -23px -71px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 34px;
  width: 41px;
  display: inline-block;
}

.ico-instagram {
  background-image: url('../images/sprites-s30de45c907.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 41px;
  width: 41px;
  display: inline-block;
}

body {
  color: #333333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
}
@media (min-width: 2600px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  color: #333333;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2b9089;
}

.social-footer, .upload-file-gcn-list, .errors-container ul, .list-area-profess, .payment-by ul, .custom-control-payment, .payment-for-new-user .custom-control-payment li ul, .cardList {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.form-control {
  font-size: 14px;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1430px;
  }
}
.main-content {
  min-height: calc(100vh - 263px);
}

.text-link {
  color: #2b9089;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.btn {
  font-size: 14px;
  font-weight: 700;
}

.btn-red {
  border-color: #2b9089;
  background-color: #2b9089;
  color: #fff;
}
.btn-red:hover, .btn-red:focus {
  border-color: #257c76;
  background-color: #257c76;
  color: #fff;
}

.btn-outline-main {
  border-color: #2b9089;
  background-color: #fff;
  color: #2b9089;
}
.btn-outline-main:hover, .btn-outline-main:focus {
  border-color: #2b9089;
  background-color: #2b9089;
  color: #fff;
}

.btn-link {
  color: #333333;
}
.btn-link:hover {
  color: #2b9089;
}

.btn-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .btn-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.btn-sm {
  padding-top: 13px;
  padding-bottom: 14px;
}

.btn-blue {
  border-color: #0066cc;
  background-color: #0066cc;
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus {
  border-color: #0059b3;
  background-color: #0059b3;
  color: #fff;
}

.btn-orange {
  border-color: #e87110;
  background-color: #e87110;
  color: #fff;
}
.btn-orange:hover, .btn-orange:focus {
  border-color: #d0650e;
  background-color: #d0650e;
  color: #fff;
}

.w-120 {
  min-width: 120px;
}

header {
  margin-bottom: 52px;
  position: relative;
  z-index: 3;
}

.navbar-toggler {
  width: 30px;
  height: 30px;
  position: relative;
  border: none;
}
.navbar-toggler::before, .navbar-toggler::after {
  background: #fff;
  content: '';
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-toggler::before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.navbar-toggler::after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.navbar-toggler > span {
  background: #fff;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
}
.navbar-toggler:hover:before, .navbar-toggler:hover:after, .navbar-toggler:hover > span {
  background-color: #fff;
}
.navbar-toggler[aria-expanded="true"] span {
  display: none;
}
.navbar-toggler[aria-expanded="true"]:before, .navbar-toggler[aria-expanded="true"]:after {
  transform-origin: inherit;
}
.navbar-toggler[aria-expanded="true"]:before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}
.navbar-toggler[aria-expanded="true"]:after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

.navbar-brand {
  margin-right: 0;
  background-color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}
.navbar-brand img {
  max-width: 75px;
}

.navbar-expand-lg {
  background-color: #2b9089;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item .nav-link {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item .nav-link:before {
    content: "|";
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.navbar-expand-lg .dropdown-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  border: none;
  vertical-align: text-bottom;
}
.navbar-expand-lg .nav-right a {
  padding: 8px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .nav-right a {
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    font-weight: normal;
  }
}
.navbar-expand-lg .nav-right a:first-child {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .nav-right a:first-child {
    font-weight: 700;
  }
}
.navbar-expand-lg .nav-right a:last-child {
  padding-right: 0;
}
.navbar-expand-lg .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 240px;
  margin: 0;
  font-size: 14px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu {
    margin-top: 24px;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .dropdown-menu {
    margin-top: 24px;
    margin-left: 30px;
  }
}
.navbar-expand-lg .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.navbar-expand-lg .dropdown-menu .dropdown-item:hover, .navbar-expand-lg .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2b9089;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    background-color: #fff;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    height: 100% !important;
    padding: 25px 15px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .navbar-expand-lg .navbar-collapse.show {
    left: 0;
  }
}

footer {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.extra-bold {
  font-weight: 800 !important;
}

.fz-48, .search-noti strong {
  font-size: 38px;
}
@media only screen and (min-width: 992px) {
  .fz-48, .search-noti strong {
    font-size: 48px;
  }
}

.fz-24, .search-noti, .place-item {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .fz-24, .search-noti, .place-item {
    font-size: 24px;
  }
}

.clr-red {
  color: #2b9089 !important;
}

@media only screen and (min-width: 768px) {
  .homepage {
    height: calc(100vh - 215px);
  }
}
.homepage img {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .homepage img {
    max-height: calc(100% - 92px);
  }
}
.homepage .fz-48, .homepage .search-noti strong, .search-noti .homepage strong {
  font-size: 38px;
}

.section-features {
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .section-features {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-features .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .section-features .row .col-lg-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-features .bottom-btn-group {
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .section-features .bottom-btn-group {
    padding-top: 50px;
  }
}
.section-features .bottom-btn-group .btn {
  font-weight: 600;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.feature-item {
  margin-bottom: 35px;
  text-align: justify;
}
.feature-item .rating {
  margin-bottom: 16px;
  text-align: left;
}
.feature-item .rating i {
  background-color: #2b9089;
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}
.feature-item .rating i:not(:last-child) {
  margin-right: 6px;
}
.feature-item h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .feature-item h3 {
    line-height: 26px;
    min-height: 54px;
  }
}
.feature-item p {
  line-height: 1.8;
}

.section-price-service {
  background-color: #f7f7f7;
  padding: 57px 0 72px;
}
@media only screen and (min-width: 992px) {
  .section-price-service {
    padding-bottom: 144px;
  }
}
.section-price-service .title-section {
  margin-bottom: 8px;
}
.section-price-service .desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section-price-service .desc {
    margin-bottom: 108px;
    font-size: 20px;
  }
}
.section-price-service .row .col-md-4 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .section-price-service .row .col-md-4 {
    display: -ms-flexbox;
    display: flex;
  }
  .section-price-service .row .col-md-4:first-child {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .section-price-service .row .col-md-4:nth-child(2) {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-price-service .row .col-md-4:last-child {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}

.title-section {
  font-weight: 700;
  font-size: 32px;
  color: #404040;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .title-section {
    font-size: 40px;
    margin-bottom: 108px;
  }
}

.price-service-item {
  border: 1px solid #2b9089;
  padding: 20px;
  text-align: center;
  max-width: 285px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.price-service-item .desc {
  font-size: 20px;
  min-height: 100px;
  margin-bottom: 15px;
}
.price-service-item .price {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
  color: #e20000;
}
.price-service-item .price span {
  font-weight: normal;
  font-size: 20px;
  color: #9B9B9B;
}
.price-service-item .btn {
  font-weight: 600;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.section-about-us {
  background: url(../images/bg/about-us.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-about-us {
    padding-top: 96px;
    padding-bottom: 150px;
  }
}
.section-about-us:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 141, 130, 0.8);
  z-index: 1;
}
.section-about-us .container {
  position: relative;
  z-index: 3;
}
.section-about-us .title-section {
  margin-bottom: 50px;
}
.section-about-us .desc {
  font-size: 20px;
  line-height: 1.6;
  max-width: 860px;
  margin: auto;
  font-weight: 300;
  text-align: justify;
}

.section-footer-info {
  background-color: #f7f7f7;
  line-height: 1.6;
  padding-top: 55px;
  padding-bottom: 55px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .section-footer-info {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.section-footer-info h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 43px;
}
.section-footer-info p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .section-footer-info p span {
    display: inline-block;
    margin-left: 102px;
  }
}

.social-footer {
  padding-top: 22px;
}
.social-footer li {
  display: inline-block;
  vertical-align: middle;
}
.social-footer li:not(:last-child) {
  margin-right: 17px;
}

.section-video {
  margin-top: -52px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 992px) {
  .section-video {
    margin-bottom: 130px;
  }
}
.section-video video {
  height: auto;
  width: 100%;
}

#registerUseModal .modal-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#registerUseModal .modal-body {
  padding-top: 35px;
  padding-bottom: 35px;
}
#registerUseModal .btn {
  font-weight: 600;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.page-login {
  min-height: 100vh;
  background: url(../images/bg/bg-login-bottom.png) no-repeat center bottom/100% auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .page-login .img {
    -ms-flex: 0 0 calc(100% - 623px);
    flex: 0 0 calc(100% - 623px);
    max-width: calc(100% - 623px);
  }
}
.page-login .img img {
  max-height: 570px;
}

.form-login {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .form-login {
    -ms-flex: 0 0 623px;
    flex: 0 0 623px;
    max-width: 623px;
  }
}
.form-login .logo {
  margin-bottom: 45px;
}
.form-login .logo img {
  width: 220px;
}
@media only screen and (min-width: 992px) {
  .form-login .logo {
    margin-bottom: 10px;
  }
  .form-login .logo img {
    width: 220px;
  }
}
.form-login .form {
  border: 1px solid #cccccc;
  padding: 30px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .form-login .form {
    padding: 50px 40px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .form-login .form-group {
    margin-bottom: 20px;
  }
}
.form-login .btn-red {
  font-size: 18px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .form-login .btn-red {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.form-login .btn-link {
  font-weight: normal;
}

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  height: 47px;
}
@media only screen and (min-width: 992px) {
  .form-control {
    height: 50px;
  }
}

.custom-control {
  line-height: 1.5;
}

.custom-radio .custom-control-label:before {
  border: none;
  background-color: #d1d1d1;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #2b9089;
  background-image: none;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 7px;
  left: -21px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-group-password {
  position: relative;
}
.form-group-password .btn-clear {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  line-height: 47px;
  width: 40px;
  text-align: center;
  color: #495057;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .form-group-password .btn-clear {
    height: 50px;
    line-height: 50px;
  }
}

.search-box {
  height: 70px;
  max-width: 1018px;
  margin: 0 auto 25px;
  padding: 5px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background-color: #e5e5e5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .search-box {
    height: 110px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    padding: 9px;
    margin-bottom: 50px;
  }
}
.search-box .form-control {
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border-color: #cccccc;
  padding-right: 75px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .search-box .form-control {
    height: 92px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding-left: 40px;
  }
}
.search-box .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-box .btn-clear {
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search-noti {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .search-noti {
    margin-bottom: 75px;
  }
}
.search-noti a {
  color: #2aa3d6;
  text-decoration: underline;
}

.list-places {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .list-places {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 992px) {
  .list-places .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.place-item {
  text-align: center;
  margin-bottom: 30px;
}
.place-item .static {
  background-color: #000;
  position: relative;
  max-width: 222px;
  margin: auto auto 35px;
}
.place-item .static img {
  opacity: 0.45;
}
.place-item .static .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 5px;
  font-size: 22px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .place-item .static .text {
    font-size: 28px;
  }
}
.place-item .static .text h4 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .place-item .static .text h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .place-item .static .text h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .place-item .static .text h4 {
    font-size: 32px;
  }
}
.place-item .static .text h4:after {
  content: "";
  display: block;
  margin: 6px auto 8px;
  background-color: #fff;
  width: 108px;
  height: 2px;
}
.place-item .static .text p {
  margin-bottom: 0;
}

.mw-210 {
  min-width: 210px;
}

.select2-container {
  display: block;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 47px !important;
  border-color: #ced4da !important;
}
@media only screen and (min-width: 992px) {
  .select2-container .select2-selection--single {
    height: 50px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px !important;
}
@media only screen and (min-width: 992px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}
@media only screen and (min-width: 992px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
  }
}

.form-control.datepicker {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  min-width: 100% !important;
}

.upload-file-gcn-list {
  margin-bottom: 20px;
}
.upload-file-gcn-list li {
  position: relative;
  padding: 0 20px 0 15px;
}
.upload-file-gcn-list li:not(:last-child) {
  margin-bottom: 5px;
}
.upload-file-gcn-list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2b9089;
  position: absolute;
  top: 7px;
  left: 0;
}
.upload-file-gcn-list li .link-gcn {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.upload-file-gcn-list li .remove {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  color: #e20000;
}

.template-input td:last-child {
  vertical-align: middle;
}
.template-input td:last-child a {
  color: #e20000;
}

.search-page {
  min-height: calc(100vh - 263px);
}
@media only screen and (min-width: 992px) {
  .search-page {
    padding-top: 50px;
  }
}

.bg-search {
  background: url(../images/bg/bg-search.png) no-repeat center bottom;
}

.search-mess {
  font-size: 18px;
  max-width: 1018px;
  margin: auto;
  text-align: center;
}
.search-mess.error {
  color: #2b9089;
}
.search-mess.no-result strong {
  color: #2b9089;
}
.search-mess.result a {
  color: #2b9089;
  text-decoration: underline;
}

.aside-img-left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 25%;
  display: none;
}
@media only screen and (min-width: 992px) {
  .aside-img-left {
    display: block;
  }
}
@media (min-width: 1920px) {
  .aside-img-left {
    width: 38.28125%;
  }
}
.aside-img-left button {
  width: 47px;
  height: 47px;
  background-color: #bcbcbc;
  position: absolute;
  top: 81px;
  right: 0;
  z-index: 9;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.aside-img-left button:hover {
  background-color: #2b9089;
}
.aside-img-left button i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.aside-img-left.hidden {
  width: 47px;
}
.aside-img-left.hidden img {
  display: none;
}
.aside-img-left.hidden button i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrapper {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media only screen and (min-width: 992px) {
  .wrapper-img-left {
    margin-left: 25%;
  }
}
@media (min-width: 1920px) {
  .wrapper-img-left {
    margin-left: 38.28125%;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper-img-left .container {
    max-width: 870px;
  }
}
.wrapper-img-left footer .text-center {
  text-align: left !important;
}

.title-header {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .title-header {
    margin-left: 56px;
    padding-left: 56px;
    font-size: 24px;
  }
}

.title-page {
  color: #2b9089;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .title-page {
    font-size: 36px;
    margin-bottom: 52px;
  }
}

.filter {
  background-color: #e7e7e7;
  padding: 20px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1200px) {
  .filter {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.filter label {
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .filter label {
    font-size: 18px;
  }
}
.filter .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.filter .row.form-group {
  margin-bottom: 0;
}

.clr-blue {
  color: #0066cc !important;
}

.table-medicine {
  border: 2px solid #ededed !important;
  margin-bottom: 0;
}
.table-medicine td {
  border-width: 2px;
  border-color: #fff;
}
.table-medicine thead th {
  color: #2b9089;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  border-width: none;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.table-medicine thead th:first-child {
  border-left-color: #ededed;
  border-left-width: 2px;
}
.table-medicine thead th:last-child {
  border-right-color: #ededed;
  border-right-width: 2px;
}
.table-medicine tbody td {
  background-color: #ededed;
}
.table-medicine tbody td:first-child {
  border-left-color: #ededed;
}
.table-medicine tbody td:last-child {
  border-right-color: #ededed;
  text-align: center;
}
.table-medicine tbody td:last-child .clr-primary {
  color: #2b9089;
}
.table-medicine tbody td:last-child .clr-primary + .clr-primary {
  color: #e20000;
  margin-left: 5px;
}
.table-medicine tbody tr:last-child td {
  border-bottom-color: #ededed;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pagination .page-item:not(:last-child) {
  margin-right: 8px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  color: #333333;
  padding: 8px 15px;
}
.pagination .page-link:hover {
  background-color: #2b9089;
  color: #fff;
}
.pagination .active .page-link {
  color: #fff;
  background-color: #2b9089;
}

.noti-sucess {
  color: #0066cc;
  margin-bottom: 30px;
}

.medicine {
  border: 1px solid #dfdfdf;
  padding: 25px;
  margin-bottom: 58px;
}
@media only screen and (min-width: 768px) {
  .medicine {
    padding-bottom: 105px;
  }
}

.header-medicine {
  margin-bottom: 31px;
}
.header-medicine .left p {
  margin-bottom: 0;
}

.medicine-code {
  display: inline-block;
  vertical-align: middle;
  color: #2b9089;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #dfdfdf;
  width: 180px;
  line-height: 48px;
  padding: 0 14px;
  margin-left: 10px;
}

.title-medicine {
  font-weight: 800;
  color: #2b9089;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 43px;
}
@media only screen and (min-width: 768px) {
  .title-medicine {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .form-medicine .form-group {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .form-medicine .col-item {
    width: fit-content;
  }
}
.form-medicine .col-item:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .form-medicine .col-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.form-medicine label.col-item {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .form-medicine label {
    margin-bottom: 0;
  }
  .form-medicine label.text-nowrap {
    position: relative;
    bottom: -2px;
  }
}

.form-control-ip {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #000;
  padding-bottom: 0;
  height: auto;
}
.form-control-ip:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.tbl {
  padding-top: 12px;
  padding-bottom: 30px;
}
.tbl p {
  margin-bottom: 23px;
}
.tbl table thead th {
  border-bottom-width: 1px;
}
.tbl table th, .tbl table td {
  text-align: center;
}
.tbl table th:first-child, .tbl table td:first-child {
  text-align: left;
}

.textarea-dot {
  background: url(../images/bg/bg-textarea.jpg) repeat;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 92px;
  line-height: 40px;
  resize: none;
}
.textarea-dot:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.note-medicine {
  padding-bottom: 20px;
}
.note-medicine label {
  font-weight: 700;
}

.row-xs {
  margin-left: -10px;
  margin-right: -10px;
}
.row-xs [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.errors-container {
  border: 1px solid #2b9089;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.errors-container ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
.errors-container ul li:not(:last-child) {
  margin-bottom: 5px;
}
.errors-container ul li:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  color: #2b9089;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.mx-datepicker {
  display: block !important;
  width: 100% !important;
}

.select2-container-multi .select2-choices {
  background-image: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-image: none !important;
  background-color: #2b9089 !important;
  color: #fff !important;
  padding: 7px 7px 7px 18px !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none !important;
  top: 8px !important;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:after {
  font-family: FontAwesome;
  color: #fff;
  content: "\f00d";
  font-size: 14px;
}

.register-code label {
  text-transform: uppercase;
  font-size: 18px;
}
.register-code .form-group {
  margin-bottom: 40px;
}

.upload-file {
  height: 47px;
  position: relative;
  padding-right: 100px;
  border: 1px solid #ced4da;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
}
@media only screen and (min-width: 992px) {
  .upload-file {
    height: 50px;
  }
}
.upload-file .btn {
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 93px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  line-height: 25px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .upload-file .btn {
    line-height: 28px;
  }
}
.upload-file input {
  opacity: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 93px;
  z-index: 2;
  cursor: pointer;
}

.datepicker {
  min-width: 240px;
  font-size: 14px;
}
.datepicker table {
  width: 100%;
}

.list-img-upload .img {
  position: relative;
  margin-bottom: 15px;
}
.list-img-upload .img button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2b9089;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.list-img-upload .col {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media only screen and (min-width: 992px) {
  .list-img-upload .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.wrapper-img-left .list-img-upload .col {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.ms-container {
  width: 100% !important;
}
.ms-container input {
  display: block;
  width: 100%;
  height: 47px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .ms-container input {
    height: 50px;
  }
}
.ms-container .ms-selectable, .ms-container .ms-selection {
  width: calc(50% - 15px) !important;
}
.ms-container .ms-selectable ul, .ms-container .ms-selection ul {
  border-radius: 0 !important;
  border-top: none !important;
}
.ms-container .ms-selectable ul li, .ms-container .ms-selection ul li {
  padding: 8px 15px !important;
}

.loading {
  position: fixed;
  background: url(../images/loading.gif) no-repeat center center;
  background-color: #000;
  opacity: .2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.form-register-code {
  margin-bottom: 30px;
}
.form-register-code .img {
  margin-bottom: 35px;
}
.form-register-code .form-group {
  position: relative;
  margin-bottom: 29px;
}
.form-register-code .form-group .form-control {
  padding-right: 162px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form-register-code .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 152px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.form-register-code .note {
  max-width: 495px;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
}
.form-register-code .note a {
  color: #2b9089;
}

.list-area-profess {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.list-area-profess li {
  padding-left: 15px;
  position: relative;
}
.list-area-profess li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2b9089;
  position: absolute;
  left: 0;
  top: 8px;
}
.list-area-profess li:not(:last-child) {
  margin-bottom: 5px;
}

.lightbox__element {
  height: 90% !important;
}

.lightbox__image {
  text-align: center;
}
.lightbox__image img {
  width: auto !important;
  max-height: 100%;
}

.back-home-mess {
  text-align: center;
  padding-bottom: 20px;
}
.back-home-mess p {
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .back-home-mess p {
    font-size: 30px;
  }
}
.back-home-mess a {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .back-home-mess a {
    font-size: 20px;
  }
}
.back-home-mess a:hover {
  text-decoration: underline;
}

.body-gray {
  background-color: #e5e5e5;
}
.body-gray .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-gray .main-content #app {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.wrap-payment {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.title-payment {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color: #454545;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .title-payment {
    margin-bottom: 78px;
    font-size: 36px;
  }
}

.payment-by {
  background-color: #FDFDFD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.payment-by ul li {
  padding: 25px 30px;
  font-size: 18px;
}
.payment-by ul li:before, .payment-by ul li:after {
  content: " ";
  display: table;
}
.payment-by ul li:after {
  clear: both;
}
.payment-by ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.payment-by .discount {
  float: right;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .payment-by .discount {
    margin-top: -5px;
  }
}

.custom-control-payment .custom-control {
  min-height: 24px;
}
.custom-control-payment .custom-radio .custom-control-label {
  padding-left: 42px;
  display: block;
}
.custom-control-payment .custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #2b9089;
  width: 24px;
  height: 24px;
  top: 0;
}
.custom-control-payment .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2b9089;
}
.custom-control-payment .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: transparent;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  top: 2px;
  left: -19px;
  font-size: 14px;
}

.section-payment {
  margin-bottom: 65px;
  color: #454545;
}
.section-payment .btn {
  min-width: 203px;
  font-size: 18px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.section-payment .btn-outline-main {
  border-color: #2b9089;
  background-color: #fff;
  color: #2b9089;
}
.section-payment .btn-outline-main:hover, .section-payment .btn-outline-main:focus {
  border-color: #2b9089;
  background-color: #2b9089;
  color: #fff;
}
.section-payment .group-btns .btn {
  vertical-align: top;
}
.section-payment .group-btns .btn:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.input-payment-colde {
  min-height: calc(100vh - 300px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .input-payment-colde {
    min-height: calc(100vh - 288px);
  }
}
.input-payment-colde .inner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .input-payment-colde .title-payment {
    font-size: 30px;
    margin-bottom: 55px;
  }
}

.discount {
  display: inline-block;
  color: #fff;
  background: #EF6C00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px;
}

.wrap-805 {
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-bottom: 35px;
}
.section-title .title-payment {
  margin-bottom: 10px;
}

.sub-title-payment {
  color: #454545;
  font-size: 16px;
  margin-bottom: 0;
}

.payment-box {
  margin-bottom: 42px;
}

.header-payment {
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header-payment h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.header-payment .dropdown .btn-clear {
  font-weight: 700;
  color: #454545;
}
.header-payment .dropdown .btn-clear img {
  margin-right: 7px;
}
.header-payment .dropdown .btn-clear i {
  margin-left: 7px;
}
.header-payment .dropdown .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.header-payment .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 15px;
}
.header-payment .dropdown .dropdown-menu .dropdown-item:hover, .header-payment .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #2b9089;
  color: #fff;
}

.payment-for-new-user .custom-control-payment li:not(:last-child) {
  margin-bottom: 25px;
}
.payment-for-new-user .custom-control-payment li .custom-control-label img {
  vertical-align: top;
  margin-left: 5px;
  position: relative;
  top: -5px;
}
.payment-for-new-user .custom-control-payment li ul {
  padding-left: 46px;
  margin-top: 10px;
}
.payment-for-new-user .custom-control-payment li ul li:not(:last-child) {
  margin-bottom: 8px;
}
.payment-for-new-user .custom-control-payment .custom-radio .custom-control-label {
  padding-left: 22px;
}

.total-price-package {
  border-top: 2px solid #E0E0E0;
  margin-top: 42px;
  padding-top: 15px;
  font-size: 16px;
}
.total-price-package .table td {
  padding: 5px 10px;
}
.total-price-package .table td:first-child {
  padding-left: 0;
}
.total-price-package .table td:last-child {
  padding-right: 0;
  width: 90px;
}
.total-price-package .table tr:last-child {
  font-size: 20px;
}

.wrap-330 {
  max-width: 330px;
}

.code-place .row:not(:last-child) {
  margin-bottom: 20px;
}

.payment-success {
  max-width: 435px;
  margin: auto;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .payment-success {
    padding: 65px;
  }
}
.payment-success .icon {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #2b9089;
  text-align: center;
  line-height: 45px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.payment-success .icon img {
  vertical-align: middle;
}
.payment-success .desc {
  margin: 35px 0 38px;
}

.section-help-center {
  color: #454545;
}
@media only screen and (min-width: 1200px) {
  .section-help-center .container {
    max-width: 1096px;
  }
}

.title-navtab {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 17px;
}
.title-navtab i {
  margin-right: 13px;
}

.box-group-tab {
  border-top: 2px solid #E0E0E0;
  padding-top: 20px;
  margin-bottom: 25px;
}
.box-group-tab .tab-content h4, .box-group-tab .tab-content h2, .box-group-tab .tab-content h1, .box-group-tab .tab-content h3 {
  font-weight: 700;
}
.box-group-tab .tab-content h4 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .box-group-tab .tab-content h4 {
    font-size: 18px;
  }
}
.box-group-tab .tab-content h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .box-group-tab .tab-content h3 {
    font-size: 20px;
  }
}
.box-group-tab .tab-content h2 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .box-group-tab .tab-content h2 {
    font-size: 22px;
  }
}
.box-group-tab .tab-content h1 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .box-group-tab .tab-content h1 {
    font-size: 24px;
  }
}
.box-group-tab .tab-content ul, .box-group-tab .tab-content ol {
  padding-left: 20px;
}
.box-group-tab .tab-content ul li:not(:last-child), .box-group-tab .tab-content ol li:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-navtab {
  margin-bottom: 20px;
}
.sidebar-navtab .nav {
  display: block;
}
.sidebar-navtab .nav .nav-item {
  margin: 5px 0;
}
.sidebar-navtab .nav .nav-link {
  padding: 0 10px;
  border-left: 3px solid transparent;
  color: #8C8C8D;
}
.sidebar-navtab .nav .nav-link.active, .sidebar-navtab .nav .nav-link:hover {
  border-left-color: #454545;
  font-weight: 700;
  color: #454545;
}

.help-center-header {
  margin-bottom: 42px;
}
.help-center-header h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .help-center-header h1 {
    font-size: 36px;
  }
}
.help-center-header .search {
  max-width: 480px;
  position: relative;
  height: 50px;
  margin: auto;
}
.help-center-header .search .form-control {
  background-color: #eaeaeb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: none;
  height: 50px;
  padding-left: 40px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.cardList li label {
  position: relative;
  margin-bottom: 0;
}
.cardList li label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cardList li label input:checked + i {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cardList li label input:checked + i:before {
  border: 2px solid #2b9089;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
}

.payment-error .icon {
  background-color: #e20000;
}
.payment-error .icon img {
  max-height: 20px;
}

.note-payment-method {
  padding-left: 46px;
  margin-top: 10px;
}

.payment-visa-mastercard {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #fff;
  margin: 15px 0 25px;
}
.payment-visa-mastercard textarea {
  height: 120px;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.payment-visa-mastercard .form-group {
  margin-bottom: 25px;
}
.payment-visa-mastercard .form-control {
  font-size: 15px;
}
