@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 300;
  src: url(font/kanit/Kanit-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url(font/kanit/Kanit-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 400;
  src: url(font/kanit/Kanit-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url(font/kanit/Kanit-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 500;
  src: url(font/kanit/Kanit-MediumItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url(font/kanit/Kanit-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 600;
  src: url(font/kanit/Kanit-SemiBoldItalic.ttf) format('truetype');
}

.light {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

.regular {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.regular-italic {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 400;
  font-style: italic;
}

.semi-bold {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 600;
  font-style: normal;
}

.semi-bold-italics {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 600;
  font-style: italic;
}

.medium {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.medium-italics {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 500;
  font-style: italic;
}

.img-h-fit {
  height: fit-content;
}

.building-bg {
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  position: relative;
  height: 1024px;
  background-size: 100% 100%;
}

#tcc-connect {
  width: 170px;
  height: 176px;
}

.circle-bg {
  position: absolute;
  right: 10px;
}

.submenu-box {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #0000004D;
}

#white-rounded-sq {
  background-color: #FFFFFF;
  border: 3px solid #14426F29;
  border-bottom-left-radius: 15px;
  padding: 16px 8px 9px 8px;
  max-width: 330px;
  max-height: 100px;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}

.wh-text-sh {
  text-shadow: 0px 0px 2px rgb(255, 255, 255);
}

.content-padding {
  padding: 0 100px;
}

.f-italic {
  font-style: italic;
}

.sky-blue-text {
  color: #00BEED !important;
}

.blue-text {
  color: #1874BB !important;
}

.blue-text-2 {
  color: #1B74BA !important;
}

.dark-blue-text {
  color: #14426F !important;
}

.dark-blue-text-2 {
  color: #124471 !important;
}

.gray-text {
  color: #757575;
}

.light-gray-text {
  color: #9C9C9C;
}

.white-text {
  color: #FFFFFF;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-22 {
  font-size: 22px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-34 {
  font-size: 34px;
}

.f-s-35 {
  font-size: 35px;
}

.f-s-36 {
  font-size: 36px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-45 {
  font-size: 45px;
}

.f-s-57 {
  font-size: 57px;
}

.m-l-12 {
  margin-left: 12px;
}

#header {
  height: 100px;
}

.menu-list {
  width: 272px;
  margin: 32px 0px 32px 100px;
}

#fade-wh {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1024) -1.96%, rgba(255, 255, 255, 0.2401) 7.37%, rgba(255, 255, 255, 0.4096) 16.7%, rgba(255, 255, 255, 0.5625) 24.99%, rgba(255, 255, 255, 0.6889) 33.28%, rgba(255, 255, 255, 0.7744) 41.58%, rgba(255, 255, 255, 0.9) 49.87%, rgba(255, 255, 255, 0.7744) 58.16%, rgba(255, 255, 255, 0.6889) 66.45%, rgba(255, 255, 255, 0.5625) 74.74%, rgba(255, 255, 255, 0.4096) 84.07%, rgba(255, 255, 255, 0.2401) 92.36%, rgba(255, 255, 255, 0.1024) 100.66%, rgba(255, 255, 255, 0.3) 101.69%);
}

#line-code {
  background: linear-gradient(180deg, #FFFFFF 37.97%, #F8F8F8 54.95%, #E8E6E6 78.71%, #E0DEDE 87.77%);
  border: 2.03px solid #104571;
  padding: 0px 18px 0px 19px;
  border-radius: 0.5rem;
  display: inline-block;
  height: 50px;
  transform: translateY(10px);
  box-shadow: 3.76px 3.76px 5.36px 0px #231F2033;
}

#line-code>span {
  background: linear-gradient(90deg, #1C75BC -16.82%, #08649D 513.32%, #005E91 829.36%);
  color: transparent;
  background-clip: text;
  transform: translateY(-9px);
  display: inline-block;
}

#laptop-icon {
  width: 111px;
  height: 113px;
}

#three-icon {
  width: 58px;
  height: 77px;
  margin: 0 22px 0 26px;
  margin-top: auto;
  margin-bottom: auto;
}

#fade-wh+div.d-flex {
  margin-top: 13px;
}

.tcc-footer {
  background-color: #204269;
  padding: 20px 80px 20px 100px;
  margin-top: 53px;
}

#footer-menu>div:first-child {
  padding: 0 80px 0 40px;
}

#footer-menu>div:not(:first-child):not(:last-child) {
  padding: 0 80px 0 80px;
}

#footer-menu>div:last-child {
  padding: 0 40px 0 80px;
}

#bol-logo {
  width: 77px;
  height: 63px;
}

#cpx-logo {
  width: 85px;
  height: 46px;
}

#line-logo {
  width: 50px;
  height: 47px;
}

#fb-logo {
  width: 50px;
  height: 47px;
}

#tcc-cpx-full-logo {
  width: 815px;
  height: 58px;
  margin-top: 30px;
}

#mockup-ip-1>img,
#mockup-ip-2>img,
#mockup-ip-3>img {
  width: 100%;
}

#content-1>div {
  padding-left: 113px;
}

#content-2>div {
  padding-right: 19px;
}

#content-3>div {
  padding-left: 113px;
}

#qr-code {
  margin-top: 40px;
}

#subContent {
  width: fit-content;
  margin-top: 53px;
  padding: 17px 21px 16px 22px;
  border-radius: 10px;
  border: 1px solid #0000004D;
}

#bol-cpx-logo {
  margin-right: 125px;
}

#location {
  letter-spacing: -0.035em;
  line-height: 27px;
  font-style: normal;
  width: max-content;
}

#social-contact {
  padding-left: min(2rem, 12px);
}

#first-content {
  margin-top: 110px;
  padding-left: 90px;
}

.copy-right {
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFFB2;
  margin-top: 10px;
}

.unstyle-btn {
  background: none;
  border: none;
}

.checkmark-icon {
  width: 22.85px;
  height: 22.85px;
}

#step-intro-box {
  padding: 12px 23px 12px 29px;
  border: 1.5px solid #0000004D;
}

.margin-t-99 {
  margin-top: 99px;
}

#mock-login {
  margin-top: unset;
}

ul {
  margin-top: 24px;
  margin-bottom: 23px;
}

.p-x-s-24 {
  padding-left: 0px;
  padding-right: 0px;
}

#content-3 .submenu-box img {
  margin-right: 27px;
}

a {
  text-decoration: none;
}

ul {
  padding: 0 1rem;
}


li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}


@media only screen and (max-width: 768px) {
  .f-s-s-11 {
    font-size: 11.5px !important;
  }

  .f-s-s-12 {
    font-size: 14px !important
  }

  .f-s-s-13 {
    font-size: 13px !important
  }

  .f-s-s-14 {
    font-size: 14px !important
  }

  .f-s-s-15 {
    font-size: 15px !important
  }

  .f-s-s-16 {
    font-size: 16px !important
  }

  .f-s-s-18 {
    font-size: 18px !important
  }

  .f-s-s-20 {
    font-size: 20px !important
  }

  .f-s-s-24 {
    font-size: 24px !important
  }

  .f-s-s-23 {
    font-size: 23px !important
  }

  .f-s-s-30 {
    font-size: 30px !important
  }

  #header {
    height: unset;
    padding-top: 80px;
  }

  #spec-offer {
    width: 400px;
    height: unset;
  }

  .menu-list {
    width: unset;
    margin: auto;
    padding: 35px 24px;

  }

  #white-rounded-sq {
    background-color: #FFFFFF;
    border: 1px solid #14426F29;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    padding: 16px 8px 9px 8px;
    max-width: 181px;
    max-height: 54px;
    position: absolute;
    right: 0;
  }

  #white-rounded-sq>#tcc-logo {
    width: 84px;
    height: 40px;
    transform: translateY(-9px);
    margin-left: 5px;
  }

  #white-rounded-sq>#bol-logo-color {
    width: 42px;
    height: 34px;
    margin-left: 3px;
    transform: translateY(-7px);
  }

  #tcc-connect {
    width: 73px;
    height: 75px;
  }

  #laptop-icon {
    width: 72px;
    height: 73px;
  }

  #three-icon {
    width: 43px;
    height: 57px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 16px;
  }

  #fade-wh+div.d-flex {
    margin-top: 18px;
  }

  #easy-step {
    width: 184px;
    height: 63px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .building-bg {
    background-image: url("img/bg-small.png");
    height: 939px;
  }

  .checkmark-icon {
    width: 15px;
    height: 15px;
  }

  #spec-offer {
    width: 254px;
    height: 75px;
  }

  .content-padding {
    padding: 0 23px;
  }

  #first-content {
    margin-top: 0px;
    padding-left: unset;
  }

  #first-content>div.d-block.col-12.col-lg-7.p-x-s-24 {
    padding-top: 63px;
  }

  .tcc-footer {
    background-color: #204269;
    padding: 40px 24px 40px 24px;
    margin-top: 45px;
  }

  #footer-menu {
    border-top: 1px solid #FFFFFF29;
    border-bottom: 1px solid #FFFFFF29;
    padding: 25px 0;
  }

  #footer-menu>div,
  #social-contact {
    padding: 0 !important;
    margin: auto;
  }

  .copy-right {
    margin-top: 25px;
  }

  #step-intro-box {
    border-radius: 10px !important;
    padding: 6px 15px 8px 12px;
    border: 2px solid #0000004D
  }

  #tcc-cpx-full-logo {
    width: 343px;
    height: 24px;
    margin-top: 24px;
  }

  #content-1 {
    margin-top: 45px;
  }

  #mockup-ip-1,
  #mockup-ip-2,
  #mockup-ip-3 {
    margin-right: unset;
    margin-left: unset;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #content-1>div,
  #content-2>div,
  #content-3>div {
    padding-left: unset;
    padding-right: unset;
  }

  #content-2 .submenu-box {
    margin-top: 45px;
  }

  #content-3 .submenu-box img {
    margin-right: 15px;
  }

  #qr-code {
    width: 145px;
    height: 145px;
    margin-top: 46px;
  }

  #line-code {
    background: linear-gradient(180deg, #FFFFFF 37.97%, #F8F8F8 54.95%, #E8E6E6 78.71%, #E0DEDE 87.77%);
    border: 2px solid #104571;
    padding: 0px 10px 0px 10px;
    border-radius: 0.5rem;
    display: inline-block;
    height: 30px;
    transform: translateY(2px);
    box-shadow: 3.76px 3.76px 5.36px 0px #231F2033;
  }

  #line-code>span {
    background: linear-gradient(90deg, #1C75BC -16.82%, #08649D 513.32%, #005E91 829.36%);
    color: transparent;
    background-clip: text;
    transform: translateY(-4px);
    display: inline-block;
  }

  .margin-t-99 {
    margin-top: unset;
  }

  #mock-login {
    margin-top: 45px !important;
  }

  ul {
    margin-top: 27px;
    margin-bottom: 45px;
  }

  #location {
    width: unset;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .p-x-s-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  #bol-cpx-logo {
    margin-bottom: 25px;
  }

  #subContent {
    width: unset;
    margin-top: 45px;
    padding: 10px 11px;
    border-radius: 10px;
    border: 1px solid #0000004D;
  }

  #content-3-title {
    margin-bottom: 45px !important;
  }

}

.laptop-with-circle {
  height: 450px !important;
}

#content-3-title {
  margin-bottom: unset;
}

@media screen and (min-width: 768px) and (max-width: 1270px) {

  #tcc-connect[_ngcontent-c9] {
    width: 120px;
    height: 120px;
  }

  #spec-offer {
    width: 350px;
    height: unset;
  }

  .content-padding {
    padding: 0 70px;
  }
}

@media screen and (min-width: 1900px) {
  .right-pos {
    right: 7.5%;
  }
}


/* bootstrap class */

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.w-100 {
  width: 100% !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }


}