

.component__top--v2 {
	background-color: #0082ca;
}
.component__top--v2:hover {
	color: #fff;
}
.component__top--v2 i.icon {
}
.component__top--v2.--show {
}
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@-moz-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
}
.section.detail{
 padding: 40px 0px;
}
#article .post-type span:before {
 content: "\e6ca";
 display:inline-block;
 margin: 0px 10px;
 font-family: "ap";
}
#article .post-type span:first-child:before {
 content: "";
 margin: 0px;
}
#article {
 width: calc(100% - 350px);
	float:left;
}
.article .content-article {
 margin: 0px 0px;
 line-height: 28px;
	font-weight:normal;
	text-align:justify;
}
.head-article .title-h2 {
 line-height: 1.33;
 color:#205081;
}
.article .content-article p img {
 max-width: 100%;
}
.article .content-article p,
.article .content-article div {
 margin-bottom: 15px;
 line-height: 28px;
}
.article .content-article ul {
 list-style-type: disc;
	font-weight:normal;
 margin-left: 20px;
}
.article .content-article li {
 padding-bottom: 10px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h4 {
 margin-bottom: 40px;
	font-size:24px;
	font-weight:normal;
 line-height: 1.2;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.detail .btn-apply {
 background-color: #67ab49;
 line-height: 25px;
 font-weight: 600;
 color:#fff;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 10px 40px;
}
.detail .btn-apply:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share {
 display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 margin-top: 30px;
}
.box-share .name {
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
 margin-bottom: 15px;
}
.box-share .btn-share {
 height: 35px;
 line-height: 35px;
 padding-left: 30px;
 width: 35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	position:relative;
 width: 47.5%;
 margin-right: 5%;
 color:#fff;
	float:left;
 display:inline-block;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-share .btn-share.end {
 margin-right: 0px;
}
.box-share .btn-share span {
 margin-right: 0px;
	position:absolute;
 top: 0px;
 left: 0px;
 width: 30px;
	text-align:center;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 line-height: 35px;
 color:#fff;
}
.box-share .btn-share:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share .btn-share.-fb {
 background-color: #3b5998;
}
.box-share .btn-share.-mail {
 background-color: #e62117;
}
#article .bottom-article {
 margin-top: 40px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-bottom: 40px;
	position:relative;
}
.list-related {
 margin-top: 30px;
 border-top: 1px solid #e5e7e8;
 padding-top: 30px;
}
.list-related .btn-viewall {
 color:#205081;
	font-weight:bold;
 margin-top: 20px;
}
.list-related .btn-viewall:hover {
	text-decoration:underline;
}
.list-related .name {
 font-size: 18px;
	font-weight:normal;
 margin-bottom: 20px;
}
.list-related a {
 display:block;
 color:#0082ca;
 margin-bottom: 10px;
 line-height: 20px;
}
.list-related a:hover {
	text-decoration:underline;
}
.section-.form-submit {
 background-color: #f7f9fb;
}
.article.about .slider-envir img {
	width:100%;
}
.info-company {
 margin-bottom: 40px;
}
.info-company .text {
 color:#666;
	font-weight:normal;
 margin-bottom: 10px;
}
.info-company .text .color1 {
	font-weight:normal;
}
.info-company .text .fa-icon {
 margin-right: 5px;
}
.info-company .name-com {
	font-weight:normal;
	font-size:20px;
 margin-bottom: 10px;
}
.article .content-article .title-company {
 margin-top: 0px;
}
#sidebar-right {
 width: 300px;
	float:right;
}
#desc-job {
 border:1px solid #e5e7e8;
 padding: 20px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.detail .desc-job {
 padding: 20px;
 margin: 20px 0px;
 background-color: #f7f9fb;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 line-height: 25px;
}
.detail .desc-job .desc {
 margin-bottom: 10px;
	font-size:15px;
}
.detail .desc-job .desc span {
	font-weight:bold;
	font-size:15px;
}
.detail .cta .btn-apply {
 display:block;
 margin-bottom: 20px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#838485;
}
.breadcrumb .active {
	font-size:16px;
 color:#0082ca;
}
.breadcrumb a:hover {
 color:#0082ca;
}
.breadcrumb a:after {
 font-family: "FontAwesome";
 content: "\f105";
 margin: 5px 7px;
 display:inline-block;
	font-size:18px;
 color:#e5e7e8;
}
.breadcrumb a:last-child:after {
 content: "";
}
.container {
 width: 100%;
 max-width: 1250px;
 margin: 0px auto;
	position:relative;
 padding: 0px 15px;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#838485;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #e5e7e8;
 opacity: 0; filter: alpha(Opacity:0);
 border-radius: 50%;
 transform: translate(0px, 10px);
 -ms-transform: translate(0px, 10px);
 -webkit-transform: translate(0px, 10px);
 -moz-transition-transform: translate(0px, 10px);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#scroll-top:hover {
 color:#0082ca;
 border-color: #0082ca;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
 white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section {
 padding: 40px 0px;
}
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
 line-height: 1.04;
 margin-bottom: 20px;
	font-weight:normal;
}
.title-h1 {
 font-size: 32px;
}
.title-h2 {
 font-size: 28px;
}
.title-h3 {
 font-size: 20px;
}
.title-h4 {
 font-size: 16px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
 border:1px solid #e5e7e8;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f0d7";
 right: 10px;
 color:#888;
	position:absolute;
 line-height: 40px;
}
.select-custom select {
 padding: 10px 15px;
	width:100%;
 border: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
#footer{
	margin-left: 95px;
}
#footer {
	font-size:14px;
 color:#fff;
}
.footer-top .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.footer-top .col-4{
 width: 33.33333%;
}
.footer-top .wrap-background{
 position: relative;
 height: 288px;
 overflow: hidden;
 display: block;
}
.footer-top .wrap-background img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: left;
}
.footer-body{
 padding: 80px 0 70px;
 background-image: linear-gradient(-50deg,#2692ce 0%,#007fc6 100%);
}
.footer-body .top {
 padding-bottom: 45px;
 border-bottom: 1px solid rgba(242, 250, 255, .5);
}
.footer-body .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.footer-body .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.footer-body .col-3{
 width: 25%;
 padding: 0px 15px;
}
.footer-body .footer-col{
 margin-bottom: 25px;
}
.footer-col .logo-white{
 margin-bottom: 10px;
}
.footer-col .logo-white img{
 max-width: 100%;
}
.footer-col .slogan-logo{
	text-transform:uppercase;
}
.footer-col .list-socials{
 display: flex;
 align-items: center;
 margin-top: 30px;
}
.footer-col .list-socials a{
 display: flex;
 width: 45px;
 height: 45px;
 align-items: center;
 justify-content: center;
 border: 1px solid #fff;
 border-radius: 50%;
}
.footer-col .list-socials a + a{
 margin-left: 10px;
}
.footer-col .list-socials a img{
 width: 30px;
 height: 40px;
 object-fit: contain;
 display: block;
 margin: 0 auto;
 filter: invert(1);
}
.footer-col .list-socials a svg{
 width: 18px;
 fill: #fff;
}
.footer-col h3{
 color:#fff;
	font-size:15px;
	font-weight:bold;
 margin-bottom: 20px;
	text-transform:uppercase;
}
.footer-col ul li{
 line-height: 30px;
}
.footer-col ul li a{
 color:#fff; }
.footer-body .bottom{
 padding-top: 30px;
}
.footer-col .ft-col-content a{
 display: flex;
 margin-bottom: 10px;
}
.footer-col .ft-col-content a .icon{
 width: 20px;
 margin-right: 10px;
}
.footer-col .ft-col-content a .icon svg{
 width: 15px;
 height: 15px;
 fill: #fff;
}
.footer-col .ft-col-content a .text{
 width: calc(100% - 30px);
 line-height: 24px;
}
.footer-bottom {
 background-color: #f5f5f5;
 color: #999;
 font-size: 12px;
 line-height: 18px;
 letter-spacing: .6px;
 padding: 30px 0px;
}
.footer-bottom .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -15px;
}
.footer-bottom .col-6{
 width: 50%;
 padding: 0px 15px;
}
.footer-bottom .text_left{
 text-align: left;
}
.footer-bottom .text_right{
 text-align: right;
}
.footer-bottom .policy li{
 display: inline-block;
 padding: 0px 10px;
}
.footer-bottom .policy li a{
 color: #999;
 font-size: 12px;
}
.footer-bottom .policy li + li{
 border-left: 1px solid #999;
}
#appform {
}
#appform .wrapper {
 background-color: #fff;
 padding: 40px 0px;
}
#appform .form .upload input{
 top: 0px;
}
#header-recr{
 position: fixed;
 z-index: 11;
 top: 0;
 left: 0;
 width: 95px;
 padding: 30px 10px 40px;
 transition: .3s all ease;
 background-color: #fff;
 box-shadow: 0 0 15px -6px rgba(0, 0, 0, .09);
}
#header-recr .inside-header{
 height: calc(100vh - 70px);
 padding: 0px;
}
#header-recr .site-logo img{
 max-height: 30px;
 max-width: 100%;
}
#header-recr .wrap-multisites{
 margin-top: 30px;
}
.wrap-multisites .site-item{
 margin-bottom: 10px;
}
.wrap-multisites .site-item a{
 display: block;
 border-radius: 12px;
 border: 1px solid #0082ca;
 background-color: #fff;
 line-height: 24px;
 text-align: center;
 color: #0082ca;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: .6px;
}
.wrap-multisites .site-item a:hover{
 color:#fff;
 background-color: #0082ca;
}
#header-recr .wrap-toggle_menu{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
 left: 0;
}
.wrap-toggle_menu #nav-icon2{
 width: 34px;
 height: 24px;
 position: relative;
 margin: 0 auto;
 transform: rotate(0deg);
 transition: .5s ease-in-out;
 cursor: pointer;
}
#nav-icon2 span {
 display: block;
 position: absolute;
 height: 3px;
 width: 50%;
 background: #707070;
 opacity: 1;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(odd) {
 left: 0;
 border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
 top: 0;
}
#nav-icon2 span:nth-child(even) {
 left: 50%;
 border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(2) {
 width: 40%;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
 top: 10px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
 top: 20px;
}
#nav-icon2 span:nth-child(6) {
 width: 15%;
}
#header-recr .action-bottom-header{
 position: absolute;
 bottom: 0px;
 text-align: center;
 width: 100%;
}
.action-bottom-header .language {
 display: flex;
 row-gap: 15px;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.action-bottom-header .language a{
 display: block;
}
.action-bottom-header .language img{
 width: 25px;
 height: 25px;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
 font-size: 14px;
 overflow: initial;
 color:#404348;
 font-family:"Roboto", Helvetica,sans-serif;
}
a {
 color:#0082ca;
	font-weight:normal;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
a:hover,
a:focus {
 color:#ff8300;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.clearfix {
 clear: both;
}
/* Slider */
.slick-slider {
	position:relative;
 display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
 visibility: visible;
}
.slick-list {
	position:relative;
 display:block;
 clear:both;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.slick-track {
	position:relative;
 display:block;
 top: 0;
 left: 0;
}
.slick-loading .slick-track {
 clear:both;
}
.slick-slide {
 display: none;
	float:left;
 min-height: 1px;
}
.slick-slide img {
 display:block;
	width:100%;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display:block;
}
.slick-loading .slick-slide {
 clear:both;
}
.slick-vertical .slick-slide {
 display:block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
 display: none;
}
.slick-prev,
.slick-next {
 font-size: 0;
	position:absolute;
 display:block;
	text-align:center;
 top: 50%;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 z-index: 3;
 cursor: pointer;
 line-height: 30px;
 background: rgba(0, 0, 0, 0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 background: rgba(0, 0, 0, 0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1; filter: alpha(Opacity:100);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
 opacity: .25; filter: alpha(Opacity:25);
}
.slick-prev:before,
.slick-next:before {
 font-family: 'FontAwesome';
 font-size: 20px;
 opacity: .75; filter: alpha(Opacity:75);
 color:#fff;
}
.slick-prev {
 left: 10px;
}
.slick-prev:before {
 content: "\f104";
}
.slick-next {
 right: 10px;
}
.slick-next:before {
 content: "\f105";
}
#page{
	margin-left: 95px;
}
.section-banner{
	position: relative;
}
.section-banner .banner-cover{
	text-align:center;
}
.section-banner .banner-cover img{
	max-width: 100%;
}
.section-banner .banner-text{
	color: #fff;
 position: absolute;
 top: 50%;
 left: 140px;
 z-index: 9;
 transform: translateX(0%) translateY(-50%);
 -webkit-transform: translateX(0%) translateY(-50%);
}
.section-banner .banner-text .tite_page{
	font-size: 50px;
 font-weight: 700;
 line-height: 1.2;
	position: relative;
 text-transform: uppercase;
}
.section-banner .banner-text .tite_page::after{
	content: "";
 position: absolute;
 background-color: #0082ca;
 opacity: .41;
 z-index: -1;
 border-radius: 50%;
 top: -80px;
 left: -80px;
 width: 710px;
 height: 340px;
 filter: blur(30px);
}
/*----------------------------------*/
.section{
	padding: 110px 0px;
 position: relative;
 overflow: hidden;
}
.section-overview::before{
	content: '';
	position: absolute;
 width: 919px;
 height: 919px;
 opacity: .7;
 top: -320px;
 right: -100px;
	background-image: url("https://res-talent.base.beta/datgroup/pattern.png");
	background-repeat: no-repeat;
}
.section-overview .row{
	display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
	align-items: center;
}
.section-overview .overview__content{
	width: 50%;
	padding: 0px 15px;
}
.section-overview .overview__image{
	width: 50%;
	padding: 0px 15px;
}
.section-overview .overview__image img{
 max-width: 100%;
}
.section-overview .overview__image .icon{
 position: absolute;
 bottom: 50px;
 right: 50px;
 width: 75px;
 height: 75px;
 display: flex;
 cursor: pointer;
 align-items: center;
 justify-content: center;
 background-color: #fff;
 border-radius: 50%;
}
.section-overview .overview__image .icon svg{
 fill: #0082ca;
 width: 25px;
 height: 25px;
}
.section-overview .overview__image .icon:hover svg{
 fill: #f29132;
}
.overview__content .head-title{
	color:#0082ca;
 font-size: 60px;
 text-align: unset;
	margin-bottom: 20px;
	text-transform:uppercase;
}
.overview__content .desc{
	font-size:20px;
	line-height: 1.5;
 margin-bottom: 25px;
}
.overview__content .content{
	font-size:14px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.overview__content .button_style {
	color:#fff;
	font-size:17px;
 display:inline-block;
 border-color: #0082ca;
 border-radius: 23px;
 background-color: #0082ca;
 padding: 15px 30px;
}
/*----------------------*/
.section-activity{
	position: relative;
 overflow: hidden;
}
.section-activity .row{
	display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.section-activity .col-3{
	width: 25%;
}
.section-activity .item .activity-col{
	width: 100%;
 position: relative;
 cursor: pointer;
}
.activity-col:before {
 content: '';
 display: block;
 position: absolute;
 width: 100%;
 bottom: 0;
 left: 0;
 height: 330px;
 background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
.activity-col .a{
	display: block;
 height: 100vh;
 position: relative;
 overflow: hidden;
 color: #fff;
 font-size: 28px;
 line-height: 33px;
}
.activity-col .a::before, .activity-col .a::after {
 content: '';
 display: block;
 position: absolute;
 width: 0;
 bottom: 0;
 left: 0;
 height: 6px;
 background-image: linear-gradient(to right, #fe7e00 0%, #ff8c1b 100%);
 z-index: 9;
 transition: .3s all ease-in-out;
}
.activity-col .activity-img img {
 position: absolute;
 width: 100%;
 height: 100%;
 object-fit: cover;
 top: 0;
 left: 0;
 transition: .3s all ease-in-out;
}
.activity-col .a:hover .activity-img img {
 transform: scale(1.3);
}
.activity-col .a:hover::before, .activity-col .a:hover::after {
 width: 50%;
}
.activity-col .a::after {
 right: 0;
 left: unset;
}
.activity-content {
 position: absolute;
	bottom: 0;
 left: 0;
 width: 100%;
 text-align: center;
	padding-bottom: 100px;
	height: 220px;
}
.activity-content::before {
 content: '';
 display: block;
 position: absolute;
 width: 100%;
 bottom: 0;
 left: 0;
 height: 330px;
 background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
}
.activity-content .activity-name{
	max-width: 95%;
 margin: auto;
	margin-bottom: 25px;
	position:relative;
	text-transform:uppercase;
	z-index: 9;
}
.activity-content .activity-detail{
	max-width: 95%;
 margin: auto;
	color: #fff;
 font-size: 17px;
 font-weight: 400;
 line-height: 25px;
 overflow: hidden;
	position: relative;
	z-index: 9;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
}
.popup_tt {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: -11;
 opacity: 0;
}
.popup_tt.active {
 z-index: 9999999999;
 opacity: 1;
}
.popup_content_b {
 position: absolute;
 z-index: 2;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
 border-radius: 3px;
 background: #fff;
 width: 100%;
 max-width: 1000px;
 max-height: 90%;
 overflow: auto;
}
.btn_close_popup {
 width: 25px;
 height: 25px;
 position: absolute;
 right: 50px;
 top: 42.5px;
 z-index: 999;
 transform: translateY(-50%);
 cursor: pointer;
}
.btn_close_popup:before {
 width: 2px;
 height: 100%;
 top: 0;
 left: 50%;
 background: #fff;
 content: '';
 position: absolute;
 transform: rotate(45deg);
}
.btn_close_popup:after {
 width: 2px;
 height: 100%;
 top: 0;
 left: 50%;
 background: #fff;
 content: '';
 position: absolute;
 transform: rotate(-45deg);
}
.popup_title {
 background-image: linear-gradient(to top, #2993cc 0%, #0082ca 100%);
 color: #fff;
 font-size: 35px;
 font-weight: 700;
 line-height: 25px;
 text-transform: uppercase;
 padding: 30px 70px;
}
.pop_up_content {
 padding: 50px 70px;
 display: flex;
 flex-wrap: wrap;
 position: relative;
 overflow: hidden;
}
.pop_up_content:before {
 position: absolute;
 right: -100px;
 top: -150px;
 width: 490px;
 height: 517px;
 content: '';
 pointer-events: none;
	background-image: url("https://res-talent.base.beta/datgroup/boder_nho.png");
	background-repeat: no-repeat;
}
.pop_up_content .decr {
 font-size: 15px;
 text-align: justify;
 margin-bottom: 40px;
	line-height: 1.5;
}
.pop_up_content .decr p{
	margin-bottom: 12px;
}
.pop_up_content .main_content {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
	align-items: center;
}
.pop_up_content .main_content .grid-50{
	width: 50%;
}
.pop_up_content .main_content .image img{
	max-width: 100%;
}
.pop_up_content .main_content .detail {
 padding: 0px 0 0 100px;
 font-size: 15px;
 text-align: left;
}
.pop_up_content .main_content .detail .box_content {
 position: relative;
	line-height: 1.5;
}
.pop_up_content .main_content .detail .box_content p{
	margin-bottom: 12px;
}
.pop_up_content .main_content .detail h5 {
	color: #999;
 font-size: 14px;
 font-weight: normal;
}
.pop_up_content .main_content .detail .box_content:before {
 position: absolute;
 width: 65px;
 height: 51px;
 content: '';
 left: -50px;
 top: -30px;
	background-image: url("https://res-talent.base.beta/datgroup/ngoac.png");
	background-repeat: no-repeat;
}
.popup_close {
 position: absolute;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: .5;
 top: 0;
 left: 0;
 z-index: 1;
}
/*-----------------------*/
.section-testimonials{
 position: relative;
}
.section-testimonials:before{
 content: '';
	position: absolute;
 width: 919px;
 height: 919px;
 opacity: .7;
 top: -320px;
 right: -100px;
	background-image: url("https://res-talent.base.beta/datgroup/pattern.png");
	background-repeat: no-repeat;
}
.section-testimonials .testimonials-content{
 max-width: 60%;
}
.section-testimonials .head-title{
 color:#0082ca;
	font-weight:bold;
	text-transform:uppercase;
 font-size: 48px;
 margin-bottom: 20px;
}
.section-testimonials .testimonials-content p{
 margin-bottom: 12px;
 line-height: 1.5;
}
.testimonials-wrapper{
 padding-top: 80px;
}
.testimonials-wrapper .container{
 width: auto;
 margin-left: 0;
 margin-right: calc(calc(100vw - 1300px) / 2);
 max-width: 100%;
 display: flex;
 flex-wrap: wrap;
}
.testimonials-wrapper .item{
 width: 50%;
 height: 300px;
}
.popup_td2 {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: -11;
 opacity: 0;
}
.popup_td2.active {
 z-index: 9999999999;
 opacity: 1;
}
.popup_td2 .pop_up_content .main_content .grid-50.detail h3{
 color:#0082ca;
	font-size:30px;
 line-height: 1.2;
 text-transform: uppercase;
 margin-bottom: 25px;
}
.testimonials-wrapper .pop_up_content .main_content{
 align-items: flex-start;
}
.testimonials-wrapper .pop_up_content .main_content .image{
 text-align: center;
 height: 300px;
 padding: 0;
 display: block;
 margin-bottom: 50px;
}
.testimonials-wrapper .pop_up_content .main_content .image img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 100px 0 0;
}
.testimonials-wrapper .pop_up_content .main_content .detail{
 height: 300px;
 font-size: 15px;
 overflow: auto;
}
.testimonials-wrapper .pop_up_content .main_content .grid-50.detail h5 {
 margin-bottom: 50px;
}
.testimonials-wrapper .pop_up_content .main_content p{
 line-height: 1.5;
 text-align: justify;
}
.testimonials-wrapper .item .info_team {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 height: 100%;
}
.testimonials-wrapper .item .box_content {
 width: 30%;
 height: 100%;
 display: flex;
 align-items: center;
}
.testimonials-wrapper .box_content_info {
 text-align: right;
 padding-right: 25px;
}
.testimonials-wrapper .box_content_info h3 {
 font-size: 20px;
 font-weight: 700;
 line-height: 25px;
 margin-bottom: 20px;
 text-transform: uppercase;
}
.testimonials-wrapper .box_content_info .content{
 font-size: 17px;
 line-height: 1.5;
}
.testimonials-wrapper .item .box_img {
 width: 70%;
 height: 100%;
 position: relative;
}
.testimonials-wrapper .item .box_img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.testimonials-wrapper .item .btn_add {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 52px;
 height: 52px;
 background-color: #0082ca;
 color: #fff;
 line-height: 52px;
 text-align: center;
 cursor: pointer;
 transition: .3s;
 display: flex;
 align-items: center;
 justify-content: center;
}
.testimonials-wrapper .item .btn_add svg{
 width: 25px;
 height: 25px;
 fill: #fff;
}
.testimonials-wrapper .item:nth-child(4n+2) .box_content {
 width: 60%;
}
.testimonials-wrapper .item:nth-child(4n+2) .box_img {
 width: 40%;
}
.testimonials-wrapper .item:nth-child(4n+2) .box_content .box_content_info {
 padding-right: 0;
 padding-left: 194px;
 padding-right: 30px;
}
.testimonials-wrapper .item:nth-child(4n+3) .box_content {
 width: 70%;
 order: 2;
}
.testimonials-wrapper .item:nth-child(4n+3) .box_img {
 width: 30%;
}
.testimonials-wrapper .item:nth-child(4n+3) .box_content .box_content_info {
 text-align: left;
 padding-left: 25px;
}
.testimonials-wrapper .item:nth-child(4n+4) .box_content {
 width: 40%;
 order: 2;
}
.testimonials-wrapper .item:nth-child(4n+4) .box_content .box_content_info {
 text-align: left;
 padding-left: 25px;
 padding-right: 0;
}
.testimonials-wrapper .item:nth-child(4n+4) .box_img {
 width: 60%;
 order: 1;
}
/*------------------------*/
.section-position{
 padding-top: 50px;
 position: relative;
}
.section-position .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: center;
}
.section-position .col-7{
 width: 67%;
 padding: 0px 15px;
}
.section-position .col-5{
 width: 33%;
 padding: 0px 15px;
}
.section-position .image img{
 max-width: 100%;
}
.section-position .main h2{
 color:#0082ca;
 font-size: 48px;
	text-transform:uppercase;
 margin-bottom: 20px;
}
.section-position .main .desc{
 font-size: 20px;
 margin-bottom: 25px;
 line-height: 1.5;
}
.section-position .main .content{
 font-size: 14px;
 line-height: 1.5;
}
.section-position .main h4 {
 margin-top: 20px;
 color: #333;
 font-size: 18px;
 font-weight: 400;
 text-transform: uppercase;
}
.section-position .main .ctas{
	font-size:14px;
 margin-top: 20px;
}
.section-position .main .ctas .cta{
 color:#fff;
	font-size:15px;
	font-weight:bold;
 height: 45px;
 padding: 0px 25px;
 background-color: #0082ca;
 border-radius: 23px;
 display: inline-flex;
 align-items: center;
}
.section-careers{
 background-color: #fff;
}
.section-careers::before{
 content: '';
 display: block;
 height: 100%;
 width: 1230px;
 top: 0;
 position: absolute;
 right: 130px;
 background-image: url("https://res-talent.base.beta/datgroup/logo-bg.png");
	background-repeat: no-repeat;
 background-size: 1230px;
 background-position: center;
}
.section-careers .row{
 align-items: flex-end;
}
.section-careers .main{
 padding: 175px 0px 165px 0px;
}
.section-jobs{
 padding-bottom: 60px;
}
.section-jobs .section-head{
	text-align:center;
 margin-bottom: 50px;
}
.section-jobs .section-head .section__desc{
 color:#000;
	font-weight:normal;
 padding: 0px 150px;
}
.section-jobs .table_td{
 margin: 0 0 1.5em;
 width: 100%;
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid rgba(0, 0, 0, .1);
 border-width: 1px 0 0 1px;
}
.wrap_table_td thead {
 background-image: linear-gradient(to top, #1c91d0 0%, #2ba4e4 100%);
 color: #fff;
 font-size: 16px;
 line-height: 50px;
 text-transform: uppercase;
 text-align: center;
}
.wrap_table_td thead th {
 text-align: center;
 border: 1px solid #fff;
 border-width: 0 1px 1px 0;
}
.wrap_table_td tbody tr td {
 color:#333;
	font-size:16px;
 padding: 10px 20px;
 height: 60px;
 border: 1px solid rgba(0, 0, 0, .1);
 border-width: 0 1px 1px 0;
}
.wrap_table_td tbody tr td .job-name{
	font-weight:bold;
}
.wrap_table_td tbody tr td a{
 color:#333;
}
.wrap_table_td tbody tr td:nth-child(2),
.wrap_table_td tbody tr td:nth-child(3),
.wrap_table_td tbody tr td:nth-child(4){
 text-align: center;
}
/*---- END JOBS ----*/
.section-head .section__title {
	font-weight:bold;
 @@titlec;
 font-size: 45px;
 line-height: 1.2;
 margin-bottom: 10px;
}
.section-head .section__desc {
 color:#0082ca;
	font-size:17px;
	font-weight:bold;
 line-height: 24px;
}
.search-form{
 position: relative;
 margin-bottom: 40px;
}
.search-form .box-row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: center;
}
.search-form .col-3{
 width: 25%;
 padding: 0px 15px;
}
.search-form .col-6{
 width: 50%;
 padding: 0px 15px;
}
.search-form .form-group{
 position: relative;
 margin-bottom: 30px;
}
.search-form .form-group .form-control{
 width: 100%;
 height: 45px;
 padding: 7px 15px;
 padding-right: 50px;
 border-radius: 50px;
 background-color: #fafafa;
}
.search-form .-input .icon{
 position: absolute;
 right: 10px;
 top: 0px;
 width: 50px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.search-form .-input .icon svg{
 width: 30px;
 height: 30px;
}
.search-form .-select select{
 color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
 width: 100%;
 height: 50px;
 padding: 7px 15px;
 border-radius: 10px;
 background-color: #0082ca;
}
.search-form .-select select option{
 color:#000;
	text-align:left;
 background-color: #fff;
}
.search-form .-button .btn-search{
 color:#fff;
	font-size:16px;
	font-weight:bold;
 width: 100%;
 height: 50px;
 padding: 7px 15px;
 border-radius: 50px;
 border: none;
 background-color: #0082ca;
}
.search-form .-button .btn-search:hover{
 background-color: #000;
}
/*-------------------*/
.__pag {
 text-align: center;
 padding-top: 20px;
}
.pag {
 color:#fff;
	font-size:16px;
	font-weight:bold;
 cursor: pointer;
 height: 45px;
 width: 45px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 outline: none;
 border: 2px solid #0082ca;
 margin: 0em 0.25em 0em 0em;
 padding: 0;
 text-align: center;
 background-color: #0082ca;
}
.__pag label {
 display: none;
}
.pag:hover,
.pag.active {
 color: #000;
 background-color: #fff;
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
#sidebar {
 width: 220px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
#sidebar .select-custom {
 margin-bottom: 20px;
}
#sidebar .links a {
 display:block;
	position:relative;
 color:#838485;
	font-weight:normal;
 padding: 10px 15px;
 margin-bottom: 5px;
 -webkit-transition-property: none; -moz-transition-property: none;
 -o-transition-property: none; transition-property: none;
}
#sidebar .links a:hover,
#sidebar .links .active {
 color:#0082ca;
 background-color: #f8f9fa;
 -webkit-transition-property: none; -moz-transition-property: none;
 -o-transition-property: none; transition-property: none;
 border-radius: 5px 0px 0px 5px;
}
#sidebar .links .active:before,
#sidebar .links a:hover:before {
 content: "";
	position:absolute;
 -webkit-transition-property: none; -moz-transition-property: none;
 -o-transition-property: none; transition-property: none;
 width: 26px;
 height: 26px;
 top: 5px;
 right: -13px;
 background-color: #f8f9fa;
 transform: rotate(45deg);
}
@media(max-width: 1199px){
 .section-overview::before{
	display:none;
 }
 .testimonials-wrapper .item .box_img, .testimonials-wrapper .item .box_content {
 width: 50% !important;
 }
 .testimonials-wrapper .box_content_info {
 padding: 0 30px !important;
 }
}
@media(max-width: 1199px) and (min-width: 768px){
 .section-activity .col-3{
 width: 50%;
 }
}
@media(max-width: 991px){
 #page{
 margin-left: 0px;
 }
 #header-recr{
 width: 100%;
 height: auto;
 padding: 10px 15px;
 z-index: 501;
 }
 #header-recr .inside-header{
 height: auto;
 }
 #header-recr .site-logo {
 display: flex;
 align-items: center;
 justify-content: center;
 }
 ul.wrap-multisites {
 display: none;
 }
 #header-recr .wrap-toggle_menu {
 right: 15px;
 left: unset;
 width: auto;
 }
 #header-recr .action-bottom-header{
 position: absolute;
 bottom: 50%;
 text-align: center;
 width: max-content;
 left: 15px;
 transform: translateY(50%);
 }
 .action-bottom-header .language{
 flex-direction: row;
 column-gap: 10px;
 }
 .testimonials-wrapper .item {
 width: 100% !important;
 }
 .testimonials-wrapper .item:nth-child(2n+1) .box_content {
 order: 2;
 }
 .testimonials-wrapper .item .box_img {
 display: flex;
 justify-content: center;
 }
 .testimonials-wrapper .item .box_img img {
 width: auto;
 height: auto;
 }
 .testimonials-wrapper .item:nth-child(4n+4) .box_img {
 order: 2;
 }
 .testimonials-wrapper .pop_up_content .main_content .grid-50{
 width: 100%;
 padding: 0px;
 height: auto;
 margin-bottom: 20px;
 border-radius: 0px;
 text-align: center;
 }
 .testimonials-wrapper .pop_up_content .main_content .image img{
 object-fit: contain;
 width: auto;
 height: auto;
 border-radius: 0px;
 }
 .section-internship .col-7,
 .section-internship .col-5{
 width: 100%;
 }
 .footer-body .col-4,
 .footer-body .col-3{
 width: 50%;
 }
 .section-jobs .section-head .section__desc{
 padding: 0px;
 }
 .search-form .col-3{
	width:100%;
 }
 .table_td, .table_td thead, .table_td tbody, .table_td th, .table_td td, .table_td tr {
 display: block;
 }
 .wrap_table_td tbody tr td{
	text-align:center;
 line-height: 40px;
 }
 .section-banner .banner-text{
 left: 20px;
 }
 .section-banner .banner-text .tite_page::after{
 max-width: 300px;
 max-height: 150px;
 top: -25px;
 left: 0px;
 }
 .section-overview .overview__content,
 .section-overview .overview__image{
	width:100%;
 }
 .section-overview .overview__image img{
 width: 100%;
 }
 .section-overview .overview__content{
 margin-bottom: 30px;
 }
 .section-testimonials .testimonials-content{
	width:100%;
 max-width: 100%;
 }
 .section-position .col-5,
 .section-position .col-7{
	width:100%;
 }
 .section-careers .main{
 padding-bottom: 30px;
 }
 #footer{
 margin-left: 0px;
 }
 .footer-top .wrap-background{
 height: auto;
 }
 .footer-top .wrap-background img{
 width: auto;
 height: auto;
 max-width: 100%;
 }
 .footer-bottom .col-6{
	width:100%;
	text-align:center;
 }
 #article,
 #sidebar-right{
 width: 100%;
 float: none;
 }
}
@media(max-width: 767px){
 .section-activity .col-3{
 width: 100%;
 }
 .footer-body .col-4,
 .footer-body .col-3{
 width: 1000%;
 }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
