.page-bg {
  /* background-color: #01a6e6; */
  background-image: linear-gradient(-180deg, #00a6e6 0%, #f4f6f7 100%);
  height: 500px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.content-header h1 {
  color: white;
  font-family: "KrungthaiBold";
  font-size: 24px;
  margin-bottom: 0px;
}

.btn.chevron-animate {
  position: relative;
}

.btn.chevron-animate span {
  padding-right: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.chevron-animate .i-animate {
  font-size: 20px;
  position: absolute;
  right: -20px;
  opacity: 0;
  transition: 0.3s;
}

.share-btn.dropdown-toggle::after {
  display: none !important;
}

.graph-cur-select .dropdown-toggle {
  color: #333 !important;
  background-color: #ffffff !important;
  border-color: #adadad !important;
  display: flex;
  align-items: center;
}

.graph-cur-select .dropdown-toggle:hover,
.graph-cur-select .dropdown-toggle:focus,
.graph-cur-select .dropdown-item:active {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

.graph-cur-select .cur-cell .flag-control {
  width: auto;
  margin-right: 10px;
  padding: 0px 0px;
}

.chevron-animate:hover span {
  padding-right: 25px;
}

.chevron-animate:hover .i-animate {
  right: -6px;
  opacity: 1;
}

.chevron-animate:hover .i-animate.icon-chevron-down {
  right: 7px;
}

.chevron-animate:active span {
  padding-right: 25px;
}

.chevron-animate:active .i-animate {
  right: -6px;
  opacity: 1;
}

.chevron-animate:active .i-animate.icon-chevron-down {
  right: 7px;
}

.chevron-animate:focus span {
  padding-right: 25px;
}

.chevron-animate:focus .i-animate {
  right: -6px;
  opacity: 1;
}

.chevron-animate:focus .i-animate.icon-chevron-down {
  right: 7px;
}

.tab-counter-rate {
  background-color: #2c5067;
}

.tab-counter-rate .nav-tabs .nav-link {
  color: white;
  border: 0;
  padding: 15px 20px;
  font-size: 16px;
}

.tab-counter-rate .nav-tabs .nav-item.show .nav-link,
.tab-counter-rate .nav-tabs .nav-link.active {
  color: #ffce42;
  opacity: 1;
  background-color: #1c425a !important;
  border: 0;
  border-bottom: 4px solid #ffce42;
  border-radius: 0px;
}

.tab-counter-rate .nav-tabs {
  border-bottom: 0;
}

.tab-counter-rate .nav-link:hover,
.tab-counter-rate .nav-link:focus {
  color: #ffce42 !important;
  background: transparent !important;
  border-color: transparent;
}

.tab-counter-rate .title-head {
  display: flex;
  align-items: center;
}

.tab-counter-rate .title-head i {
  margin-right: 8px;
  font-size: 16px;
}

.tab-counter-rate .tab-content {
  width: 100%;
  background: white;
  min-height: 400px;
  padding: 20px 25px;
}

/* currency */

/* header-currency */
.header-currency-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-currency-table .round-currency {
  display: flex;
}

.header-currency-table .roune-detail {
  display: flex;
}

.header-currency-table .round-currency .title-round {
  display: flex;
}

.header-currency-table h2 {
  font-family: "KrungthaiBold";
  color: #0075a0;
  margin-right: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  border-right: 1px solid #dae3ea;
  line-height: 50px;
}

.header-currency-table .text-round {
  line-height: 50px;
  color: #2c5067;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #dae3ea;
}

.header-currency-table .text-time {
  line-height: 50px;
  color: #2c5067;
  font-size: 16px;
}

/* header-currency */

/* header-currency-sub */
.header-currency-sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 15px 0px;
}

.header-currency-sub .border-left {
  border-left: 1px solid #dae3ea;
  padding-left: 10px;
  margin-left: 10px;
}

.header-currency-sub .form-currency-sub {
  display: flex;
  align-items: baseline;
}

.header-currency-sub .form-currency-sub .content-btn-right {
  display: flex;
  align-items: baseline;
}

/* header-currency-sub */

.header-currency-graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-currency-graph .hiden-desktop {
  display: none;
}

.header-currency-graph h3 {
  margin-bottom: 0px;
  font-family: "KrungthaiBold";
  color: #0075a0;
  text-align: center;
  font-size: 18px;
}

.graph-cur-select .cur-cell {
  display: flex;
  align-items: center;
}

.graph-cur-select .cur-cell .cur-title {
  line-height: 1;
  font-family: "Krungthai";
  font-size: 14px;
}

.graph-cur-select .cur-cell.active .cur-title {
  color: #2c5067;
  font-family: "KrungthaiBold";
}

.footer-text {
  color: #677a9a;
  font-size: 13px;
}

.footer-text h4 {
  font-family: "KrungthaiBold";
  font-size: 14px;
}

.style-icon-forwardpoint {
  width: 25px;
  display: inline-block;
  align-self: center !important;
  margin-right: 10px;
}

.footer-text .warning-message {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

.footer-text .warning-message .title {
  font-family: "KrungthaiBold";
  margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {

  /* header-currency-sub */
  .header-currency-sub {
    display: block;
    margin: 15px 0px;
  }

  .header-currency-graph {
    display: block;
  }

  .header-currency-graph .hiden-desktop {
    display: block;
    margin-bottom: 15px;
  }

  .header-currency-graph .hiden-mobile {
    display: none;
  }

  .graph-cur-select .btn {
    width: 100%;
    margin-bottom: 25px;
}
  /* header-currency-sub */
}

@media (max-width: 767px) {
  .logo-brand {
    border: none;
  }

  .sub-brand {
    display: none;
  }

  .content-header {
    display: block;
    padding-bottom: 10px;
  }

  .tab-counter-rate .nav-tabs li {
    width: 50%;
  }

  .tab-counter-rate .nav-tabs .nav-link {
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #2c5067;
    padding: 10px 5px;
  }

  .tab-counter-rate .title-head {
    display: block;
  }

  .header-currency-table {
    display: block;
  }

  .header-currency-table .round-currency {
    display: block;
  }

  .header-currency-table .round-currency h2 {
    border-right: none;
  }

  .header-currency-sub {
    display: block;
    margin: 15px 0px;
  }

  .header-currency-sub .form-currency-sub {
    display: block;
  }

  .header-currency-sub .form-currency-sub .content-btn-right {
    display: flex;
    align-items: baseline;
    padding: 15px 0px;
    justify-content: space-between;
  }

  .header-currency-sub .form-currency-sub .content-btn-right .border-left {
    border: none;
  }

  .header-currency-graph {
    display: block;
  }

  .header-currency-graph .hiden-desktop {
    display: block;
    margin-bottom: 15px;
  }

  .header-currency-graph .hiden-mobile {
    display: none;
  }

  .graph-cur-select .btn {
    width: 100%;
    margin-bottom: 25px;
  }

  .tab-counter-rate .tab-content {
    padding: 20px 15px;
  }

}

@media (max-width: 480px) {
  .content-header {
    display: block;
    padding-bottom: 10px;
  }

  .tab-counter-rate .nav-tabs li {
    width: 50%;
  }

  .tab-counter-rate .nav-tabs .nav-link {
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #2c5067;
    padding: 10px 5px;
  }

  .tab-counter-rate .title-head {
    display: block;
  }

  .header-currency-table {
    display: block;
  }

  .header-currency-table .round-currency {
    display: block;
  }

  .header-currency-table .round-currency h2 {
    border-right: none;
  }

  .header-currency-table .ec-m-btn {
    padding-left: 0px
  }

  .header-currency-sub {
    display: block;
    margin: 15px 0px;
  }

  .header-currency-sub .form-currency-sub {
    display: block;
  }

  .header-currency-sub .form-currency-sub .content-btn-right {
    display: flex;
    align-items: baseline;
    padding: 15px 0px;
    justify-content: space-between;
  }

  .header-currency-sub .form-currency-sub .content-btn-right .border-left {
    border: none;
  }

  .header-currency-graph {
    display: block;
  }

  .header-currency-graph .hiden-desktop {
    display: block;
    margin-bottom: 15px;
  }

  .header-currency-graph .hiden-mobile {
    display: none;
  }

  .graph-cur-select .btn {
    width: 100%;
    margin-bottom: 25px;
  }

  .content-header h1 {
    padding: 15px 15px;
  }

  .header-currency-table .roune-detail {
    display: block;
  }

  .header-currency-table h2 {
    border-right: none;
  }

}