@charset "UTF-8";
@import url(../css/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monomakh&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.gradientGD, .login-padding .whiteBox:before, .pending-itemBox:before, .redBox:before, .profile-sidebar:before, .promotion-slide .items:before, .goldPriceBox:before {
  background: #bf953f;
  background: linear-gradient(315deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fcf6ba 75%, #bf953f 100%);
}

.gradientLGD, .addFriendBox:before, .balanceBox:before {
  background: #e1d19b;
  background: linear-gradient(315deg, #e1d19b 10%, #f3edd7 35%, #f3edd7 65%, #e1d19b 90%);
}

.gradient-bottomBD, .productBox, h4.bottomBD, h3.bottomBD, .bottomBD {
  background-image: linear-gradient(white, white), linear-gradient(90deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fcf6ba 75%, #bf953f 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.bottomBD {
  border-bottom: 2px solid transparent;
}

.text-red {
  color: #7c0a0f;
}

.text-red-light {
  color: #d00000;
}

.text-gold {
  color: #bf953f;
}

.btn-outline-gold,
.btn-outline-gold:link,
.btn-outline-gold:visited {
  cursor: pointer;
  color: #bf953f;
  outline: 1px solid #bf953f;
  padding: 8px 16px;
  border-radius: 50px;
  transition: background 0.3s;
}
.btn-outline-gold:hover,
.btn-outline-gold:link:hover,
.btn-outline-gold:visited:hover {
  color: #fff;
  background-color: #bf953f;
}
.btn-outline-gold:hover i,
.btn-outline-gold:link:hover i,
.btn-outline-gold:visited:hover i {
  color: #fff;
}

.btn-gold,
.btn-gold:link,
.btn-gold:visited {
  cursor: pointer;
  color: #fff;
  background-color: #bf953f;
  outline: 1px solid #bf953f;
  padding: 8px 16px;
  border-radius: 50px;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.fs-15px {
  font-size: 15px;
}

.list-dise {
  list-style-type: disc;
  list-style-position: inside;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 17px;
  color: #555555;
  line-height: normal;
}

.smg-font, .about-header h1 {
  font-family: "Monomakh";
  display: inline;
}

.FontAwesome, .button-trash:before, .why-topic:before, .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after, .note:before {
  font-family: "Font Awesome 5 free";
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-weight: 900;
}

.line-number, .article-topic p, .product-name p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.transitAll, .nav-menu.btn, .slide-navButton .owl-carousel .owl-dots .owl-dot span, .slide-navButton .owl-carousel .owl-nav .owl-prev,
.slide-navButton .owl-carousel .owl-nav .owl-next {
  transition: all 0.5s;
}

.absoluteCenter, .button-trash:before, .icon-contact i, .icon-circle i, .social li a i,
.social li a img, .slide-navButton .owl-carousel .owl-nav i, .top-banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex, .pagination-section {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.wrap-pad {
  width: 88%;
  padding: 0 15px;
  margin: 0 auto;
}

a,
a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  display: block;
}

*:focus,
*:active {
  outline: 0 !important;
  box-shadow: none !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

strong {
  font-weight: 500;
}

button {
  border: none;
  background: none;
}

.btn {
  border-radius: 0;
}

*:focus {
  outline: none;
}

textarea:focus,
input:focus {
  outline: none !important;
}

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  color: #111111;
  text-align: center;
  margin-bottom: 35px;
}

h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  color: #111111;
  letter-spacing: 0.007rem;
  margin-bottom: 25px;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color: #111111;
  letter-spacing: 0.005rem;
  margin-bottom: 28px;
}
h3 span {
  color: #a9894b;
}
h3.bottomBD {
  float: left;
  border-bottom: 3px solid transparent;
}

h4 {
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
h4 span {
  color: #a9894b;
}
h4.bottomBD {
  float: left;
  border-bottom: 2px solid transparent;
}

h5 {
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  color: #111111;
}

h6 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}

.heading-wCaption {
  text-align: center;
  margin-bottom: 65px;
}
.heading-wCaption h1 {
  margin-bottom: 15px;
}
.heading-wCaption p {
  font-size: 20px;
  margin-bottom: 0;
}

.topic-wButton {
  border-bottom: 1px solid #e1d19b;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.topic-wButton h3 {
  line-height: 48px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.topic-wButton a {
  line-height: 48px;
}

.topic-wInput {
  margin-bottom: 25px;
}
.topic-wInput h3 {
  line-height: 48px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.topic-wInput .input-group {
  margin-top: 4px;
}

/*---------- BUTTON ----------*/
.buttonR {
  min-width: 115px;
  float: left;
  background: #b30e16;
  border-radius: 25px;
  color: white !important;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  padding: 6px 20px;
  transition: ease 0.5s;
}
.buttonR:hover {
  background: #7c0a0f;
}
.buttonR i {
  font-size: 14px;
  padding-right: 8px;
}
.buttonR i.fa-chevron-right {
  padding-right: 0 !important;
  padding-left: 8px;
}

.buttonGD {
  min-width: 115px;
  float: left;
  background: #a9894b;
  border-radius: 25px;
  color: white !important;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  padding: 6px 20px;
  transition: ease 0.5s;
}
.buttonGD:hover {
  background: #8e733f;
}
.buttonGD i {
  font-size: 14px;
  padding-left: 8px;
}

.buttonBD {
  min-width: 115px;
  float: left;
  border-radius: 25px;
  border: 1px solid #b30e16;
  color: #b30e16;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  padding: 5px 20px;
  transition: ease 0.5s;
}
.buttonBD:hover {
  background: #b30e16;
  color: white;
}
.buttonBD i {
  font-size: 14px;
  padding-left: 8px;
}
.buttonBD i.fa-plus-circle, .buttonBD i.fa-upload {
  padding-left: 0 !important;
  padding-right: 8px;
}
.buttonBD.cancel {
  border-color: #898989;
  color: #898989;
}
.buttonBD.cancel:hover {
  background-color: #898989;
  color: white;
}
.buttonBD.gold {
  border-color: #a9894b;
  color: #a9894b;
  cursor: pointer;
}
.buttonBD.gold:hover {
  background-color: #a9894b;
  color: white;
}
.buttonBD.gold:hover i {
  color: white;
}

.button-txt {
  float: right;
  color: #b30e16;
  transition: ease 0.5s;
}
.button-txt i.fa-chevron-circle-right {
  padding-left: 7px;
  padding-right: 0 !important;
}
.button-txt:hover {
  color: #7c0a0f;
}

.buttonR.dropdown-toggle {
  min-width: 180px;
  border: 3px solid #cbb58b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01rem;
  padding: 6px 22px;
  margin-bottom: 45px;
}
.buttonR.dropdown-toggle i {
  font-size: 16px;
  padding-right: 8px;
}

.menu-user-mobile.dropdown-menu {
  min-width: 180px;
}
.menu-user-mobile.dropdown-menu li a {
  font-size: 16px;
  color: #363636;
  padding: 3px 20px;
}
.menu-user-mobile.dropdown-menu li a i {
  font-size: 14px;
  color: #d90429;
  padding-left: 5px;
}

/*---------- CONTENT ----------*/
.content-padding {
  padding: 75px 0 120px 0;
}
.content-padding.no-topBanner {
  padding-top: 55px;
}
.content-padding.less-bottomPad {
  padding-bottom: 100px;
}

.txt-content {
  margin-bottom: 30px;
}
.txt-content p {
  margin-bottom: 12px;
}
.txt-content p:last-child {
  margin-bottom: 0 !important;
}
.txt-content strong {
  font-weight: 600;
  color: #363636;
}
.txt-content span {
  font-weight: 500;
  color: #b30e16;
}
.txt-content ul.disc {
  list-style: disc;
  padding-left: 20px;
}
.txt-content ul li {
  margin-bottom: 3px;
}

.note {
  font-size: 14px;
  color: #898989;
  padding-left: 20px;
  position: relative;
}
.note:before {
  content: "\f05a";
  color: #a9894b;
  position: absolute;
  top: 4px;
  left: 0;
}

.divide-line {
  border-bottom: 1px solid #d7d7d7;
  margin-top: 50px;
  margin-bottom: 55px;
}

.img-width {
  width: 100%;
  height: auto;
}
.img-width img {
  width: 100%;
  height: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.input-form .form-label {
  font-size: 17px;
  margin-bottom: 9px;
}
.input-form .form-label span {
  color: #d90429;
}

.form-control,
.form-select {
  height: 40px;
  border: 1px solid #d7c7a6 !important;
  border-radius: 5px;
  font-size: 17px;
  line-height: normal;
  color: #555555;
  padding: 5px 18px;
}

textarea.form-control {
  width: 100%;
  height: auto;
}

.input-group .input-group-text {
  background: white;
  border-radius: 5px 0 0 5px;
  border: 1px solid #d7c7a6 !important;
  border-right: none !important;
  line-height: normal;
  padding: 0 10px;
}
.input-group .input-group-text i {
  color: #a9894b;
}
.input-group .form-control,
.input-group .form-select {
  margin-bottom: 0 !important;
}
.input-group .form-control {
  border-left: none !important;
  padding-left: 3px !important;
}
.input-group .form-select {
  height: 40px !important;
  border: 1px solid #d7d7d7;
  border-radius: 5px 0 0 5px;
  line-height: 38px;
  padding: 0 15px;
}
.input-group .buttonR {
  min-width: 100px;
  height: 40px !important;
  border: 1px solid #d7d7d7;
  border-radius: 0 5px 5px 0;
}
.input-group img {
  width: auto;
  height: 18px;
}
.input-group.phone .dropdown-toggle {
  min-width: 64px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #d7c7a6 !important;
  padding: 0 14px;
}
.input-group.phone .dropdown-toggle:after {
  margin-left: 6px;
}
.input-group.phone .dropdown-menu {
  padding: 4px 0;
}
.input-group.phone .dropdown-menu li .dropdown-item {
  background: white;
  font-size: 14px;
  color: #555555;
  padding: 2px 10px;
  transition: ease 0.5s;
}
.input-group.phone .dropdown-menu li .dropdown-item img {
  width: auto;
  height: 12px;
  margin-right: 6px;
}
.input-group.phone .dropdown-menu li .dropdown-item:hover {
  color: #d90429;
}
.input-group.disable .form-control,
.input-group.disable .input-group-text {
  background: #f5f5f5 !important;
}
.input-group.disable .input-group-text {
  padding: 0 12px 0 15px;
}

/* SELECT 2 */
.select2-part {
  margin-bottom: 18px;
}
.select2-part .select2-container {
  width: 100% !important;
}
.select2-part .select2-container .select2-selection--single {
  height: 40px;
  background: white;
  border: 1px solid #d7c7a6;
  border-radius: 5px;
  line-height: normal;
  padding: 5px 18px;
}
.select2-part .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
  line-height: normal;
  color: #555555;
  text-transform: none;
}
.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  width: 35px;
  height: 100%;
}
.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
  content: "\f078";
  font-size: 12px;
  color: #555555;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.select2-part .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.top-banner {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  overflow: hidden;
}
.top-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-banner-txt {
  font-size: 44px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.06rem;
  white-space: nowrap;
  z-index: 2;
}

.pagination-section {
  margin-top: 20px;
}
.pagination-section .pagination li {
  margin: 0 4px;
}
.pagination-section .pagination li a {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 36px;
  color: #898989;
  text-align: center;
  padding: 0 5px;
  transition: ease 0.5s;
}
.pagination-section .pagination li a i {
  font-size: 17px;
  color: #a9894b;
}
.pagination-section .pagination li a:hover {
  color: #b30e16;
}
.pagination-section .pagination li.active a {
  background: #b30e16;
  color: white !important;
}

.page-section .form-select {
  height: 36px !important;
  border-color: #d7d7d7 !important;
  font-size: 15px;
  padding: 4px 12px;
}
.page-section .pagination-section {
  margin-top: 0 !important;
}

.goldBD-Box {
  width: 100%;
  border-radius: 20px;
  padding: 0px;
  box-shadow: 0px 3px 8px rgba(17, 17, 17, 0.35);
}
.goldBD-Box .goldBD-Box-pad {
  padding: 35px 55px 40px 55px;
}

.goldBD-color, .goldGD-BD, .select-result, .card-transfer, .buy-gold-btn,
.sell-gold-btn, #promoModal .img, .card-promotion .img, .btn-redeem,
.btn-redeem:link,
.btn-redeem:visited, .card-point, .article-page .img-width, .articleBox, .goldBD-Box {
  background-image: linear-gradient(white, white), linear-gradient(315deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fcf6ba 75%, #bf953f 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.goldGD-BD, .select-result, .card-transfer, .buy-gold-btn,
.sell-gold-btn, #promoModal .img, .card-promotion .img, .btn-redeem,
.btn-redeem:link,
.btn-redeem:visited, .card-point, .article-page .img-width, .articleBox, .goldBD-Box {
  border: 5px solid transparent;
}

.whiteBox {
  background: white;
  border-radius: 20px;
  padding: 25px 40px 40px 40px;
  box-shadow: 0px 0px 4px 2px rgba(37, 37, 37, 0.15) !important;
}

/*------------ MODAL -------------*/
.modal-dialog {
  max-width: 600px !important;
}
.modal-dialog .modal-header {
  border-bottom: none !important;
}
.modal-dialog .modal-footer {
  width: 100%;
  border-top: none !important;
}
.modal-dialog.modal-sm {
  max-width: 500px !important;
}
.modal-dialog.modal-sm .modal-body {
  padding: 35px 30px;
}
.modal-dialog.modal-lg {
  max-width: 800px !important;
}
.modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}

/*------------ OWL -------------*/
.slide-navButton {
  position: relative;
}
.slide-navButton .owl-carousel .owl-nav {
  margin-top: 0;
  z-index: 99;
}
.slide-navButton .owl-carousel .owl-nav .owl-prev,
.slide-navButton .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #a9894b;
  border: 2px solid white;
  border-radius: 50%;
  margin: 0;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.slide-navButton .owl-carousel .owl-nav .owl-prev:hover,
.slide-navButton .owl-carousel .owl-nav .owl-next:hover {
  background: #8e733f;
}
.slide-navButton .owl-carousel .owl-nav i {
  font-size: 16px;
  color: white;
}
.slide-navButton .owl-carousel .owl-nav .owl-prev {
  left: 5%;
}
.slide-navButton .owl-carousel .owl-nav .owl-next {
  right: 5%;
}
.slide-navButton .owl-carousel .owl-nav .disabled {
  opacity: 0.6;
}
.slide-navButton .owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slide-navButton .owl-carousel .owl-dots .owl-dot.active span {
  background: #b30e16 !important;
}
.slide-navButton .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #cccccc;
  margin: 0 6px;
}
.slide-navButton .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #acacac;
}
.slide-navButton .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*---------- HEADER ----------*/
.header-logo {
  background: linear-gradient(90deg, #252525 5%, #111111 20%, #000000 45%, #000000 65%, #111111 80%, #252525 95%);
}
.header-logo .row {
  position: relative;
}

.mainlogo {
  text-align: center;
}
.mainlogo img {
  height: 104px;
}

.lang-section {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.lang-section li {
  float: left;
  margin-right: 2px;
}
.lang-section li:last-child {
  margin-right: 0 !important;
}
.lang-section li.active a, .lang-section li.active button {
  background: #a9894b;
  border-color: #e1d19b;
  color: white !important;
}
.lang-section li a,
.lang-section li button {
  width: 34px;
  height: 34px;
  border: 2px solid transparent;
  border-radius: 50%;
  font-family: "Poppins";
  font-size: 13px;
  line-height: 30px;
  color: white;
  text-align: center;
  letter-spacing: 0.015rem;
  transition: ease 0.5s;
}
.lang-section li a:hover,
.lang-section li button:hover {
  color: #e1d19b;
}

.login-section {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.login-section li {
  float: left;
  margin-right: 12px;
}
.login-section li:last-child {
  margin-right: 0 !important;
}
.login-section li a {
  background: #a9894b;
  border: 2px solid #e1d19b;
  border-radius: 20px;
  font-size: 16px;
  line-height: 36px;
  color: white;
  padding: 0 15px;
  transition: ease 0.5s;
}
.login-section li a i,
.login-section li a img {
  margin-right: 6px;
}
.login-section li a i {
  font-size: 15px;
}
.login-section li a img {
  width: auto;
  height: 15px;
}
.login-section li a:hover {
  background: #8e733f;
}

.nav-barBG {
  background: #b30e16;
}

.mainmenu {
  float: left;
}
.mainmenu li {
  float: left;
}
.mainmenu li:last-child a {
  padding-right: 0 !important;
}
.mainmenu li a {
  line-height: 48px;
  color: white;
  padding-right: 30px;
}

.gold-menu {
  float: right;
}
.gold-menu li {
  float: left;
  padding-right: 1px;
}
.gold-menu li:last-child {
  padding-right: 0 !important;
}
.gold-menu li a {
  line-height: 48px;
  color: white;
  background: linear-gradient(180deg, #8f0b12 20%, #7d0a10 95%);
  padding: 0 14px;
}
.gold-menu li.transfer a {
  padding-right: 36px;
  position: relative;
}

.transfer-amount {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  color: #b30e16;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

/*---------- FOOTER ----------*/
footer {
  background: linear-gradient(90deg, #252525 5%, #111111 40%, #111111 60%, #252525 95%);
  color: white;
  padding: 40px 0 28px 0;
}
footer h6 {
  color: white;
  letter-spacing: 0.005rem;
}

.footer-info li {
  max-width: 420px;
  font-size: 16px;
  letter-spacing: 0.005rem;
  padding-left: 25px;
  padding-right: 30px;
  margin-bottom: 3px;
  position: relative;
}
.footer-info li i {
  width: 16px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-info li a {
  color: white;
  display: inline;
  transition: ease 0.5s;
}
.footer-info li a:hover {
  color: #e1d19b;
}

.social li {
  float: left;
  margin-right: 14px;
}
.social li:last-child {
  margin-right: 0 !important;
}
.social li a {
  width: 40px;
  height: 40px;
  background: #707070;
  border-radius: 50%;
  color: white;
  position: relative;
  transition: ease 0.5s;
}
.social li a:hover {
  background: #acacac;
}
.social li a i {
  font-size: 20px;
}
.social li a img {
  width: 20px;
}

.copyright {
  border-top: 1px solid white;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.005rem;
  padding-top: 20px;
  margin-top: 45px;
}
.copyright span {
  font-family: "Poppins";
}

/*---------- PRICE BOX ----------*/
.goldPriceBox {
  background: linear-gradient(180deg, #b30e16 20%, #7c0a0f 85%);
  border-radius: 20px;
  padding: 20px 25px 20px 25px;
  margin: 5px;
  position: relative;
}
.goldPriceBox:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.goldPriceBox h2 {
  font-weight: 500;
  color: white;
  text-align: center;
  margin-bottom: 0;
}

.PriceBox-date-time {
  font-size: 18px;
  color: white;
  text-align: center;
  letter-spacing: 0.005rem;
  margin-bottom: 25px;
}

.priceWH-box {
  background: white;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 16px;
}
.priceWH-box h5 {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #e1d19b;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

.gold-priceTB {
  width: 100%;
  font-size: 22px;
  color: #252525;
}
.gold-priceTB thead tr th {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.gold-priceTB thead tr th:nth-child(2) {
  color: #d90429;
}
.gold-priceTB thead tr th:nth-child(3) {
  color: #007f5f;
}
.gold-priceTB tbody tr th {
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
}
.gold-priceTB tbody tr th:first-child {
  width: 32%;
}
.gold-priceTB tbody tr td {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.007rem;
}
.gold-priceTB tbody tr td:nth-child(2), .gold-priceTB tbody tr td:nth-child(3) {
  width: 27%;
}

.price-status {
  font-size: 20px;
}
.price-status i {
  font-size: 18px;
  padding-right: 6px;
}
.price-status.up {
  color: #007f5f;
}
.price-status.down {
  color: #d90429;
}

/*---------- INDEX ----------*/
.video-container {
  width: 100%; /* Or a specific width */
  height: 570px; /* Or a specific height, or 100vh for full viewport height */
  overflow: hidden; /* Crucial for cropping the video */
  display: flex; /* Used for centering the video within the container */
  justify-content: center; /* Horizontally centers the video */
  align-items: center; /* Vertically centers the video */
}
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* This is the key property for cropping and centering */
  -o-object-position: center;
     object-position: center; /* Ensures the video content is centered within the cropped area */
}

.promotion-section {
  padding-left: 30px;
}
.promotion-section h2 {
  margin-bottom: 15px;
}

.promotion-slide .items {
  margin: 5px;
  overflow: hidden;
}
.promotion-slide .items img {
  border-radius: 20px;
}
.promotion-slide .items:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 42px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.promotion-slide .owl-dots {
  bottom: -45px !important;
}

.index-about-section {
  background-image: url(../images/index/index-aboutBG.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 60px;
  margin: 140px 0;
  z-index: -2;
}
.index-about-section h2 {
  margin-bottom: 20px;
}

.index-article-section {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
.index-article-section:before {
  content: "";
  width: 1440px;
  height: 350px;
  background-image: url(../images/index/articleBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.index-article-section h1 {
  font-weight: 500;
  color: white;
  margin-bottom: 30px;
}
.index-article-section .flex, .index-article-section .pagination-section {
  margin-top: 55px;
}
.index-article-section .articleBox {
  margin-bottom: 0 !important;
}

/*---------- ABOUT ----------*/
.about-page {
  font-size: 18px;
}
.about-page .img-width {
  border-radius: 25px;
  overflow: hidden;
}

.about-header {
  text-align: center;
  margin-bottom: 75px;
}
.about-header h1 {
  background: linear-gradient(180deg, #bf953f 15%, #84672c 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 50px;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-header h2 {
  font-size: 32px;
  margin-bottom: 0 !important;
}

.about-contentBox {
  margin-bottom: 75px;
}
.about-contentBox > .row > .col-xl-6:first-child {
  padding-right: 25px;
}
.about-contentBox > .row > .col-xl-6:last-child {
  padding-left: 25px;
}
.about-contentBox .txt-content {
  padding-top: 15px;
}

.LGoldBG {
  background: #faf6ef;
  padding: 0 50px 55px 50px;
  margin-top: 75px;
  margin-bottom: 120px;
}
.LGoldBG .txt-content {
  font-size: 18px;
  text-align: center;
}

.quote-section {
  text-align: center;
  margin-top: -27px;
  margin-bottom: 35px;
}
.quote-section h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.quote-section h4 {
  color: #555555;
  margin-bottom: 0;
}
.quote-section h4 strong {
  font-weight: 600;
  color: #a9894b;
}

.quote-icon {
  width: 54px;
  height: 54px;
  float: none;
  background: #b30e16;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.quote-icon:before {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat";
  font-size: 46px;
  font-weight: 600;
  line-height: 32px;
  color: white;
}
.quote-icon.before {
  margin-bottom: 20px;
}
.quote-icon.before:before {
  content: "“";
}
.quote-icon.after {
  margin-top: 18px;
}
.quote-icon.after:before {
  content: "”";
}

.redBox, .profile-sidebar {
  background: linear-gradient(180deg, #b30e16 25%, #7c0a0f 85%);
  border-radius: 20px;
  padding: 30px 45px 40px 45px;
  margin: 5px;
  position: relative;
}
.redBox:before, .profile-sidebar:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.redBox h4.bottomBD, .profile-sidebar h4.bottomBD {
  color: white;
  background-image: linear-gradient(#b30e16, #b30e16), linear-gradient(90deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fcf6ba 75%, #bf953f 100%);
  margin-bottom: 25px;
}
.redBox .txt-content, .profile-sidebar .txt-content {
  color: white;
  margin-bottom: 0 !important;
}
.redBox .txt-content strong, .profile-sidebar .txt-content strong {
  font-weight: 500;
  color: white;
}

.heading-message {
  text-align: center;
  margin-top: 85px;
}
.heading-message h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.heading-message h3.decor {
  padding-bottom: 14px;
  margin-bottom: 30px;
  position: relative;
}
.heading-message h3.decor:after {
  content: "";
  width: 120px;
  height: 3px;
  background: #b30e16;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.heading-message h4 {
  font-size: 27px;
  font-weight: 400;
  color: #b30e16;
  margin-bottom: 8px;
}
.heading-message h5 {
  font-size: 24px;
  font-weight: 400;
  color: #898989;
  margin-bottom: 0;
}
.heading-message .txt-content {
  font-size: 20px;
}

.why-us-section {
  background: #f9f9f9;
  padding: 60px 0;
  margin-top: 120px;
}
.why-us-section .row .col-lg-5 {
  padding-left: 50px;
}
.why-us-section h3 {
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 20px;
}

.why-us-info li {
  font-size: 18px;
  border-bottom: 1px solid #d7c7a6;
  padding-left: 28px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.why-us-info li:first-child {
  margin-top: 0 !important;
}
.why-us-info li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.why-us-info li p {
  margin-bottom: 0;
}

.why-topic {
  font-size: 20px;
  font-weight: 500;
  color: #b30e16;
  margin-bottom: 3px;
  position: relative;
}
.why-topic:before {
  content: "\f138";
  font-size: 18px;
  color: #a9894b;
  position: absolute;
  top: 5px;
  left: -28px;
}

/*---------- PRODUCT ----------*/
.product-page {
  font-size: 18px;
}
.product-page .row .col-lg-7 {
  padding-left: 40px;
  padding-top: 30px;
}
.product-page .txt-content {
  margin-bottom: 25px;
}
.product-page .txt-content p strong {
  font-weight: 500;
  color: #363636;
}
.product-page .txt-content ul li {
  list-style-type: disc;
  margin-bottom: 2px;
  margin-left: 25px;
}
.product-page .grayBG {
  padding: 45px 60px 55px 60px;
  margin-top: 85px;
}
.product-page .grayBG h4 {
  text-align: center;
}
.product-page .grayBG h6 {
  color: #b30e16;
  margin-bottom: 4px;
}
.product-page .grayBG .flex, .product-page .grayBG .pagination-section {
  margin-top: 40px;
}

.productBox {
  color: #555555;
  text-align: center;
  border-bottom: 4px solid transparent;
}
.productBox .img-width.goldGD-BD, .productBox .img-width.select-result, .productBox .img-width.card-transfer, .productBox .img-width.buy-gold-btn,
.productBox .img-width.sell-gold-btn, .productBox #promoModal .img-width.img, #promoModal .productBox .img-width.img, .productBox .card-promotion .img-width.img, .card-promotion .productBox .img-width.img, .productBox .img-width.btn-redeem, .productBox .img-width.card-point, .productBox .article-page .img-width, .article-page .productBox .img-width, .productBox .img-width.articleBox, .productBox .img-width.goldBD-Box {
  border-radius: 20px;
  margin-bottom: 18px;
}
.productBox .img-width.goldGD-BD img, .productBox .img-width.select-result img, .productBox .img-width.card-transfer img, .productBox .img-width.buy-gold-btn img,
.productBox .img-width.sell-gold-btn img, .productBox #promoModal .img-width.img img, #promoModal .productBox .img-width.img img, .productBox .card-promotion .img-width.img img, .card-promotion .productBox .img-width.img img, .productBox .img-width.btn-redeem img, .productBox .img-width.card-point img, .productBox .article-page .img-width img, .article-page .productBox .img-width img, .productBox .img-width.articleBox img, .productBox .img-width.goldBD-Box img {
  border-radius: 15px;
}

.product-name p {
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
  color: #252525;
  -webkit-line-clamp: 2;
  margin-bottom: 7px;
}

.product-caption {
  min-height: 90px;
  margin-bottom: 25px;
}
.product-caption p {
  margin-bottom: 0 !important;
}

.redBG {
  padding: 60px 45px 40px 45px;
  margin: 100px 0;
  position: relative;
}
.redBG:before {
  content: "";
  width: 112%;
  max-width: 1440px;
  height: 100%;
  background: linear-gradient(180deg, #b30e16 5%, #7c0a0f 80%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.redBG h3 {
  font-size: 32px;
  color: white;
  text-align: center;
  margin-bottom: 35px;
}

.product-goldWeight {
  padding: 0 8px;
  margin-bottom: 50px;
}
.product-goldWeight .img-width {
  margin-bottom: 15px;
}
.product-goldWeight h6 {
  font-family: "Poppins", IBM Plex Sans Thai;
  color: white;
  text-align: center;
  letter-spacing: 0.015rem;
  margin-bottom: 0 !important;
}

.product-detail {
  margin-bottom: 85px;
}
.product-detail h3 {
  margin-bottom: 30px;
}
.product-detail h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
.product-detail h6 {
  font-size: 19px;
  color: #b30e16;
  margin-bottom: 3px;
}

.product-contact-section {
  background: #f9f9f9;
  padding: 45px 0 60px 0;
  margin-bottom: 65px;
}
.product-contact-section h3.bottomBD {
  background-image: linear-gradient(#f9f9f9, #f9f9f9), linear-gradient(90deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fcf6ba 75%, #bf953f 100%);
  margin-bottom: 40px;
}
.product-contact-section .buttonR {
  min-width: 130px;
  font-size: 18px;
  padding: 6px 25px;
}

.contact-wIcon {
  margin-bottom: 40px;
}
.contact-wIcon p,
.contact-wIcon a {
  color: #363636;
  text-align: center;
}

.icon-circle {
  width: 66px;
  height: 66px;
  float: none;
  background: #a9894b;
  border: 4px solid #e1d19b;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 12px auto;
}
.icon-circle i {
  font-size: 26px;
  color: white;
}

/*---------- CONTACT ----------*/
.contact-page h2 {
  text-align: center;
  margin-bottom: 0;
}
.contact-page h3 {
  color: #b30e16;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.contact-page h4 {
  font-size: 28px;
  font-weight: 600;
}
.contact-page h4.text-center {
  font-size: 30px;
  margin-bottom: 12px;
}
.contact-page .social li {
  margin-right: 22px;
}
.contact-page .social li a {
  width: 48px;
  height: 48px;
  background: #b30e16;
}
.contact-page .social li a:hover {
  background: #7c0a0f;
}
.contact-page .social li a i {
  font-size: 24px;
}
.contact-page .social li a img {
  width: 24px;
}

.branch {
  margin-bottom: 60px;
}
.branch > .row > .col-lg-6:first-child {
  padding-right: 0;
}
.branch > .row > .col-lg-6:nth-child(2) {
  padding-left: 0;
}

.contact-infoBox {
  width: 100%;
  min-height: 450px;
  background-image: url(../images/contact/grayBG.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 50px 45px 50px;
}
.contact-infoBox h4 span {
  font-weight: 400;
  color: #a9894b;
}

.branch-info {
  width: 100%;
}
.branch-info li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.branch-info li:last-child {
  margin-bottom: 0 !important;
}
.branch-info li p,
.branch-info li a {
  width: calc(100% - 28px);
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #252525;
  padding-left: 12px;
  margin-bottom: 0 !important;
  display: inline;
}
.branch-info li a {
  transition: ease 0.5s;
}
.branch-info li a:hover {
  color: #8e733f;
}

.icon-contact {
  width: 28px;
  height: 28px;
  float: left;
  background: #a9894b;
  border-radius: 50%;
  position: relative;
}
.icon-contact i {
  font-size: 13px;
  color: white;
}

.googlemap {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.googlemap iframe {
  width: 100%;
  height: 450px;
}

.contact-form-section {
  border-bottom: 1px solid white;
  padding: 0;
  position: relative;
  z-index: 1;
}
.contact-form-section .container-fluid > .row > .col-xl-5 {
  background: linear-gradient(180deg, #252525 5%, #000000 20%, #000000 80%, #252525 95%);
  padding: 0;
  overflow: hidden;
  position: relative;
}
.contact-form-section .container-fluid > .row > .col-xl-5 .img-width img {
  width: 75%;
  max-width: 520px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-section .container-fluid > .row > .col-xl-7 {
  background: linear-gradient(180deg, #b30e16 20%, #7c0a0f 75%, #58070b 95%);
  padding: 60px 45px 100px 60px;
}
.contact-form-section .container-fluid > .row > .col-xl-7 h2 {
  font-weight: 500;
  color: white;
  margin-bottom: 15px;
}
.contact-form-section .container-fluid > .row > .col-xl-7 .input-form label,
.contact-form-section .container-fluid > .row > .col-xl-7 .input-form .form-control {
  font-size: 18px;
}
.contact-form-section .container-fluid > .row > .col-xl-7 .input-form label {
  color: white;
  margin-bottom: 9px;
}
.contact-form-section .container-fluid > .row > .col-xl-7 .input-form .buttonGD {
  margin-top: 20px;
}

/*---------- ARTICLE ----------*/
.articleBox {
  width: 100%;
  float: left;
  border-width: 3px;
  border-radius: 15px;
  box-shadow: 0px 3px 5px rgba(17, 17, 17, 0.2);
  margin-bottom: 55px;
}
.articleBox img {
  border-radius: 11px 11px 0 0;
}

.articleBox-info {
  width: 100%;
  float: left;
  background: white;
  border-radius: 0 0 11px 11px;
  padding: 15px;
}
.articleBox-info .buttonBD {
  min-width: 100px;
  font-size: 15px;
  padding: 4px 15px;
}

.article-topic p {
  min-height: 62px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 12px;
  -webkit-line-clamp: 2;
  transition: ease 0.5s;
}
.article-topic p:hover {
  color: #b30e16;
}

.article-page h3 {
  text-align: center;
}
.article-page .img-width {
  border-radius: 25px;
  margin-bottom: 45px;
}
.article-page .img-width img {
  border-radius: 20px;
}
.article-page .flex, .article-page .pagination-section {
  margin-top: 20px;
}

/*---------- SHIPMENT ----------*/
.shipment-logo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.shipment-logo img {
  width: 100%;
}

/*---------- DASHBOARD ----------*/
.dashboard-page .whiteBox .flex, .dashboard-page .whiteBox .pagination-section {
  margin-top: 30px;
}
.dashboard-page .friendBox {
  width: 25%;
}

.gold-topInfo > .row > .col-lg-6:last-child {
  padding-left: 40px;
}

.balanceBox {
  background: linear-gradient(180deg, #bf953f 20%, #84672c 95%);
  border-radius: 20px;
  text-align: center;
  padding: 18px 30px 20px 30px;
  margin: 5px;
  margin-bottom: 35px;
  position: relative;
}
.balanceBox:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.balanceBox h4 {
  color: white;
}

.balance-info {
  color: white;
}
.balance-info .row > .col-6:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.balance-info h5 {
  color: white;
  margin-bottom: 2px;
}

.gold-weight {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.08rem;
}

.goldenBaht {
  font-size: 20px;
  letter-spacing: 0.005rem;
  margin-bottom: 7px;
}

.amount-topic {
  font-size: 16px;
  letter-spacing: 0.007rem;
}

.amount-total {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.005rem;
}

.pending-itemBox {
  background: white;
  border-radius: 20px;
  padding: 22px 40px 25px 40px;
  margin: 5px;
  position: relative;
}
.pending-itemBox:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}

.current-date {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  text-align: center;
  margin-bottom: 20px;
}

.pending-goldWeight {
  border-bottom: 1px solid #e1d19b;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.pending-goldWeight .row > .col-lg-9 {
  padding-left: 25px;
}
.pending-goldWeight ul li {
  font-size: 20px;
  line-height: 30px;
  color: #707070;
}
.pending-goldWeight ul li:nth-child(2) {
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  color: #a9894b;
  letter-spacing: 0.01rem;
}
.pending-goldWeight ul li:last-child {
  font-weight: 500;
  color: #363636;
}

.pending-list {
  margin-bottom: 15px;
}
.pending-list ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #252525;
}
.pending-list ul li:last-child {
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
  color: #a9894b;
  letter-spacing: 0.01rem;
}

.pending-listTB {
  width: 100%;
  font-size: 16px;
}
.pending-listTB thead tr th {
  background: #252525;
  font-weight: 500;
  color: white;
  text-align: left;
  letter-spacing: 0.005rem;
  padding: 5px 15px;
}
.pending-listTB thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.pending-listTB thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.pending-listTB tbody tr.active td {
  color: #b30e16;
}
.pending-listTB tbody tr:last-child td {
  border-bottom: none;
}
.pending-listTB tbody tr td {
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  text-align: left;
  padding: 6px 15px;
}

.grayBG {
  background: #f9f9f9;
  padding: 55px 0 120px 0;
}
.grayBG .infoTB table tbody tr:nth-child(even) td {
  background: #ebebeb;
}

.all-transactionTB {
  margin-bottom: 40px;
}
.all-transactionTB table {
  width: 100%;
}
.all-transactionTB table thead tr th {
  background: #252525;
  font-size: 17px;
  font-weight: 400;
  color: white;
  text-align: center;
  padding: 8px 10px;
}
.all-transactionTB table thead tr th:first-child {
  border-radius: 5px 0 0 0;
}
.all-transactionTB table thead tr th:last-child {
  border-radius: 0 5px 0 0;
  padding-right: 15px;
}
.all-transactionTB table tbody tr:hover td {
  background: #f0e9dc !important;
}
.all-transactionTB table tbody tr td {
  background: white;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  padding: 11px 10px;
  transition: ease 0.5s;
}
.all-transactionTB table tbody tr td:first-child {
  font-weight: 500;
  color: #a9894b;
}
.all-transactionTB table tbody tr td:nth-child(3) {
  font-weight: 500;
  color: #252525;
}
.all-transactionTB table tbody tr td:last-child {
  padding-right: 15px;
}
.all-transactionTB table tbody tr td ul li {
  line-height: 21px;
}
.all-transactionTB table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.all-transactionTB table tbody tr:last-child td {
  border-bottom: 2px solid #252525;
}

.status {
  font-weight: 500;
}

.success,
.plus {
  color: #007f5f;
}

.failed,
.minus {
  color: #d90429;
}

.waiting {
  color: #ff7900;
}

.icon-readmore {
  color: #a9894b;
  padding: 0;
  transition: ease 0.5s;
}
.icon-readmore:hover {
  color: #8e733f;
}

.order-moreInfo .modal-header {
  background: #b30e16;
  padding: 9px 22px;
}
.order-moreInfo .modal-header h6 {
  font-size: 17px;
  line-height: normal;
  color: white;
  margin-bottom: 0;
}
.order-moreInfo .modal-header .btn-close {
  padding: 0;
}
.order-moreInfo .modal-body {
  font-size: 16px;
  text-align: left;
  padding: 12px 22px 15px 22px;
}
.order-moreInfo .modal-body .row {
  padding: 1px 0;
}
.order-moreInfo .modal-body .row .col-lg-4 {
  font-weight: 600;
  color: #252525;
  padding-right: 20px;
}
.order-moreInfo .modal-body .row .col-lg-8 {
  color: #707070;
  padding-left: 0;
}

.transfer-badge {
  font-size: 18px;
  color: #fff;
  padding: 4px 30px 4px 15px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0 0);
  background: #d00000;
  background: linear-gradient(90deg, rgb(208, 0, 0) 0%, rgb(179, 14, 22) 50%, rgb(125, 10, 16) 100%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.transfer-badge span {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #b30e16;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*---------- ORDER - HISTORY ----------*/
.order-page .balanceBox {
  margin-bottom: 75px;
}

.filterBox {
  background: white;
  border: 3px solid #a9894b;
  border-radius: 20px;
  padding: 25px 40px 30px 40px;
  margin-bottom: 45px;
}
.filterBox.input-form .form-control,
.filterBox.input-form .form-select {
  padding: 5px 12px;
  margin-bottom: 0;
}
.filterBox.input-form .form-label {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 6px;
}
.filterBox .flex, .filterBox .pagination-section {
  margin-top: 35px;
}

/*---------- FRIEND LIST ----------*/
.friend-page .row .col-lg-8 {
  padding-left: 30px;
}

.friendBox {
  width: 100%;
  float: left;
  padding-right: 20px;
  margin: 7px 0;
  position: relative;
}
.friendBox ul li {
  line-height: 26px;
}
.friendBox ul li:first-child {
  font-weight: 500;
  color: #363636;
}
.friendBox .button-manage {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.button-trash {
  width: 28px;
  height: 28px;
  border: 1px solid #acacac;
  border-radius: 50%;
  position: relative;
  transition: ease 0.5s;
}
.button-trash:before {
  content: "\f2ed";
  font-size: 13px;
  color: #acacac;
}
.button-trash:hover {
  background: #252525;
  border-color: #252525;
}
.button-trash:hover:before {
  color: white;
}

.friend-listBox {
  margin-bottom: 45px;
}
.friend-listBox .header {
  background: #b30e16;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding: 6px 20px;
}
.friend-listBox .header.gold {
  background: #a9894b;
}

.friend-list {
  width: 100%;
  padding: 8px 20px;
}
.friend-list.all {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.button-manage {
  float: right;
}
.button-manage button {
  float: left;
}
.button-manage .buttonBD {
  min-width: 0;
  float: left;
  font-size: 13px;
  padding: 2px 10px;
  margin-right: 8px;
}

.addFriendBox {
  border-radius: 20px;
  background: linear-gradient(180deg, #555555 5%, #111111 95%);
  color: white;
  padding: 20px 25px 25px 25px;
  margin: 3px;
  margin-bottom: 43px;
  position: relative;
}
.addFriendBox:before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 22px;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
}
.addFriendBox .form-label {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.addFriendBox .input-group {
  border: 2px solid #d7c7a6;
  border-radius: 5px;
}
.addFriendBox .input-group .input-group-text,
.addFriendBox .input-group .form-control,
.addFriendBox .input-group .buttonR {
  border: none !important;
}
.addFriendBox .input-group .input-group-text {
  padding: 0 12px 0 14px;
}
.addFriendBox .input-group .input-group-text i {
  font-size: 18px;
}
.addFriendBox .input-group .form-control {
  font-size: 18px;
  margin-bottom: 0;
}
.addFriendBox .input-group .buttonR {
  min-width: 95px;
  font-size: 17px;
}
.addFriendBox.moreBD {
  padding: 25px 40px 35px 40px;
  margin: 5px;
}
.addFriendBox.moreBD:before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
}
.addFriendBox.moreBD .buttonBD {
  border-color: white;
  color: white;
}
.addFriendBox .amount-input .form-control {
  width: 55% !important;
}
.addFriendBox .txt-content ul li {
  margin-bottom: 2px;
}

.addFriendBox.depositBox {
  color: white;
}
.addFriendBox.depositBox .input-form label {
  font-weight: 400;
}
.addFriendBox.depositBox .input-form .input-group, .addFriendBox.depositBox .input-form .form-select {
  margin-bottom: 15px !important;
}
.addFriendBox.depositBox .input-form .input-group {
  border-width: 1px;
}
.addFriendBox.depositBox .input-form .input-group.quantity {
  margin-bottom: 0 !important;
}
.addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light {
  min-width: 40px;
  background: white;
  text-align: center;
}
.addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light i {
  font-size: 14px;
  color: #363636;
}
.addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light:first-child {
  border-radius: 5px 0 0 5px;
}
.addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light:last-child {
  border-radius: 0 5px 5px 0;
}
.addFriendBox.depositBox .input-form .input-group.quantity .form-control {
  text-align: center;
  padding: 5px 10px !important;
}
.addFriendBox.depositBox .divide-line {
  margin-top: 45px;
  margin-bottom: 35px;
}

/*---------- LOGIN ----------*/
.login-header {
  padding: 17px 0;
}
.login-header .row .col-lg-2 {
  position: relative;
}

.login-logo {
  text-align: center;
}
.login-logo img {
  width: auto;
  height: 120px;
}

.loginBG {
  min-height: 100vh;
  width: 100%;
  min-width: 100vw;
  background-image: url(../images/login/loginBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.login-padding {
  padding: 30px 0 75px 0;
}
.login-padding h3 {
  text-align: center;
  margin-bottom: 22px;
}
.login-padding h4 {
  line-height: 36px;
  color: #b30e16;
  text-align: center;
  margin-bottom: 22px;
}
.login-padding h6 {
  font-size: 18px;
  color: #b30e16;
  margin-bottom: 8px;
}
.login-padding .buttonR,
.login-padding .buttonBD {
  min-width: 150px;
  font-size: 18px;
}
.login-padding .buttonR {
  padding: 7px 25px;
}
.login-padding .buttonBD {
  padding: 6px 25px;
}
.login-padding .whiteBox {
  padding: 28px 55px 35px 55px;
  margin: 5px;
  position: relative;
}
.login-padding .whiteBox:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.login-padding .whiteBox.noBorder {
  padding: 35px 40px 40px 40px;
  margin: 0;
}
.login-padding .whiteBox.noBorder:before {
  display: none;
}
.login-padding .whiteBox.noBorder h6 {
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin-bottom: 18px;
}
.login-padding .whiteBox.noBorder .txt-content p {
  font-size: 16px;
}
.login-padding .whiteBox.noBorder .txt-content a {
  color: #a9894b;
  display: inline;
  transition: ease 0.5s;
}
.login-padding .whiteBox.noBorder .txt-content a:hover {
  color: #b30e16;
}
.login-padding .whiteBox.noBorder .divide-line {
  border-bottom-color: #ebebeb;
  margin-top: 35px;
  margin-bottom: 35px;
}
.login-padding .whiteBox.input-form .input-group {
  margin-bottom: 18px;
}
.login-padding .whiteBox.input-form .form-label {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
}
.login-padding .whiteBox.input-form .form-control,
.login-padding .whiteBox.input-form .form-select {
  font-size: 18px;
  margin-bottom: 18px;
}
.login-padding .whiteBox.input-form .form-control {
  height: auto;
}
.login-padding .whiteBox.input-form .form-select {
  height: 42px;
}
.login-padding .whiteBox.input-form .select2-part .select2-container .select2-selection--single {
  height: 42px;
}
.login-padding .whiteBox.input-form .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
}
.login-padding .whiteBox.input-form .divide-line {
  margin-top: 35px;
  margin-bottom: 30px;
}
.login-padding .whiteBox.input-form .button-txt {
  font-size: 15px;
  color: #898989;
}
.login-padding .whiteBox.input-form .button-txt:hover {
  color: #a9894b;
}
.login-padding .whiteBox.input-form .button-txt.register {
  font-size: 18px;
  color: #a9894b;
}
.login-padding .whiteBox.input-form .button-txt.register:hover {
  color: #cbb58b;
}
.login-padding .whiteBox.input-form p {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin-bottom: 20px;
}

.id-img {
  border: 3px solid #cbb58b;
  border-radius: 25px;
  overflow: hidden;
  margin: 25px 0 35px 0;
}

.id-attachFile .buttonBD {
  min-width: 158px !important;
  border-color: #a9894b;
  font-size: 16px !important;
  color: #a9894b;
  padding: 5px 25px;
}
.id-attachFile .buttonBD i {
  padding-right: 7px;
  padding-left: 0 !important;
}
.id-attachFile .buttonBD:hover {
  background: #a9894b;
  color: white;
}
.id-attachFile .buttonBD.upload {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.id-attachFile .buttonBD.upload .form-control {
  height: 39px;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

.menu-tab {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.menu-tab li {
  width: 50%;
  float: left;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.menu-tab li.active .tab-topic {
  background-color: #b30e16;
}
.menu-tab li.active .tab-topic p {
  color: white;
}
.menu-tab li:first-child {
  border-left: none;
}
.menu-tab li:first-child .tab-topic {
  border-radius: 5px 0 0 5px;
}
.menu-tab li:last-child {
  border-right: none;
}
.menu-tab li:last-child .tab-topic {
  border-radius: 0 5px 5px 0;
}

.tab-topic {
  background: #ebebeb;
  padding: 8px 20px;
  cursor: pointer;
}
.tab-topic p {
  font-size: 18px !important;
  font-weight: 500;
  color: #707070;
  margin-bottom: 0 !important;
}

.display-group > .display-info:first-child {
  display: block;
}
.display-group > .display-info {
  display: none;
}
.display-group.wBorder {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/*---------- REGISTER ----------*/
.form-check .form-check-label {
  font-size: 15px;
  line-height: 23px;
}
.form-check .form-check-label span {
  font-weight: 500;
  color: #363636;
}
.form-check .form-check-input {
  border-color: #d7d7d7;
  border-radius: 3px;
  margin-top: 2px;
}
.form-check .form-check-input:checked {
  background-color: #a9894b;
  border-color: #a9894b;
}
.form-check.radio .form-check-input {
  border-radius: 50%;
}
.form-check button {
  color: #b30e16;
  text-decoration: underline;
  padding: 0;
  transition: ease 0.5s;
}
.form-check button:hover {
  color: #a9894b;
}

.term-content h6 {
  font-size: 17px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 7px;
}
.term-content .modal-header {
  width: 100%;
  border-bottom: none;
  padding: 20px 25px 0 25px;
}
.term-content .modal-header h4 {
  float: none;
  margin: 0 auto;
  display: table;
}
.term-content .modal-body {
  padding: 25px 25px;
}
.term-content .txt-content {
  margin-bottom: 18px;
}
.term-content .txt-content p,
.term-content .txt-content ul li {
  font-size: 15px !important;
  color: #555555 !important;
  text-align: left !important;
}
.term-content .txt-content p {
  margin-bottom: 10px !important;
}
.term-content .txt-content p:last-child {
  margin-bottom: 0 !important;
}
.term-content .txt-content p span.gold {
  color: #a9894b;
}
.term-content .txt-content ul li {
  margin-bottom: 2px;
}
.term-content.pdpa-page h4 {
  color: #b30e16;
  text-align: center;
  margin-bottom: 20px;
}
.term-content.pdpa-page h6 {
  font-size: 18px;
}
.term-content.pdpa-page .txt-content {
  margin-bottom: 25px;
}
.term-content.pdpa-page .txt-content p, .term-content.pdpa-page .txt-content ul li {
  font-size: 17px !important;
}
.term-content.pdpa-page .txt-content ul li {
  margin-bottom: 4px;
}

/*---------- PDPA ----------*/
.pdpa-question-section {
  font-size: 16px;
  margin-top: 20px;
}

.pdpa-question {
  margin-bottom: 15px;
}
.pdpa-question p {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.pdpa-question p span {
  position: absolute;
  left: 0;
}
.pdpa-question .choice {
  padding-left: 20px;
}
.pdpa-question .form-check .form-check-label {
  font-size: 16px;
  line-height: normal;
}
.pdpa-question .form-check .form-check-input {
  margin-top: 4px;
}

.modal#register-complete .icon-circle {
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}
.modal#register-complete .icon-circle i {
  font-size: 32px;
}
.modal#register-complete h3 {
  margin-bottom: 30px;
}

/*---------- MENU - MOBILE ----------*/
.nav-menu.btn {
  float: left;
  border: none;
  font-size: 20px;
  line-height: 22px !important;
  color: white;
  padding: 5px;
  padding-right: 15px;
}

.profile-sidebar {
  color: #fff;
  padding: 18px 20px 22px 20px;
  margin: 4px;
}
.profile-sidebar:before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
}
.profile-sidebar h4.bottomBD {
  font-size: 22px;
}
.profile-sidebar ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.profile-sidebar ul li a {
  text-decoration: none;
  font-size: 17px;
  color: inherit;
  padding: 11px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-sidebar ul li a i {
  font-size: 14px;
  padding-right: 6px;
}
.profile-sidebar .logout {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-edit {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7c0a0f;
}
.btn-edit:hover {
  display: flex !important;
}
.btn-edit i {
  font-size: 13px;
}

.btn-copy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #bf953f;
}
.btn-copy:hover {
  display: inline-flex !important;
}
.btn-copy i {
  font-size: 14px;
}

.card-point {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  color: #252525;
  font-size: 20px;
  margin-bottom: 100px;
}

.card-point-pad {
  padding: 20px 30px;
}
.card-point-pad li {
  color: #707070;
}
.card-point-pad li:first-child {
  font-weight: 500;
  color: #252525;
}
.card-point-pad li:nth-child(2) {
  font-size: 28px;
  text-align: center;
}
.card-point-pad li:nth-child(2) span {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  color: #b30e16;
}

.btn-redeem,
.btn-redeem:link,
.btn-redeem:visited {
  border-width: 3px;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.btn-redeem span,
.btn-redeem:link span,
.btn-redeem:visited span {
  display: flex;
  align-items: center;
  background: #b30e16 !important;
  padding: 8px 16px;
}

table.dataTable > thead tr td:first-child {
  border-radius: 8px 0 0 8px;
}
table.dataTable > thead tr td:last-child {
  border-radius: 0 8px 8px 0;
}

table.dataTable > tbody > tr {
  border-bottom: 1px solid #d7d7d7;
}

table.dataTable#pointTable {
  border-bottom: 2px solid #b30e16;
}

table.dataTable tbody tr {
  background-color: #fff7f7;
  border-radius: 8px;
}

table.dataTable tbody tr:hover {
  background-color: #fbd8da;
}

.dataTables_length select {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 8px;
  background-color: white;
}

.dt-paging-button {
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 36px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

div.dt-container .dt-paging nav .dt-paging-button:hover,
div.dt-container .dt-paging nav .dt-paging-button.first:hover,
div.dt-container .dt-paging nav .dt-paging-button.previous:hover,
div.dt-container .dt-paging nav .dt-paging-button.next:hover,
div.dt-container .dt-paging nav .dt-paging-button.last:hover {
  background: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: #b30e16 !important;
}

div.dt-container .dt-paging nav .dt-paging-button.current:hover {
  color: #fff !important;
}

div.dt-container .dt-paging nav .dt-paging-button.current {
  background-color: #b30e16 !important;
  color: #fff !important;
  border-color: #b30e16 !important;
}

div.dt-container .dt-paging nav .dt-paging-button.first,
div.dt-container .dt-paging nav .dt-paging-button.previous,
div.dt-container .dt-paging nav .dt-paging-button.next,
div.dt-container .dt-paging nav .dt-paging-button.last {
  color: #a9894b !important;
}

.card-promotion {
  margin-bottom: 50px;
}
.card-promotion .img {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.card-promotion .img img {
  width: 100%;
}
.card-promotion .img .badge-point {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.65rem;
  background: #a9894b;
  border: 3px solid #FCF6BA;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 66px;
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-promotion .img .badge-point .point {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.card-promotion .img .badge-point .text {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.promotion-detail {
  margin-top: 22px;
}
.promotion-detail p {
  font-size: 18px;
  color: #252525;
  text-align: center;
  margin-bottom: 25px;
}

#promoModal .modal-body {
  padding: 25px 30px 30px 30px;
}
#promoModal .img {
  max-width: 320px;
  border-radius: 20px;
  margin: 0 auto 25px auto;
  overflow: hidden;
}
#promoModal h5 {
  color: #b30e16;
  margin-bottom: 22px;
}
#promoModal ul {
  margin-bottom: 30px;
}
#promoModal ul li {
  font-size: 18px;
}
#promoModal ul li:first-child {
  font-size: 22px;
  font-weight: 500;
  color: #252525;
}
#promoModal ul li:first-child span {
  color: #b30e16;
}

.video-banner {
  width: 100%;
  height: 400px;
  background: #000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-banner:before {
  content: "";
  background-color: rgba(37, 37, 37, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.video-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gold-type, .card-transfer .tabs {
  display: flex;
}
.gold-type label, .card-transfer .tabs label {
  cursor: pointer;
  flex-grow: 1;
  background-color: #d7d7d7;
  outline: 1px solid #fff;
  padding: 8px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #363636;
}
.gold-type label:first-of-type, .card-transfer .tabs label:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.gold-type label:last-of-type, .card-transfer .tabs label:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.gold-type label:has(input:checked), .card-transfer .tabs label:has(input:checked) {
  color: #fff;
  background-color: #bf953f;
}
.gold-type label input, .card-transfer .tabs label input {
  display: none;
}

.buy-gold-btn,
.sell-gold-btn {
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.buy-gold-btn p,
.sell-gold-btn p {
  font-size: 24px;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
}
.buy-gold-btn img,
.sell-gold-btn img {
  width: auto;
  height: 80px;
  margin-bottom: 15px;
}
.buy-gold-btn span,
.sell-gold-btn span {
  display: block;
  padding: 25px 20px 15px 20px;
}

.buy-gold-btn span {
  background: linear-gradient(180deg, #b30e16 20%, #7c0a0f 85%);
}

.sell-gold-btn span {
  background: linear-gradient(180deg, #555 20%, #111 85%);
}

.card-transfer {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.card-transfer .tabs label {
  width: 50%;
  font-size: 20px;
  cursor: pointer;
  outline: 0;
}
.card-transfer .tabs label .badge {
  width: 22px;
  height: 22px;
  background-color: #d90429;
  border: 1px solid #fff;
  border-radius: 50%;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-transfer .tabs label:first-of-type {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.card-transfer .tabs label:last-of-type {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.card-transfer .tabs label:has(input:checked) {
  color: #fff;
  background-color: #b30e16;
}
.card-transfer .tabs label:has(input:checked) .badge {
  color: #b30e16;
  background-color: #fff;
}
.card-transfer .transfer-input {
  background: linear-gradient(180deg, #555555 5%, #111111 95%);
  padding: 25px;
  color: #fff;
}
.card-transfer .transfer-summary {
  padding: 25px;
}
.card-transfer #receive-tab {
  padding: 25px;
}
.card-transfer #receive-tab h4 {
  margin-bottom: 30px;
}
.card-transfer .form-check input {
  margin-top: 2px;
}
.card-transfer .form-label {
  font-size: 18px;
  margin-bottom: 10px;
}
.card-transfer .form-check .form-check-input {
  margin-top: 5px;
}
.card-transfer .form-check .form-check-label {
  font-size: 14px;
}
.card-transfer .tab-item .form-control {
  width: 55% !important;
}
.card-transfer .tab-item textarea.form-control {
  width: 100% !important;
}
.card-transfer .buttonBD.cancel {
  border-color: white;
  color: white;
}
.card-transfer .buttonBD.cancel:hover {
  background-color: #898989;
  color: white;
}

.btn-select-fri {
  width: 100%;
  border-radius: 8px;
  background-color: #bf953f;
  outline: 1px solid #fff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 25px;
}

.icon-success {
  outline: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #bf953f;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.icon-success i {
  font-size: 40px;
  color: #fff;
}

.card-select-receiver {
  display: flex;
  align-items: center;
  outline: 1px solid #d7d7d7 !important;
  border-radius: 5px;
  padding: 10px 18px;
  margin-bottom: 20px;
}
.card-select-receiver i {
  margin-left: auto;
  color: #b30e16;
  display: none;
}
.card-select-receiver ul li {
  font-size: 16px;
  line-height: 23px;
  color: #555555;
}
.card-select-receiver ul li:first-child {
  font-weight: 600 !important;
  color: #363636;
}
.card-select-receiver:has(input:checked) {
  outline: 2px solid #b30e16 !important;
}
.card-select-receiver:has(input:checked) i {
  display: block;
}

.select-result {
  border-radius: 8px;
  overflow: hidden;
}
.select-result .border-wrap {
  background: #fff;
  padding: 8px 16px;
  color: #555;
}

.receive-nameModal .modal-header {
  padding: 25px 35px 0 35px;
}
.receive-nameModal .modal-header h4 {
  margin-bottom: 0 !important;
}
.receive-nameModal .modal-body {
  padding: 40px 35px 30px 35px;
}

.user-page > .container > .row > .col-lg-8 {
  padding-left: 35px;
}
.user-page strong {
  font-weight: 500;
  color: #363636;
}
.user-page .bottomBD {
  border-bottom: 3px solid transparent;
  margin-bottom: 35px;
}
.user-page h3 {
  font-weight: 600;
  margin-bottom: 7px;
}
.user-page .input-form .form-control {
  margin-bottom: 18px;
}

.infoTB table {
  width: 100%;
}
.infoTB table thead tr th, .infoTB table tbody tr td {
  text-align: center !important;
}
.infoTB table thead tr:last-child th {
  border-bottom: none;
}
.infoTB table thead tr th {
  font-size: 17px;
  font-weight: 500 !important;
  padding: 8px 10px !important;
}
.infoTB table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.infoTB table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.infoTB table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.infoTB table tbody tr:nth-child(even):hover td {
  background: #fbd8da !important;
}
.infoTB table tbody tr:last-child {
  border-bottom: 2px solid #252525;
}
.infoTB table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px !important;
  border-bottom: 1px solid #d7d7d7;
}
.infoTB.redTB table tbody tr:nth-child(even) td {
  background: rgba(253, 234, 235, 0.8);
}
.infoTB.pointTB table tbody tr td:nth-child(3) {
  text-align: left !important;
}

.opacityBG {
  width: 100%;
  float: left;
  background: rgba(17, 17, 17, 0.4) !important;
  border-radius: 10px;
  font-size: 16px;
  padding: 22px 28px 25px 28px;
  margin-bottom: 35px;
}
.opacityBG h5 {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.opacityBG h6 {
  font-size: 18px;
  color: white;
  margin-bottom: 3px;
}
.opacityBG .branch-info li {
  margin-bottom: 4px;
}
.opacityBG .branch-info li i {
  width: 18px;
  color: #a9894b;
  text-align: center;
  margin-right: 4px;
}

.receiveTB table thead tr:last-child th {
  border-bottom: none;
}
.receiveTB table thead tr th {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 15px;
}
.receiveTB table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.receiveTB table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}
.receiveTB table tbody tr:first-child td {
  border-top: none;
}
.receiveTB table tbody tr:last-child td {
  border-bottom: none;
}
.receiveTB table tbody tr td {
  font-size: 15px;
  line-height: 22px;
  padding: 6px 15px;
}
.receiveTB table tbody tr td .buttonBD {
  float: right;
  min-width: 0;
  font-size: 14px;
  padding: 3px 18px;
}

/*---------- MOBILE ----------*/
@media (max-width: 1199px) {
  h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 30px;
    letter-spacing: 0.005rem;
    margin-bottom: 22px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 28px;
  }
  h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 19px;
    margin-bottom: 8px;
  }
  /*---------- CONTENT ----------*/
  .content-padding {
    padding: 65px 0 85px 0;
  }
  .content-padding.no-topBanner {
    padding-top: 40px;
  }
  .content-padding.less-bottomPad {
    padding-bottom: 75px;
  }
  .txt-content {
    margin-bottom: 25px;
  }
  .input-form .form-label {
    margin-bottom: 8px;
  }
  .form-control,
  .form-select {
    height: 40px;
    font-size: 17px;
    padding: 5px 15px;
    margin-bottom: 17px;
  }
  .input-group .input-group-text {
    padding: 0 10px;
  }
  .input-group .form-control {
    padding-left: 3px !important;
  }
  .input-group .form-select {
    height: 40px !important;
    line-height: 38px;
    padding: 0 15px;
  }
  .input-group .buttonR {
    min-width: 100px;
    height: 40px !important;
  }
  .input-group img {
    height: 18px;
  }
  .input-group.phone .dropdown-toggle {
    min-width: 56px;
    padding: 0 13px;
  }
  .input-group.phone .dropdown-toggle:after {
    margin-left: 5px;
  }
  .input-group.phone .dropdown-menu {
    padding: 4px 0;
  }
  .input-group.phone .dropdown-menu li .dropdown-item {
    font-size: 14px;
    padding: 2px 10px;
  }
  .input-group.phone .dropdown-menu li .dropdown-item img {
    height: 12px;
    margin-right: 6px;
  }
  .input-group.disable .input-group-text {
    padding: 0 12px 0 15px;
  }
  /* SELECT 2 */
  .select2-part .select2-container .select2-selection--single {
    height: 40px;
    padding: 5px 15px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow,
  .select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    width: 35px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
  .select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
    font-size: 12px;
    right: 12px;
  }
  .top-banner {
    height: 240px;
  }
  .top-banner-txt {
    font-size: 40px;
    letter-spacing: 0.05rem;
  }
  .goldBD-Box .goldBD-Box-pad {
    padding: 30px 45px 35px 45px;
  }
  /*---------- HEADER ----------*/
  .mainlogo img {
    height: 80px;
  }
  .lang-section li {
    margin-right: 2px;
  }
  .lang-section li a,
  .lang-section li button {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 24px;
  }
  .login-section li {
    margin-right: 8px;
  }
  .login-section li a {
    font-size: 13px;
    line-height: 26px;
    padding: 0 10px;
  }
  .login-section li a i,
  .login-section li a img {
    margin-right: 5px;
  }
  .login-section li a i {
    font-size: 12px;
  }
  .login-section li a img {
    height: 12px;
  }
  .nav-barBG .row .col-xl-6:last-child {
    padding-left: 0;
  }
  .mainmenu li a {
    font-size: 14px;
    line-height: 40px;
    padding-right: 18px;
  }
  .gold-menu li a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 11px;
  }
  .gold-menu li.transfer a {
    padding-right: 30px;
  }
  .transfer-amount {
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    right: 11px;
  }
  /*---------- PRICE BOX ----------*/
  .goldPriceBox {
    padding: 20px 15px 5px 15px;
    margin: 4px;
  }
  .goldPriceBox:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 22px;
    top: -4px;
    left: -4px;
  }
  .goldPriceBox h2 {
    font-size: 26px;
  }
  .PriceBox-date-time {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .priceWH-box {
    padding: 12px 15px;
    margin-bottom: 12px;
  }
  .priceWH-box h5 {
    font-size: 19px;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  .gold-priceTB {
    font-size: 17px;
  }
  .gold-priceTB thead tr th {
    font-size: 16px;
  }
  .gold-priceTB tbody tr th {
    line-height: 32px;
  }
  .gold-priceTB tbody tr td {
    line-height: 32px;
  }
  .price-status {
    font-size: 16px;
  }
  .price-status i {
    font-size: 14px;
    padding-right: 4px;
  }
  /*---------- INDEX ----------*/
  .video-container {
    height: 450px;
  }
  .promotion-section {
    padding-left: 10px;
  }
  .promotion-section h2 {
    margin-bottom: 12px;
  }
  .index-about-section {
    padding: 65px 0px;
    margin: 100px 0;
  }
  .index-about-section h2 {
    margin-bottom: 12px;
  }
  .index-article-section:before {
    width: 100%;
    height: 320px;
  }
  .index-article-section h1 {
    margin-bottom: 25px;
  }
  .index-article-section .flex, .index-article-section .pagination-section {
    margin-top: 45px;
  }
  /*---------- ABOUT ----------*/
  .about-page {
    font-size: 16px;
  }
  .about-page .img-width {
    border-radius: 20px;
  }
  .about-header {
    margin-bottom: 40px;
  }
  .about-header h1 {
    font-size: 45px;
  }
  .about-header h2 {
    font-size: 28px;
  }
  .about-contentBox {
    margin-bottom: 20px;
  }
  .about-contentBox > .row > .col-xl-6:first-child {
    padding-right: 12px;
  }
  .about-contentBox > .row > .col-xl-6:last-child {
    padding-left: 12px;
  }
  .about-contentBox .txt-content {
    padding-top: 0;
  }
  .LGoldBG {
    padding: 0 45px 50px 45px;
    margin-top: 50px;
    margin-bottom: 85px;
  }
  .LGoldBG .txt-content {
    font-size: 18px;
  }
  .quote-section {
    margin-top: -24px;
    margin-bottom: 28px;
  }
  .quote-icon {
    width: 48px;
    height: 48px;
  }
  .quote-icon:before {
    font-size: 42px;
    line-height: 28px;
  }
  .quote-icon.before {
    margin-bottom: 18px;
  }
  .quote-icon.after {
    margin-top: 16px;
  }
  .redBox, .profile-sidebar {
    padding: 25px 30px 32px 30px;
    margin: 4px;
  }
  .redBox:before, .profile-sidebar:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .redBox h4.bottomBD, .profile-sidebar h4.bottomBD {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .heading-message {
    margin-top: 60px;
  }
  .heading-message h3 {
    margin-bottom: 7px;
  }
  .heading-message h3.decor {
    margin-bottom: 28px;
  }
  .heading-message h3.decor:after {
    width: 95px;
  }
  .heading-message h4 {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .heading-message h5 {
    font-size: 22px;
  }
  .heading-message .txt-content {
    font-size: 19px;
  }
  .why-us-section {
    margin-top: 100px;
  }
  .why-us-section .row .col-lg-5 {
    padding-left: 22px;
  }
  .why-us-section h3 {
    padding-top: 0;
    margin-bottom: 28px;
  }
  .why-us-info li {
    font-size: 17px;
    padding-left: 24px;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .why-topic {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .why-topic:before {
    font-size: 15px;
    top: 6px;
    left: -24px;
  }
  /*---------- PRODUCT ----------*/
  .product-page {
    font-size: 16px;
  }
  .product-page .row .col-lg-7 {
    padding-left: 22px;
    padding-top: 10px;
  }
  .product-page .txt-content {
    margin-bottom: 20px;
  }
  .product-page .txt-content ul li {
    margin-left: 20px;
  }
  .product-page .grayBG {
    padding: 40px 50px 45px 50px;
    margin-top: 75px;
  }
  .product-page .grayBG .flex, .product-page .grayBG .pagination-section {
    margin-top: 35px;
  }
  .productBox .img-width.goldGD-BD, .productBox .img-width.goldBD-Box, .productBox .img-width.articleBox, .productBox .article-page .img-width, .article-page .productBox .img-width, .productBox .img-width.card-point, .productBox .img-width.btn-redeem, .productBox .card-promotion .img-width.img, .card-promotion .productBox .img-width.img, .productBox #promoModal .img-width.img, #promoModal .productBox .img-width.img, .productBox .img-width.buy-gold-btn,
  .productBox .img-width.sell-gold-btn, .productBox .img-width.card-transfer, .productBox .img-width.select-result {
    margin-bottom: 16px;
  }
  .product-name p {
    font-size: 23px;
    line-height: normal;
    margin-bottom: 6px;
  }
  .product-caption {
    margin-bottom: 22px;
  }
  .redBG {
    padding: 55px 25px 30px 25px;
    margin: 65px 0;
  }
  .redBG h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .product-goldWeight {
    padding: 0;
    margin-bottom: 48px;
  }
  .product-goldWeight .img-width {
    margin-bottom: 15px;
  }
  .product-detail {
    margin-bottom: 55px;
  }
  .product-detail h3 {
    margin-bottom: 25px;
  }
  .product-detail h5 {
    margin-bottom: 4px;
  }
  .product-detail h6 {
    font-size: 18px;
  }
  .product-contact-section {
    padding: 40px 0 50px 0;
    margin-bottom: 55px;
  }
  .product-contact-section h3.bottomBD {
    margin-bottom: 35px;
  }
  .product-contact-section .buttonR {
    min-width: 125px;
    font-size: 17px;
    padding: 6px 25px;
  }
  .contact-wIcon {
    margin-bottom: 35px;
  }
  .icon-circle {
    width: 62px;
    height: 62px;
  }
  .icon-circle i {
    font-size: 24px;
  }
  /*---------- ARTICLE ----------*/
  .articleBox {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .articleBox img {
    border-radius: 6px 6px 0 0;
  }
  .articleBox-info {
    border-radius: 0 0 6px 6px;
    padding: 12px;
  }
  .articleBox-info .buttonBD {
    min-width: 90px;
    font-size: 14px;
    padding: 3px 12px;
  }
  .article-topic p {
    min-height: 50px;
    font-size: 16px;
    line-height: 25px;
  }
  /*---------- CONTACT ----------*/
  .contact-page h2 {
    font-size: 32px;
  }
  .contact-page h3 {
    margin-bottom: 35px;
  }
  .contact-page h4 {
    font-size: 26px;
  }
  .contact-page h4.text-center {
    font-size: 28px;
  }
  .contact-page h4 span {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 2px;
    display: block;
  }
  .contact-page .social li {
    margin-right: 20px;
  }
  .contact-page .social li a {
    width: 44px;
    height: 44px;
  }
  .contact-page .social li a i {
    font-size: 20px;
  }
  .contact-page .social li a img {
    width: 20px;
  }
  .branch {
    margin-bottom: 55px;
  }
  .contact-infoBox {
    min-height: 450px;
    padding: 35px 40px 40px 40px;
  }
  .branch-info li {
    margin-bottom: 11px;
  }
  .branch-info li p,
  .branch-info li a {
    width: calc(100% - 26px);
    font-size: 17px;
    line-height: 26px;
    padding-left: 10px;
  }
  .icon-contact {
    width: 26px;
    height: 26px;
  }
  .icon-contact i {
    font-size: 12px;
  }
  .googlemap {
    height: 450px;
  }
  .googlemap iframe {
    height: 450px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 {
    padding: 45px 45px 75px 50px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 h2 {
    margin-bottom: 12px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form label,
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form .form-control {
    font-size: 17px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form label {
    margin-bottom: 8px;
  }
  /*---------- DASHBOARD ----------*/
  .gold-topInfo > .row > .col-lg-6:last-child {
    padding-left: 12px;
  }
  .balanceBox {
    padding: 12px 15px 16px 15px;
    margin: 4px;
    margin-bottom: 24px;
  }
  .balanceBox:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .balanceBox h4 {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .balance-info h5 {
    font-size: 20px;
    margin-bottom: 1px;
  }
  .gold-weight {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.05rem;
  }
  .goldenBaht {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .amount-topic {
    letter-spacing: 0.005rem;
  }
  .amount-total {
    font-size: 18px;
    line-height: 26px;
  }
  .pending-itemBox {
    padding: 16px 25px 16px 25px;
    margin: 4px;
  }
  .pending-itemBox:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .current-date {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .pending-goldWeight {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .pending-goldWeight .row > .col-lg-3 {
    padding-right: 0;
  }
  .pending-goldWeight ul li {
    font-size: 17px;
    line-height: 26px;
  }
  .pending-goldWeight ul li:nth-child(2) {
    font-size: 30px;
    line-height: 40px;
  }
  .pending-list {
    margin-bottom: 10px;
  }
  .pending-list ul li {
    font-size: 18px;
    line-height: 27px;
  }
  .pending-list ul li:last-child {
    font-size: 30px;
    line-height: 40px;
  }
  .pending-listTB {
    font-size: 14px;
  }
  .pending-listTB thead tr th {
    letter-spacing: 0.005rem;
    padding: 5px 10px;
  }
  .pending-listTB tbody tr td {
    padding: 6px 10px;
  }
  .all-transactionTB {
    overflow-y: auto;
  }
  /*---------- LOGIN ----------*/
  .login-header {
    padding: 12px 0;
  }
  .login-logo img {
    height: 96px;
  }
  .profile-sidebar {
    padding: 15px 16px 18px 16px;
  }
  .profile-sidebar h4.bottomBD {
    font-size: 20px;
  }
  .profile-sidebar ul li a {
    font-size: 16px;
    padding: 10px 0;
    gap: 7px;
  }
  .profile-sidebar ul li a i {
    font-size: 13px;
  }
  .gold-type label, .card-transfer .tabs label {
    padding: 7px 15px;
    font-size: 16px;
  }
  .gold-type label:first-of-type, .card-transfer .tabs label:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .gold-type label:last-of-type, .card-transfer .tabs label:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .addFriendBox {
    padding: 20px 25px 25px 25px;
  }
  .addFriendBox.moreBD {
    padding: 22px 30px 30px 30px;
    margin: 4px;
  }
  .addFriendBox.moreBD:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .addFriendBox .amount-input label {
    font-size: 16px;
  }
  .addFriendBox .amount-input .form-control {
    width: 54% !important;
  }
  .grayBG {
    padding: 50px 0 85px 0;
  }
  .filterBox {
    padding: 20px 30px 25px 30px;
    margin-bottom: 35px;
  }
  .filterBox.input-form .form-control,
  .filterBox.input-form .form-select {
    font-size: 15px !important;
    padding: 5px 12px;
  }
  .filterBox.input-form .form-label {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .filterBox .flex, .filterBox .pagination-section {
    margin-top: 30px;
  }
  .filterBox .row > .col-lg-8 {
    padding-right: 6px;
  }
  .filterBox .row > .col-lg-8 > .row > .col-lg-4:first-child {
    padding-right: 8px;
  }
  .filterBox .row > .col-lg-8 > .row > .col-lg-4:nth-child(2) {
    padding: 0 7px;
  }
  .filterBox .row > .col-lg-8 > .row > .col-lg-4:last-child {
    padding-left: 8px;
  }
  .filterBox .row > .col-lg-4 {
    padding-left: 6px;
  }
  .filterBox .row > .col-lg-4 > .row > .col-lg-6:first-child {
    padding-right: 6px;
  }
  .filterBox .row > .col-lg-4 > .row > .col-lg-6:last-child {
    padding-left: 6px;
  }
  .opacityBG {
    font-size: 15px;
    padding: 20px 20px 22px 20px;
    margin-bottom: 28px;
  }
  .opacityBG h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .opacityBG h6 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .opacityBG .branch-info li {
    margin-bottom: 4px;
  }
  .opacityBG .branch-info li i {
    width: 16px;
    margin-right: 3px;
  }
  .addFriendBox.depositBox .input-form label {
    font-size: 16px;
  }
  .addFriendBox.depositBox .input-form .input-group, .addFriendBox.depositBox .input-form .form-select {
    font-size: 15px !important;
    margin-bottom: 12px !important;
  }
  .addFriendBox.depositBox .input-form .input-group .input-group-text i {
    font-size: 17px;
  }
  .addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light i {
    font-size: 12px;
  }
  .addFriendBox.depositBox .divide-line {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .addFriendBox.depositBox .txt-content {
    font-size: 15px;
  }
  .video-banner {
    height: 300px;
  }
  .user-page {
    min-height: 720px;
  }
  .user-page > .container > .row > .col-lg-8 {
    padding-left: 22px;
  }
  .user-page h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .infoTB {
    overflow-y: hidden;
  }
  .infoTB table thead tr th {
    font-size: 16px;
    padding: 7px 8px !important;
  }
  .infoTB table tbody tr td {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 8px !important;
  }
  .buy-gold-btn,
  .sell-gold-btn {
    border-width: 4px;
  }
  .buy-gold-btn:before,
  .sell-gold-btn:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .buy-gold-btn p,
  .sell-gold-btn p {
    font-size: 22px;
  }
  .buy-gold-btn img,
  .sell-gold-btn img {
    height: 72px;
    margin-bottom: 12px;
  }
  .buy-gold-btn span,
  .sell-gold-btn span {
    padding: 22px 15px 12px 15px;
  }
  .card-transfer {
    border-radius: 20px;
    border-width: 4px;
  }
  .card-transfer:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .card-transfer .tabs label {
    font-size: 18px;
  }
  .card-transfer .tabs label .badge {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .card-transfer .transfer-input {
    padding: 25px;
  }
  .card-transfer .transfer-summary {
    padding: 25px;
  }
  .card-transfer #receive-tab {
    padding: 20px 25px;
  }
  .card-transfer #receive-tab h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .card-transfer .form-label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .card-transfer .form-check .form-check-input {
    margin-top: 3px;
  }
  .card-transfer .link-light {
    font-size: 15px;
  }
  .card-transfer .link-light i {
    font-size: 13px;
  }
  .card-transfer .tab-item label {
    font-size: 16px;
  }
  .card-transfer .tab-item .form-control {
    width: 54% !important;
    font-size: 15px;
  }
  .btn-select-fri {
    border-radius: 6px;
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 20px;
  }
  .card-select-receiver {
    padding: 9px 15px;
    margin-bottom: 15px;
  }
  .card-select-receiver ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .select-result {
    border-radius: 8px;
  }
  .select-result .border-wrap {
    padding: 8px 16px;
  }
  .receive-nameModal .modal-header {
    padding: 20px 30px 0 30px;
  }
  .receive-nameModal .modal-header h4 {
    font-size: 20px;
  }
  .receive-nameModal .modal-body {
    padding: 35px 30px 30px 30px;
  }
  .transfer-badge {
    font-size: 15px;
    padding: 3px 22px 3px 12px;
    border-radius: 5px;
    gap: 6px;
  }
  .transfer-badge span {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
  .card-promotion .img {
    border: 4px solid transparent;
  }
  .card-promotion .img .badge-point {
    margin: 0.5rem;
    border-width: 2px;
    width: 58px;
    height: 58px;
  }
  .card-promotion .img .badge-point .point {
    font-size: 22px;
    line-height: 1;
  }
  .card-promotion .img .badge-point .text {
    font-size: 11px;
    line-height: 14px;
  }
  .promotion-detail {
    margin-top: 20px;
  }
  .promotion-detail p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  h2 {
    font-size: 27px;
    margin-bottom: 22px;
  }
  h3 {
    font-size: 23px;
    margin-bottom: 28px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  /*---------- BUTTON ----------*/
  .buttonR,
  .buttonGD {
    min-width: 105px;
    font-size: 15px;
    padding: 5px 18px;
  }
  .buttonR i,
  .buttonGD i {
    font-size: 13px;
    padding-right: 7px;
  }
  .buttonBD {
    min-width: 105px;
    font-size: 15px;
    padding: 4px 18px;
  }
  .buttonBD i {
    font-size: 13px;
    padding-left: 7px;
  }
  .buttonBD i.fa-plus-circle {
    padding-right: 7px;
  }
  .button-txt i.fa-chevron-circle-right {
    padding-left: 7px;
  }
  /*---------- CONTENT ----------*/
  .content-padding {
    padding: 50px 0 65px 0;
  }
  .content-padding.no-topBanner {
    padding-top: 35px;
  }
  .content-padding.less-bottomPad {
    padding-bottom: 65px;
  }
  .txt-content {
    margin-bottom: 20px;
  }
  .txt-content p {
    margin-bottom: 10px;
  }
  .txt-content ul li {
    margin-bottom: 2px;
  }
  .note {
    font-size: 13px;
  }
  .top-banner {
    height: 180px;
  }
  .top-banner-txt {
    font-size: 30px;
    letter-spacing: 0.04rem;
  }
  .pagination-section {
    margin-top: 15px;
  }
  .pagination-section .pagination li {
    margin: 0 2px;
  }
  .pagination-section .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 3px;
  }
  .pagination-section .pagination li a i {
    font-size: 14px;
  }
  .dt-paging-button {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
  .goldBD-Box .goldBD-Box-pad {
    padding: 25px 30px 30px 30px;
  }
  .goldGD-BD, .goldBD-Box, .articleBox, .article-page .img-width, .card-point, .btn-redeem,
  .btn-redeem:link,
  .btn-redeem:visited, .card-promotion .img, #promoModal .img, .buy-gold-btn,
  .sell-gold-btn, .card-transfer, .select-result {
    border: 4px solid transparent;
  }
  /*------------ MODAL -------------*/
  .modal-dialog {
    max-width: 550px !important;
  }
  .modal-dialog.modal-sm {
    max-width: 400px !important;
  }
  .modal-dialog.modal-sm .modal-body {
    padding: 30px 25px;
  }
  .modal-dialog.modal-lg {
    max-width: 650px !important;
  }
  .modal-dialog .btn-close {
    top: 20px;
    right: 20px;
  }
  /*------------ OWL -------------*/
  .slide-navButton .owl-carousel .owl-nav .owl-prev,
  .slide-navButton .owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
  }
  .slide-navButton .owl-carousel .owl-nav i {
    font-size: 13px;
  }
  .slide-navButton .owl-carousel .owl-nav .owl-prev {
    left: 3%;
  }
  .slide-navButton .owl-carousel .owl-nav .owl-next {
    right: 3%;
  }
  .slide-navButton .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  /*---------- HEADER ----------*/
  header .header-logo > .container > .row > .col-lg-5:first-child {
    padding-left: 0;
  }
  header .header-logo > .container > .row > .col-lg-5:last-child {
    padding-right: 0;
  }
  header .nav-barBG > .container > .row > .col-xl-6:first-child {
    padding-left: 0;
  }
  header .nav-barBG > .container > .row > .col-xl-6:last-child {
    padding-right: 0;
  }
  .mainlogo img {
    height: 74px;
  }
  .lang-section {
    left: 0;
  }
  .lang-section li {
    margin-right: 1px;
  }
  .lang-section li a,
  .lang-section li button {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.01rem;
  }
  .login-section {
    right: 0;
  }
  .login-section li a {
    font-size: 13px;
    line-height: 26px;
    padding: 0 10px;
  }
  .login-section li a i,
  .login-section li a img {
    margin-right: 4px;
  }
  .login-section li a i {
    font-size: 12px;
  }
  .login-section li a img {
    height: 12px;
  }
  .nav-barBG .container {
    max-width: calc(100% - 20px);
  }
  .nav-barBG .row .col-xl-6:first-child {
    padding-right: 5px;
  }
  .nav-barBG .row .col-xl-6:last-child {
    padding-left: 0;
  }
  .mainmenu li a {
    font-size: 12px;
    line-height: 37px;
    padding-right: 13px;
  }
  .gold-menu li a {
    font-size: 12px;
    line-height: 37px;
    padding: 0 8px;
  }
  .gold-menu li.transfer a {
    padding-right: 26px;
  }
  .transfer-amount {
    width: 13px;
    height: 13px;
    line-height: 12px;
    right: 8px;
  }
  /*---------- FOOTER ----------*/
  footer {
    padding: 35px 0 22px 0;
  }
  footer h6 {
    margin-bottom: 5px;
  }
  footer .row .col-lg-4 {
    margin-top: 20px;
  }
  .footer-info li {
    max-width: 100%;
    font-size: 15px;
    padding-left: 24px;
    padding-right: 25px;
    margin-bottom: 2px;
  }
  .footer-info li i {
    top: 5px;
  }
  .social li {
    margin-right: 12px;
  }
  .social li a {
    width: 36px;
    height: 36px;
  }
  .social li a i {
    font-size: 17px;
  }
  .social li a img {
    width: 18px;
  }
  .copyright {
    font-size: 14px;
    padding-top: 16px;
    margin-top: 35px;
  }
  /*---------- INDEX ----------*/
  .video-container {
    height: 400px;
  }
  .promotion-section {
    padding-left: 0;
  }
  .index-goldprice-section > .container > .row > .col-lg-6:last-child {
    padding-top: 20px;
  }
  .promotion-slide .owl-dots {
    bottom: -35px !important;
  }
  .index-about-section {
    padding: 55px 0px;
    margin: 90px 0 85px 0;
  }
  .index-about-section h2 {
    margin-bottom: 10px;
  }
  .index-article-section {
    padding-top: 45px;
  }
  .index-article-section:before {
    height: 260px;
  }
  .index-article-section .flex, .index-article-section .pagination-section {
    margin-top: 40px;
  }
  .index-article-section .row > .col-lg-4:first-child {
    padding-right: 6px;
  }
  .index-article-section .row > .col-lg-4:nth-child(2) {
    padding: 0 7px;
  }
  .index-article-section .row > .col-lg-4:last-child {
    padding-left: 6px;
  }
  /*---------- ABOUT ----------*/
  .about-page {
    font-size: 15px;
  }
  .about-page .img-width {
    border-radius: 18px;
  }
  .about-header {
    margin-bottom: 25px;
  }
  .about-header h1 {
    font-size: 38px;
  }
  .about-header h2 {
    font-size: 24px;
  }
  .LGoldBG {
    padding: 0 40px 40px 40px;
    margin-top: 35px;
    margin-bottom: 65px;
  }
  .LGoldBG .txt-content {
    font-size: 16px;
  }
  .quote-section {
    margin-top: -21px;
    margin-bottom: 22px;
  }
  .quote-icon {
    width: 42px;
    height: 42px;
  }
  .quote-icon:before {
    font-size: 36px;
    line-height: 22px;
  }
  .quote-icon.before {
    margin-bottom: 16px;
  }
  .quote-icon.after {
    margin-top: 14px;
  }
  .redBox, .profile-sidebar {
    border-radius: 18px;
    padding: 25px 35px 30px 35px;
  }
  .redBox:before, .profile-sidebar:before {
    border-radius: 20px;
  }
  .redBox h4.bottomBD, .profile-sidebar h4.bottomBD {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .heading-message {
    margin-top: 50px;
  }
  .heading-message h3 {
    font-size: 21px;
    margin-bottom: 7px;
  }
  .heading-message h3.decor {
    padding-bottom: 12px;
    margin-bottom: 22px;
  }
  .heading-message h3.decor:after {
    width: 75px;
  }
  .heading-message h3 br {
    display: none;
  }
  .heading-message h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .heading-message h5 {
    font-size: 18px;
  }
  .heading-message .txt-content {
    font-size: 16px;
  }
  .why-us-section {
    padding: 45px 0 50px 0;
    margin-top: 75px;
  }
  .why-us-section .row .col-lg-5 {
    padding-left: 12px;
  }
  .why-us-section h3 {
    margin-bottom: 16px;
  }
  .why-us-info li {
    font-size: 16px;
    padding-left: 22px;
    padding-bottom: 12px;
    margin-top: 12px;
  }
  .why-topic {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .why-topic:before {
    font-size: 14px;
    top: 6px;
    left: -22px;
  }
  /*---------- PRODUCT ----------*/
  .product-page {
    font-size: 15px;
  }
  .product-page .row .col-lg-7 {
    padding-left: 12px;
    padding-top: 35px;
  }
  .product-page .txt-content {
    margin-bottom: 18px;
  }
  .product-page .txt-content ul li {
    margin-left: 18px;
  }
  .product-page .grayBG {
    padding: 35px 45px 40px 45px;
    margin-top: 65px;
  }
  .product-page .grayBG h6 {
    margin-bottom: 3px;
  }
  .product-page .grayBG .flex, .product-page .grayBG .pagination-section {
    margin-top: 30px;
  }
  .productBox {
    border-bottom-width: 3px;
  }
  .productBox .img-width.goldGD-BD, .productBox .img-width.goldBD-Box, .productBox .img-width.articleBox, .productBox .article-page .img-width, .article-page .productBox .img-width, .productBox .img-width.card-point, .productBox .img-width.btn-redeem, .productBox .card-promotion .img-width.img, .card-promotion .productBox .img-width.img, .productBox #promoModal .img-width.img, #promoModal .productBox .img-width.img, .productBox .img-width.buy-gold-btn,
  .productBox .img-width.sell-gold-btn, .productBox .img-width.card-transfer, .productBox .img-width.select-result {
    border-radius: 18px;
    margin-bottom: 15px;
  }
  .productBox .img-width.goldGD-BD img, .productBox .img-width.goldBD-Box img, .productBox .img-width.articleBox img, .productBox .article-page .img-width img, .article-page .productBox .img-width img, .productBox .img-width.card-point img, .productBox .img-width.btn-redeem img, .productBox .card-promotion .img-width.img img, .card-promotion .productBox .img-width.img img, .productBox #promoModal .img-width.img img, #promoModal .productBox .img-width.img img, .productBox .img-width.buy-gold-btn img,
  .productBox .img-width.sell-gold-btn img, .productBox .img-width.card-transfer img, .productBox .img-width.select-result img {
    border-radius: 13px;
  }
  .product-name p {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .product-caption {
    min-height: 69px;
    margin-bottom: 20px;
  }
  .product-caption p {
    line-height: 23px;
  }
  .redBG {
    padding: 50px 30px 25px 30px;
    margin: 55px 0;
  }
  .redBG h3 {
    font-size: 27px;
    margin-bottom: 32px;
  }
  .product-goldWeight {
    padding: 0 5px;
    margin-bottom: 45px;
  }
  .product-detail {
    margin-bottom: 40px;
  }
  .product-detail h3 {
    margin-bottom: 22px;
  }
  .product-detail h5 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .product-detail h6 {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .product-contact-section {
    padding: 35px 10px 40px 10px;
    margin-bottom: 45px;
  }
  .product-contact-section h3.bottomBD {
    margin-bottom: 30px;
  }
  .product-contact-section .buttonR {
    min-width: 115px;
    font-size: 16px;
    padding: 5px 20px;
  }
  .contact-wIcon {
    margin-bottom: 30px;
  }
  .icon-circle {
    width: 58px;
    height: 58px;
    border-width: 3px;
    margin-bottom: 10px;
  }
  .icon-circle i {
    font-size: 22px;
  }
  /*---------- ARTICLE ----------*/
  .articleBox {
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(17, 17, 17, 0.15);
    margin-bottom: 30px;
  }
  .articleBox img {
    border-radius: 6px 6px 0 0;
  }
  .articleBox-info {
    border-radius: 0 0 6px 6px;
    padding: 10px 10px 12px 10px;
  }
  .articleBox-info .buttonBD {
    min-width: 85px;
    font-size: 13px;
    padding: 3px 12px;
  }
  .article-topic p {
    min-height: 44px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  /*---------- CONTACT ----------*/
  .contact-page h2 {
    font-size: 28px;
  }
  .contact-page h3 {
    margin-bottom: 30px;
  }
  .contact-page h4 {
    font-size: 24px;
  }
  .contact-page h4.text-center {
    font-size: 27px;
  }
  .contact-page h4 span {
    font-size: 20px;
    line-height: 28px;
  }
  .contact-page .social li {
    margin-right: 18px;
  }
  .contact-page .social li a {
    width: 40px;
    height: 40px;
  }
  .contact-page .social li a i {
    font-size: 18px;
  }
  .contact-page .social li a img {
    width: 18px;
  }
  .branch {
    margin-bottom: 45px;
  }
  .contact-infoBox {
    min-height: 370px;
    padding: 25px 28px 35px 28px;
  }
  .branch-info li {
    margin-bottom: 10px;
  }
  .branch-info li p,
  .branch-info li a {
    width: calc(100% - 24px);
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
  }
  .icon-contact {
    width: 24px;
    height: 24px;
  }
  .icon-contact i {
    font-size: 10px;
  }
  .googlemap {
    height: 370px;
  }
  .googlemap iframe {
    height: 370px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 {
    padding: 40px 55px 65px 55px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 h2 {
    margin-bottom: 10px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form label,
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form .form-control {
    font-size: 16px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form label {
    margin-bottom: 7px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form .buttonGD {
    font-size: 16px;
    margin-top: 15px;
  }
  /*---------- DASHBOARD ----------*/
  .dashboard-page .whiteBox .flex, .dashboard-page .whiteBox .pagination-section {
    margin-top: 20px;
  }
  .dashboard-page .friendBox {
    width: 33.3333333333%;
  }
  .balanceBox {
    padding: 12px 12px 16px 12px;
    margin-bottom: 28px;
  }
  .balance-info h5 {
    margin-bottom: 0;
  }
  /*---------- LOGIN ----------*/
  .login-header {
    padding: 10px 0;
  }
  .login-logo img {
    height: 82px;
  }
  .login-padding {
    padding: 20px 0 55px 0;
  }
  .login-padding h3 {
    margin-bottom: 18px;
  }
  .login-padding h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .login-padding h6 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .login-padding .buttonR,
  .login-padding .buttonBD {
    min-width: 125px;
    font-size: 16px;
  }
  .login-padding .buttonR {
    padding: 5px 18px;
  }
  .login-padding .buttonBD {
    padding: 4px 18px;
  }
  .login-padding .whiteBox {
    padding: 22px 40px 30px 40px;
    margin: 4px;
  }
  .login-padding .whiteBox:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .login-padding .whiteBox.noBorder {
    padding: 30px 30px 35px 30px;
  }
  .login-padding .whiteBox.noBorder h6 {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .login-padding .whiteBox.noBorder .txt-content p {
    font-size: 15px;
  }
  .login-padding .whiteBox.noBorder .divide-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .login-padding .whiteBox.input-form .input-group {
    margin-bottom: 14px;
  }
  .login-padding .whiteBox.input-form .form-label {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .login-padding .whiteBox.input-form .form-control,
  .login-padding .whiteBox.input-form .form-select {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .login-padding .whiteBox.input-form .form-select {
    height: 37px;
  }
  .login-padding .whiteBox.input-form .select2-part .select2-container {
    margin-bottom: 14px;
  }
  .login-padding .whiteBox.input-form .select2-part .select2-container .select2-selection--single {
    height: 37px;
  }
  .login-padding .whiteBox.input-form .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .login-padding .whiteBox.input-form .divide-line {
    margin-top: 32px;
    margin-bottom: 26px;
  }
  .login-padding .whiteBox.input-form .button-txt {
    font-size: 14px;
  }
  .login-padding .whiteBox.input-form .button-txt.register {
    font-size: 16px;
  }
  .login-padding .whiteBox.input-form p {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .id-img {
    border-radius: 22px;
    margin: 22px 0 30px 0;
  }
  .id-attachFile .buttonBD {
    min-width: 142px !important;
    font-size: 15px !important;
    padding: 5px 20px;
  }
  .id-attachFile .buttonBD i {
    padding-right: 6px;
  }
  .id-attachFile .buttonBD.upload .form-control {
    height: 37px;
  }
  .menu-tab {
    margin-bottom: 20px;
  }
  .tab-topic {
    padding: 6px 15px;
  }
  .tab-topic p {
    font-size: 16px !important;
  }
  .display-group.wBorder {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  /*---------- REGISTER ----------*/
  .form-check .form-check-label {
    font-size: 14px;
    line-height: 22px;
  }
  .term-content h6 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .term-content .modal-body {
    padding: 22px 25px 25px 25px;
  }
  .term-content .txt-content {
    margin-bottom: 16px;
  }
  .term-content .txt-content p,
  .term-content .txt-content ul li {
    font-size: 14px !important;
  }
  .term-content .txt-content p {
    margin-bottom: 8px !important;
  }
  .term-content.pdpa-page h4 {
    margin-bottom: 15px;
  }
  .term-content.pdpa-page h6 {
    font-size: 16px;
  }
  .term-content.pdpa-page .txt-content {
    margin-bottom: 18px;
  }
  .term-content.pdpa-page .txt-content p, .term-content.pdpa-page .txt-content ul li {
    font-size: 15px !important;
  }
  .term-content.pdpa-page .txt-content ul li {
    margin-bottom: 2px;
  }
  /*---------- PDPA ----------*/
  .pdpa-question-section {
    font-size: 15px;
    margin-top: 20px;
  }
  .pdpa-question {
    margin-bottom: 12px;
  }
  .pdpa-question p {
    padding-left: 18px;
    margin-bottom: 4px;
  }
  .pdpa-question .choice {
    padding-left: 18px;
  }
  .pdpa-question .form-check .form-check-label {
    font-size: 15px;
  }
  .modal#register-complete .icon-circle {
    width: 66px;
    height: 66px;
    margin-bottom: 16px;
  }
  .modal#register-complete .icon-circle i {
    font-size: 26px;
  }
  .modal#register-complete h3 {
    margin-bottom: 25px;
  }
  .friend-list.all {
    grid-template-columns: 1fr;
  }
  .grayBG {
    padding: 45px 0 75px 0;
  }
  .filterBox {
    border-radius: 15px;
    padding: 20px 30px 22px 30px;
  }
  .filterBox.input-form .form-control,
  .filterBox.input-form .form-select {
    margin-bottom: 14px;
  }
  .filterBox.input-form .form-label {
    font-size: 15px;
  }
  .filterBox .flex, .filterBox .pagination-section {
    margin-top: 28px;
  }
  .filterBox .row > .col-lg-8 {
    padding-right: 12px;
  }
  .filterBox .row > .col-lg-8 > .row > .col-lg-4:first-child {
    padding-right: 12px;
  }
  .filterBox .row > .col-lg-8 > .row > .col-lg-4:nth-child(2) {
    padding: 0 12px;
  }
  .filterBox .row > .col-lg-8 > .row > .col-lg-4:last-child {
    padding-left: 12px;
  }
  .filterBox .row > .col-lg-4 {
    padding-left: 12px;
  }
  .filterBox .row > .col-lg-4 > .row > .col-lg-6:first-child {
    padding-right: 12px;
  }
  .filterBox .row > .col-lg-4 > .row > .col-lg-6:last-child {
    padding-left: 12px;
  }
  .video-banner {
    height: 220px;
  }
  .user-page {
    min-height: 0;
  }
  .user-page > .container > .row > .col-lg-8 {
    padding-left: 12px;
  }
  .user-page .bottomBD {
    border-bottom: 2px solid transparent;
    margin-bottom: 30px;
  }
  .user-page h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .user-page .btn-edit {
    font-size: 14px;
  }
  .infoTB thead tr th {
    font-size: 15px;
  }
  .infoTB thead tr th:first-child {
    border-radius: 6px 0 0 6px;
  }
  .infoTB thead tr th:last-child {
    border-radius: 0 6px 6px 0;
  }
  .infoTB tbody tr td {
    font-size: 14px;
    line-height: 21px;
  }
  .transfer-badge {
    font-size: 14px;
    padding: 3px 20px 3px 10px;
  }
  .transfer-badge span {
    font-size: 12px;
    width: 18px;
    height: 18px;
  }
  .card-point {
    max-width: 350px;
    border-radius: 15px;
    font-size: 17px;
    margin-bottom: 85px;
  }
  .card-point-pad {
    padding: 15px 25px;
  }
  .card-point-pad li:nth-child(2) {
    font-size: 24px;
  }
  .card-point-pad li:nth-child(2) span {
    font-size: 36px;
  }
  .promotion-item-section .row .col-md-4:nth-child(3n-2) {
    padding-right: 6px;
  }
  .promotion-item-section .row .col-md-4:nth-child(3n-1) {
    padding: 0 9px;
  }
  .promotion-item-section .row .col-md-4:nth-child(3n+0) {
    padding-left: 6px;
  }
  .card-promotion {
    margin-bottom: 40px;
  }
  .card-promotion .img {
    border-radius: 20px;
  }
  .card-promotion .img .badge-point {
    margin: 0.35rem;
    width: 48px;
    height: 48px;
  }
  .card-promotion .img .badge-point .point {
    font-size: 18px;
    line-height: 0.9;
  }
  .card-promotion .img .badge-point .text {
    font-size: 10px;
    line-height: 12px;
  }
  .promotion-detail {
    margin-top: 18px;
  }
  .promotion-detail p {
    font-size: 15px;
    margin-bottom: 14px;
  }
  #promoModal .modal-body {
    padding: 22px 25px 28px 25px;
  }
  #promoModal .img {
    margin-bottom: 22px;
  }
  #promoModal h5 {
    margin-bottom: 20px;
  }
  #promoModal ul {
    margin-bottom: 25px;
  }
  #promoModal ul li {
    font-size: 16px;
  }
  #promoModal ul li:first-child {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  /*---------- BUTTON ----------*/
  .buttonR,
  .buttonGD {
    min-width: 95px;
    font-size: 14px;
  }
  .buttonBD {
    min-width: 95px;
    font-size: 14px;
  }
  .buttonR.dropdown-toggle {
    min-width: 170px;
    font-size: 17px;
    padding: 6px 20px;
    letter-spacing: 0.008rem;
    margin-bottom: 38px;
  }
  .buttonR.dropdown-toggle i {
    font-size: 14px;
  }
  .menu-user-mobile.dropdown-menu {
    min-width: 170px;
  }
  .menu-user-mobile.dropdown-menu li a {
    font-size: 16px;
    padding: 4px 18px;
  }
  .menu-user-mobile.dropdown-menu li a i {
    font-size: 12px;
  }
  /*---------- CONTENT ----------*/
  .content-padding {
    padding: 45px 0 55px 0;
  }
  .content-padding.no-topBanner {
    padding-top: 30px;
  }
  .content-padding.less-bottomPad {
    padding-bottom: 50px;
  }
  .txt-content {
    margin-bottom: 18px;
  }
  .txt-content p {
    margin-bottom: 8px;
  }
  .note {
    line-height: 20px;
  }
  .input-form .form-label {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .form-control,
  .form-select {
    height: auto;
    font-size: 15px;
    padding: 4px 13px;
    margin-bottom: 12px;
  }
  .input-group .input-group-text {
    padding: 0 10px;
  }
  .input-group .form-control {
    padding-left: 3px !important;
  }
  .input-group .form-select {
    height: 40px !important;
    line-height: 38px;
    padding: 0 13px;
  }
  .input-group .buttonR {
    min-width: 100px;
    height: 40px !important;
  }
  .input-group img {
    height: 16px;
  }
  .input-group.phone .dropdown-toggle {
    min-width: 52px;
    padding: 0 12px;
  }
  .input-group.phone .dropdown-menu {
    padding: 3px 0;
  }
  .input-group.phone .dropdown-menu li .dropdown-item {
    font-size: 13px;
    padding: 0px 8px;
  }
  .input-group.phone .dropdown-menu li .dropdown-item img {
    height: 11px;
    margin-right: 5px;
  }
  .input-group.disable .input-group-text {
    padding: 0 10px 0 13px;
  }
  /* SELECT 2 */
  .select2-part .select2-container .select2-selection--single {
    height: 40px;
    padding: 4px 13px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow,
  .select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    width: 35px;
  }
  .select2-part .select2-container--default .select2-selection--single .select2-selection__arrow:after,
  .select2-part .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
    font-size: 12px;
    right: 12px;
  }
  .top-banner {
    height: 130px;
  }
  .top-banner-txt {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.02rem;
  }
  .pagination-section {
    margin-top: 10px;
  }
  .pagination-section .pagination li {
    margin: 0 1px;
  }
  .pagination-section .pagination li a {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    padding: 0 2px;
  }
  .pagination-section .pagination li a i {
    font-size: 13px;
  }
  .dt-paging-button {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .goldBD-Box {
    border-radius: 15px;
  }
  .goldBD-Box .goldBD-Box-pad {
    padding: 20px 15px 25px 15px;
  }
  .goldGD-BD, .goldBD-Box, .articleBox, .article-page .img-width, .card-point, .btn-redeem,
  .btn-redeem:link,
  .btn-redeem:visited, .card-promotion .img, #promoModal .img, .buy-gold-btn,
  .sell-gold-btn, .card-transfer, .select-result {
    border: 3px solid transparent;
  }
  /*------------ MODAL -------------*/
  .modal-dialog.modal-sm .modal-body {
    padding: 25px 20px;
  }
  .modal-dialog.modal-lg {
    max-width: 650px !important;
  }
  /*---------- HEADER ----------*/
  header .header-logo > .container > .row > .col-lg-5:first-child {
    padding-left: 12px;
  }
  header .header-logo > .container > .row > .col-lg-5:last-child {
    padding-right: 0;
  }
  header .nav-barBG > .container > .row > .col-6:first-child {
    padding-left: 0;
  }
  header .nav-barBG > .container > .row > .col-6:last-child {
    padding-left: 0;
  }
  .header-logo {
    background: #000;
  }
  .header-logo > .container > .row > .col-4:first-child {
    padding-right: 0;
  }
  .header-logo > .container > .row > .col-4:last-child {
    padding-left: 0;
  }
  .mainlogo img {
    height: 60px;
  }
  .dropdown.m-menu .button-login-m {
    width: 32px;
    height: 32px;
    float: right;
    background: #a9894b;
    border: 2px solid #e1d19b;
    border-radius: 50%;
    padding: 0;
    margin-right: 16px;
    position: relative;
  }
  .dropdown.m-menu .button-login-m img {
    width: 28px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .dropdown.m-menu .button-login-m i {
    font-size: 14px;
    color: white;
  }
  .dropdown.m-menu .button-login-m:after {
    content: "\f078";
    font-family: "Font Awesome 5 free";
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: normal;
    font-weight: 900;
    font-size: 10px;
    color: #cbb58b;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
  }
  .dropdown.m-menu .dropdown-menu {
    min-width: 120px;
    padding: 6px 0;
    transform: translate3d(0px, 36px, 0px) !important;
  }
  .dropdown.m-menu .dropdown-menu li .dropdown-item {
    font-size: 13px;
    color: #363636;
    padding: 2px 12px;
  }
  .dropdown.m-menu .dropdown-menu li .dropdown-item i {
    color: #b30e16;
    padding-right: 6px;
  }
  /*---------- FOOTER ----------*/
  footer {
    padding: 30px 0 20px 0;
  }
  footer .row .col-lg-4 {
    margin-top: 15px;
  }
  .footer-info li {
    font-size: 14px;
    padding-left: 24px;
    padding-right: 0;
  }
  .social li a {
    width: 32px;
    height: 32px;
  }
  .social li a i {
    font-size: 15px;
  }
  .social li a img {
    width: 16px;
  }
  .copyright {
    font-size: 13px;
    padding-top: 15px;
    margin-top: 30px;
  }
  /*---------- PRICE BOX ----------*/
  .goldPriceBox {
    border-radius: 16px;
    padding: 15px 8px 2px 8px;
    margin: 3px;
  }
  .goldPriceBox:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 18px;
    top: -3px;
    left: -3px;
  }
  .goldPriceBox h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .PriceBox-date-time {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .priceWH-box {
    border-radius: 14px;
    padding: 10px 10px 8px 10px;
    margin-bottom: 7px;
  }
  .priceWH-box h5 {
    font-size: 16px;
    padding-bottom: 2px;
    margin-bottom: 7px;
  }
  .gold-priceTB {
    font-size: 14px;
  }
  .gold-priceTB thead tr th {
    font-size: 14px;
  }
  .gold-priceTB tbody tr th {
    line-height: 26px;
  }
  .gold-priceTB tbody tr td {
    line-height: 26px;
    letter-spacing: 0;
  }
  .price-status {
    font-size: 13px;
  }
  .price-status i {
    font-size: 11px;
  }
  /*---------- INDEX ----------*/
  .video-container {
    height: 300px;
  }
  .promotion-slide .items {
    border-radius: 20px;
  }
  .promotion-slide .items img {
    border-radius: 20px;
  }
  .index-about-section {
    border-radius: 18px;
    padding: 45px 0px;
    margin: 85px 0 65px 0;
  }
  .index-about-section h2 {
    margin-bottom: 10px;
  }
  .index-article-section {
    padding-top: 40px;
  }
  .index-article-section:before {
    height: 320px;
  }
  .index-article-section .flex, .index-article-section .pagination-section {
    margin-top: 20px;
  }
  .index-article-section .row > .col-lg-4:first-child {
    padding-right: 12px;
  }
  .index-article-section .row > .col-lg-4:nth-child(2) {
    padding: 0 12px;
  }
  .index-article-section .row > .col-lg-4:last-child {
    padding-left: 12px;
  }
  .index-article-section .articleBox {
    margin-bottom: 25px !important;
  }
  /*---------- ABOUT ----------*/
  .about-header {
    margin-bottom: 20px;
  }
  .about-header h1 {
    font-size: 34px;
  }
  .about-header h2 {
    font-size: 20px;
  }
  .about-contentBox {
    margin-bottom: 15px;
  }
  .LGoldBG {
    padding: 0 25px 30px 25px;
    margin-bottom: 55px;
  }
  .LGoldBG .txt-content {
    font-size: 15px;
  }
  .quote-section {
    margin-top: -19px;
    margin-bottom: 20px;
  }
  .quote-icon {
    width: 38px;
    height: 38px;
  }
  .quote-icon:before {
    font-size: 32px;
    line-height: 20px;
  }
  .quote-icon.before {
    margin-bottom: 15px;
  }
  .quote-icon.after {
    margin-top: 12px;
  }
  .redBox, .profile-sidebar {
    padding: 20px 20px 25px 20px;
  }
  .redBox h4.bottomBD, .profile-sidebar h4.bottomBD {
    font-size: 19px;
    float: none;
    margin: 0 auto 18px auto;
    display: table;
  }
  .heading-message {
    margin-top: 40px;
  }
  .heading-message h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .heading-message h3.decor {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .heading-message h3.decor:after {
    width: 65px;
  }
  .heading-message h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .heading-message h5 {
    font-size: 17px;
  }
  .heading-message .txt-content br {
    display: none;
  }
  .why-us-section {
    padding: 38px 0 45px 0;
    margin-top: 60px;
  }
  .why-us-section h3 {
    margin-bottom: 14px;
  }
  .why-us-info li {
    font-size: 15px;
    padding-left: 20px;
  }
  .why-topic {
    font-size: 16px;
  }
  .why-topic:before {
    font-size: 13px;
    left: -20px;
  }
  /*---------- PRODUCT ----------*/
  .product-page .row .col-lg-7 {
    padding-top: 25px;
  }
  .product-page .txt-content {
    margin-bottom: 15px;
  }
  .product-page .txt-content ul li {
    margin-left: 15px;
  }
  .product-page .grayBG {
    padding: 25px 20px 30px 20px;
    margin-top: 55px;
  }
  .product-page .grayBG h6 {
    margin-bottom: 2px;
  }
  .product-page .grayBG .flex, .product-page .grayBG .pagination-section {
    margin-top: 25px;
  }
  .productBox {
    margin-bottom: 45px;
  }
  .productBox .img-width.goldGD-BD, .productBox .img-width.goldBD-Box, .productBox .img-width.articleBox, .productBox .article-page .img-width, .article-page .productBox .img-width, .productBox .img-width.card-point, .productBox .img-width.btn-redeem, .productBox .card-promotion .img-width.img, .card-promotion .productBox .img-width.img, .productBox #promoModal .img-width.img, #promoModal .productBox .img-width.img, .productBox .img-width.buy-gold-btn,
  .productBox .img-width.sell-gold-btn, .productBox .img-width.card-transfer, .productBox .img-width.select-result {
    border-radius: 18px;
    margin-bottom: 15px;
  }
  .productBox .img-width.goldGD-BD img, .productBox .img-width.goldBD-Box img, .productBox .img-width.articleBox img, .productBox .article-page .img-width img, .article-page .productBox .img-width img, .productBox .img-width.card-point img, .productBox .img-width.btn-redeem img, .productBox .card-promotion .img-width.img img, .card-promotion .productBox .img-width.img img, .productBox #promoModal .img-width.img img, #promoModal .productBox .img-width.img img, .productBox .img-width.buy-gold-btn img,
  .productBox .img-width.sell-gold-btn img, .productBox .img-width.card-transfer img, .productBox .img-width.select-result img {
    border-radius: 13px;
  }
  .product-name p {
    font-size: 19px;
    margin-bottom: 3px;
  }
  .product-caption {
    min-height: 0;
    margin-bottom: 18px;
  }
  .redBG {
    padding: 40px 5px 20px 5px;
    margin: 45px 0;
  }
  .redBG h3 {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .product-goldWeight {
    padding: 0;
    margin-bottom: 30px;
  }
  .product-goldWeight .img-width {
    margin-bottom: 10px;
  }
  .product-goldWeight h6 {
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
  .product-detail {
    margin-bottom: 40px;
  }
  .product-detail h5 {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .product-detail h6 {
    font-size: 16px;
  }
  .product-contact-section {
    padding: 30px 20px 35px 20px;
  }
  .product-contact-section h3.bottomBD {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .contact-wIcon {
    margin-bottom: 28px;
  }
  .contact-wIcon p,
  .contact-wIcon a {
    font-size: 16px;
  }
  .icon-circle {
    width: 56px;
    height: 56px;
  }
  .icon-circle i {
    font-size: 20px;
  }
  /*---------- ARTICLE ----------*/
  .articleBox-info {
    padding: 10px 12px 12px 12px;
  }
  .article-topic p {
    min-height: 0;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 12px;
  }
  /*---------- CONTACT ----------*/
  .contact-page h2 {
    font-size: 26px;
  }
  .contact-page h3 {
    margin-bottom: 25px;
  }
  .contact-page h4 {
    font-size: 22px;
  }
  .contact-page h4.text-center {
    font-size: 25px;
  }
  .contact-page h4 span {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-page .social li a {
    width: 36px;
    height: 36px;
  }
  .contact-page .social li a i {
    font-size: 16px;
  }
  .contact-page .social li a img {
    width: 16px;
  }
  .branch {
    margin-bottom: 35px;
  }
  .branch > .row > .col-lg-6:first-child {
    padding-right: 12px;
  }
  .branch > .row > .col-lg-6:nth-child(2) {
    padding-left: 12px;
  }
  .contact-infoBox {
    min-height: 0;
    padding: 22px 25px 50px 25px;
  }
  .contact-infoBox h4 {
    text-align: center;
  }
  .branch-info li {
    margin-bottom: 9px;
  }
  .branch-info li p,
  .branch-info li a {
    font-size: 15px;
  }
  .googlemap {
    height: 400px;
  }
  .googlemap iframe {
    height: 400px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 {
    padding: 35px 25px 55px 25px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 h2 {
    margin-bottom: 10px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form .form-control {
    font-size: 15px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form label {
    margin-bottom: 6px;
  }
  .contact-form-section .container-fluid > .row > .col-xl-7 .input-form .buttonGD {
    font-size: 15px;
  }
  /*---------- DASHBOARD ----------*/
  .dashboard-page .whiteBox .flex, .dashboard-page .whiteBox .pagination-section {
    margin-top: 20px;
  }
  .dashboard-page .friendBox {
    width: 50%;
  }
  .balanceBox {
    border-radius: 16px;
    padding: 8px 6px 12px 6px;
    margin: 3px;
    margin-bottom: 25px;
  }
  .balanceBox:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 18px;
    top: -3px;
    left: -3px;
  }
  .balanceBox h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .balance-info h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .gold-weight {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01rem;
  }
  .goldenBaht {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .amount-topic {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .amount-total {
    font-size: 15px;
    line-height: 22px;
  }
  .pending-itemBox {
    border-radius: 16px;
    padding: 12px;
    margin: 3px;
  }
  .pending-itemBox:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 18px;
    top: -3px;
    left: -3px;
  }
  .current-date {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .pending-goldWeight {
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .pending-goldWeight .row > .col-lg-3 {
    padding-right: 10px;
  }
  .pending-goldWeight .row > .col-lg-3 .img-width {
    max-width: 95px;
  }
  .pending-goldWeight .row > .col-lg-9 {
    padding-left: 14px;
  }
  .pending-goldWeight ul {
    padding-top: 6px;
  }
  .pending-goldWeight ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .pending-goldWeight ul li:nth-child(2) {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005rem;
  }
  .pending-list {
    margin-bottom: 8px;
  }
  .pending-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .pending-list ul li:last-child {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005rem;
  }
  .pending-listTB {
    font-size: 13px;
  }
  .pending-listTB thead tr th {
    padding: 5px 8px;
  }
  .pending-listTB tbody tr td {
    padding: 6px 8px;
  }
  /*---------- LOGIN ----------*/
  .login-header {
    padding: 6px 0;
  }
  .login-logo img {
    height: 64px;
  }
  .login-padding {
    padding: 15px 0 35px 0;
  }
  .login-padding h3 {
    margin-bottom: 15px;
  }
  .login-padding h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .login-padding h6 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .login-padding .buttonR,
  .login-padding .buttonBD {
    min-width: 110px;
    font-size: 15px;
  }
  .login-padding .buttonR {
    padding: 5px 15px;
  }
  .login-padding .buttonBD {
    padding: 4px 15px;
  }
  .login-padding .whiteBox {
    padding: 18px 22px 25px 22px;
    margin: 4px;
  }
  .login-padding .whiteBox:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .login-padding .whiteBox.noBorder {
    padding: 22px 20px 25px 20px;
  }
  .login-padding .whiteBox.noBorder h6 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .login-padding .whiteBox.noBorder .divide-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .login-padding .whiteBox.input-form .input-group {
    margin-bottom: 12px;
  }
  .login-padding .whiteBox.input-form .form-label {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .login-padding .whiteBox.input-form .form-control,
  .login-padding .whiteBox.input-form .form-select {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .login-padding .whiteBox.input-form .form-select {
    height: 35px;
  }
  .login-padding .whiteBox.input-form .select2-part .select2-container {
    margin-bottom: 12px;
  }
  .login-padding .whiteBox.input-form .select2-part .select2-container .select2-selection--single {
    height: 35px;
  }
  .login-padding .whiteBox.input-form .select2-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .login-padding .whiteBox.input-form .divide-line {
    margin-top: 28px;
    margin-bottom: 22px;
  }
  .login-padding .whiteBox.input-form .button-txt {
    font-size: 13px;
  }
  .login-padding .whiteBox.input-form .button-txt.register {
    font-size: 15px;
  }
  .login-padding .whiteBox.input-form p {
    margin-bottom: 15px;
  }
  .id-img {
    border-radius: 22px;
    margin: 22px 0 30px 0;
  }
  .id-attachFile .buttonBD {
    min-width: 128px !important;
    font-size: 15px !important;
    padding: 5px 15px;
  }
  .id-attachFile .buttonBD i {
    padding-right: 6px;
  }
  .menu-tab {
    margin-bottom: 16px;
  }
  .tab-topic {
    padding: 6px 15px;
  }
  .tab-topic p {
    font-size: 16px !important;
  }
  /*---------- REGISTER ----------*/
  .form-check .form-check-label {
    font-size: 13px;
    line-height: 21px;
  }
  .term-content h6 {
    margin-bottom: 5px;
  }
  .term-content .modal-header {
    padding: 20px 18px 0 18px;
  }
  .term-content .modal-body {
    padding: 22px 18px 25px 18px;
  }
  .term-content .txt-content {
    margin-bottom: 15px;
  }
  .term-content.pdpa-page h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .term-content.pdpa-page h6 {
    font-size: 15px;
  }
  .term-content.pdpa-page .txt-content {
    margin-bottom: 15px;
  }
  .term-content.pdpa-page .txt-content p, .term-content.pdpa-page .txt-content ul li {
    font-size: 14px !important;
  }
  /*---------- PDPA ----------*/
  .pdpa-question-section {
    margin-top: 18px;
  }
  .modal#register-complete .icon-circle {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
  }
  .modal#register-complete .icon-circle i {
    font-size: 24px;
  }
  .modal#register-complete h3 {
    margin-bottom: 20px;
  }
  .shipment-logo {
    grid-template-columns: repeat(2, 1fr);
  }
  .gold-type label, .card-transfer .tabs label {
    padding: 6px 12px;
    font-size: 15px;
  }
  .addFriendBox {
    padding: 20px 25px 25px 25px;
  }
  .addFriendBox.moreBD {
    border-radius: 16px;
    padding: 20px 15px 25px 15px;
    margin: 3px;
  }
  .addFriendBox.moreBD:before {
    border-radius: 19px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
  }
  .addFriendBox .amount-input label {
    font-size: 14px;
  }
  .opacityBG {
    padding: 20px 15px 22px 15px;
  }
  .opacityBG h5 {
    font-size: 17px;
  }
  .opacityBG h6 {
    font-size: 15px;
  }
  .opacityBG .branch-info li {
    margin-bottom: 3px;
  }
  .opacityBG .branch-info li i {
    font-size: 14px;
    width: 15px;
  }
  .addFriendBox.depositBox .input-form label {
    font-size: 15px;
  }
  .addFriendBox.depositBox .input-form .form-select {
    height: 35px;
  }
  .addFriendBox.depositBox .input-form .input-group .input-group-text {
    padding: 0 8px 0 12px;
  }
  .addFriendBox.depositBox .input-form .input-group .input-group-text i {
    font-size: 15px;
  }
  .addFriendBox.depositBox .input-form .input-group .form-control {
    line-height: 33px;
    padding: 0 12px;
  }
  .addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light {
    min-width: 35px;
    padding: 1px 5px !important;
  }
  .addFriendBox.depositBox .input-form .input-group.quantity .btn-outline-light i {
    font-size: 11px;
  }
  .addFriendBox.depositBox .input-form .input-group.quantity .form-control {
    font-size: 15px;
    padding: 1px 5px !important;
  }
  .addFriendBox.depositBox .divide-line {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .addFriendBox.depositBox .txt-content {
    font-size: 15px;
  }
  .grayBG {
    padding: 40px 0 65px 0;
  }
  .filterBox {
    padding: 20px 22px 22px 22px;
    margin-bottom: 25px;
  }
  .filterBox.input-form .form-control,
  .filterBox.input-form .form-select {
    margin-bottom: 12px;
  }
  .filterBox.input-form .input-group {
    margin-bottom: 12px;
  }
  .filterBox .flex, .filterBox .pagination-section {
    margin-top: 18px;
  }
  .video-banner {
    height: 170px;
  }
  .user-page .bottomBD {
    margin-bottom: 28px;
  }
  .user-page h3 {
    font-size: 21px;
    margin-bottom: 4px;
  }
  .user-page .btn-edit {
    font-size: 13px;
  }
  .buy-gold-btn,
  .sell-gold-btn {
    border-width: 3px;
    border-radius: 15px;
  }
  .buy-gold-btn:before,
  .sell-gold-btn:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
  }
  .buy-gold-btn p,
  .sell-gold-btn p {
    font-size: 18px;
  }
  .buy-gold-btn img,
  .sell-gold-btn img {
    height: 62px;
    margin-bottom: 12px;
  }
  .buy-gold-btn span,
  .sell-gold-btn span {
    padding: 18px 15px 10px 15px;
  }
  .card-transfer {
    border-radius: 20px;
    border-width: 4px;
  }
  .card-transfer:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
  }
  .card-transfer .tabs label {
    font-size: 18px;
  }
  .card-transfer .tabs label .badge {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .card-transfer .transfer-input {
    padding: 20px 15px 25px 15px;
  }
  .card-transfer .transfer-summary {
    padding: 25px;
  }
  .card-transfer #receive-tab {
    padding: 20px 25px;
  }
  .card-transfer #receive-tab h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .card-transfer .form-label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .card-transfer .form-check .form-check-input {
    margin-top: 3px;
  }
  .card-transfer .form-check .form-check-label, .card-transfer .form-check a {
    font-size: 13px;
  }
  .card-transfer .link-light {
    font-size: 15px;
  }
  .card-transfer .link-light i {
    font-size: 13px;
  }
  .card-transfer .tab-item label {
    font-size: 14px;
  }
  .card-transfer .tab-item .form-control {
    width: 54% !important;
    font-size: 15px;
  }
  .btn-select-fri {
    font-size: 15px;
  }
  .card-select-receiver {
    margin-bottom: 10px;
  }
  .receive-nameModal .modal-header {
    padding: 18px 20px 0 20px;
  }
  .receive-nameModal .modal-header h4 {
    font-size: 19px;
  }
  .receive-nameModal .modal-body {
    padding: 28px 20px 22px 20px;
  }
  .transfer-badge {
    font-size: 13px;
    padding: 2px 18px 2px 10px;
  }
  .card-point {
    max-width: 300px;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .card-point-pad {
    padding: 15px 20px;
  }
  .card-point-pad li:nth-child(2) {
    font-size: 20px;
  }
  .card-point-pad li:nth-child(2) span {
    font-size: 32px;
  }
  .promotion-item-section .row .col-md-4:nth-child(3n-2) {
    padding-right: 12px;
  }
  .promotion-item-section .row .col-md-4:nth-child(3n-1) {
    padding: 0 12px;
  }
  .promotion-item-section .row .col-md-4:nth-child(3n+0) {
    padding-left: 12px;
  }
  .promotion-item-section .row .col-6:nth-child(odd) {
    padding-right: 8px !important;
  }
  .promotion-item-section .row .col-6:nth-child(even) {
    padding-left: 8px !important;
  }
  .card-promotion {
    margin-bottom: 35px;
  }
  .card-promotion .img {
    border-radius: 15px;
  }
  .card-promotion .img .badge-point {
    margin: 0.3rem;
    width: 42px;
    height: 42px;
  }
  .card-promotion .img .badge-point .point {
    font-size: 16px;
    font-weight: 500;
    line-height: 0.7;
  }
  .card-promotion .img .badge-point .text {
    font-size: 10px;
    line-height: 12px;
  }
  .promotion-detail {
    margin-top: 12px;
  }
  .promotion-detail p {
    font-size: 15px;
    margin-bottom: 13px;
  }
  #promoModal .modal-body {
    padding: 18px 20px 25px 20px;
  }
  #promoModal .img {
    border-radius: 15px;
    margin-bottom: 20px;
  }
  #promoModal h5 {
    margin-bottom: 18px;
  }
  #promoModal ul {
    margin-bottom: 22px;
  }
  #promoModal ul li:first-child {
    font-size: 18px;
  }
}/*# sourceMappingURL=layout.css.map */