/* fonts */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v28-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../fonts/open-sans-v28-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
    url('../fonts/open-sans-v28-regular.woff') format('woff'),
        /* Modern Browsers */
    url('../fonts/open-sans-v28-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/* open-sans-500 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v28-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../fonts/open-sans-v28-500.woff2') format('woff2'),
        /* Super Modern Browsers */
    url('../fonts/open-sans-v28-500.woff') format('woff'),
        /* Modern Browsers */
    url('../fonts/open-sans-v28-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-500.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v28-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../fonts/open-sans-v28-600.woff2') format('woff2'),
        /* Super Modern Browsers */
    url('../fonts/open-sans-v28-600.woff') format('woff'),
        /* Modern Browsers */
    url('../fonts/open-sans-v28-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v28-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
    url('../fonts/open-sans-v28-700.woff2') format('woff2'),
        /* Super Modern Browsers */
    url('../fonts/open-sans-v28-700.woff') format('woff'),
        /* Modern Browsers */
    url('../fonts/open-sans-v28-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: rgb(34, 34, 34);
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.body-trans {
    background-color: #ebf0f5;
}
body,
button,
.btn,
a {
    font-family: 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
label,
button,
input,
select {
    cursor: pointer;
}
label[for] {
    cursor: pointer;
}
img,
video,
audio {
    max-width: 100%;
    height: auto;
}
.translate-window {
    margin-bottom: 12px;
    padding: 22px 0;
    background: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 40px rgba(88, 114, 154, 0.3);
    box-shadow: 0 10px 40px rgba(88, 114, 154, 0.3);
    min-height: 40vh;
}
.ml-a {
    margin-left: auto;
}
.mr-a {
    margin-right: auto;
}
.progressRing {
    position: absolute;
}
.loading-circle {
    display: none;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 99;
    width: 64px;
    height: 64px;
    border: 3px solid #b9c4d2;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: cssload-ball 1.8s linear infinite;
    animation: cssload-ball 1.8s linear infinite;
}
.loading-circle::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top-color: #45b6ff;
    border-radius: 50%;
    -webkit-animation: cssload-ball 1.8s linear infinite;
    animation: cssload-ball 1.8s linear infinite;
}
@-webkit-keyframes cssload-ball {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes cssload-ball {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.btn-clear {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.btn-clear::before,
.btn-clear::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
    background-color: #b9c4d2;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-clear:hover::before,
.btn-clear:hover::after {
    background-color: #000000;
}
.btn-clear::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-clear::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-logo {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.languages-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.languages-row button {
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.languages-row .dropdown-toggle {
  background: #f4f6fd;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
    padding: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
}
.active .dropdown-toggle {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 -5px 7px rgba(88, 114, 154, 0.1);
    box-shadow: 0 -5px 7px rgba(88, 114, 154, 0.1);
}
.active .dropdown-toggle::before,
.active .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10000;
    display: block;
    padding: 12px 16px 24px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.active .dropdown-menu {
    overflow: visible;
    -webkit-box-shadow: 0 10px 40px rgba(88, 114, 154, 0.3);
    box-shadow: 0 10px 40px rgba(88, 114, 154, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.dropdown-menu input {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    font-family: 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #696969;
    background: #f1f3f6;
    border: none;
    border-radius: 8px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu .list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}
.dropdown-menu .list.one {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.dropdown-menu .list li {
    position: relative;
    margin-bottom: 4px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    font-family: 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #252525;
    page-break-inside: avoid;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-column-break-inside: avoid;

    -moz-column-break-inside: avoid;

    break-inside: avoid;
}

.dropdown-menu .list li::first-letter {
  text-transform: capitalize;
}
.dropdown-menu .list li:hover {
    background: rgba(105, 105, 105, 0.05);
}
.dropdown-menu .list .recent-language::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/history.png") no-repeat;
    background-size: contain;
}
.dropdown-menu .list .now {
    position: relative;
    color: #172736;
    background-color: #f5f9ff;
}
.dropdown-menu .list .now::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/icon-item-language.svg") no-repeat;
    background-size: contain;
}
.language-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}
.language-left .dropdown-toggle::after {
    content: "";
    display: block;
    width: 22px;
    height: 16px;
    background: url("../images/sprite-icon.svg") no-repeat;
    background-position: 94.64285714285714% 85.56701030927834%;
}
.language-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}
.language-right .dropdown-toggle::after {
    content: "";
    display: block;
    width: 22px;
    height: 16px;
    background: url("../images/sprite-icon.svg") no-repeat;
    background-position: 94.64285714285714% 85.56701030927834%;
}
.change-language-button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.change-language-button i {
    display: block;
    width: 34px;
    height: 34px;
    outline: none;
}

[class^="icon"]::before, [class^="nav-icon"]::before {
    content: "";
    display: block;
    background: url("../images/sprite-icon.svg") no-repeat;
}
.icon-arrow::before {
    width: 22px;
    height: 16px;
    background-position: 94.64285714285714% 85.56701030927834%;
}
.icon-arrow:disabled {
    cursor: auto;
}
.icon-change::before {
    width: 34px;
    height: 34px;
    background-position: 100% 0;
}
.icon-change:disabled {
    cursor: auto;
}

.icon-files::before {
    width: 92px;
    height: 92px;
    background-position: 59.74025974025974% 77.96610169491525%;
}
.icon-files:disabled {
    cursor: auto;
}

@media(max-width:1024px) {
  .dropdown-menu .list {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
  }
}
@media(max-width:768px) {
  .dropdown-menu {
    max-height: 40dvh;
    top: 40px;
  }

  .language-right .dropdown-menu {
    top: 100%;
  }

  .active .dropdown-menu {
    overflow-y: scroll;
  }

  .dropdown-toggle {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .dropdown-menu .list {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  }
}
@media(max-width:550px) {
  .dropdown-menu .list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }

  .dropdown {
      width: 100%;
  }

  .languages-row {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .languages-row .dropdown-toggle {
    min-width: 300px;
    font-size: 1rem;
    padding: 8px 12px;
  }
}
@media(max-width:440px) {
  .dropdown-menu .list {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
}
