/* Fonts */

@font-face {
    font-family: BeVietnamPro;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(fonts/latin_latinext/BeVietnamPro-Regular.ttf) format("ttf");
}

@font-face {
    font-family: BeVietnamPro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/latin_latinext/BeBietnamPro-SemibBold.ttf) format("ttf");
}

@font-face {
    font-family: BeVietnamPro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/latin_latinext/BeVietnamPro-Black.ttf) format("ttf");
}


/* General rules */

*:focus {
    outline: none;
}

.color--black-30 {
    color: #b3b3b3;
}

.my5 {
    margin-bottom: 4rem;
    margin-top: 4rem;
}


/* Layout */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem;
}

@media (min-width: 1824px) {
    .large-screen-ready {
        font-size: 65%;
    }
}

@media (min-width: 1924px) {
    .large-screen-ready {
        font-size: 88%;
    }
}


body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
}

main {
    font-family: BeVietnamBold, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: .02em;
    -webkit-font-smoothing: antialiased;
    flex: 1 0 auto;
    width: 100%;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

.wrapper {
    box-sizing: border-box;
    max-width: 160rem;
    margin: 0 auto;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 1224px) {
    .container-fluid {
        padding-right: 9.3rem;
        padding-left: 9.3rem;
    }
}


/* Text */

h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 1rem;
}

p {
    line-height: normal;
    margin: 0.6em 0;
}

main ol,
main p,
main ul {
    font-size: 1.2rem
}

@media (min-width: 768px) {
    main ol,
    main p,
    main ul {
        font-size: 1.6rem
    }
}

main h1,
main h2,
main h3 {
    margin-top: 40px
}

main h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.8rem
}

main h2 {
    font-size: 1.6rem
}

main h3 {
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
    main h1 {
        font-size: 3.2rem
    }

    main h2 {
        font-size: 2.4rem
    }

    main h3 {
        font-size: 2rem;
    }
}

main a {
    color: #909090;
    text-decoration: underline;
}


/* header */
.hf__header.active {
    border-bottom: 1px solid #d9d9d9;
    height: 5.6rem;
}

.logo {
    height: 3rem;
    margin-top: 1.3rem;
}

.header__brand {
    margin-right: 2rem;
    position: relative;
    z-index: 10000;
}

@media (min-width: 1224px) {
    .header__brand {
        margin-left: -5.8rem;
        margin-right: 1rem;
    }
}

/* Footer */

.hf__footer {
    background: #f2f2f2;
    padding-bottom: 2rem;
    position: relative;
    font-family: BeVietnamPro, Arial, sans-serif;
}

/* Breadcrumbs */
.breadcrumbs {
    border-bottom: 0.1rem solid #d9d9d9;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.breadcrumbs__container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    overflow-x: auto;
    padding: 2rem 2rem 2rem 0;
    width: 100%;
}

.breadcrumbs__container ol {
    align-content: center;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs__container ol li {
    align-items: center;
    display: flex;
}

.breadcrumbs__sep:after {
    background-image: url('/img/icon-right-clean.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1.4rem;
    opacity: .3;
    width: 1.4rem;
}

.breadcrumbs__container ol li:last-of-type:after {
    display: none;
}

.breadcrumbs__container ol li .breadcrumbs__crumb {
    color: #b3b3b3;
    font-size: 1.2rem;
    padding: 0 1.4rem;
}

.breadcrumbs__container ol li .breadcrumbs__crumb a {
    color: #b3b3b3;
    padding: 0;
    text-decoration: none;
}

.breadcrumbs__logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: -1.4rem;
}

.breadcrumbs__logo a {
    display: flex;
    margin: 0 1.4rem;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.float-container {
    position: relative;
    width: 90%;
}

.language-selector {
    font-size: 1.4rem;
    font-family: BeVietnamPro, Arial, sans-serif;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
