/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Lexend:wght@300;400;500;600&display=swap');

/*
font-family: 'Lexend', sans-serif;
font-family: 'Inter', sans-serif;
*/

/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }


.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body, html{
	width:100%;
	height:auto;
}

/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px;}

body{ 
	background-color:#ffffff; 
}
body, table, tr, td, p
{
  font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #262626;
	text-decoration: none;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100vh;
}
img {
	border:0px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive-height-inline {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

select optgroup {
  font-weight: 300;
}

*.focus{
	outline:none;
}

.clear{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.overflow-hidden{ overflow:hidden; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration:none;
  /*transition: opacity .2s ease-in-out;*/
}

a:hover,
a:focus {
  /*opacity: .8;*/
}

.pageCenter{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html .pageCenter {position:relative;}/*ie7*/
* html .pageCenter{position:relative;}/*ie6*/

.content_container{display:table-cell;vertical-align: middle;}
*:first-child+html .content_container{position:absolute;top:50%;}/*ie7*/
* html .content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html .contentCenter{position:relative;top:-50%;}/*ie7*/
* html .contentCenter{position:relative;top:-50%;}/*ie6*/

.pageCenter{height:100%;width:100%;}

.image-pc,
.only-pc {
  display: block !important;
}
.only-pc-inline {
  display: inline !important;
}
.only-pc-flex {
  display: flex !important;
}
.image-mobile,
.only-mobile,
.only-mobile-inline,
.only-mobile-flex {
  display: none !important;
}

.modalContentMsg {
  display: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.modalContentMsg.actived {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  /*opacity: 1 !important;*/
}

.dropdown-toggle::after {
  display: none;
}

.mainPageContent {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2240px;
  margin: 0 auto;
}

.copy-link {
  position: relative;
}
.copy-link-text {
  display: none;
  position: absolute;
  width: 200px;
  text-align: right;
  top: 4px;
  right: 40px;
  color: #ffffff;
  font-size: 18px;
}
.copy-link-text.actived {
  display: block;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

.nowrap {
  white-space: nowrap;
}

.txtOrange {
  color: #F47C10;
}
.txtRed {
  color: #E82729;
}
.fontWeightLight {
  font-weight: 300;
}


@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .image-pc,
  .only-pc,
  .only-pc-inline,
  .only-pc-flex {
    display: none !important;
  }
  .image-mobile,
  .only-mobile {
    display: block !important;
  }
  .only-mobile-inline {
    display: inline !important;
  }
  .only-mobile-flex {
    display: flex !important;
  }

  .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    right: 0px !important;
  }
  .fancybox-stage {
    margin: 0 20px !important;
  }
}
@media (max-width: 425px) {

}

/***** Fix Mobile landscape *****/
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  
}
@media (max-width: 425px) {
  
}

.nopadding {
  margin: 0px;
  padding: 0px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.txtError,
.formTheme.txtError,
.formThemeSelect.txtError {
  border-color: #ff0000;
}
.registerForm.careerForm input[type=text].txtError {
  border-color: #ff0000;
}
.fileContainer.txtError,
.registerForm input.txtError,
.registerForm select.txtError,
.registerForm textarea.txtError,
.registerForm.careerForm input.txtError,
.registerForm.careerForm select.txtError,
.registerForm.careerForm textarea.txtError,
.registerForm select.txtError + .multi-select-container > .multi-select-button {
  border-color: #ff0000;
}

.txtErrorLabel {
  color: #ff0000 !important;
}

/*********** MODAL ***********/
#formSendingModal.modal {
  text-align: center;
  padding: 0!important;
  z-index:1050;
  background-color: rgba(0, 0, 0, .2);
}
#formSendingModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#formSendingModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#formSendingModal .modal-content {
  background: transparent;
  box-shadow: none;
  border:none;
}
#formSendingModal .modal-body {
  text-align: center;
}
#formSendingModal .loader,
.loadingScreen .loader {
  border: 10px solid #F47C10;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1500;
  background-color: rgba(38, 38, 38, .5);
  top: 0;
  left: 0;
}
.loadingScreen.actived {
  display: flex;
}

.hiddenLoadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1500;
  background-color: transparent;
  top: 0;
  left: 0;
}
.hiddenLoadingScreen.actived {
  display: flex;
}

.modal-alertmsg {
  width: 90%;
  max-width: 700px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-alertmsg .modal-content {
  border-radius: 0;
  background-color: #fff;
}
.modal-alertmsg .modal-content .modal-body {
  padding: 50px 50px 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.modal-alertmsg .modal-content .modal-body .modalTitle {
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 20px;
}
.modalMessage {
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  color: #262626;
}
.modal-alertmsg .close-area {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.close-area .close-btn {
  cursor: pointer;
}
.close-area div {
  display: inline-block;
}
.close-area .close-icon {
  width: 18px;
}
.modal-backdrop {
  background-color: rgba(38, 38, 38, .5);
}
.highlightTxt {
  color: #eb634b;
}
.modalRegisIcon {
  width: 110px;
  margin: 0 auto 25px;
}
.modalSubTitle {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
  
}
@media (max-width: 1366px) {
  
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .modal-alertmsg .modal-content .modal-body {
    padding: 50px 25px 50px;
  }
  .modalMessage {
    font-size: 1.1rem;
  }
  .modalMessage .nowrap {
    white-space: normal;
  }
}

/*********** ACCEPT COOKIE ************/
.acceptCookieArea {
  position: fixed;
  width: 100%;
  /*height: 100px;
  bottom: -100px;*/
  height: 80px;
  bottom: -80px;
  left: 0;
  background-color: rgba(84,88,89,.95);
  border-top: 1px solid #707070;
  z-index: 110;
  transition: all .2s ease-in-out;
}
.acceptCookieArea.acceptSlideIn {
  bottom: 0;
}
.acceptCookieAreaInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.acceptCookieClose {
  width: 22px;
  cursor: pointer;
}
.acceptCookieContent {
  width: 100%;
  height: 100%;
  max-width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.acceptCookieArea-text {
  flex: 1;
  margin-right: 30px;
}
.acceptCookieArea-btn {
  width: 170px;
  margin-right: 30px;
}
.acceptCookieLink {
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
}
.btn-accept-cookie {
  display: block;
  width: 170px;
  text-align: center;
  padding: 10px 25px;
  background-color: #31171C;
  opacity: 1;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}
.btn-accept-cookie:hover {
  opacity: .75;
}

.modalPrivacyPolicy {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #434A4F;
}
.modalPrivacyPolicy .modal-content {
  border-radius: 0;
  padding: 40px;
}
.modalPrivacyPolicy .modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.privacyHeader {
  position: relative;
  font-weight: 500;
}
.modal-top-close {
  position: absolute;
  width: 14px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.privacyContent {
  padding-right: 20px;
}
.privacySection {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(112,112,112,.25);
  margin-bottom: 30px;
}
.privacySection b,
.privacySection strong {
  font-weight: 500;
}
.privacySection p,
.privacySection ul {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 12px;
}
.privacySection ul.ulWithIndent {
  padding-left: 40px;
  list-style-type: disc;
}
.privacySectionHeader {
  font-weight: 500;
  margin-bottom: 20px;
}

/* width */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
/* Track */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-track {
  cursor: pointer;
  background-color: #ffffff;
}
/* Handle */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-thumb {
  background: #D0D1D3; 
  cursor: pointer;
}
/* Handle on hover */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-thumb:hover {
  background: #D0D1D3; 
}

@media (max-width: 1600px) {
  .acceptCookieArea {
    height: 80px;
    bottom: -80px;
  }
}
@media (max-width: 1366px) {
  .acceptCookieArea {
    height: 80px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .acceptCookieArea {
    height: 250px;
    bottom: -250px;
  }
  .acceptCookieContent {
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 26px;
  }
  .acceptCookieArea-text {
    margin-right: 0;
  }
  .acceptCookieArea-btn {
    margin: 20px auto 20px;
  }
  .acceptCookieClose {
    margin: 0 auto;
  }

  .modalPrivacyPolicy {
    font-size: 22px;
    line-height: 26px;
  }
  .modalPrivacyPolicy .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
  }
  .modalPrivacyPolicy .modal-content {
    border-radius: 0;
    padding: 30px 0 30px 30px;
    border: 0;
    box-shadow: unset;
  }
  .modalPrivacyPolicy .modal-body {
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 0;
    margin-top: 20px;
  }
  .privacyHeader {
    padding-top: 30px;
  }
  .modal-top-close {
    width: 14px;
    top: 25px;
    right: 25px;
  }
  .privacyContent {
    padding-right: 20px;
  }
  .privacySection {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(112,112,112,.25);
    margin-bottom: 30px;
  }
  .privacySection p,
  .privacySection ul {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .privacySection ul.ulWithIndent {
    padding-left: 30px;
  }
  .privacySectionHeader {
    margin-bottom: 20px;
  }
  
}


/*********** MAIN ***********/
.mainPage {
  width: 100%;
  position: relative;
}
.mainPageInner {
}

.sectionPage {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2240px;
  margin: 0 auto;
  background-color: #ffffff;
}
.sectionPageInner {
  width: 100%;
}

.btn-theme,
.btn-theme:visited,
.btn-theme:focus {
  display: inline-block;
  padding: 10px 25px;
  min-width: 125px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: #F47C10;
  color: #ffffff;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border: 1px solid #F47C10;
  outline: none;
}
.btn-theme:hover {
  border: none;
  background-color: #F47C10;
  color: #ffffff;
  border: 1px solid #F47C10;
}

.btn-theme:disabled {
  opacity: .5;
  cursor: default;
}

.btn-copy {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #F47C10;
  border-radius: 10px 10px;
  color: #F47C10;
  padding: 8px 8px;
  width: 150px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.btn-copy.actived {
  color: #ffffff;
  background-color: #F47C10;
}

.sectionTitle {
  font-size: 45px;
  line-height: 55px;
  color: #222222;
  font-weight: 400;
}
.sectionControlLeft {
  padding-left: 7.29%;
}
.sectionControlRight {
  padding-right: 7.29%;
}
.sectionControlBoth {
  padding-left: 7.29%;
  padding-right: 7.29%;
}

.showUppercase {
  text-transform: uppercase;
}

.btnBackToTop {
  width: 62px;
  position: fixed;
  bottom: -62px;
  right: 22px;
  z-index: 90;
  transition: bottom .4s ease-in-out;
  cursor: pointer;
}
.btnBackToTop.actived {
  /*bottom: 92px;*/
  bottom: 32px;
}

select.form-default {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon-select-light.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
select.form-default option,
select.form-default optgroup {
  background-color: #5E676C;
  color: #ffffff;
}

.listNoResult {
  width: 100%;
  text-align: center;
  padding: 200px 0;
  display: none;
}
.listNoResult.actived {
  display: block;
}
.listLoadMore {
  width: 100px;
  margin: 10px auto;
  text-align: center;
  display: none;
}
.listLoadMore.actived {
  display: block;
}
.listLoadMore-text {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.listLoadMore-text:hover {
  opacity: .8;
}
.listLoadMore-loader {
  display: none;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-spinner div {
  transform-origin: 15px 15px;
  animation: lds-spinner 0.9s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  left: 13px;
  width: 3px;
  height: 6px;
  border-radius: 10%;
  background: #AC9971;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: -0.1s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.listLoadMore.loading .listLoadMore-text {
  display: none;
}
.listLoadMore.loading .listLoadMore-loader {
  display: block;
}

.contentEditor p {
  padding-bottom: 24px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.contentEditor b,
.contentEditor strong {
  font-weight: 500;
}
.contentEditor ul,
.contentEditor ol {
  list-style-type: disc;
  padding-left: 24px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 24px;
}

.fileContainerCover {
  position: relative;
  width: 100%;
  font-size: 18px;
}
.fileContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid rgba(112,112,112,.25);
  z-index: 1;
}
.fileContainerRight {
  /*width: 22px;*/
  padding-right: 40px;
  height: 22px;
  background-image: url('../../images/icon-paperclip.png');
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right center;
}
.fileContainerCover input[type=file] {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  background-color: transparent;
  outline: none;
  z-index: 5;
}
.fileContainerRemark {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-top: 2px;
  color: #707070;
}

.showOnScroll {
  transition: all .8s ease-in-out;
}
.showOnScroll-to-left {
  transform: translateX(100px);
}
.showOnScroll-to-left.in {
  transform: translateX(0);
}
.showOnScroll-to-top {
  transform: translateY(100px);
}
.showOnScroll-to-top.in {
  transform: translateY(0);
}

/*** FORM THEME ***/
.formContentArea .row {
  margin-left: -10px;
  margin-right: -10px;
}
.formContentArea .formItem {
  padding: 0 10px 15px;
}
.formTheme {
  width: 100%;
  padding: 12px 25px;
  background-color: #ffffff;
  border: 1px solid #D6D6D6;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  line-height: 26px;
}
.formThemeSelect {
  width: 100%;
  padding: 12px 25px;
  background-color: #ffffff;
  border: 1px solid #D6D6D6;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon-select-form.png');
  background-position: right 15px top 60%;
  background-repeat: no-repeat;
}

.formTheme::-webkit-input-placeholder { /* Edge */
  color: #4A5760;
  font-weight: 300;
}
.formTheme:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4A5760;
  font-weight: 300;
}
.formTheme::placeholder {
  color: #4A5760;
  font-weight: 300;
}

.iconFileClip {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
}

.custom-file-button label {
  border-color: #D6D6D6;
  border-right: none;
  color: #262626;
  background-color: transparent;
  border-radius: 0;
  font-weight: 500;
  padding: 12px 20px;
}
.custom-file-button input[type=file] {
  margin-left: -2px !important;
  font-size: 1rem;
  line-height: 26px;
  font-weight: 500;
  padding: 12px 25px;
  background-color: transparent;
  border-color: #D6D6D6;
  color: #262626;
  border-radius: 0;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: transparent;
  cursor: pointer;
}

.custom-file-button input[type=file].txtError {
  border-color: #ff0000;
}
.custom-file-button .input-group-text.txtError {
  border-color: #ff0000;
}

.radioContainerCover {
  margin-bottom: 20px;
}
.radioContainer {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-right: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
  user-select: none;
  font-weight: 500;
  /*font-size: 30px;
  line-height: 40px;*/
  font-size: 1rem;
  line-height: 26px;
  width: auto;
  color: #654E36;
}
/* Hide the browser's default radio button */
.radioContainer input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #B17B38;
}
/* On mouse-over, add a grey background color */
.radioContainer:hover input[type=radio] ~ .checkmark {
	background-color: #ffffff;
}
/* When the radio button is checked, add a blue background */
.radioContainer input[type=radio]:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #B17B38;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radioContainer input[type=radio]:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #B17B38;
}

@media (max-width: 1600px) {
  
}
@media (max-width: 1366px) {
  
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  
}
@media (max-width: 425px) {
  
}

/********* PAGE NOT FOUND *********/
.pageNotFoundArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.pageNotFoundAreaInner {
  padding: 100px 50px 100px;
  text-align: center;
  font-size: 1rem;
}
.pageNotFoundContent {
  font-size: 1.222rem;
  color: #222222;
  font-weight: 500;
  padding: 25px 0;
}

/****** AUTO COMPLETE ******/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete-items {
  position: absolute;
  border: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  overflow: auto;
  font-size: 18px;
  line-height: 22px;
}
.autocomplete-items div {
  padding: 5px 15px;
  cursor: pointer;
  background-color: #f2f3f4;
  color: #707070;
  border-bottom: none;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #0183c1;
  color: #ffffff;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #0183c1;
  color: #ffffff;
}

@media (max-width: 767px) {
  .autocomplete-items {
    height: 200px;
  }
}

/***** HEADER *****/
.pageHeader {
  background-color: #E1E7EE;
}
.pageHeaderInner {
  display: flex;
  height: 100px;
  align-items: center;
}
.pageHeaderLogo {
  width: 300px;
}
.pageHeaderTitle {
  margin-left: 40px;
  padding-left: 36px;
  border-left: 1px solid #4A5760;
  font-size: 1.4rem;
  line-height: 34px;
  font-weight: 500;
}

@media (max-width: 1600px) {
  
}
@media (max-width: 1366px) {
  .pageHeaderInner {
    height: 80px;
  }
  .pageHeaderLogo {
    width: 240px;
  }
  .pageHeaderTitle {
    margin-left: 36px;
    padding-left: 32px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
@media (max-width: 1112px) {
  
}
@media (max-width: 768px) {
  
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageHeaderLogo {
    width: 220px;
  }
  .pageHeaderTitle {
    margin-left: 18px;
    padding-left: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 380px) {
  
}


/***** FOOTER *****/
.pageFooter {
  width: 100%;
  padding: 0 30px;
}
.pageFooterInner {
  border-top: 1px solid rgba(74, 87, 96, .3);
  padding: 30px 0 30px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, .5);
  font-size: 1.2rem;
}
.pageFooterSite {
}
.pageFooterContact {
  font-size: 1.1rem;
  text-align: right;
}
.pageFooterInner a:hover {
  color: #262626;
}

@media (max-width: 1600px) {
  
}
@media (max-width: 1366px) {
  
}
@media (max-width: 1112px) {
  .pageFooterSite {
    width: 55%;
  }
  .pageFooterContact {
    flex: 1;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooterInner {
    padding: 30px 0 50px;
    display: block;
    font-size: 1.1rem;
  }
  .pageFooterSite {
    width: 100%;
  }
  .pageFooterContact {
    margin-top: 20px;
    font-size: 1.1rem;
    text-align: left;
  }
}
@media (max-width: 380px) {
  
}