﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

/* Heading  */
.hd-1, .hd-1-grey, .hd-1-blue, .hd-1-white {
  font-size: 60px;
  line-height: 1.5;
  color: #232E34;
  margin-bottom: 32px;
  font-family: "Inter", sans-serif;
}
.hd-1-white {
  color: #FFF;
}
.hd-1-blue {
  color: #0069A7;
}
.hd-1-grey {
  color: #767676;
}

.hd-2-big, .hd-2-big-blue, .hd-2-big-white {
  font-size: 44px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-2-big-white {
  color: #FFF;
}
.hd-2-big-blue {
  color: #0069A7;
}

.hd-2, .hd-2-blue, .hd-2-white {
  font-size: 30px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-2-white {
  color: #FFF;
}
.hd-2-blue {
  color: #0069A7;
}

.hd-3, .hd-3-grey, .hd-3-blue, .hd-3-white {
  font-size: 24px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-3-white {
  color: #FFF;
}
.hd-3-white:hover {
  color: #FFF;
}
.hd-3-blue {
  color: #0069A7;
}
.hd-3-blue:hover {
  color: #0069A7;
}
.hd-3-grey {
  color: #767676;
}

.hd-4, .hd-4-grey, .hd-4-blue, .hd-4-white {
  font-size: 20px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-4-white {
  color: #FFF;
}
.hd-4-blue {
  color: #0069A7;
}
.hd-4-grey {
  color: #767676;
}

.hd-5, .hd-table-grey, .hd-table-blue, .hd-table-white, .hd-5-grey, .hd-5-blue, .hd-5-white {
  font-size: 16px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-5-white {
  color: #FFF;
}
.hd-5-blue {
  color: #0069A7;
}
.hd-5-grey {
  color: #767676;
}

.hd-table {
  font-size: 18px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-table-white {
  color: #FFF;
}
.hd-table-blue {
  color: #0069A7;
}
.hd-table-grey {
  color: #767676;
}

.hd-6, .hd-6-grey, .hd-6-blue, .hd-6-white {
  font-size: 13px;
  line-height: 1.5;
  color: #232E34;
  font-family: "Inter", sans-serif;
}
.hd-6-white {
  color: #FFF;
}
.hd-6-blue {
  color: #0069A7;
}
.hd-6-grey {
  color: #767676;
}

/* Heading  */
/* Content*/
.ct-1, .ct-1-grey, .ct-1-white {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #232E34;
}
.ct-1-white {
  color: #FFF;
}
.ct-1-grey {
  color: #767676;
}

.ct-2, .ct-2-grey, .ct-2-white {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #232E34;
}
.ct-2-white {
  color: #FFF;
}
.ct-2-grey {
  color: #767676;
}

.ct-3, .ct-3-grey, .ct-3-white {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #232E34;
}
.ct-3-white {
  color: #FFF;
}
.ct-3-grey {
  color: #767676;
}

.ct-4, .ct-4-grey, .ct-4-white {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #232E34;
}
.ct-4-white {
  color: #FFF;
}
.ct-4-grey {
  color: #767676;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.fa-12 {
  font-size: 1.2rem;
}

/* Content*/
@media screen and (max-device-width: 1024) and (-webkit-min-device-pixel-ratio: 1) {
  .hd-1, .hd-1-white, .hd-1-blue, .hd-1-grey {
    font-size: 40px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .hd-2, .hd-2-white, .hd-2-blue {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .hd-3, .hd-3-white, .hd-3-blue, .hd-3-grey {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .hd-4, .hd-4-white, .hd-4-blue, .hd-4-grey {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .hd-5, .hd-5-white, .hd-5-blue, .hd-5-grey, .hd-table-white, .hd-table-blue, .hd-table-grey {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .hd-1, .hd-1-white, .hd-1-blue, .hd-1-grey, .hd-2, .hd-2-white, .hd-2-blue, .hd-3, .hd-3-white, .hd-3-blue, .hd-3-grey, .hd-4, .hd-4-white, .hd-4-blue, .hd-4-grey, .hd-5, .hd-5-white, .hd-5-blue, .hd-5-grey, .hd-table-white, .hd-table-blue, .hd-table-grey {
    color: #232E34;
  }
  .hd-1-white, .hd-2-white, .hd-3-white, .hd-4-white, .hd-5-white {
    color: #FFF;
  }
  .hd-1-blue, .hd-2-blue, .hd-3-blue, .hd-4-blue, .hd-5-blue {
    color: #0069A7;
  }
  /* Heading  */
  /* Content*/
  .ct-1, .ct-1-white, .ct-1-grey {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .ct-2, .ct-2-white, .ct-2-grey {
    font-size: 12px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
  }
  .ct-1, .ct-1-white, .ct-1-grey, .ct-2, .ct-2-white, .ct-2-grey {
    color: #232E34;
  }
  .ct-1-white, .ct-2-white {
    color: #FFF;
  }
  .ct-1-grey, .ct-2-grey {
    color: #454F5B;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
  .hd-1, .hd-1-white, .hd-1-blue, .hd-1-grey {
    font-size: 18px;
    margin-bottom: 12px;
    margin-bottom: 6px;
  }
  .hd-2-big, .hd-2-big-white, .hd-2-big-blue {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .hd-2, .hd-2-white, .hd-2-blue {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .hd-3, .hd-3-white, .hd-3-blue, .hd-3-grey, th, td {
    font-size: 8px;
    margin-bottom: 6px;
  }
  .hd-4, .hd-4-white, .hd-4-blue, .hd-4-grey {
    font-size: 7px;
    margin-bottom: 6px;
  }
  .hd-5, .hd-5-white, .hd-5-blue, .hd-5-grey, .hd-table-white, .hd-table-blue, .hd-table-grey {
    font-size: 6px;
    margin-bottom: 6px;
  }
  .hd-6, .hd-6-white, .hd-6-blue, .hd-6-grey {
    font-size: 4px;
    margin-bottom: 4px;
  }
  .hd-1, .hd-1-white, .hd-1-blue, .hd-1-grey, .hd-2, .hd-2-white, .hd-2-blue, .hd-3, .hd-3-white, .hd-3-blue, .hd-3-grey, .hd-4, .hd-4-white, .hd-4-blue, .hd-4-grey, .hd-5, .hd-5-white, .hd-5-blue, .hd-5-grey, .hd-table-white, .hd-table-blue, .hd-table-grey {
    color: #232E34;
  }
  .hd-1-white, .hd-2-white, .hd-3-white, .hd-4-white, .hd-5-white {
    color: #FFF;
  }
  .hd-1-blue, .hd-2-blue, .hd-3-blue, .hd-4-blue, .hd-5-blue {
    color: #0069A7;
  }
  /* Heading  */
  /* Content*/
  .ct-1, .ct-1-white, .ct-1-grey {
    font-size: 7px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .ct-2, .ct-2-white, .ct-2-grey {
    font-size: 7px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .ct-3, .ct-3-white, .ct-3-grey, .ct-4, .ct-4-white, .ct-4-grey {
    font-size: 4px;
    line-height: 1.2;
  }
  .ct-1, .ct-1-white, .ct-1-grey, .ct-2, .ct-2-white, .ct-2-grey, .ct-3, .ct-3-white, .ct-3-grey {
    color: #232E34;
  }
  .ct-1-white, .ct-2-white, .ct-3-white {
    color: #FFF;
  }
  .ct-1-grey, .ct-2-grey, .ct-3-grey {
    color: #454F5B;
  }
  .table.table-align-left .public-time, .table-align-left .public-time {
    font-size: 8px;
  }
}
.pd {
  padding: 40px 120px;
}

/*[class*=page-] {
    padding: 40px 120px;
}*/
.px {
  padding-left: 120px;
  padding-right: 120px;
}

.py {
  padding-bottom: 40px;
  padding-top: 40px;
}

/* 8px padding */
.p-8 {
  padding: 8px;
}

.pt-8, .py-8 {
  padding-top: 8px;
}

.pb-8, .py-8 {
  padding-bottom: 8px;
}

.pl-8, .px-8 {
  padding-left: 8px;
}

.pr-8, .px-8 {
  padding-right: 8px;
}

/* 8px padding */
/* 10px padding */
.p-10 {
  padding: 10px;
}

.pt-10, .py-10 {
  padding-top: 10px;
}

.pb-10, .py-10 {
  padding-bottom: 10px;
}

.pl-10, .px-10 {
  padding-left: 10px;
}

.pr-10, .px-10 {
  padding-right: 10px;
}

/* 10px padding */
/* 16px padding */
.p-16 {
  padding: 16px;
}

.pt-16, .py-16 {
  padding-top: 16px;
}

.pb-16, .py-16 {
  padding-bottom: 16px;
}

.pl-16, .px-16 {
  padding-left: 16px;
}

.pr-16, .px-16 {
  padding-right: 16px;
}

/* 16px padding */
/* 20px padding */
.p-20 {
  padding: 20px;
}

.pt-20, .py-20 {
  padding-top: 20px;
}

.pb-20, .py-20 {
  padding-bottom: 20px;
}

.pl-20, .px-20 {
  padding-left: 20px;
}

.pr-20, .px-20 {
  padding-right: 20px;
}

/* 20px padding */
/* 24px padding */
.p-24 {
  padding: 24px;
}

.pt-24, .py-24 {
  padding-top: 24px;
}

.pb-24, .py-24 {
  padding-bottom: 24px;
}

.pl-24, .px-24 {
  padding-left: 24px;
}

.pr-24, .px-24 {
  padding-right: 24px;
}

/* 24px padding */
/* 32px padding */
.p-32 {
  padding: 32px;
}

.pt-32, .py-32 {
  padding-top: 32px;
}

.pb-32, .py-32 {
  padding-bottom: 32px;
}

.pl-32, .px-32 {
  padding-left: 32px;
}

.pr-32, .px-32 {
  padding-right: 32px;
}

/* 32px padding */
/* 40px padding */
.p-40 {
  padding: 40px;
}

.pt-40, .py-40 {
  padding-top: 40px;
}

.pb-40, .py-40 {
  padding-bottom: 40px;
}

.pl-40, .px-40 {
  padding-left: 40px;
}

.pr-40, .px-40 {
  padding-right: 40px;
}

/* 40px padding */
/* ==============================================================================================================================================*/
/* 8px margin */
.m-8 {
  margin: 8px;
}

.mt-8, .my-8 {
  margin-top: 8px;
}

.mb-8, .my-8 {
  margin-bottom: 8px;
}

.ml-8, .mx-8 {
  margin-left: 8px;
}

.mr-8, .mx-8 {
  margin-right: 8px;
}

/* 8px margin */
/* 10px margin */
.m-10 {
  margin: 10px;
}

.mt-10, .my-10 {
  margin-top: 10px;
}

.mb-10, .my-10 {
  margin-bottom: 10px;
}

.ml-10, .mx-10 {
  margin-left: 10px;
}

.mr-10, .mx-10 {
  margin-right: 10px;
}

/* 10px margin */
/* 16px margin */
.m-16 {
  margin: 16px;
}

.mt-16, .my-16 {
  margin-top: 16px;
}

.mb-16, .my-16 {
  margin-bottom: 16px;
}

.ml-16, .mx-16 {
  margin-left: 16px;
}

.mr-16, .mx-16 {
  margin-right: 16px;
}

/* 16px margin */
/* 20px margin */
.m-20 {
  margin: 20px;
}

.mt-20, .my-20 {
  margin-top: 20px;
}

.mb-20, .my-20 {
  margin-bottom: 20px;
}

.ml-20, .mx-20 {
  margin-left: 20px;
}

.mr-20, .mx-20 {
  margin-right: 20px;
}

/* 20px margin */
/* 24px margin */
.m-24 {
  margin: 24px;
}

.mt-24, .my-24 {
  margin-top: 24px;
}

.mb-24, .my-24 {
  margin-bottom: 24px;
}

.ml-24, .mx-24 {
  margin-left: 24px;
}

.mr-24, .mx-24 {
  margin-right: 24px;
}

/* 24px margin */
/* 32px margin */
.m-32 {
  margin: 32px;
}

.mt-32, .my-32 {
  margin-top: 32px;
}

.mb-32, .my-32 {
  margin-bottom: 32px;
}

.ml-32, .mx-32 {
  margin-left: 32px;
}

.mr-32, .mx-32 {
  margin-right: 32px;
}

/* 32px margin */
/* 40px margin */
.m-40 {
  margin: 40px;
}

.mt-40, .my-40 {
  margin-top: 40px;
}

.mb-40, .my-40 {
  margin-bottom: 40px;
}

.ml-40, .mx-40 {
  margin-left: 40px;
}

.mr-40, .mx-40 {
  margin-right: 40px;
}

/* 40px margin */
/* 60px margin */
.m-60 {
  margin: 60px;
}

.mt-60, .my-60 {
  margin-top: 60px;
}

.mb-60, .my-60 {
  margin-bottom: 60px;
}

.ml-60, .mx-60 {
  margin-left: 60px;
}

.mr-60, .mx-60 {
  margin-right: 60px;
}

/* 60px margin */
/* 80px margin */
.m-xs-20 {
  margin: 80px;
}

.mt-xs-20, .my-xs-20 {
  margin-top: 80px;
}

.mb-xs-20, .my-xs-20 {
  margin-bottom: 80px;
}

.ml-xs-20, .mx-xs-20 {
  margin-left: 80px;
}

.mr-xs-20, .mx-xs-20 {
  margin-right: 80px;
}

/* 80px margin */
.bd-2 {
  border-radius: 2px;
}

.bd-4 {
  border-radius: 4px;
}

.bd-8 {
  border-radius: 8px;
}

.bd-16 {
  border-radius: 16px;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .pd {
    padding: 40px 40px;
  }
}
/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 375px) and (max-device-width: 812px) {
  .pd {
    padding: 8px;
  }
  .px {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-xs-0 {
    padding: 0px;
  }
  .pt-xs-0, .py-xs-0 {
    padding-top: 0px;
  }
  .pb-xs-0, .py-xs-0 {
    padding-bottom: 0px;
  }
  .pl-xs-0, .px-xs-0 {
    padding-left: 0px;
  }
  .pr-xs-0, .px-xs-0 {
    padding-right: 0px;
  }
  /* 2px padding */
  .p-xs-2 {
    padding: 2px;
  }
  .pt-xs-2, .py-xs-2 {
    padding-top: 2px;
  }
  .pb-xs-2, .py-xs-2 {
    padding-bottom: 2px;
  }
  .pl-xs-2, .px-xs-2 {
    padding-left: 2px;
  }
  .pr-xs-2, .px-xs-2 {
    padding-right: 2px;
  }
  /* 2px padding */
  /* 3px padding */
  .p-xs-3 {
    padding: 3px;
  }
  .pt-xs-3, .py-xs-3 {
    padding-top: 3px;
  }
  .pb-xs-3, .py-xs-3 {
    padding-bottom: 3px;
  }
  .pl-xs-3, .px-xs-3 {
    padding-left: 3px;
  }
  .pr-xs-3, .px-xs-3 {
    padding-right: 3px;
  }
  /* 3px padding */
  /* 4px padding */
  .p-xs-4 {
    padding: 4px;
  }
  .pt-xs-4, .py-xs-4 {
    padding-top: 4px;
  }
  .pb-xs-4, .py-xs-4 {
    padding-bottom: 4px;
  }
  .pl-xs-4, .px-xs-4 {
    padding-left: 4px;
  }
  .pr-xs-4, .px-xs-4 {
    padding-right: 4px;
  }
  /* 4px padding */
  /* 5px padding */
  .p-xs-5 {
    padding: 5px;
  }
  .pt-xs-5, .py-xs-5 {
    padding-top: 5px;
  }
  .pb-xs-5, .py-xs-5 {
    padding-bottom: 5px;
  }
  .pl-xs-5, .px-xs-5 {
    padding-left: 5px;
  }
  .pr-xs-5, .px-xs-5 {
    padding-right: 5px;
  }
  /* 5px padding */
  /* 6px padding */
  .p-xs-6 {
    padding: 6px;
  }
  .pt-xs-6, .py-xs-6 {
    padding-top: 6px;
  }
  .pb-xs-6, .py-xs-6 {
    padding-bottom: 6px;
  }
  .pl-xs-6, .px-xs-6 {
    padding-left: 6px;
  }
  .pr-xs-6, .px-xs-6 {
    padding-right: 6px;
  }
  /* 6px padding */
  /* 8px padding */
  .p-xs-8 {
    padding: 8px;
  }
  .pt-xs-8, .py-xs-8 {
    padding-top: 8px;
  }
  .pb-xs-8, .py-xs-8 {
    padding-bottom: 8px;
  }
  .pl-xs-8, .px-xs-8 {
    padding-left: 8px;
  }
  .pr-xs-8, .px-xs-8 {
    padding-right: 8px;
  }
  /* 8px padding */
  /* 10px padding */
  .p-xs-10 {
    padding: 10px;
  }
  .pt-xs-10, .py-xs-10 {
    padding-top: 10px;
  }
  .pb-xs-10, .py-xs-10 {
    padding-bottom: 10px;
  }
  .pl-xs-10, .px-xs-10 {
    padding-left: 10px;
  }
  .pr-xs-10, .px-xs-10 {
    padding-right: 10px;
  }
  /* 10px padding */
  /* ==============================================================================================================================================*/
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0, .my-xs-0 {
    margin-top: 0px !important;
  }
  .mb-xs-0, .my-xs-0 {
    margin-bottom: 0px !important;
  }
  .ml-xs-0, .mx-xs-0 {
    margin-left: 0px !important;
  }
  .mr-xs-0, .mx-xs-0 {
    margin-right: 0px !important;
  }
  /* 2px margin */
  .m-xs-2 {
    margin: 2px;
  }
  .mt-xs-2, .my-xs-2 {
    margin-top: 2px;
  }
  .mb-xs-2, .my-xs-2 {
    margin-bottom: 2px;
  }
  .ml-xs-2, .mx-xs-2 {
    margin-left: 2px;
  }
  .mr-xs-2, .mx-xs-2 {
    margin-right: 2px;
  }
  /* 2px margin */
  /* 3px margin */
  .m-xs-3 {
    margin: 3px;
  }
  .mt-xs-3, .my-xs-3 {
    margin-top: 3px;
  }
  .mb-xs-3, .my-xs-3 {
    margin-bottom: 3px;
  }
  .ml-xs-3, .mx-xs-3 {
    margin-left: 3px;
  }
  .mr-xs-3, .mx-xs-3 {
    margin-right: 3px;
  }
  /* 3px margin */
  /* 4px margin */
  .m-xs-4 {
    margin: 4px;
  }
  .mt-xs-4, .my-xs-4 {
    margin-top: 4px;
  }
  .mb-xs-4, .my-xs-4 {
    margin-bottom: 4px;
  }
  .ml-xs-4, .mx-xs-4 {
    margin-left: 4px;
  }
  .mr-xs-4, .mx-xs-4 {
    margin-right: 4px;
  }
  /* 4px margin */
  /* 5px margin */
  .m-xs-5 {
    margin: 5px;
  }
  .mt-xs-5, .my-xs-5 {
    margin-top: 5px;
  }
  .mb-xs-5, .my-xs-5 {
    margin-bottom: 5px;
  }
  .ml-xs-5, .mx-xs-5 {
    margin-left: 5px;
  }
  .mr-xs-5, .mx-xs-5 {
    margin-right: 5px;
  }
  /* 5px margin */
  /* 6px margin */
  .m-xs-6 {
    margin: 6px;
  }
  .mt-xs-6, .my-xs-6 {
    margin-top: 6px;
  }
  .mb-xs-6, .my-xs-6 {
    margin-bottom: 6px;
  }
  .ml-xs-6, .mx-xs-6 {
    margin-left: 6px;
  }
  .mr-xs-6, .mx-xs-6 {
    margin-right: 6px;
  }
  /* 6px margin */
  /* 8px margin */
  .m-xs-8 {
    margin: 8px;
  }
  .mt-xs-8, .my-xs-8 {
    margin-top: 8px;
  }
  .mb-xs-8, .my-xs-8 {
    margin-bottom: 8px;
  }
  .ml-xs-8, .mx-xs-8 {
    margin-left: 8px;
  }
  .mr-xs-8, .mx-xs-8 {
    margin-right: 8px;
  }
  /* 8px margin */
  /* 10px margin */
  .m-xs-10 {
    margin: 10px;
  }
  .mt-xs-10, .my-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10, .my-xs-10 {
    margin-bottom: 10px;
  }
  .ml-xs-10, .mx-xs-10 {
    margin-left: 10px;
  }
  .mr-xs-10, .mx-xs-10 {
    margin-right: 10px;
  }
  /* 10px margin */
  /* 16px margin */
  .m-xs-16 {
    margin: 15px;
  }
  .mt-xs-16, .my-xs-16 {
    margin-top: 16px;
  }
  .mb-xs-16, .my-xs-16 {
    margin-bottom: 16px;
  }
  .ml-xs-16, .mx-xs-16 {
    margin-left: 16px;
  }
  .mr-xs-16, .mx-xs-16 {
    margin-right: 16px;
  }
  /* 16px margin */
  /* 20px margin */
  .m-xs-20 {
    margin: 20px;
  }
  .mt-xs-20, .my-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20, .my-xs-20 {
    margin-bottom: 20px;
  }
  .ml-xs-20, .mx-xs-20 {
    margin-left: 20px;
  }
  .mr-xs-20, .mx-xs-20 {
    margin-right: 20px;
  }
  .w-xs-16 {
    width: 16%;
  }
  /* 20px margin */
}
html .container {
  max-width: 1170px;
  padding: 0px;
}
html .container-fluid {
  padding: 0px;
}
html body {
  font-family: "Inter", sans-serif;
  /* img.img-default {
       max-width: initial;
       height: initial;
   }*/
}
html body img {
  max-width: 100%;
  height: auto;
  /* object-fit: cover;*/
}
html body .hidden {
  display: none;
}
html .modal-xl {
  max-width: 1140px;
}
html .point {
  width: 24px;
  height: 16px;
  background-color: #006fa0;
  display: inline-block;
  margin-right: 8px;
}

/* Background Style*/
.common-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/common-bg.jpg);
  height: 200px;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.bg-layer {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.drop-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #095582;
}

.bg-white {
  background-color: #FFF;
}

.bg-grey {
  background: #F4F6F8;
}

.bg-light {
  background: #F0F0F0;
}

.bg-img-news {
  display: block;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.bg-subcribe {
  background-color: #F0F0F0;
}

/* End of Background Style*/
/* Padding*/
/* Padding*/
/* Section font ,color style*/
a.disable {
  pointer-events: none;
  cursor: default;
}

.highlight {
  background-color: #7cd97c;
  font-weight: 700;
  padding: 5px 0;
}

label.error {
  color: red;
}

input.error {
  border: 1px solid red;
}

.oblique {
  color: #000000;
  font-size: 24px;
  font-style: italic;
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
}

/*End of Section font ,color style*/
.line-clamp, .line-clamp-5, .line-clamp-4, .line-clamp-3, .line-clamp-2, .line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 3;
}
.line-clamp-5 {
  -webkit-line-clamp: 3;
}

.title {
  position: relative;
  display: inline-block;
}

.title .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #0069A7;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.title:hover .tooltip-text {
  visibility: visible;
}

/* Box style*/
.box {
  background: #F0F0F0;
  box-shadow: 6px 7px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.box-blue {
  background: #0069A7;
  box-shadow: 6px 7px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.box-light {
  background: #FFFFFF;
  box-shadow: 6px 6px 22px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.box-grey {
  background: #F4F6F8;
  height: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* End of Box style*/
/*Button style*/
.button-red {
  padding: 20px;
  background-color: #c01818;
  color: #FFF;
  border: none;
  display: inline-block;
  /* font-size: 36px;*/
  border-radius: 8px;
}
.button-red:focus {
  outline: none;
}
.button-red:hover {
  color: #FFF;
  cursor: pointer;
}

.button-black {
  /* padding: 20px;*/
  background-color: #000;
  color: #FFF;
  border: none;
  display: inline-block;
  border-radius: 8px;
}
.button-black:focus {
  outline: none;
}
.button-black:hover {
  color: #FFF;
  cursor: pointer;
}

.button-blue, .button-grey {
  padding: 10px 20px;
  background-color: #0069A7;
  color: #FFF;
  border: none;
  display: inline-block;
  border-radius: 20px;
}
.button-blue:focus, .button-grey:focus {
  outline: none;
}
.button-blue:hover, .button-grey:hover {
  color: #FFF;
  cursor: pointer;
}

.button-grey {
  background-color: #E0E5E8;
  color: #5C6062;
}
.button-grey:hover {
  color: #5C6062;
  cursor: pointer;
}

.button-grey.active {
  background-color: #0069A7;
  color: #FFF;
}

.button-green {
  padding: 20px;
  background-color: #218838;
  color: #FFF;
  border: none;
  display: inline-block;
  border-radius: 8px;
}
.button-green:focus {
  outline: none;
}
.button-green:hover {
  color: #FFF;
  cursor: pointer;
}

/*End of Button style*/
/*Border*/
.deco-blue {
  width: 100px;
  height: 14px;
  background-color: #0069A7;
  display: inline-block;
}

.text-decoration-underline {
  text-decoration: underline;
}

.deco-black {
  width: 150px;
  height: 6px;
  background: #000000;
  display: inline-block;
}

.inline-black {
  width: 88px;
  height: 12px;
  background: #000000;
  display: inline-block;
}

.inline-yellow {
  width: 40px;
  height: 4px;
  background-color: #FCBD1E;
  display: inline-block;
  margin-right: 8px;
}

.bd-full {
  background: #FFFFFF;
  border: 1px solid #B6B8BB;
  border-radius: 8px;
  /*  padding: 16px;*/
}

/*End of border*/
/*List style*/
.list-group-item:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.69, 0.85);
  transition-property: opacity, transform, box-shadow;
}

/*End of list style*/
/*Table style*/
figure table {
  width: 100%;
}

.table, .table-align-left {
  table-layout: fixed;
  width: 100%;
  background: #FFF;
}
.table th, .table-align-left th, .table td, .table-align-left td {
  text-align: center;
  padding: 0.5rem;
}
.table .thead-blue, .table-align-left .thead-blue {
  background-color: #064367;
  color: #FFF;
}
.table .thead-blue th, .table-align-left .thead-blue th {
  border-color: #064367;
}
.table thead th, .table-align-left thead th {
  vertical-align: top;
}
.table td, .table-align-left td {
  color: #000;
}
.table td.company, .table-align-left td.company {
  color: #0069A7;
}
.table .public-time, .table-align-left .public-time {
  color: #9E9E9E;
  font-size: 14px;
}
.table a, .table-align-left a {
  color: #000;
}
.table a.blur:hover, .table-align-left a.blur:hover {
  color: #0069A7;
}
.table a.active, .table-align-left a.active {
  color: #0069A7;
}
.table-align-left th, .table-align-left td {
  text-align: left;
}

.table-layout-auto {
  table-layout: auto;
}

/*End of Table style*/
/* Input*/
.text-box {
  color: #767676;
}

/* Input */
/* Side bar */
.list-side-bar {
  padding: 0;
}
.list-side-bar .list-group-item {
  padding-left: 10px;
}
.list-side-bar .list-group-item a, .list-side-bar .list-group-item span {
  color: #767676;
  cursor: pointer;
}
.list-side-bar .list-group-item a.active, .list-side-bar .list-group-item a:hover, .list-side-bar .list-group-item span.active, .list-side-bar .list-group-item span:hover {
  color: #0069A7;
}

/* End of Side bar */
a:hover {
  text-decoration: none;
}

a.active {
  color: #0069A7;
}

.nav-tabs .nav-link.active {
  color: #0069A7;
}

.grey {
  background-color: #F6F8FA;
}

/* End of Section header font style*/
.button, .button-white {
  display: inline-block;
  /*font-weight: 400;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 14px 10px;
  font-size: 18px;
  line-height: 16px;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #0069A7;
  text-decoration: none;
  /*  &-grey {
      @extend .button;
      background-color: #E0E5E8;
      color: #5C6062;
      padding: 20px;
      display: inline-block;

      &:hover {
          color: #0069A7;
          text-decoration: none;
      }
  }*/
}
.button:hover, .button-white:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  transition-duration: 0.1s;
  color: #FFFFFF;
  text-decoration: none;
}
.button-white {
  background-color: #FFFFFF;
  color: #0069A7;
}
.button-white:hover {
  color: #0069A7;
  text-decoration: none;
}

/*End of button Style*/
/* Paging */
.pagination .page-item .page-link {
  background: #0069A7;
  color: #FFF;
}
.pagination .page-item .page-link.active {
  background: #000;
  color: #FFF;
}
.pagination .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

/* Paging */
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.slide-down, .slide-left, .slide-right, .slide-up {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.slide-down .front, .slide-down .back, .slide-left .front, .slide-left .back, .slide-right .front, .slide-right .back, .slide-up .front, .slide-up .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-down .front, .slide-left .front, .slide-right .front, .slide-up .front {
  transition: transform 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide-down .back, .slide-left .back, .slide-right .back, .slide-up .back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease-in-out;
}
.slide-down .back p.nameLeader, .slide-left .back p.nameLeader, .slide-right .back p.nameLeader, .slide-up .back p.nameLeader {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.slide-down .back p.titleLeader, .slide-left .back p.titleLeader, .slide-right .back p.titleLeader, .slide-up .back p.titleLeader {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  margin: 0;
  color: #FFFFFF;
  margin-bottom: 0;
}
.slide-down .back p.descriptionLeader, .slide-left .back p.descriptionLeader, .slide-right .back p.descriptionLeader, .slide-up .back p.descriptionLeader {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin: 15px 0 0 0;
  color: #BDBDBD;
}
.slide-down:hover .back, .slide-down .back.overlay, .slide-left:hover .back, .slide-left .back.overlay, .slide-right:hover .back, .slide-right .back.overlay, .slide-up:hover .back, .slide-up .back.overlay {
  transform: translateX(0) translateY(0);
}

div.slide-left .back {
  transform: translateX(-100%);
}

div.slide-right .back {
  transform: translateX(100%);
}

div.slide-up .back {
  transform: translateY(100%);
}

div.slide-down .back {
  transform: translateY(-100%);
}

.fix-right {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 12px;
  list-style: none;
  z-index: 9;
}
.fix-right li {
  background-color: #0069a7;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .fix-right li {
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-device-width: 812) and (max-device-width: 1200) and (-webkit-min-device-pixel-ratio: 1) {
  .fix-right li {
    height: 64px;
    width: 64px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .common-bg {
    height: 70px;
  }
  .form-control {
    height: 16px;
    font-size: 8px;
    padding: 0;
  }
  input.form-control {
    padding: 4px;
  }
  .btn, .button-blue, .button-grey, .button-green, .button-white {
    font-size: 8px;
    padding: 4px 12px;
    border-radius: 8px;
  }
  .button-red {
    padding: 8px;
  }
  .button-black {
    font-size: 8px;
    padding: 8px;
  }
  .list-side-bar {
    padding: 0;
  }
  .list-side-bar .list-group-item {
    /*   font-size: 8px;*/
    padding: 4px;
  }
  .list-side-bar .list-group-item a {
    color: #767676;
  }
  .list-side-bar .list-group-item a.active, .list-side-bar .list-group-item a:hover {
    color: #0069A7;
  }
  .box {
    padding: 8px;
  }
  .box-blue {
    padding: 10px;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  div[class*=slide] .back {
    transform: translateX(0) translateY(0);
  }
  .pagination .page-item {
    font-size: 6px;
  }
  .pagination .page-item .page-link {
    padding: 6px;
  }
  .bg-img-news {
    height: 40px;
  }
  .table td, .table-align-left td, .table th, .table-align-left th {
    padding: 4px 2px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .table, .table-align-left {
    table-layout: auto;
  }
  .table .company, .table-align-left .company {
    text-align: left;
  }
  .fix-right li {
    height: 32px;
    width: 32px;
  }
  .dropdown-menu {
    padding: 0;
  }
  .dropdown-item {
    padding: 4px 24px 4px 12px;
    margin-bottom: 0;
  }
}
.transfer {
  position: relative;
}

.usd-box {
  position: absolute;
  top: -50px;
  left: 5px;
  background-color: #0069A7;
  color: #FFF;
  padding: 16px;
  border-radius: 8px;
  white-space: nowrap;
}
