@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=983504d5-6fbd-4a52-9381-204029782636&fontids=6149637,6149645,6149660,6149670,6383928,6383940,6383960,6383970");

@font-face {
    font-family: "Avenir Next LT W01 Demi";
    src: url("../fonts/6149637/6afe4676-059a-4aa8-b891-29856bbcba22.woff2") format("woff2"), url("../fonts/6149637/a9817c16-2a79-49bf-8543-6c846d73a52f.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Bold";
    src: url("../fonts/6149645/b56355b0-7729-42a7-9f65-62c7211d078c.woff2") format("woff2"), url("../fonts/6149645/05537afc-e923-4df9-b365-71798fbd220d.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Regular";
    src: url("../fonts/6149660/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2") format("woff2"), url("../fonts/6149660/a1adabe6-efe5-40b7-b619-48111c8ff883.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Medium";
    src: url("../fonts/6149670/f5d4f93b-454a-43e0-9ae8-7f1271b5c0fd.woff2") format("woff2"), url("../fonts/6149670/72556e8c-c677-48d8-81ff-3eb8fc50033b.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Ultra Light";
    src: url("../fonts/6383928/65ab15c6-b6bd-4ddf-92b9-dee9eb863d81.woff2") format("woff2"), url("../fonts/6383928/a7fc9538-f36b-4265-90e0-10f88148f319.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Thin";
    src: url("../fonts/6383940/a80347f9-6450-460c-8cd9-d38d8cfd392e.woff2") format("woff2"), url("../fonts/6383940/b773c7d4-8353-42fa-9bd7-a7aaca7291d1.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Heavy";
    src: url("../fonts/6383960/4c12ed83-b51a-4aa2-933e-91b51a349858.woff2") format("woff2"), url("../fonts/6383960/174318b4-133a-4af1-b728-f45b53180bfc.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next LT W01 Light";
    src: url("../fonts/6383970/670c4af6-0f8f-4dfa-89d7-0213a1f77b7d.woff2") format("woff2"), url("../fonts/6383970/b25f4dd5-5498-47ad-bf13-ed8d085f0ace.woff") format("woff");
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

body {
    font-family: "Avenir Next LT W01 Regular";
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
    overflow-x: hidden;
}

/*藍框*/
button:focus,
btn-close:focus,
.accordion-button:focus,
.form-control:focus,
.form-select:focus,
.btn-close:focus,
input:focus,
.form-check-input:focus {
    color: #212529;
    background-color: transparent;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

a:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

:root {
    --green: #14707c;
    --gray: #f3f3f3;
    --line: #ccc;
    --lightgreen: #98d2cf;
    --green2: #68b1a1;
    --red: #800011;
}

.green,
.pagination li .prev:hover,
.pagination li .next:hover {
    background: var(--green);
}

.gray {
    background: var(--gray);
}

h1,
h2,
h3 {
    font-family: "Avenir Next LT W01 Regular";
    line-height: 1.3em;
}

h4,
h5 {
    font-family: "Avenir Next LT W01 Medium";
    line-height: 1.3em;
}

h2 {
    font-size: 34px;
}

h4 {
    font-size: 24px;
}

b,
strong {
    font-family: "Avenir Next LT W01 Medium";
}

h5,
.job-list ul li:first-child,
ul.check .title-line {
    font-size: 19px;
}

.job-list .title ul li:first-child {
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
    color: var(--green);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    margin-bottom: 30px;
}

img {
    width: 100%;
    max-width: 100%;
}

.container {
    position: relative;
}

.embed {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.embed.square {
    padding-top: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-backdrop {
    background-color: var(--green);
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
}

.modal-body {
    padding: 100px;
}

.modal-body.small {
    padding: 50px;
}

.btn-close,
.closebtn {
    background: url(../images/close.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 2;

}

.clear {
    clear: both;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--line);
}

::-webkit-scrollbar-thumb {
    background: var(--green);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--green);
}

nav ul li {
    display: inline-flex;
}

.owl-nav .disabled {
    display: none;
}

.bt,
footer .flex,
.filter {
    text-transform: capitalize;
}

.vertical {
    display: table;
    height: 100%;
}

.vertical .text {
    display: table-cell;
    vertical-align: middle;
}

.banner .vertical .text {
    padding: 50px 0;
}

.breadcrumb {
    margin: 0;
    padding: 2px 0 2px 50px;
    min-height: 32px;
}

.breadcrumb-item.active {
    padding-top: 4px;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
    font-size: 12px;
    float: none;
}

.banner {
    color: white;
    position: relative;
}

.banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner h2 {
    font-family: "Avenir Next LT W01 Ultra Light";
    font-size: 4em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.banner h4 {
    margin-bottom: 20px;
}

.banner p {
    font-size: 1.3em;
}

.banner .bt {
    margin-bottom: 20px;
}

.banner .vertical {
    width: 80%;
    position: relative;
    z-index: 1;
}

.banner .vertical,
.banner .owl-banner .vertical {
    min-height: 365px;
}

.banner.height .vertical,
.banner.height .owl-banner .vertical {
    min-height: 50vh;
}

.banner .item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner a {
    color: white;
}

.banner a:hover {
    text-decoration: underline;
}

.page {
    padding: 50px 0;
}

.blog {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog p,
.blog ol,
.blog ul {
    margin-bottom: 20px;
}

.blog ul {
    list-style: disc;
    margin-left: 25px;
}

.blog ol {
    list-style: decimal;
    margin-left: 25px;
}

.gray .blog {
    margin: 0;
}

.gray .blog p {
    margin-bottom: 10px;
}

.about p {
    margin-bottom: 0;
}

.owl-dots {
    width: 100%;
    position: absolute;
    display: flex;
}

.owl-banner {
    margin-bottom: 10px;
}

.owl-banner .owl-dots {
    bottom: -10px;
}

.owl-carousel button.owl-dot {
    background: #e4e4e4;
    height: 10px;
    flex: 1;
    flex-grow: 1;
    position: relative;
    margin-right: 2px;
}

.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel button.owl-dot:hover {
    background: var(--green);
}

.owl-carousel button.owl-dot.active {
    background: var(--green2);
}

.owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    color: white;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    filter: grayscale(100%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    filter: grayscale(100%);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    filter: grayscale(0);
}

.owl-carousel .owl-nav button.owl-prev img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-nav button.owl-prev {
    left: -45px !important;
    width: 40px;
}

.owl-nav button.owl-next {
    right: -45px !important;
    width: 40px;
}

.nav__wrap {
    display: flex;
    overflow-x: auto;
}

.nav__item {
    flex-shrink: 0;
    position: relative;
}

.nav__dropdown {
    position: absolute;
    z-index: 1;
    display: none;
    top: 50px;
    left: calc(50% - 80px);
    width: 160px;
}

.nav--tall:hover .nav__wrap {
    height: 200px;
}

.nav--absolute {
    position: relative;
    min-height: 100px;
}

.nav--absolute .nav__wrap {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
}

.nav--absolute .nav__wrap::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.nav__item:hover .nav__dropdown {
    display: block;
}

.tablink,
.nav__wrap {
    text-align: center;
    font-size: 1.4em;
    position: relative;
    z-index: 3;
    overflow-y: auto;
    height: 50px;
    margin-bottom: 50px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.nav__dropdown li {
    display: block;
}

.nav__item a.active {
    position: relative;
    color: var(--green) !important;
}

.nav__item a.active::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid var(--green);
    height: 3px;
    width: 100%;
    left: 0;
    top: 32px;
}

.tablink a,
.btnTabSecond a,
.nav__wrap a {
    font-family: "Avenir Next LT W01 Medium";
    padding-bottom: 5px;
    color: #666;
    white-space: nowrap;
    margin: 0 30px;
    cursor: pointer;
}

.nav__item a:hover {
    color: var(--green);
}

.tablink a.active,
.tablink a:hover,
.btnTabSecond a:hover {
    border-bottom: 3px solid var(--green);
    color: var(--green) !important;
}

.tablink a.dropbtn {
    min-width: 105px;
}

.tablink .owl-nav {
    top: 0;

}

.tablink::-webkit-scrollbar {
    display: none;
}

.tablink .item {
    display: inline-block;
    position: relative;
}

.tablink.show .item {
    height: auto;
}

.title-line,
.blog h2.title-line {
    font-family: "Avenir Next LT W01 Regular";
    text-align: center;
    padding-bottom: 25px;
    margin: 40px 0 30px;
    border-bottom: 1px solid var(--line);
}

h4.title-line {
    font-family: "Avenir Next LT W01 Medium";
}

.title-pro {
    font-family: "Avenir Next LT W01 Ultra Light";
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto 50px;
    font-size: 34px;
}

.title-pro b {
    font-family: "Avenir Next LT W01 Demi";
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    line-height: 1em;
    display: inline-block;
    text-align: center;
}

.title-pro b img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.title-pro h2 {
    font-family: "Avenir Next LT W01 Regular";
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    max-width: 400px;
    line-height: 1.1em;
}

.title-pro h2 span {
    font-family: "Avenir Next LT W01 Regular";
    font-size: 15px;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.title-pro h2::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    border-left: 1px solid #333;
    left: -25px;
    top: 8%;
    bottom: 10px;
}

.title-pro.p1 {}

.title-pro.p2 {}

.title-pro.p3 {}

.title-pro.p4 {}

.gray .title-line {
    text-align: center;
    border-bottom: 1px solid var(--line);
}

.owl-carousel.tablink .owl-stage {
    display: inline-flex;
}

.box {
    padding: 40px 0 30px;
    margin: 40px 0;
}

hr:not([size]) {
    background: none;
    border-bottom: 1px solid var(--line);
    opacity: 1;
}

.count ul {
    display: flex;
    flex-wrap: wrap;
}

.count ul li {
    flex: 1;
    flex-grow: 1;
    text-align: center;
    margin: 0 10px;
}

.count ul li img {
    width: 100%;
    max-width: 130px;
}

.count ul li h2 {
    font-family: "Avenir Next LT W01 Demi";
    color: var(--green);
    font-size: 4em;
    margin-top: 20px;
}

.count ul li h2 sup {
    top: -18px
}

.count ul li h2 span {
    font-size: 50%;
}

.small {
    line-height: 1.5em;
}

.pro-line h4 {
    margin-top: 15px;
    margin-bottom: 0;
}

.pro-line h4 span {
    font-family: "Avenir Next LT W01 Regular";
    font-size: 80%;
    border-left: 1px solid #333;
    padding-left: 10px;
    margin-left: 10px;
}

.pro-line .col-sm-6 {
    margin-bottom: 20px;
}

.pro-line a {
    color: #333;
}

.pro-line a:hover,
.team .col-6:hover {
    color: var(--green);
}

.bt-round {
    border-radius: 50em;
    background: var(--green);
    color: white;
    width: 180px;
    height: 180px;
    display: inline-table;
    font-size: 1.4em;
}

.bt-round span {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}

.bt-round:hover {
    color: white;
    text-decoration: none;
}

.bg,
.option::before,
.download a:hover,
.news-content .title::before,
.job-list ul::before,
.job::before,
.bt-round:hover,
.pro-list ul::before,
.title-left::before,
.accordion-button:not(.collapsed)::before,
.accordion-button:hover::before,
.language {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93d0cd+0,007580+50,45397a+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top, rgba(147, 208, 205, 0.8) 0%, rgba(0, 117, 128, 0.9) 50%, rgba(69, 57, 122, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(147, 208, 205, 0.8) 0%, rgba(0, 117, 128, 0.9) 50%, rgba(69, 57, 122, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(147, 208, 205, 0.8) 0%, rgba(0, 117, 128, 0.9) 50%, rgba(69, 57, 122, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc93d0cd', endColorstr='#45397a', GradientType=0);
    /* IE6-9 */
}

footer {
    background: url(../images/footer-bg.svg) center 150px no-repeat;
    padding-top: 50px;
    color: white;
}

footer .contact {
    text-align: center;
    margin-bottom: 50px;
}

footer .info {
    padding: 50px 0;
}

footer .info .flex,
.filter ul {
    display: flex;
}

footer .info ul,
.filter ul li {
    flex: 1;
    flex-grow: 1;
}

footer .info ul {
    padding-left: 5%;
}

.filter ul li a {
    width: 100%;
}

footer .info ul.icons {
    padding-left: 0;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

footer .info ul h5 {
    padding-bottom: 10px;
}

footer .logo {
    display: block;
    width: auto;
}

footer .flex {
    border-bottom: 1px solid var(--lightgreen);
    padding-bottom: 50px;
}

footer .info ul li {
    padding: 3px 0;
}

footer .info ul li ol li {
    padding: 0;
}

footer .info ul li ol li a {
    color: var(--lightgreen);
}

footer img {
    max-height: 30px;
    margin-bottom: 10px;
}

footer .text-center {
    font-size: 13px;
    padding-top: 50px;
}

footer .icons {
    padding-left: 0;
}

footer .icons li {
    display: inline-block;
    font-size: 20px;
    background: white;
    border-radius: 50em;
    width: 30px;
    height: 30px;
    margin: 5px;
}

footer .icons li a {
    color: var(--green);
}

footer .icons li a:hover {
    color: var(--green2);
    text-decoration: none;
}

.title-line.left,
.blog h2.title-line.left {
    text-align: left;
    display: block;
    clear: both;
}

.team h5 {
    margin-top: 15px;
    margin-bottom: 0;
}

.team.gray h5 {
    margin-bottom: 10px;
    margin-top: 0;
}

.team p {
    margin-bottom: 30px;
}

.team .g-0 a {
    display: block;
}

.modal.team .pic {
    border-radius: 50em;
    width: 200px;
    position: fixed;
    right: calc(50% + 250px);
}

.modal.team .modal-body {
    padding-left: 35%;
}

.modal.team h5 {
    font-size: 22px;
}

.modal.team h5 span {
    display: block;
    font-size: 80%;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.banner-bg {
    height: 50vh;
    margin-bottom: 50px;
}

.w100 {
    width: 100px;
}

.dropbtn {
    cursor: pointer;
    position: relative;
}

.dropdowns {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 300px;
    top: 20px;
}

.dropdown-content {
    display: none;
    position: relative;
    overflow: auto;
    z-index: 3;
}

.owl-carousel.owl-drag.tablink .owl-item:last-child {
    margin-right: 50px;
}


.btshare,
.btload,
.btshare {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 2;
}

.dl:hover .btload,
.share:hover .btshare {
    display: block;
}

.btshare span {
    font-size: 30px;
}

.btnTabSecond .tabSecond {
    display: none;
}

.btnTabSecond:hover .tabSecond {
    display: block;
    position: absolute;
    z-index: 3;
}

.tabSecond {
    top: 33px;
    right: calc(50% - 85px);
}

.btshare a {
    display: block;
    border-bottom: 1px solid var(--line);
    padding: 8px;
    background: white;
    height: 45px;
}

.tablink .item.show {
    height: 200px;
}

.dropdown-content a,
.tabSecond a,
.btload a,
.nav__dropdown a {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1em;
    min-width: 160px;
    text-decoration: none;
    display: block;
    margin: 3px;
    background: white;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.tabSecond a:hover,
.tabSecond a.active {
    border: 0;
    color: white !important;
}

.btshare a:hover,
.btload a:hover,
.tabSecond a:hover,
.tabSecond a.active,
.dropdown-content a:hover,
.banner .bt:hover,
.bt:hover,
.filter ul li a.active,
button[type="submit"],
button[type="submit"]:hover,
#thumbs .item:hover,
#thumbs .current .item,
.bt-border:hover,
.openbtn.on div,
.openbtn.on div::before,
.openbtn.on div::after,
.tablinks:hover,
.tablinks.active,
.resp-tab-item:hover,
.resp-tab-item.resp-tab-active,
.bt-more:hover,
.nav__dropdown a:hover,
.nav__dropdown a.active {
    border: none;
    color: white !important;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93d0cd+0,007580+50,45397a+100 */
    background: rgb(147, 208, 205);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(147, 208, 205, 1) 0%, rgba(0, 117, 128, 1) 50%, rgba(69, 57, 122, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(147, 208, 205, 1) 0%, rgba(0, 117, 128, 1) 50%, rgba(69, 57, 122, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(147, 208, 205, 1) 0%, rgba(0, 117, 128, 1) 50%, rgba(69, 57, 122, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d0cd', endColorstr='#45397a', GradientType=1);
    /* IE6-9 */
}

.nav__dropdown a.active::after {
    display: none;
}

.dropdown-content.show {
    display: block;
}

.plus {
    position: absolute;
    right: 25px;
}

.plus .dropdown-content a {
    font-size: 90%;
}

.plus .dropbtn,
.plus .dl,
.plus .share {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.plus .dropbtn,
.plus .dl {
    right: 25px;
    background: url(../images/download.svg) center no-repeat;
    background-size: 30px;
}

.plus .share {
    position: absolute;
    right: 80px;
    background: url(../images/share.svg) center no-repeat;
    background-size: 30px;
}


.plus .dropdowns {
    height: auto;
    position: absolute;
    right: 0;
    top: 50px;
}

.tabcontent {
    margin: 50px 0;
}

.tab,
.resp-tabs-list {
    display: flex;
}

.resp-tabs-list {
    margin-top: 25px;
}

.tablink .dropdowns {
    right: 30px;
    width: auto;

}

.dropdown-content,
.dropdowns {
    height: 0;
}

.dropdown-content.show {
    height: 500px;
}

.tablinks,
.resp-tab-item {
    flex: 1;
    flex-grow: 1;
    font-family: "Avenir Next LT W01 Medium";
    line-height: 1.3em;
    color: #333;
    background: white;
    border: 1px solid var(--line);
    padding: 15px 10px;
    border-radius: 50em;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    position: relative;
}

.owl-carousel button.owl-dot.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--green2);
    top: -10px;
    right: 15%;
}

.owl-icons {
    text-align: center;
    line-height: 1.4em;
}

.owl-carousel.owl-icons .owl-stage {
    display: inline-flex;
}

.owl-icons.owl-carousel .item {
    width: 140px;
    margin: 0 50px;
    min-height: 248px;
}

.owl-icons.owl-carousel .owl-item img {
    display: block;
    margin-bottom: 20px;
}

.ceo {
    margin-right: 0;
}

blockquote {
    font-family: "Avenir Next LT W01 Medium";
    color: var(--green);
    margin: 100px 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
}

blockquote b {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 300;
}

blockquote b:nth-child(2) {
    position: absolute;
}

blockquote .name {
    display: block;
    text-align: right;
    position: relative;
    top: 20px;
}

blockquote .name::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--green);
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

blockquote .name span {
    background: white;
    position: relative;
    padding-left: 15px;
    z-index: 2;
    font-size: 90%;
}

.sign {
    text-align: right;
}

.sign img {
    display: inline;
    height: 30px;
    width: auto;
    margin-bottom: 10px;
}

.sign .name {
    font-family: "Avenir Next LT W01 Medium";
}

.sign span {
    font-size: 80%;
    display: block;
}

.news-list {
    margin-bottom: 50px;
    border-top: 1px solid var(--line);
}

.news-list li {
    border-bottom: 1px solid var(--line);
    padding: 40px 0;
}

.news-list li .info {
    position: relative;
    padding-bottom: 40px;
    height: 100%;
    min-height: 273px;
}

.search-list .news-list li .info {
    min-height: auto;
}

.news-list li a {
    color: #333;
}

.news-list li a:hover {
    color: var(--green);
}

.news-list li a.bt {
    color: white;
    margin-bottom: 20px;
}

.news-list .bts {
    position: absolute;
    bottom: 0;
}

.news-content .bts {
    margin-bottom: 50px;
}

.bts a {
    margin-bottom: 5px;
}

.news-content .title {
    padding-left: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--line);
    position: relative;
}

.news-content .title::before {
    position: absolute;
    content: "";
    width: 15px;
    height: calc(100% - 50px);
    left: 0;
}

.news-content .title h2 {
    font-size: 2.8em;
    margin: 20px 0;
}

.news-content .title p {
    font-size: 1.6em;
}

.news-content .title .bt {
    float: left;
    margin-right: 15px;
}

.news-content .title .date {
    padding: 5px;
}

.date {
    color: #999;
    margin-bottom: 5px;
    font-size: 90%;
}

.date span {
    border-left: 1px solid var(--line);
    padding-left: 10px;
    margin-left: 10px;
}

.date a {
    color: var(--green) !important;
}

.bts a {
    border: 1px solid var(--line);
    padding: 0 15px;
    border-radius: 50em;
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    color: #333;
}

.bts a:hover {
    background: var(--green);
    border: 1px solid var(--green);
    color: white !important;
}

.bt {
    text-align: center;
    display: inline-block;
    min-width: 150px;
    padding: 3px 15px;
    background: #333;
    color: white;
}

.ellipsis,
.q-links p,
.news-list li p,
.news-list li h4,
.banner p,
.news-silder p,
.banner h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.no-ellipsis p {
    display: block;
}

.pagination {
    display: block;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: block;
    padding: 5px;
    line-height: 30px;
    color: #333;
}

.pagination li a.active,
.pagination li a:hover {
    color: var(--green);
}

.pagination li .prev,
.pagination li .next {
    border-radius: 50em;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    text-indent: -9999px;
    font-size: 1px;
    margin: 0 10px;
    position: relative;
}

.pagination li .prev:hover,
.pagination li .next:hover {
    border: 1px solid var(--green);
}

.pagination li .prev::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-left-black.svg) center no-repeat;
    background-size: 40px;
}

.pagination li .next::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-left-black.svg) center no-repeat;
    background-size: 40px;
    moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination li .next::before {
    top: -1px;
}

.pagination li .prev:hover::before,
.pagination li .next:hover::before {
    background: url(../images/arrow-left.svg) center no-repeat;
}

.news-silder.gray {
    padding: 50px 0;
    margin-top: 50px;
}

.news-silder.gray .title-line {
    border: 0;
}

.owl-news .owl-stage {
    display: flex;
}

.owl-news .owl-item {
    background: white;
    flex: 1;
    flex-grow: 1;
}

.news-silder .date {
    margin-top: 15px;
}

.news-silder .info {
    padding: 25px;
}

.news-silder a {
    color: #333;
}

.news-silder a:hover {
    color: var(--green);
}

.news-silder a.bt {
    color: white;
}

.news-silder h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.news-silder ul {
    display: flex;
    flex-wrap: wrap;
}

.news-silder.flex-end ul {
    justify-content: flex-end;
}

.news-silder ul li {
    flex: 0 0 30%;
    margin: 0 15px 50px;
    border: 1px solid var(--gray);
    justify-content: center;
}

.filter {
    border: 1px solid var(--gray);
    border-radius: 50em;
    position: absolute;
    top: -50px;
    right: 5%;
    z-index: 3;
}

.filter ul li {
    display: inline-flex;
}

.filter ul li a {
    display: block;
    padding: 5px 15px;
    border-radius: 50em;
    color: #666;
    text-align: center;
}

.filter ul li a:hover {
    color: var(--green);
}

.filter ul li a.active:hover {
    color: white;
}

.locate h4 {
    padding: 15px 0 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--gray);
}

.locate p {
    display: block;
    margin: 0;
}

.col-form-label {
    font-family: "Avenir Next LT W01 Medium";
    font-size: 15px;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
    font-size: 15px;
}

.bt-green {
    font-family: "Avenir Next LT W01 Medium";
    text-align: center;
    padding: 10px 15px;
    color: var(--green);
    border: 2px solid var(--green);
    width: 100%;
    display: block;
    line-height: 1.2em;
    border-radius: 50em;
    font-size: 15px;
}

.bt-green:hover {
    background: var(--green);
}

.bt-border,
.bt-more {
    font-family: "Avenir Next LT W01 Medium";
    text-align: center;
    padding: 8px 20px;
    border-radius: 50em;
    display: inline-table;
    border: 1px solid var(--line);
    line-height: 1.2em;
    color: #333;
    font-size: 14px;
    background: white;
}

.bt-more.right,
.title-left .bt-more {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.bt-green:hover,
button[type="submit"]:hover,
.bt-border:hover {
    color: white;
}

.relative {
    position: relative;
}

.tip1,
.tip2 {
    font-size: 13px;
}

.tip1 {
    position: absolute;
    top: 55px;
    right: 0;
    width: 40%;
    line-height: 1.2em;
}

.tip2 {
    padding-top: 6px;
}

.form-check {

    padding-left: 40px;
    position: relative;
}

.form-check-input {
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check .form-check-label {
    padding-top: 7px;
    cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/check-solid.svg);
}

.form-check-input:checked {
    background-color: white;
    border-color: var(--green) !important;
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/check-radio.svg);
}

button[type="submit"] {
    border: 0;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 50em;
}

.option {
    background: var(--gray);
    padding: 30px 5% 90px;
    position: relative;
    margin-bottom: 5vh;
}

.option::before,
.job-list ul::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    z-index: 2;
}

.option .form-check {
    display: inline-flex;
    width: 45%;
    margin: 10px;
}

.option-pdf {
    margin: 5vh 0;
}

.option-pdf .form-check {}

.option-pdf .form-check-label {
    border: 1px solid var(--gray);
    position: relative;
    padding: 15px 0 15px 70px;
    width: 100%;
    margin-bottom: 8px;
}

.option-pdf .form-check-label::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/pdf.png) center no-repeat var(--green);
    background-size: 40px;
}

.option-pdf .form-check-input {
    margin-top: 12px;
}

.download .form-check-label {
    padding-right: 70px;
}

.accordion-button {
    padding: 20px 70px;
}

.download a {
    position: absolute;
    width: 55px;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    background: var(--green);
    font-size: 0;
}


.download a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background: url(../images/arrow-right.svg) center no-repeat;
    background-size: 40px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.download .form-check-label::before {
    background: url(../images/pdf.png) center no-repeat var(--green);
    background-size: 55px;
}

.accordion-button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background: var(--green);
}


.accordion-button::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background: url(../images/arrow-right.svg) center no-repeat;
    background-size: 40px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/arrow-right.svg) center no-repeat;
    background-size: 40px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-button span {
    position: absolute;
    left: 0;
    top: 20px;
    width: 70px;
    text-align: center;
}

.form-select {
    border-radius: 0;
    padding: 10px;
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    background-position: right;
}

.logos .form-check-label {
    min-height: 30px;
}

.logos .form-check-label::before {
    background: url(../images/logo-icon.svg) center no-repeat var(--green);
}

.logos img {
    max-height: 30px;
    width: auto;
}

.faq .option {
    padding: 30px 5%;
}

.faq .option .form-check {
    width: 22%;
}

.accordion-item {
    border: 1px solid var(--gray) !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-header {
    position: relative;
    line-height: normal;
    font-size: 20px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button:not(.collapsed) {
    color: var(--green);
}

.accordion-body {
    padding: 30px 70px;
    background: var(--gray);
    margin: 0;
}

.job::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    left: 0;
}

.job {
    position: relative;
}

.job .bt-green {
    font-size: 1.2em;
    min-width: 180px;
    margin-bottom: 0;
}

.job h4 {
    position: relative;
    bottom: -10px;
}

.job .title {
    border-bottom: 2px solid var(--green);
    padding-bottom: 4vh;
    color: var(--green);
}

.job .info {
    padding-top: 4vh;
}

.job .title,
.job .info {
    margin-left: 5%;
}

.job .blog b {
    font-family: "Avenir Next LT W01 Medium";
    margin-bottom: 15px;
    color: #333;
}

.job-list {
    margin-bottom: 50px;
    border-bottom: 1px solid var(--line);
}

.job-list ul {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.job-list ul li {
    flex: 1;
    background: var(--gray);
    padding: 20px 10px;
    position: relative;
}

.job-list ul li:first-child {
    font-family: "Avenir Next LT W01 Medium";
    flex-grow: 2;
    padding-left: 100px;
}

.job-list ul li.new::before {
    position: absolute;
    content: "New";
    background: var(--red);
    color: white;
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50em;
    left: 35px;
    top: calc(50% - 20px);
}

.job-list .title {
    margin-bottom: 25px;
}

.job-list .title ul li {
    background: none;
    padding-bottom: 15px;
}

.job-list .title ul li:first-child {
    font-family: "Avenir Next LT W01 Regular";
}


.job-list .title ul::before {
    display: none;
}

.job-list .title ul {
    margin-top: 30px;
    border-bottom: 1px solid var(--line);
}

.job-list select {
    margin-bottom: 5px;
    padding-right: 40px;
}

.job-list a:hover {
    color: var(--green2);
}

.job-info {
    margin-top: 80px;
}

.job-info .bt-green,
.job .bt-green {
    border-radius: 50em;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.job-info .bt-green {
    margin-bottom: 20px;
}

.job-logo img {
    height: 35px;
    width: auto;
}

.job-logo li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}

.job-logo li:last-child {
    margin-right: 0;
}

.vision {
    padding-top: 20px;
}

.member {
    position: relative;
}

.team .col-6 {
    cursor: pointer;
}

.working img {
    max-width: 400px;
}

.mobile {
    display: none;
}

.blog ul.check,
ul.check {
    list-style: none;
    margin-left: 0;
    margin-bottom: 30px;
}

.blog ul.check li,
ul.check li {
    background: url(../images/check.svg) top left no-repeat;
    background-size: 40px;
    min-height: 40px;
    padding-top: 5px;
    padding-left: 60px;
    margin-bottom: 10px;
}

ul.check li b {
    display: block;
}

ul.check .title-line {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.aware ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.aware li {
    flex: 0 0 45%;
    padding-top: 10px;
    padding-left: 100px;
    margin-bottom: 30px;
    margin-right: 5%;
    min-height: 80px;
}

.aware li:nth-child(1) {
    background: url(../images/icon22.svg) left top no-repeat;
    background-size: 80px;
}

.aware li:nth-child(2) {
    background: url(../images/icon24.svg) left top no-repeat;
    background-size: 80px;
}

.aware li:nth-child(3) {
    background: url(../images/icon23.svg) left top no-repeat;
    background-size: 80px;
}

.aware li:nth-child(4) {
    background: url(../images/icon25.svg) left top no-repeat;
    background-size: 80px;
}

.dropbt {
    color: #333;
    display: block;
    padding-bottom: 10px;
}

.dropbt .embed {
    margin-bottom: 10px;
}

.dropdown-box {
    display: none;
    position: absolute;
    background-color: var(--gray);
    width: 100%;
    z-index: 1;
    padding: 15px 20px;
}

.dropdown-box span {
    display: block;
    margin-bottom: 10px;
    font-size: 90%;
}

.dropdown:hover .dropdown-box {
    display: block;
}

table {
    width: 100%;
}

table td,
table th {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

table th {
    text-align: left;
    background-color: var(--gray);
    border: 0;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0
}

.table {
    overflow-x: auto;
    position: relative;
}

.foresee .col-md-4,
.foresee .col-md-6 {
    margin-bottom: 30px;
}

.foresee .embed,
.foresee img {
    margin-bottom: 10px;
}

.top100 {
    padding-top: 100px;
}

.top50 {
    padding-top: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

#thumbs {
    margin-top: 50px;
}

#thumbs h5 {
    margin: 0;
    font-size: 16px;
}

#thumbs .item {
    background: white;
    padding: 10px;
    border-radius: 50em;
    cursor: pointer;
}

#thumbs .vertical {
    min-height: 48px;
    width: 100%;
    text-align: center;
}

#thumbs.owl-theme .owl-nav {
    margin: 0;
}

#big {
    text-align: center;
}

#big .owl-item.active,
#big .owl-item {
    transform: scale(.8);
    opacity: .3;
}

#big .owl-item.active.center {
    transform: scale(1);
    opacity: 1;
}

.pro-list ul {
    display: flex;
    position: relative;
    background: var(--gray);
    margin-bottom: 10px;
}

.pro-list ul::before,
.title-left::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    z-index: 2;
}

.pro-list ul li {
    flex: 0 0 30%;
    padding: 20px;
}

.pro-list ul li:last-child,
.pro-list ul li:nth-child(2),
.pro-list ul.title li:nth-child(2),
.pro-list ul.title li:last-child {
    flex-grow: 1;
    flex-shrink: 1;
}

.pro-list ul li:nth-child(2) {
    white-space: nowrap;
}

.pro-list ul li:first-child {
    padding-left: 30px;
}

.pro-list ul.title {
    border-top: 0;
    margin-top: 50px;
    margin-bottom: 25px;
    border-right: 0;
    background: white;
    border-bottom: 1px solid var(--line);
}

.pro-list ul.title::before {
    display: none;
}

.pro-list ul.title li {
    padding-top: 10px;
    padding-bottom: 10px;

}

.pro-list ul.title li:last-child {
    text-align: right;
}

.pro-list ul img {
    width: 80px;
}

.title-left {
    position: relative;
    padding-left: 30px;
    margin: 40px 0;
}

.title-left h2 {
    font-family: "Avenir Next LT W01 Medium";
}

.title-left a {
    color: #333;
}

.title-left a:hover {
    color: var(--green);
}

.search {
    position: absolute;
    top: 28px;
    right: 200px;
}

.search input,
.search input:focus {
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
}

.search .icon-zoom {
    font-size: 35px;
    color: #333;
    position: absolute;
    top: 2px;
    right: -30px;
}

.search-text {
    display: none;
}

ul.dots {
    border: 0;
    display: block;
}

ul.dots::before {
    display: none;
}

ul.dots li {
    padding: 0;
    position: relative;
    margin-left: 25px;
    list-style: disc;
}

ul.dots li::marker {
    color: var(--green2);
}

.job ul li::marker {
    color: var(--green);
}

ul.dots li:first-child {
    padding-left: 0;
}

.icon-plus {
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
}

.icon-plus a {
    display: block;
    height: 100%;
}

.icon-plus a:focus {
    background: var(--gray);
}

.icon-plus span {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0;
    top: calc(50% - 30px);
    left: calc(50% - 20px);
}

.icon-plus span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    left: 20px;
    top: 0;
}

.icon-plus span::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    left: 0;
    top: 20px;
}

.icon-plus span::before,
.icon-plus span::after {
    background: var(--green);
}

.icon-plus:hover {
    background: var(--green);
}

.icon-plus:hover span::before,
.icon-plus:hover span::after {
    background: white;
}

.round {
    text-align: center;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid var(--line);
    border-radius: 50em;
}

.video-bt {
    position: relative;
}

video {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
}

.playpause {
    width: 100px;
    height: 100px;
    background: url(../images/play.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.app {
    width: 80%;
    margin: 0 auto;
}

.group,
.device {
    text-align: center;
}

.group .embed {
    margin-bottom: 10px;
}

.group a {
    color: #333;
}

.group a:hover {
    color: var(--green);
}

.group img {
    height: 140px;
    width: auto;
    margin: 40px auto;
}

.device h5 {
    margin-top: 10px;
}

.device .col-md-2 img {
    width: 140px;
    margin: 0 auto 5px auto;
}

.solution .info {
    position: relative;
    margin-bottom: 30px;
}

.solution .info .bt-border {
    position: absolute;
    top: -15px;
    right: 0;
}

.solution h5 {
    margin-top: 40px;
}

.solution .box {
    margin: 0;
}

.solution #s1,
.solution #s3,
.solution #s5,
.solution #s7,
.solution #s9 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.application {
    list-style: none !important;
    margin-left: 0 !important;
}

.application li {
    padding-left: 100px;
    min-height: 80px;
    margin-bottom: 15px;
}

.application li:nth-child(1) {
    background: url(../images/icon26.svg) left top no-repeat;
    background-size: 80px;
}

.application li:nth-child(2) {
    background: url(../images/icon27.svg) left top no-repeat;
    background-size: 80px;
}

.application li:nth-child(3) {
    background: url(../images/icon28.svg) left top no-repeat;
    background-size: 80px;
}

.application li:nth-child(4) {
    background: url(../images/icon29.svg) left top no-repeat;
    background-size: 80px;
}

.application li:nth-child(5) {
    background: url(../images/icon30.svg) left top no-repeat;
    background-size: 80px;
}

.Generation {
    margin-top: 30px;
}

.Generation li {
    padding: 30px 20px;
    position: relative;
    border-bottom: 1px solid var(--line);
}

.Generation li:first-child {
    border-top: 1px solid var(--line);
}

.Generation li:first-child img {
    right: 55px;
}

.Generation h2 {
    color: var(--green);
    position: absolute;
    top: 25px;
}

.Generation h2 sup {
    min-width: 31px;
    display: inline-block;
}

.Generation h2 span {
    font-size: 50%;
    padding-left: 15px;
    position: relative;
    top: -10px;
}

.Generation li:nth-child(2) h2 {
    top: 35%;
}

.Generation p {
    margin-left: 180px;
    margin-right: 380px;
    margin-bottom: 0;
}

.Generation img {
    height: 50px;
    width: auto;
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    top: 5px;
}

.float-right-img {
    float: right;
    width: 50%;
    margin: 0 0 auto 50px;
}

.float-left-img {
    float: left;
    width: 50%;
    margin: 0 50px auto 0;
}

.reco {
    list-style: none !important;
    display: flex;
    margin-left: 0 !important;
}

.reco li {
    flex: 1;
    padding-left: 80px;
    line-height: 1.4em;
    margin-right: 20px;
}

.reco li:first-child {
    background: url(../images/IDEM.png) left top no-repeat;
    background-size: 50px;
}

.reco li:nth-child(2) {
    background: url(../images/ISSCC.png) left top no-repeat;
    background-size: 60px;
}

.reco li:nth-child(3) {
    background: url(../images/IS.png) left top no-repeat;
    background-size: 70px;
    padding-left: 90px;
}

ul.menu {
    display: flex;
}

ul.menu li {
    flex: 1;
    padding: 3px 0;
}

ul.menu li h2 {
    font-size: 32px;
    font-family: "Avenir Next LT W01 Ultra Light";
    margin-bottom: 20px;
}

ul.menu li ul {
    font-size: 19px;
    font-family: "Avenir Next LT W01 Medium";
}

ul.menu li ul li ul {
    font-size: 16px;
    font-family: "Avenir Next LT W01 Regular";
    margin-left: 15px;
    position: relative;
}

ul.menu li ul li ul::before {
    position: absolute;
    content: "";
    border-left: 1px solid var(--line);
    height: 80%;
    left: -10px;
    top: 10%;
}

ul.menu li .links1 ul li ul::before {
    height: 85%;
    top: 8%;
}

ul.menu a {
    color: #333;
    display: block;
}

ul.menu a:hover {
    text-decoration: underline;
}

.mask {
    background-color: var(--green);
    opacity: .7;
    position: fixed;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    z-index: 3;
    display: none;
}

.sidepanel,
.search-form {
    text-align: left;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    z-index: 9;
    padding: 50px 0;
}

.sidepanel .closebtn,
.search-form .closebtn {
    position: absolute;
    top: -40px;
    right: 25px;
    font-size: 0;
    width: 40px;
    height: 40px;
}

.sidepanel .closebtn {
    display: none;
}

.search-form .closebtn {
    top: -80px;
}

.search-form .search-list .input-group {
    margin: 0;
}

header {
    text-align: center;
    background: white;
    position: relative;
    height: 100px;
    z-index: 10;
}

.logo {
    background: url(../images/logo.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 80%;
    width: 240px;
}

.logo:hover {
    background-image: url(../images/logo-color.svg);
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.language {
    position: absolute;
    width: 50px;
    height: 100%;
    line-height: 100px;
    top: 0;
    right: 0;
}

.language a {
    color: white;
}

.slogn {
    font-size: 14px;
    line-height: 100px;
    position: absolute;
    left: 50px;
}

.openbtn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 25px;
    right: 100px;
}

.openbtn div {
    font-size: 0;
    top: 20px;
    width: 100%;
    height: 4px;
    background: var(--green);
    position: relative;
}

.openbtn div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--green);
    top: -10px;
    left: 0;
}

.openbtn div::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--green);
    bottom: -10px;
    left: 0;
}

.owl-main .owl-nav button.owl-prev,
.owl-banner .owl-nav button.owl-prev {
    left: 30px !important;
}

.owl-main .owl-nav button.owl-next,
.owl-banner .owl-nav button.owl-next {
    right: 30px !important;
}

.banner.height .owl-main .item,
.banner.height .owl-main .vertical {
    height: 80vh;
    overflow: hidden;
}

.owl-main .video {
    cursor: pointer;
}

.owl-main .video .full {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.owl-main .video .container::before {
    position: absolute;
    content: "";
    background: url(../images/play2.svg) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 2;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.owl-carousel.owl-main .owl-item {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}

.banner .owl-main h2 {
    font-size: 95px;
    margin-bottom: 20px;
    line-height: 1.1em;
    letter-spacing: -1px;
}

.videobox .modal-body {
    padding: 0;
    overflow: hidden;
}

.videobox .modal-content {
    background-color: transparent;
    box-shadow: none;
}

.videobox .btn-close {
    background: url(../images/close-white.svg) no-repeat;
    background-size: contain;
}

.q-links {
    position: relative;
}

.q-links ul {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.q-links .embed {
    margin-bottom: 40px;
    color: white;
    cursor: pointer;
    width: 90%;
}

.q-links .embed .text {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.q-links .embed:hover::before {
    opacity: 0;
}

.q-links .embed::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: .3s;
}

.q-links ul li:first-child .embed::before {
    background: rgba(138, 146, 153, .9);
}

.q-links ul li:nth-child(2) .embed::before {
    background: rgba(113, 167, 170, .9);
}

.q-links ul li:nth-child(3) .embed::before {
    background: rgba(58, 135, 165, .9);
}

.q-links ul li:last-child .embed {
    margin-bottom: 1rem;
}

.edm {
    padding: 30px;
    margin-top: 50px;
}

.edm .form::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    background: url(../images/edm.svg) var(--green) center no-repeat;
    background-size: 50px;
    left: 0;
}

.edm .form {
    display: flex;
    position: relative;
    background: white;
    padding-left: 80px;
}

.edm input {
    padding: 25px;
    border: 0;
    flex: 0 0 80%;
}

.edm button[type="submit"] {
    background: url(../images/arrow-right-green.svg) center no-repeat;
    background-size: 60px;
    font-size: 0;
}

.text-link {
    color: #333;

}

.text-link:hover {
    color: var(--green);
}

.relative {
    position: relative;
}

p.relative {
    margin-bottom: 60px;
}

.search-list .news-list {
    margin-top: 30px;
}

.search-list .news-list li .info {
    padding-bottom: 0;
}

.search-list .news-list li {
    padding: 20px 0;
}

.search-list input {
    border-radius: 50em;
}

.search-list input.form-control:focus {
    border-color: var(--green);
}

.search-list .btn {
    border-radius: 50em;
    border: 0;
    padding: .375rem 30px;
    background: var(--green);
    color: white;
}

.search-list .input-group {
    margin: 30px 0;
}

.stag {
    text-align: center;
    margin-bottom: 100px;
}

.stag .item {
    height: 200px;
}

.stag a {
    color: #333;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.stag .owl-carousel .owl-item img {
    width: 60px;
    margin: 0 auto;

}

.stag .pic {
    position: relative;
    top: 85px;
}

.stag .down .pic {
    top: 40px;
}

.stag .pic::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 10px;
    left: calc(50% - 35px);
    transform: rotate(45deg);
    z-index: -1;
    top: 0;
}

.stag .pic::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    left: calc(50% - 1px);
    border-right: 1px dashed var(--line);
    z-index: -2;
    top: -60px;
}

.stag .down .pic::after {
    top: 60px;
}

.stag p {
    margin: 0;
    position: relative;
    width: 100%;
    list-style: none;
    line-height: 1.2em;
}

.stag .down p {
    position: absolute;
    bottom: 0;
}

.stag p::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50em;
    left: calc(50% - 4px);
    top: 35px;
}

.stag .down p::before {
    top: -15px;
}

.stag .pic::before,
.stag p::before {
    background: var(--green);
}

.stag .down .pic::before,
.stag .down p::before {
    background: var(--green2);
}

.stag a:hover .pic::before {
    background: white;
    border: 1px solid var(--green);
}

.stag .down a:hover .pic::before {
    background: white;
    border: 1px solid var(--green2);
}

.s1 .pic {
    height: 80px;
    background: url(../images/s1.svg) center 10px no-repeat;
    background-size: 50px;
}

.s1:hover .pic {
    background: url(../images/s1-o.svg) center 10px no-repeat;
    background-size: 50px;
}

.s2 .pic {
    height: 80px;
    background: url(../images/s2.svg) center 10px no-repeat;
    background-size: 60px;
}

.s2:hover .pic {
    background: url(../images/s2-o.svg) center 10px no-repeat;
    background-size: 60px;
}

.s3 .pic {
    height: 80px;
    background: url(../images/s3.svg) center 0 no-repeat;
    background-size: 60px;
}

.s3:hover .pic {
    background: url(../images/s3-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.s4 .pic {
    height: 80px;
    background: url(../images/s4.svg) center 0 no-repeat;
    background-size: 60px;
}

.s4:hover .pic {
    background: url(../images/s4-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.s5 .pic {
    height: 80px;
    background: url(../images/s5.svg) center 0 no-repeat;
    background-size: 60px;
}

.s5:hover .pic {
    background: url(../images/s5-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.s6 .pic {
    height: 80px;
    background: url(../images/s6.svg) center 0 no-repeat;
    background-size: 60px;
}

.s6:hover .pic {
    background: url(../images/s6-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.s7 .pic {
    height: 80px;
    background: url(../images/s7.svg) center 0 no-repeat;
    background-size: 60px;
}

.s7:hover .pic {
    background: url(../images/s7-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.s8 .pic {
    height: 80px;
    background: url(../images/s8.svg) center 0 no-repeat;
    background-size: 60px;
}

.s8:hover .pic {
    background: url(../images/s8-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.s9 .pic {
    height: 80px;
    background: url(../images/s9.svg) center 0 no-repeat;
    background-size: 60px;
}

.s9:hover .pic {
    background: url(../images/s9-o.svg) center 0 no-repeat;
    background-size: 60px;
}

.range tr th:first-child {
    width: 40%;
}

.range td,
.range th {
    padding: 10px 30px;
}

.milestone {
    position: relative;
}

.milestone .gif {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 22%;
}

.lock {
    overflow: hidden;
}

.cookies {
    position: fixed;
    width: 100%;
    bottom: 30px;
    left: 0;
    z-index: 99;
}

.cookies .info {
    padding: 40px;
    background: white;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.cookies .mask {
    display: block;
    height: 100%;
    top: 0;
    z-index: 100;
    display: none;
}

.cookies .bt-green {
    font-size: 1.2em;
    position: relative;
    top: calc(50% - 25px);
}

.ani {
    text-align: center;
}

.ani h2 {
    font-family: "Avenir Next LT W01 Demi";
}

.ani p,
.ani img {
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.4em;
}

.ani img {
    max-width: auto;
}

.ani h2 {
    font-size: 26px;
}

.ani img {
    height: 50px;
    margin-bottom: 10px;
}

.title-pro b {
    font-size: 34px;
}

.title-pro b img {
    height: 60px;
    margin-bottom: 10px;
}

.ani .col-md-6 {
    margin-bottom: 30px;
}

.ani .bt-more {
    margin-bottom: 20px;
}

.svgAnimate::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .3s;
    top: 0;
    left: 0;
}

.svgAnimate:hover::before {
    opacity: 0;
}

.svgAnimate.svg1::before {
    background: url(../images/Explore_light_1.jpg) center no-repeat;
    background-size: contain;
}

.svgAnimate.svg2::before {
    background: url(../images/Explore_light_2.jpg) center no-repeat;
    background-size: contain;
}

.svgAnimate.svg3::before {
    background: url(../images/Explore_light_3.jpg) center no-repeat;
    background-size: contain;
}

.bt-more {
    border: 1px solid var(--line);
    margin: 10px;
    line-height: 0;
    text-indent: -9999px;
    border-radius: 50px;
    width: 60px;
    height: 30px;
    position: relative;
    font-size: 0;
}

.bt-more:hover {
    border: 1px solid white;
}

.owl-banner .bt-more {
    margin-left: 0;
}

.owl-banner .bt-more:hover {
    border: 1px solid var(--line);
}

.bt-more::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 30px;
    top: 0;
    left: 0;
    background: url(../images/arrow-right-black.svg) center no-repeat;
    background-size: 40px;
}

.bt-more:hover::before {
    background: url(../images/arrow-right.svg) center no-repeat;
    background-size: 40px;
}

.gotop {
    border-radius: 50em;
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid var(--green);
    text-indent: -9999px;
    font-size: 1px;
    margin: 0 10px;
    position: fixed;
    display: block;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    z-index: 5;
    right: 15px;
    bottom: 5%;
    display: none;
}

.gotop::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-right-green.svg) center no-repeat;
    background-size: 40px;
    moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.gotop.show {
    display: block;
}

.stag .owl-item:nth-child(8) .down .pic::after {
    height: 50px;
}

.stag .owl-item:nth-child(9) p::before {
    top: 45px;
}

.stag .owl-item:nth-child(9) .pic {
    top: 70px;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    overflow: hidden;
    background-color: black;
}


.video-container video {
    position: absolute;
    height: 100vh;
    width: auto;
    z-index: 0;
    bottom: 0;
    transform: scale(1.3, 1.3);
}

.video-container video.fillWidth {
    width: 100%;
}

.video_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    cursor: pointer;
}

.homepage-hero-module {
    position: absolute;
    width: 100%;
    top: 0;
}

.resp-tab-content {
    display: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content-active {
    display: block;
}

.info_box {
    background: url(../images/footer-bg2.svg) right bottom no-repeat white;
    background-size: 90%;
}

.loader {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    top: -40px;
    left: 50%;
    animation: loader 1s linear alternate infinite;
}

@keyframes loader {
    0% {
        box-shadow: -60px 40px 0 0 #14707c, -30px 40px 0 0 #f3f3f3, 0 40px 0 0 #f3f3f3, 30px 40px 0 0 #f3f3f3, 60px 40px 0 0 #f3f3f3;
    }

    25% {
        box-shadow: -60px 40px 0 0 #f3f3f3, -30px 40px 0 0 #14707c, 0 40px 0 0 #f3f3f3, 30px 40px 0 0 #f3f3f3, 60px 40px 0 0 #f3f3f3;
    }

    50% {
        box-shadow: -60px 40px 0 0 #f3f3f3, -30px 40px 0 0 #f3f3f3, 0 40px 0 0 #14707c, 30px 40px 0 0 #f3f3f3, 60px 40px 0 0 #f3f3f3;
    }

    75% {
        box-shadow: -60px 40px 0 0 #f3f3f3, -30px 40px 0 0 #f3f3f3, 0 40px 0 0 #f3f3f3, 30px 40px 0 0 #14707c, 60px 40px 0 0 #f3f3f3;
    }

    100% {
        box-shadow: -60px 40px 0 0 #f3f3f3, -30px 40px 0 0 #f3f3f3, 0 40px 0 0 #f3f3f3, 30px 40px 0 0 #f3f3f3, 60px 40px 0 0 #14707c;
    }
}

.logotip {
    font-size: 13px;
    background: url(../images/logo.svg) left center no-repeat;
    background-size: 120px;
    padding-left: 130px;
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.title-line span {
    font-size: 16px;
    position: relative;
    padding: 8px 0 8px 15px;
    margin-left: 15px;
    border-left: 1px solid #333;
    top: -2px;
    font-weight: bold;
}

@media (max-width: 1366px) {
    .banner h2 {
        font-size: 3em;
        line-height: 1.2em;
    }

    .owl-main video {
        width: 110%;
    }
}

@media (max-width: 1200px) {
    .modal.team .pic {
        right: calc(50% + 160px);
    }

    h2 {
        font-size: 26px;
    }

    .pro-list ul li:last-child {
        flex: 0 0 30%;
    }

    .banner .owl-main h2 {
        font-size: 56px;
    }

    .title-pro b,
    .ani h2 {
        font-size: 26px;
    }

    .title-pro b img,
    .ani img {
        height: 50px;
        margin-bottom: 5px;
    }

}

@media (max-width: 1024px) {
    .svgAnimate::before {
        opacity: 0;
    }
}

@media (max-width: 1000px) {
    .nav--absolute {
        min-height: 70px;
    }

    .nav--absolute .nav__wrap {
        justify-content: flex-start;
    }

    .nav__wrap a {
        margin-left: 0;
        margin-right: 60px;
    }

    .nav__dropdown {
        left: calc(50% - 100px);
    }

    .nav__wrap li:first-child .nav__dropdown {
        left: 3px;
    }

    .search {
        top: 12px;
        right: 120px;
    }

    .menu div {
        display: none;
    }

    .sidepanel .container {
        padding: 0 20%;
    }

    ul.menu {
        display: block;
    }

    header {
        height: 60px;
    }

    .sidepanel,
    .search-form {
        top: 60px;
        padding: 30px 0;
    }

    ul.menu li h2 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .mask {
        height: calc(100vh - 60px);
        top: 60px;
    }

    .sidepanel .closebtn,
    .search-form .closebtn {
        width: 30px;
        height: 30px;
        top: -20px;
    }

    .search-form .closebtn {
        top: -40px;
    }

    .openbtn {
        width: 40px;
        top: 8px;
        right: 20px;
    }

    .logo {
        width: 180px;
    }

    .slogn,
    .language {
        display: none;
    }

    .reco {
        display: block;

    }

    .reco li {
        min-height: 80px;
        background-size: 50px !important;
        background-position: top left !important;
        padding-left: 80px !important;
    }

    .reco li:nth-child(2) {
        padding-top: 10px;
    }

    .Generation h2,
    .Generation li:nth-child(2) h2 {
        position: relative;
        top: auto;
    }

    .Generation p {
        margin-right: 0;
        margin-left: 0;
    }

    .Generation h2 span {
        font-size: 60%;
        top: auto;
        padding-left: 0;
    }

    .Generation img {
        height: 40px;
        right: auto;
        position: relative;
    }


    .Generation li:first-child img {
        right: auto;
    }

    .news-silder ul li {
        flex: 0 0 45%;
    }

    .count ul li {
        flex: 0 0 30%;
        margin-bottom: 20px;
    }

    .count ul li h2 {
        margin-top: 10px;
    }

    .modal.team .modal-body,
    .modal .modal-body {
        padding: 0 25px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .modal.team .pic {
        width: 100px;
        position: relative;
        right: 0;
        margin-bottom: 20px;
    }

    .modal .tip1 {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .btn-close {
        top: 15px;
        right: 25px;
    }

    .faq .option .form-check {
        width: 28%;
    }

    .title-pro h2 {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .owl-main video {
        left: -120%;
    }

}

@media (max-width: 767px) {

    footer .icons {
        margin-bottom: 15px;
    }

    .breadcrumb {
        padding-left: 20px;
    }

    #thumbs {
        margin-top: 0;
    }

    .q-links ul {
        position: relative;
    }

    .milestone .gif {
        bottom: 1.2%;
        width: 32%;
        left: 10%;
    }

    .range td,
    .range th {
        padding: 10px 20px;
    }

    .range th {
        letter-spacing: -1px;
    }

    .range tr th:first-child {
        min-width: 250px;
    }

    .group img {
        margin-bottom: 20px;
    }

    .q-links {
        margin-top: 40px;
    }

    .q-links .embed {
        margin-bottom: 20px;
        width: 100%;
    }

    .edm .form {
        margin-top: 15px;
        padding-left: 50px;
    }

    .search {
        left: 20px;
        right: auto;
    }

    .banner.height .owl-main .item,
    .banner.height .owl-main .vertical {
        height: 70vh;
    }

    .banner .owl-main h2 {
        font-size: 42px;
    }

    .owl-main video {
        width: 310%;
    }

    .float-right-img,
    .float-left-img {
        float: none;
        width: 100%;
        margin: 0 0 auto 0;
    }

    .news-content {
        margin-top: 50px;
    }

    .title-pro,
    .title-pro.p3 {
        margin-top: 0;
        padding-left: 0;
        text-align: center;

    }

    .title-pro.p1,
    .title-pro.p2,
    .title-pro.p3,
    .title-pro.p4 {
        background-position: top center;
        background-size: 180px;
    }

    .title-pro b {
        width: auto;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .title-pro b,
    .ani h2 {
        font-size: 34px;
    }

    .title-pro h2 {
        display: block;
        font-family: "Avenir Next LT W01 Medium";
    }

    .title-pro h2::before {
        width: 100px;
        height: 1px;
        border-top: 1px solid #333;
        border-left: 0;
        left: calc(50% - 50px);
        top: -12px;
    }

    .title-pro h2 {
        text-align: center;
        font-size: 1em;
        font-size: 70%;
    }

    .title-pro h2 span {
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 5px;
    }

    .ani .bt-more {
        margin-bottom: 40px;
    }

    .pro-list ul.title {
        display: none;
    }

    .pro-list ul {
        display: block;
    }

    .icon-plus {
        position: absolute;
        width: 100%;
        height: 80px;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .pro-list ul li:last-child {
        height: 80px;
    }

    .pro-list ul li {
        padding-bottom: 0;
        padding-left: 30px;
        position: relative;
    }

    .pro-list ul li:nth-child(2)::before,
    .pro-list ul li:nth-child(3)::before {
        position: absolute;
        top: -10px;
        left: 30px;
        font-size: 80%;
        color: var(--green);
    }

    .pro-list ul li:nth-child(2)::before {
        content: "Series";
    }

    .pro-list ul li:nth-child(3)::before {
        content: "Application";
    }

    ul.dots li:nth-child(2)::before,
    ul.dots li:nth-child(3)::before {
        display: none;
    }

    ul.dots li:last-child {
        height: auto;
    }

    ul.dots li {
        padding-left: 0;
    }

    .top100,
    .top50 {
        padding-top: 0;
    }

    h2 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.2em;
        line-height: 1.6em;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .news-silder ul {
        display: block;
    }

    .news-silder ul li {
        margin: 0 0 30px;
    }

    .gray .embed {
        margin-bottom: 20px;
    }

    .title-line,
    .blog h2.title-line {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .container {
        padding: 0 25px;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0;
    }

    .banner .vertical {
        width: 100%;
    }

    footer {
        background-size: 500px;
    }

    footer .info .flex {
        display: none;
    }

    footer .info {
        padding: 50px 0;
    }

    footer .text-center {
        padding-top: 0;
    }

    footer img {
        margin-top: 20px;
    }

    .count ul {
        justify-content: center;
    }

    .count ul li {
        flex: 0 0 43%;
    }

    .count ul li h2 {
        font-size: 3em;
    }

    .owl-icons.owl-carousel .item,
    .owl-carousel.owl-main {
        width: 100%;
        margin: 0;
    }

    .tab,
    .resp-tabs-list {
        display: block;
    }

    .tablinks,
    .resp-tab-item {
        flex: none;
        display: inline-table;
        width: 46%;
        padding: 10px 12px;
    }

    .tablink a {
        margin: 0 25px 0 0;
        padding-bottom: 5px;
        line-height: normal;
    }

    .tabSecond a {
        margin: 3px;
    }

    .dropdowns {
        right: 25px;
    }

    .banner h2 {
        font-size: 2.4em;
    }

    .banner h4 {
        font-size: 1.4em;
    }

    .banner p {
        font-size: 1.2em;
    }

    blockquote {
        margin: 50px 0;
    }

    .ceo {
        margin-right: 0;
    }

    .news-list li {
        padding-bottom: 20px;
    }

    .news-list li a.bt {
        margin-top: 15px;
    }

    .news-list li .info {
        padding: 0;
    }

    .news-list .bts {
        position: relative;
        margin-bottom: 15px;
    }

    .news-content .title .bt {
        margin-bottom: 10px;
        float: none;
    }

    .owl-carousel {
        margin: 0 25px;
        width: calc(100% - 50px);
    }

    .owl-carousel.owl-banner {
        width: 100%;
        margin: 0;
    }

    .tablink {
        font-size: 1.3em;
        margin: 0;
        width: 100%;
    }

    .owl-nav button.owl-prev {
        left: -35px !important;
    }

    .owl-nav button.owl-next {
        right: -35px !important;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        width: 30px;
    }

    .banner.height .vertical,
    .banner.height .owl-banner .vertical {
        min-height: 300px;
    }

    .banner .vertical {
        min-height: 200px;
    }

    .news-content .title {
        padding-left: 40px;
    }

    .job .title h4 {
        margin-bottom: 40px;
    }

    .job .title,
    .job .info {
        margin-left: 12%;
    }

    .news-content .title .date {
        padding: 0;
        display: block;
    }

    .news-content .title .date span {
        display: block;
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .news-content .title h2 {
        font-size: 1.6em;
    }

    .news-content .title p,
    .owl-news h4 {
        font-size: 1.3em;
    }

    .news-content .bts {
        margin-bottom: 30px;
    }

    .news-content .plus {
        top: -50px;
    }

    .owl-news .embed {
        margin-bottom: 0;
    }

    .news-silder.gray .title-line {
        margin-bottom: 0;
    }

    .tip1 {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .option .form-check {
        width: 90%;
    }

    .faq .option .form-check {
        width: 42%;
        white-space: nowrap;
    }

    .accordion-body {
        padding: 25px;
    }

    .job .bt-green {
        width: 100%;
    }

    .job-list .title {
        display: none;
    }

    .job-list .row {
        margin-bottom: 30px;
    }

    .job-list ul {
        display: block;
    }

    .job-list ul li {
        display: block;
        padding: 0 10px 0 100px;
    }

    .job-list ul li:first-child {
        padding-top: 15px;
    }

    .job-list ul li:last-child {
        padding-bottom: 15px;
    }

    .job-info h4 {
        margin-top: 20px;
    }

    .working img {
        max-width: 100%;
    }

    .filter {
        position: relative;
        top: auto;
        right: auto;
        width: 80%;
        margin: 0 auto 30px auto;
    }

    .pro-line h4 {
        font-size: 18px;
    }

    .plus .share {
        background-size: 25px;
    }

    .tablink {
        margin-bottom: 30px;
        position: relative;
    }

    .tablink::after,
    .nav--absolute::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 80%;
        top: 0;
        right: -25px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
        z-index: 3;
    }

    .tablink a.active,
    .tablink a:hover {
        border-width: 2px;
    }

    .vision .col-lg-6 {
        margin-top: 50px;
    }

    .vision .col-sm-6 {
        margin-top: 10px;
    }

    .bt-round {
        width: 130px;
        height: 130px;
        font-size: 1.2em;
    }

    .edm {
        padding: 30px 15px;
    }

    .edm .form::before {
        width: 48px;
        background-size: 35px;
    }

    .edm input {
        padding: 10px;
    }

    .job .blog b {
        margin-bottom: 5px;
    }

    .job .blog p,
    .job .blog ol,
    .job .blog ul {
        margin-bottom: 0;
    }

    .job hr {
        margin: 15px 0;
    }

    .aware ul {
        display: block;
    }


    .app {
        width: 100%;
    }

    .solution .info .bt-border {
        position: relative;
        top: auto;
    }

    .solution h5 {
        margin-top: 0;
    }

    .solution .title-line {
        font-size: 1.6em;
    }

    .cookies .info {
        top: 5vh;
        padding: 20px;
    }

    .bt-more.right,
    .title-left .bt-more {
        bottom: -40px;
    }

    .owl-main .owl-nav {
        display: none;
    }

    .owl-icons.owl-carousel .item {
        min-height: auto;
    }

    .job-list ul li.new::before {
        top: 20px;
        z-index: 2;
    }

    .blog b {
        letter-spacing: -1px;
    }

    .video-container {
        background-color: transparent;
        height: 70vh;
    }

    .pro-list ul img {
        position: absolute;
        right: 30px;
        top: 70px;
    }

    footer .info ul {
        padding-left: 0;
    }

    .table_mask {
        position: relative;
    }

    .table_mask::before {
        position: absolute;
        content: "";
        width: 45px;
        height: 100%;
        top: 0;
        right: -25px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
        z-index: 3;

    }

    .logotip {
        position: relative;
        left: 0;
        width: 108%;
        padding-top: 50px;
        padding-left: 0;
        bottom: 20px;
    }

    .title-line span {
        padding: 0;
        margin-left: 10px;
        border-left: none;
        display: block;
    }

    .title-line h2 {
        margin-bottom: 0;
    }

    .option {
        padding-bottom: 10px;
    }
}