:root {
  --theme-color: #f15927;
}

.account-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.account-wrapper-title > span {
  font-size: 35px;
  font-weight: 500;
  color: #333;
}

.account-wrapper-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.account-wrapper-bottom > div {
  width: calc(50% - (1rem) / 2);
}

.account-wrapper {
  padding: 0 2rem;
}

.account-wrapper-bottom-title,
.contact-page-title {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.account-wrapper-bottom-title > span{
  font-size: 25px;
  font-weight: 500;
  color: var(--theme-color);
  padding-bottom: 1rem;
  display: flex;
  border-bottom: 2px solid var(--theme-color);
}

.contact-page-title > span{
  font-size: 25px;
  font-weight: 400;
  color: #333;
  padding-bottom: 1rem;
  display: flex;
  border-bottom: 2px solid var(--theme-color);
}

.account-wrapper-login {
  padding-right: 5rem;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.account-wrapper-register {
  padding-left: 5rem;
}

.form-info > span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.form-info > span > a {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color);
}

.form-info {
  display: flex;
  margin: 2rem 0;
}

.account-form-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.account-form-content > label {
  font-size: 14px !important;
  font-weight: bold;
  color: #222 !important;
  background-color: transparent !important;
  margin: 0 !important;
  position: relative !important;
}

.account-form-content > input.inpBig {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1) !important;
  height: 45px !important;
  border-radius: 25px;
  padding: 0 1.5rem !important;
  font-size: 14px !important;
  margin-top: 1rem;
  box-shadow: none !important;
}



.account-form-content > input:focus {
  border-color: var(--theme-color) !important;
}

.account-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.account-btn > button {
  background-color: var(--theme-color);
  width: 130px;
  border: none;
  padding: 1rem;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
}


.accout-form-group-contain {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.accout-form-group-contain > div {
  width: 100%;
}

.account-form-content .chkCont > input {
  display: none;
}


.about-page-img {
  display: flex;
}

.about-page-img > img {
  width: 100%;
}

.information-information-4 .information-header {
  display: none;
}

.about-content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-content-text {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.about-items {
  display: flex;
  gap: 2rem;
}

.about-content:first-child {
  margin-bottom: 5rem;
}

.about-content {
  width: calc(50% - (2rem) / 2);
}

.about-bottom-title > h1 {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.about-bottom-title {
  margin-bottom: 3rem;
}

.about-page-bottom {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}


.about-page-bottom-content {
  width: 65%;
}

.about-accordion-wrapper {
  width: 35%;
}

.about-panel .panel-heading {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.about-panel {
  border-color: rgba(0, 0, 0, .1);
}

.about-panel .panel-heading .panel-title {
  display: flex;
  width: 100%;
}

.about-panel .panel-heading .panel-title > a {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #000 !important;
}

.about-panel .panel-heading .panel-title > a .collapse-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 1.5rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

.about-panel .panel-heading .panel-title > a .collapse-icon > i {
  font-size: 12px;
  color: #b5b5b5;
}

.about-panel .panel-heading .panel-title > a[aria-expanded="true"] {
  font-weight: 700;
}

.about-panel .panel-heading .panel-title > a[aria-expanded="true"] .collapse-icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.about-panel .panel-heading .panel-title > a[aria-expanded="true"] .collapse-icon > i {
  color: #fff;
}

.about-panel .panel-heading .panel-title > a[aria-expanded="true"] .collapse-icon > i::before {
  content: "\f068";
}

.panel-body {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}

.about-panel .panel-collapse .panel-body {
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  line-height: 24px;
}

.contact-page-wrapper-bottom {
  display: flex;
  margin-top: 3rem;
}

.cantact-page-form {
  width: calc(75% - 5rem);
  margin-right: 5rem;
}

.cantact-page-social {
  width: 25%;
}

.contact-form-info {
  width: 80%;
  margin: 2rem 0;
}

.contact-form-info > span{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

.contact-image {
  display: flex;
  width: 100%;
  margin: 2rem 0;
}

.contact-image > img {
  width: 100%;
}

.contact-social-title > span {
  font-weight: 700;
  color: #333;
  font-size: 16px;
}

.contact-social-title {
  margin-bottom: 1rem;
}

.contact-social-title > span {
  font-weight: 700;
  color: #333;
  font-size: 14px;
}

.contact-social-title {
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.cantact-page-social > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  gap: 0.5rem;
}

.cantact-page-social > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .2s ease-in-out;
}

.cantact-page-social > ul > li > a:hover{
  background-color: #70787f;
  box-shadow: 0 4px 11px rgba(51, 62, 72, 0.35);
}

.cantact-page-social > ul > li > a > i {
  font-size: 22px;
  color: #70787f;
  transition: .2s ease-in-out;
}

.cantact-page-social > ul > li > a:hover > i{
  color: #fff;
}

.contact-form .form-content {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.contact-form .form-content .form-group {
  width: calc(50% - (2rem) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
}

.contact-form .form-content .form-group > label {
  display: flex;
  font-size: 14px !important;
  font-weight: bold;
  color: #222 !important;
  background-color: transparent !important;
  margin: 0 !important;
  position: relative !important;
}

.contact-form .form-content .form-group:last-child {
  width: 100%;
}

.contact-form .form-content .form-group  > div{
  width: 100%;
}

.contact-form .form-content .form-group  > div > input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1) !important;
  height: 45px !important;
  border-radius: 25px;
  padding: 0 1.5rem !important;
  font-size: 14px !important;
  margin-top: 1rem;
  box-shadow: none !important;
}

.contact-form .form-content .form-group > div > textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 25px;
  padding: 0 1.5rem !important;
  font-size: 14px !important;
  margin-top: 1rem;
  box-shadow: none !important;
}

.contact-form .form-content .form-group  > div > input:focus,
.contact-form .form-content .form-group > div > textarea:focus{
  border-color: var(--theme-color) !important;
}

.contact-form .pull-right {
  display: flex;
  width: 100%;
  margin-top: 2rem;
}

.contact-form .pull-right > input {
  background-color: var(--theme-color);
  width: 180px;
  border: none;
  padding: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
}