.clearfix {
	clear: both;
}
.album-pge .block--top {
	margin-top: -50px;
	overflow: hidden;
}
.album-m-block {
	margin: -1.5px -1.5px;
	overflow: hidden;
}
.album-photo-m {
	float: left;
	width: 25%;
	padding: 1.5px;
}
.bt-show-album {
	display: block;
	width: 165px;
	margin: 30px auto;
	font-weight: normal;
	font-size: 18px;
	color: #FF6720;
	cursor: pointer;
}
.bt-show-album i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/icon-show-bt.png) no-repeat;
	margin-right: 15px;
	vertical-align: middle;
}
.bt-show-album:hover {
	opacity: 0.8;
}
.album-pge .focus_block__text {
	top: 44%;
}
.focus_block .container-fluid {
	position: relative;
}
.filtre_more {
	display: none;
}
.album-prev-pg {
	position: absolute;
	top: 22px;
	left: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	z-index: 1;
}
.album-prev-pg a {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	padding: 10px 12px 9px 10px;
	display: block;
}
.album-prev-pg a i {
	display: inline-block;
	width: 15px;
	height: 12px;
	background: url(../img/arrw-pge.png) no-repeat;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 4px;
}
.album-prev-pg:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.title_padd {
	padding: 40px 40px 26px 40px;
}
.careers__progress .title {
	padding-bottom: 13px;
}
.rslides_careers {
	list-style: none;
	width: 100%;
}
.rslides_careers .career_block_peo_m {
	min-height: 340px;
	width: 25%;
	border-right: 1px solid #EAEAEA;
}
.rslides_careers .career_block_peo_m:last-child {
	border: none;
}
.career_block_peo {
	width: 100%;
	padding: 0 17px;
	text-align: center;
	cursor: pointer;
}
.career_block_peo .career_peo_photo {
	overflow: hidden;
	height: 176px;
}
.career_block_peo .career_peo_photo img {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 120%;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
.career_block_peo:hover img {
	width: 108%;
	position: relative;
	left: -4%;
	top: -4%;
}
.career_block_peo .career__name {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin: 16px 0 11px;
	line-height: 1;
}
.career_block_peo .career__description {
	font-weight: normal;
	font-size: 14px;
	color: #464646;
	line-height: 1.2;
	margin-bottom: 6px;
}
.career_block_peo a {
	font-weight: 500;
	font-size: 16px;
	color: #FF6720;
	line-height: 1;
	text-decoration: underline;
}
.career_block_peo a:hover {
	text-decoration: none;
}
.slider_careers_progress_main {
	padding: 0 49px 85px 50px;
	overflow: hidden;
}
.slider_careers_progress_main .slick-prev {
	position: absolute;
	top: 0;
	left: -51px;
	width: 51px;
	height: 100%;
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #EAEAEA;
	background: #fff;
	font-size: 0;
	color: #fff;
	z-index: 2;
}
.slider_careers_progress_main .slick-prev:after {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -16px;
	content: '';
	width: 32px;
	height: 32px;
	background: url(../img/career_slick-left.png) top center no-repeat;
}
.slider_careers_progress_main .slick-next {
	position: absolute;
	top: 0;
	right: -51px;
	width: 51px;
	height: 100%;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #EAEAEA;
	background: #fff;
	font-size: 0;
	color: #fff;
	z-index: 2;
}
.slider_careers_progress_main .slick-next:after {
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -16px;
	content: '';
	width: 32px;
	height: 32px;
	background: url(../img/career_slick-right.png) top center no-repeat;
}
.slider_careers_progress_main .slick-prev:hover {
	border-top: 1px solid #FF6720;
	border-right: 1px solid #FF6720;
	border-bottom: 1px solid #FF6720;
}
.slider_careers_progress_main .slick-next:hover {
	border-top: 1px solid #FF6720;
	border-left: 1px solid #FF6720;
	border-bottom: 1px solid #FF6720;
}
.slider_careers_progress_main .slick-prev:hover:after, .slider_careers_progress_main .slick-next:hover:after {
	background-position: bottom center;
}
.careers__progress {
	margin-bottom: 40px;
}

.slider_careers_progress_main .slick-dots {
	display: none;
}

/* slider courusel touch */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.news__filter {
	overflow: hidden;
}
.news__filter a {
	float: left;
	border-bottom: none!important;
}
.blog-min-menu-brck {
	float: right;
	list-style: none;
	margin-top: 20px;
}
.blog-min-menu-brck li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}
.blog-min-menu-brck li:last-child {
	margin-right: 0;
}
.blog-min-menu-brck li a {
	font-weight: 500;
	font-size: 13px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.blog-min-menu-brck li.active a, .blog-min-menu-brck li a:hover {
	border-bottom: 2px solid #FF6720!important;
}

.news__main .dropdown-container {
	border-right: none;
}
.news-page .dropdown-header {
	padding-left: 15px;
	width: 190px;
}
.vacancy__analytics__sort .dropdown-container {
	width: 305px;
}

.photo__gallery-sort .dropdown-container {
	width: 110px;
}
.news-page .dropdown-header, .vacancy__analytics__sort .dropdown-header, .photo__gallery-sort .dropdown-header {
	height: 53px;
	border-top: 3px solid #FF6720;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
}
.news-page .dropdown-header, .vacancy__analytics__sort .dropdown-header, .photo__gallery-sort .dropdown-header {
	font-size: 16px;
	font-weight: normal;
	color: #FF6720;
	text-transform: uppercase;
	line-height: 51px;
	letter-spacing: 1px;
}
.news-page .dropdown-arrow, .vacancy__analytics__sort .dropdown-arrow, .photo__gallery-sort .dropdown-arrow  {
	position: absolute;
	top: 20px;
	right: 11px;
	width: 13px;
	height: 8px;
	background: url(../img/dropbox_arr_ye.png) no-repeat;
}
.news-page .dropdown-container {
	width: 190px;
	/*padding-left: 0;
	margin-left: 39px;*/
}
.news__main .dropdown-box span a, .vacancy__analytics__sort .dropdown-box span a, .photo__gallery-sort .dropdown-box span a {
	padding-left: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #FF6720;
	line-height: 38px;
}
.news__main .dropdown-box:after, .vacancy__analytics__sort .dropdown-box:after , .photo__gallery-sort .dropdown-box:after {
	position: absolute;
	top: -10px;
	right: 10px;
	content: '';
	width: 17px;
	height: 10px;
	background: url(../img/sell_arrow_white.png) no-repeat;
}
.news__main .dropdown-box, .vacancy__analytics__sort .dropdown-box, .photo__gallery-sort .dropdown-box  {
	padding: 10px 0 10px;
	top: 53px;
}
.dropdown-header span, .vacancy__analytics__sort .dropdown-header span, .photo__gallery-sort .dropdown-header span {
	padding-left: 15px;
}

.news__main .dropdown-box {
	top: 56px;
  left: 0;
}

.vacancy__block-title {
	font-size: 22px;
}
.vacancy__top__list li a {
	font-size: 16px;
	text-decoration: none;
}
.vacancy__top__list li a:hover {
	color: #FF6720;
}
.vacancy__block-title {
	margin-bottom: 17px;
}
.vacancy__top__list li {
  margin-bottom: 19px;
}
.vacancy__title__sort .dropdown-container {
	width: 240px;
	background-size: cover;
}
.vacancy__title__sort .dropdown-container.dropdown-container-bg-1 {
	background: url(../img/bg-select_i.jpg) no-repeat;
	background-size: cover;
}
.vacancy__title__sort .dropdown-container.dropdown-container-bg-2 {
	background: url(../img/bg-select_i.jpg) no-repeat;
	background-size: cover;
}
.vacancy__title__sort .dropdown-container.dropdown-container-bg-3 {
	background: url(../img/bg-select_i.jpg) no-repeat;
	background-size: cover;
}
.vacancy__title__sort .dropdown-container.dropdown-container-bg-4 {
	background: url(../img/bg-select_i.jpg) no-repeat;
	background-size: cover;
}
.vacancy__title__sort .dropdown-container.dropdown-container-bg-5 {
	background: url(../img/bg-select_i.jpg) no-repeat;
	background-size: cover;
}
.vacancy__title__sort .dropdown-container.dropdown-container-bg-6 {
	background: url(../img/bg-select_i.jpg) no-repeat;
	background-size: cover;
}

.vacancy__title__sort .dropdown-container .dropdown-header span {
	height: 53px;
	line-height: 57px;
	padding-left: 19px;
	color: #fff;
}
.vacancy__title__sort .dropdown-header {
	font-size: 16px;
}
.vacancy__title__sort .dropdown-container .dropdown-header span:after {
	top: 25px;
	right: 20px;
	width: 13px;
	height: 8px;
	background: url(../img/dropbox_arr_ye-white.png) no-repeat;
}
.vacancy__title__sort .dropdown-box {
	padding: 10px 0 10px;
	top: 54px;
}
.vacancy__title__sort .dropdown-box:after {
	position: absolute;
	top: -10px;
	right: 18px;
	content: '';
	width: 17px;
	height: 10px;
	background: url(../img/sell_arrow_white.png) no-repeat;
}
.vacancy__title__sort .dropdown-box span a {
	padding-left: 19px;
	font-size: 16px;
	font-weight: normal;
	color: #FF6720;
	line-height: 38px;
}

.vacancy__analytics__sort {
	float: right;
	margin-right: 20px;
}

.vacancy__section_se {
	padding: 35px 0 35px;
	border-bottom: 1px solid #D9D9D9;
}
.vacancy__section_se:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.vacancy__section_se:first-child {
	padding-top: 0;
}
.vacancy__section_se .vacancy__title_top2 {
	font-weight: normal;
	font-size: 21px;
	color: #010101;
	margin-bottom: 12px;
	line-height: 1;
	text-transform: uppercase;
}
.vacancy__section_se .vacancy__more_d {
	list-style: none;
}
.vacancy__section_se .vacancy__more_d li span {
	display: block;
	max-width: 575px;
	width: 100%;
	padding: 16px 45px 11px 15px;
	background: #fff;
	font-weight: normal;
	font-size: 16px;
	color: #FF6720;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #D9D9D9;
	cursor: pointer;
}
.vacancy__section_se .vacancy__more_d li span:after {
	position: absolute;
	top: 22px;
	right: 21px;
	content: '';
	width: 13px;
	height: 8px;
	background: url(../img/dropbox_arr_ye.png) no-repeat;
	-ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vacancy__section_se .vacancy__more_d li.open span:after {
	-ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.vacancy__section_se .vacancy__more_d li .vacancy__more_text {
	font-weight: normal;
	font-size: 16px;
	color: #707070;
	line-height: 2.3;
	padding: 20px 0 25px;
	display: none;
}
.vacancy__section_se .vacancy__more_d li .vacancy__more_text a {
	font-weight: normal;
	font-size: 16px;
	color: #707070;
	line-height: 2.3;
	text-decoration: none;
}
.vacancy__section_se .vacancy__more_d li .vacancy__more_text a:hover {
	color: #FF6720;
}
.vacancy__section_se .vacancy__more_d li.open .vacancy__more_text {
	display: block;
}

.block--top_photo {
	margin-bottom: 92px;
}
.photo__gallery-sort {
	padding: 14px 0 14px 14px;
}
.photo__gallery-main .photo-albumm {
	overflow: hidden;
}
.photo__gallery-main .photo-albumm a {
	position: relative;
	display: block;
	overflow: hidden;
}
.photo__gallery-main .photo-albumm img {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 120%;
	-webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
.photo__gallery-main .photo-albumm:hover img {
	width: 108%;
	position: relative;
	left: -4%;
	top: -4%;
}
.photo__gallery-main .photo__gallery-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}
.photo__gallery-desc_bg {
	width: 100%;
	height: 100%;
	display: block;
	padding-left: 15px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+90 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 90%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 90%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
.photo__gallery-desc_bg span {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
}
.vacancy__title__text {
	margin-top: 10px;
}

.pp_nav, .pp_description, .pp_social {
	display: none!important;
}
.pp_content {
	height: auto!important;
}
div.ppt {
	font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin: 0 0 -6px 12px;
}
div.pp_default .pp_details {
	position: static;
}
.pp_close {
	position: absolute;
}
.pp_gallery {
	display: block!important;
	opacity: 1!important;
	margin-top: 0;
}
.pp_gallery li {
	margin: 0;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
	border: 2px solid #FF6720;
}
.pp_gallery ul {
	height: auto;
}
.pp_gallery ul a {
	height: auto;
}
a.pp_previous {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	left: -55px;
	width: 31px;
	height: 58px;
	background: url(../img/arr-gll-left.png) no-repeat;
}
a.pp_previous:hover {
	background: url(../img/arr-gll-left.png) no-repeat!important;
	opacity: 0.8;
}
a.pp_next {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	right: -55px;
	width: 31px;
	height: 58px;
	background: url(../img/arr-gll-right.png) no-repeat;
}
a.pp_next:hover {
	background: url(../img/arr-gll-right.png) no-repeat!important;
	opacity: 0.8;
}
div.pp_default .pp_content {
	position: relative;
}
div.pp_default .pp_close {
	top: -45px;
	right: 0;
	width: 26px;
  height: 26px;
  background: url(../img/gall-close-i.png) no-repeat;
  cursor: pointer;
}
.gallery-sort-yers {
	width: 300px;
	margin: 0 auto;
}
.gallery-sort-yers .dropdown-header {
  font-size: 50px !important;
  font-weight: 600;
  line-height: 1.08em;
  color: #fff;
}
.gallery-sort-yers .dropdown-header span {
	padding-left: 0;
	margin-left: -13px;
}
.gallery-sort-yers .dropdown-header a {
  position: absolute;
  top: 21px;
  right: 11px;
  width: 13px;
  height: 8px;
  background: url(../img/dropbox_arr_ye-white.png) no-repeat;
}
.album-pge .focus_block__text {
	z-index: 2;
}
.gallery-sort-yers .dropdown-box span a {
	text-align: left;
}
.gallery-sort-yers .dropdown-box {
	top: 55px;
	z-index: 33;
}
.dropdown-box span a {
	line-height: 35px;
}

.news-page .select_all_rubrik .dropdown-container {
	z-index: 1;
}
.container-platform-services {
	padding: 35px 0 0 0;
}
.container-platform-services .platform-title {
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
}
.container-platform-services .platform-title:after {
	display: none;
}
.flex-platform-services {
	position: relative;
}
.flex-platform-services:after {
	clear: both;
	display: block;
	content: '';
}
.flex-platform-services > .platform-services-row {
	float: left;
	width: 25%;
}
.flex-platform-services > .platform-services-row:nth-child(1) {
	width: 27%;
	padding-right: 37px;
}
.flex-platform-services > .platform-services-row:nth-child(2) {
	width: 25%;
	padding-right: 24px;
}
.flex-platform-services > .platform-services-row:nth-child(3) {
	width: 26%;
	padding-right: 24px;
}
.flex-platform-services > .platform-services-row:nth-child(4) {
	max-width: 213px;
}

.flex-platform-services .service-p-title {
	display: flex;
  align-items: center;
  position: relative;
  min-height: 32px;
  margin-bottom: 18px;
}
.flex-platform-services .service-p-title:after {
	position: absolute;
	left: 0;
	bottom: -16px;
	content: '';
	width: 74px;
	height: 4px;
	border-radius: 5px;
}
.flex-platform-services .row-s-title {
	font-size: 14px;
  color: #595c5e;
  font-weight: 300;
  line-height: 16px;
}
.flex-platform-services .row-s-title:first-child {
	padding: 0 10px 0 0;
}
.service-list-tb {
	margin-top: 27px;
}
.service-list-tb ul {
	list-style: none;
}
.service-list-tb ul li {
	margin-bottom: 4px;
}
.service-list-tb ul li:last-child {
	margin-bottom: 0;
}
.service-list-tb ul li a {
  color: #000;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 18px;
}
.service-list-tb ul li a span {
	font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  border: 1px solid #fff;
	-webkit-transition: border 0.4s;
  transition: border 0.4s;
  display: inline-block;
}
.service-list-tb ul li a sup {
	font-size: 13px;
  font-weight: 300;
  margin-left: 8px;
}
.service-list-tb ul li p {
	font-size: 13px;
  color: #858585;
  font-weight: 300;
  line-height: 1.1;
  min-height: 30px;
}
.platform-service-section {
	margin-bottom: 18px;
}
.platform-service-section:last-child {
	margin-bottom: 0;
}


.flex-platform-services .serv-icon-it {
	display: block;
	width: 29px;
	height: 29px;
	background: url(../img/platform-serv-icon-01.png) no-repeat;
}
.flex-platform-services .serv-icon-contact {
	display: block;
	width: 33px;
	height: 29px;
	background: url(../img/platform-serv-icon-02.png) no-repeat;
}
.flex-platform-services .serv-icon-atp {
	display: block;
	width: 30px;
	height: 29px;
	background: url(../img/platform-serv-icon-03.png) no-repeat;
}
.flex-platform-services .serv-icon-bussines {
	display: block;
	width: 39px;
	height: 33px;
	background: url(../img/platform-serv-icon-04.png) no-repeat;
}
.flex-platform-services .serv-icon-education {
	display: block;
	width: 32px;
	height: 38px;
	background: url(../img/platform-serv-icon-05.png) no-repeat;
}
.flex-platform-services .serv-icon-other-solution {
	display: block;
	width: 33px;
	height: 28px;
	background: url(../img/platform-serv-icon-06.png) no-repeat;
}
.flex-platform-services .serv-icon-intelect {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/platform-serv-icon-07.png) no-repeat;
}

.flex-platform-services .service-color-1 .service-p-title:after,
.flex-platform-services .service-color-1.platform-service-section:after {
	background: #0063B0;
}
.flex-platform-services .service-color-2 .service-p-title:after,
.flex-platform-services .service-color-2.platform-service-section:after {
	background: #EF1F6C;
}
.flex-platform-services .service-color-3 .service-p-title:after,
.flex-platform-services .service-color-3.platform-service-section:after {
	background: #ACD56E;
}
.flex-platform-services .service-color-4 .service-p-title:after,
.flex-platform-services .service-color-4.platform-service-section:after {
	background: #1BB2A7;
}
.flex-platform-services .service-color-5 .service-p-title:after,
.flex-platform-services .service-color-5.platform-service-section:after {
	background: #3967D0;
}
.flex-platform-services .service-color-6 .service-p-title:after,
.flex-platform-services .service-color-6.platform-service-section:after {
	background: #F18800;
}

.service-color-1 .service-list-tb ul li a:hover span {
	/*border-bottom: 1px solid #0063B0;*/
}
.service-color-1 .service-list-tb ul li a:hover {
	color: #0063B0;
}
.service-color-2 .service-list-tb ul li a:hover span {
	/*border-bottom: 1px solid #EF1F6C;*/
}
.service-color-2 .service-list-tb ul li a:hover {
	color: #EF1F6C;
}
.service-color-3 .service-list-tb ul li a:hover span {
	/*border-bottom: 1px solid #ACD56E;*/
}
.service-color-3 .service-list-tb ul li a:hover {
	color: #ACD56E;
}
.service-color-4 .service-list-tb ul li a:hover span {
	/*border-bottom: 1px solid #1BB2A7;*/
}
.service-color-4 .service-list-tb ul li a:hover {
	color: #1BB2A7;
}
.service-color-5 .service-list-tb ul li a:hover span {
	/*border-bottom: 1px solid #3967D0;*/
}
.service-color-5 .service-list-tb ul li a:hover {
	color: #3967D0;
}
.service-color-6 .service-list-tb ul li a:hover span {
	/*border-bottom: 1px solid #F18800;*/
}
.service-color-6 .service-list-tb ul li a:hover {
	color: #F18800;
}
.platform-services-show {
	padding: 22px 19px 22px;
	background: #F6F6F6;
	border-top: 1px solid #E3E3E3;
	margin-top: 35px;
	text-align: center;
	cursor: pointer;
}
.platform-services-show span {
	display: block;
	font-size: 18px;
	color: #858585;
	font-weight: 700;
}
.platform-services-show span i {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 20px;
	margin-left: 17px;
	background: url(../img/sho-all-arr.png) no-repeat;
}
.flex-platform-services {
	padding: 0 20px 0 40px;
}
.platform-services-show:hover span {
	color: #B2B2B2;
}

@media(max-width: 1060px) {
	.flex-platform-services > .platform-services-row:nth-child(4) {
		width: 22%;
	}
}

@media(max-width: 990px) {
	.flex-platform-services > .platform-services-row {
		float: none;
		display: inline-block;
		width: 49%!important;
		vertical-align: top;
	}
	.flex-platform-services > .platform-services-row:nth-child(3), .flex-platform-services > .platform-services-row:nth-child(4) {
		margin-top: 20px;
	}
}
@media(max-width: 640px) {
	.flex-platform-services > .platform-services-row {
		display: block;
		width: 100%!important;
		padding-right: 0!important;
	}
	.flex-platform-services > .platform-services-row:nth-child(3), .flex-platform-services > .platform-services-row:nth-child(4) {
		margin-top: 0;
	}
	.flex-platform-services > .platform-services-row:nth-child(4) {
		max-width: 100%;
	}
	.container-platform-services {
    padding: 25px 0 0 0;
	}
	.flex-platform-services {
		padding: 0;
	}
	.platform-services-show {
		margin-top: 0;
		padding: 17px 19px 17px;
		border-top: none;
		text-align: left;
	}
	
	.container-platform-services .platform-title {
		padding-bottom: 20px;
	}
	.flex-platform-services .service-p-title:after {
		display: none;
	}
	.flex-platform-services .row-s-title:first-child {
    padding: 0 10px 0 19px;
	}
	.flex-platform-services .service-p-title {
		margin-bottom: 0;
		padding: 12px 0;
		border-bottom: 1px solid #DCDCDC;
	}
	.flex-platform-services > .platform-services-row:nth-child(1) .service-p-title {
		border-top: 1px solid #DCDCDC;
	}
	.service-list-tb {
		border-bottom: 1px solid #DCDCDC;
		padding-bottom: 30px;
	}
	.service-list-tb ul li p {
		min-height: auto;
	}
	.service-list-tb ul li {
    margin-bottom: 15px;
	}
	.flex-platform-services .row-s-title:last-child {
		padding-right: 60px;
	}
	.platform-service-section {
		position: relative;
	}
	.flex-platform-services .platform-service-section:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 100%;
    z-index: 1;
	}
	.platform-service-section {
		margin-bottom: 0;
	}
	.container-platform-services .platform-title, .service-list-tb {
		padding-left: 19px;
		padding-right: 19px;
	}
	.service-p-title {
		cursor: pointer;
	}
	.flex-platform-services .service-p-title:before {
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: 25px;
		content: '';
		width: 14px;
		height: 8px;
		background: url(../img/arr-platform.png) no-repeat;
	}
	.platform-service-section.open .service-p-title:before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg); 
		transform: rotate(180deg);
	}
	.service-list-tb {
		display: none;
	}
	.platform-service-section.open .service-list-tb {
		display: block;
	}
}
.about-section-in .title-in-about {
	display: flex;
  align-items: center;
  position: relative;
  min-height: 58px;
  margin-bottom: 38px;
}
.about-section-in .title-in-about .row-s-title {
	font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 18px;
}
.about-section-in .title-in-about .row-s-title:first-child {
	padding: 0 12px 0 0;
}
.about-section-in .title-in-about .about-t-icon-it {
  display: block;
  width: 74px;
  height: 54px;
  background: url(../img/about-t-icon-01.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-contact {
  display: block;
  width: 74px;
  height: 47px;
  background: url(../img/about-t-icon-02.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-cart {
  display: block;
  width: 74px;
  height: 53px;
  background: url(../img/about-t-icon-03.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-bussines {
  display: block;
  width: 74px;
  height: 63px;
  background: url(../img/about-t-icon-04.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-education {
  display: block;
  width: 74px;
  height: 63px;
  background: url(../img/about-t-icon-05.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-other-solution {
  display: block;
  width: 74px;
  height: 46px;
  background: url(../img/about-t-icon-06.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-developer {
  display: block;
  width: 74px;
  height: 50px;
  background: url(../img/about-t-icon-07.png) no-repeat;
}
.about-section-in .title-in-about .about-t-icon-intelect {
  display: block;
  width: 74px;
  height: 55px;
  background: url(../img/about-t-icon-08.png) no-repeat;
}
.about__products__item--yellow {
	border-top-color: #FFC600;
}
.about__products__item--yellow:hover {
	background: #FFC600;
}
.about__products__item--pur-blue {
	border-top-color: #15C8D3;
}
.about__products__item--pur-blue:hover {
	background: #15C8D3;
}

.about-section-in {
	margin-bottom: 40px;
}
.about-section-in:last-child {
	margin-bottom: 0;
}
.about-section-in:first-child {
	margin-top: 55px;
}
.about__products__item {
	height: 145px!important;
	background: #fff;
	padding-top: 23px!important;
	padding-bottom: 15px!important;
}
.about__products {
	background: #F4F4F4;
}
.about__products ul li {
  padding-left: 19px;
  padding-right: 19px;
}
.about__products__item__title {
	margin-bottom: 9px;
}
.about__products__item:last-child {
	width: calc(33.333% - 20px);
}
.about__products__item--blue2 {
  border-top-color: #3967D0;
}
.about__products__item--blue2:hover {
  background: #3967D0;
}
.about__products__item {
	font-size: 14px;
	color: #000;
}
.about__products__item > div {
	color: #929292;
}
.about__products__item:hover > div {
	color: #fff;
}



/* menu css */ 
.submenu-flex-container {
	position: relative;
}
.submenu-flex-container:after {
  clear: both;
  display: block;
  content: '';
}
.submenu-flex-container > .flex-submenu-row {
  float: left;
  width: 23%;
}
.submenu-flex-container > .flex-submenu-row:nth-child(1) {
	width: 27%;
	padding-right: 20px;
}
.submenu-flex-container > .flex-submenu-row:nth-child(2) {
	width: 27%;
	padding-right: 20px;
}
.submenu-flex-container > .flex-submenu-row:nth-child(3) {
	width: 23%;
	padding-right: 24px;
}
.submenu-flex-container > .flex-submenu-row:nth-child(4) {
	max-width: 250px;
}
.submenu-section-list {
	position: relative;
	margin-bottom: 30px;
	padding-left: 12px;
	overflow: hidden;
	padding-bottom: 3px;
}
.submenu-section-list:last-child {
	margin-bottom: 0;
}
.submenu-section-list:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 3px;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
}
.submenu-section-list:after {
  background: #FF6720;
}
.submenu-section-list a:hover {
	color: #FF6720;
}
.submenu-section-list--blue:after {
  background: #0063B0;
}
.submenu-section-list--blue a:hover {
	color: #0063B0;
}
.submenu-section-list--pink:after {
  background: #ed145c;
}
.submenu-section-list--pink a:hover {
	color: #ed145c;
}
.submenu-section-list--apple-green:after {
  background: #A3CF63;
}
.submenu-section-list--apple-green a:hover {
	color: #A3CF63;
}
.submenu-section-list--navy:after {
  background: #1BB2A7;
}
.submenu-section-list--navy a:hover {
	color: #1BB2A7;
}
.submenu-section-list--blue2:after {
  background: #0C5FDC;
}
.submenu-section-list--blue2 a:hover {
	color: #0C5FDC;
}

.submenu-section-list ul {
	list-style: none;
	margin: -3px 0;
}
.submenu-section-list ul li {
	margin-top: 19px;
}
.submenu-section-list ul li:first-child {
	margin-top: 0;
}
.submenu-section-list .sub-menu-title {
	font-size: 14px;
	color: #595c5e;
	font-weight: 300;
	line-height: 18px;
	margin-top: -3px;
}
.submenu-section-list a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 18px;
	display: inline-block;
}
.submenu-section-list p {
	font-size: 13px;
	color: #858585;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 6px;
}
.submenu-flex-container {
	padding-top: 50px;
	padding-bottom: 40px;
}
.figure-banner {
	margin-top: 105px;
}
.menu .submenu__right_image_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.3s linear;
}

@media (max-width: 1100px) {
	.submenu-section-list ul li {
    margin-top: 13px;
	}
	.submenu-flex-container {
    padding-top: 30px;
    padding-bottom: 25px;
	}
}


@media (max-height: 660px) {
	.submenu-section-list ul li {
    margin-top: 13px;
	}
	.submenu-flex-container {
    padding-top: 30px;
    padding-bottom: 25px;
	}
	.submenu-section-list p {
    font-size: 13px;
    margin-top: 3px;
	}
}

@media (max-width: 999px) and (min-width: 768px) {
	.about__products__item {
    width: calc(50% - 20px)!important;
	}
}

@media (max-width: 767px) {
	.about__products__item {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
    display: block;
    font-size: 0;
    padding: 20px 15px !important;
	}
	.about__products__item > div {
		display: block!important;
		font-size: 14px;
		line-height: 1.3;
	}

	.about-section-in .title-in-about {
		text-align: center;
		display: block;
	}
	.about-section-in .title-in-about .row-s-title:first-child {
		display: block;
		text-align: center;
	}
	.about__products__title {
		width: auto;
	}
	.about-section-in .title-in-about .row-s-title > div {
		display: inline-block;
		margin-bottom: 20px;
		background-position: top center;
	}
	.about-section-in .title-in-about .row-s-title {
		font-size: 20px;
	}
	.about__products__title {
		margin-bottom: 45px;
	}
	.about__products__item:last-child {
    width: 100%;
	}
	.about-section-in .title-in-about .row-s-title:first-child {
		padding: 0;
	}

	.about__products__item:hover div {
		color: #929292;
	}
	.list-inline {
		margin-left: 0;
	}

	.about__products__item--yellow:hover, .about__products__item--pur-blue:hover, .about__products__item--blue2:hover {
		background: #fff!important;
	}
}