#support-banner img{
	width:100%;
}
/*====================================*/
#support-service{
	padding: 40px 0px 60px;
	background:#ffffff;
}
div#support-service .title {
    text-align: center;
    margin-bottom: 20px;
}
div#support-service .title h2{
	font-size: 36px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
}
div#support-service .des {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    color: #666666;
    margin-bottom: 10px;
}
#slideSupportService .slick-list{
	margin: 0 -15px;
}
#slideSupportService .item{
	padding:40px 15px;
}
#slideSupportService .slick-arrow{
	width:15px;
	height:25px;
	background:none;
	border:none;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#cccccc;
}
#slideSupportService .slick-prev{
	left:-35px;
}
#slideSupportService .slick-next{
	right:-35px;
}
#slideSupportService .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 45px;
	line-height: 53px;
}
#slideSupportService .slick-prev:before{
	content: "\f104";
}
#slideSupportService .slick-next:before{
	content: "\f105";
}
#slideSupportService .slick-arrow:hover{
	color:#f77225;
}
.supportService .img {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
.supportService .img .wrap{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: solid 3px #ffffff;
    border-radius: 100%;
    overflow: hidden;
    z-index: 9;
}
.supportService .img .wrap img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: initial;
}
.supportService .img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.supportService .img:hover:before{
	-webkit-animation: sonarEffect 1.3s ease-out infinite;
    -o-animation: sonarEffect 1.3s ease-out infinite;
    animation: sonarEffect 1.3s ease-out infinite;
}
.supportService .img:after{
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: 100%;
	border:solid 1px #dfdfdf;
}
.supportService .img:hover:after{
	-webkit-animation: sonarEffect 1.3s ease-out 0.6s infinite;
    -o-animation: sonarEffect 1.3s ease-out 0.6s infinite;
    animation: sonarEffect 1.3s ease-out 0.6s infinite;
}
.supportService .tend{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#0090eb;
	margin-bottom: 15px;
}
.supportService .info {
    text-align: center;
    color: #666666;
    max-height: 66px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
/*===============================*/
#supportQuestion{
	background:#0090eb;
}
#supportQuestion .pr{
    height:510px;
    position: relative;
}
#supportQuestion .content{
    width:50%;
    padding-top: 55px;
    position: relative;
    padding-right: 30px;
    float:left;
}
#supportQuestion .content:before{
	content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-top: solid 30px transparent;
    border-bottom: solid 30px transparent;
    border-left: solid 30px #0090eb;
    top: 60px;
    z-index: 1;
}
#supportQuestion .content .title{
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color:#ffffff;
}
#supportQuestion .content ul li{
    font-size: 15px;
    line-height: 23px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    color:#ffffff;
}
#supportQuestion .content ul li:before{
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 24px;
}
#supportQuestion .img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10000%;
    left: 50%;
    overflow: hidden;
}
#supportQuestion .img img{
}
/*==============================*/
#supportNeed{
	background:#ffffff;
	padding: 45px 0 60px;
}
#supportNeed .title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	text-transform: uppercase;
}
#supportNeed .title:before{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	bottom: 0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 65px;
	line-height: 25px;
	color:#f77225;
}
.sNeed{
	margin-bottom: 30px;
}
.sNeed .img{
	overflow: hidden;
	margin-bottom: 10px;
}
.sNeed .img img{
	width:100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sNeed .img:hover img{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.sNeed .tend{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.sNeed .des{
	font-size: 16px;
	line-height: 24px;
	color:#555555;
	overflow: hidden;
	heigh:48px;
	text-align: center;
}
/*==================================*/
div#supportSubject {
    height: 470px;
    background: #0090eb;
    color: #ffffff;
    position: relative;
}
div#supportSubject .pr{
	padding-top: 65px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.boxSubject{
	width:340px;
}
.boxSubject .title{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: 300;
}
.boxSubject .content{
	font-size: 15px;
	line-height: 23px;
}
div#supportSubject .pig {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 3px #ffffff;
    -webkit-animation: bouncez 3s infinite;
    -o-animation: bouncez 3s infinite;
    animation: bouncez 3s infinite;
}
@-webkit-keyframes bouncez{
	0% {
       -webkit-transform: translate(-50%,0px);
    }
    60% {
       -webkit-transform: translate(-50%,25px);
    }
    100% {
       -webkit-transform: translate(-50%,0);
    }
}
@-moz-keyframes bouncez{
	0% {
       -moz-transform: translate(-50%,0px);
    }
    60% {
       -moz-transform: translate(-50%,25px);
    }
    100% {
       -moz-transform: translate(-50%,0);
    }
}
@-o-keyframes bouncez{
	0% {
       -o-transform: translate(-50%,0px);
    }
    60% {
       -o-transform: translate(-50%,25px);
    }
    100% {
       -o-transform: translate(-50%,0);
    }
}
@keyframes bouncez{
	0% {
       transform: translate(-50%,0px);
    }
    60% {
       transform: translate(-50%,25px);
    }
    100% {
       transform: translate(-50%,0);
    }
}
div#supportSubject .pig img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: initial;
    height: 105%;
}
div#supportSubject .shadow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: scalez 3s infinite;
    -o-animation: scalez 3s infinite;
    animation: scalez 3s infinite;
}
@-webkit-keyframes scalez{
	0% {
       -webkit-transform:translateX(-50%) scale(1);
    }
    60% {
       -webkit-transform:translateX(-50%) scale(1.2);
    }
    100% {
       -webkit-transform:translateX(-50%) scale(1);
    }
}
@-moz-keyframes scalez{
	0% {
       -moz-transform:translateX(-50%) scale(1);
    }
    60% {
       -moz-transform:translateX(-50%) scale(1.2);
    }
    100% {
       -moz-transform:translateX(-50%) scale(1);
    }
}
@-o-keyframes scalez{
	0% {
       -o-transform:translateX(-50%) scale(1);
    }
    60% {
       -o-transform:translateX(-50%) scale(1.2);
    }
    100% {
       -o-transform:translateX(-50%) scale(1);
    }
}
@keyframes scalez{
	0% {
       transform:translateX(-50%) scale(1);
    }
    60% {
       transform:translateX(-50%) scale(1.2);
    }
    100% {
       transform:translateX(-50%) scale(1);
    }
}
/*===============================*/
#supportSlogon{
	background: #f77225;
	position: relative;
	z-index: 1;
	padding: 35px 0px 45px;
}
#supportSlogon .title{
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color:#ffffff;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}
#supportSlogon .title span {
    font-weight: 600;
    text-transform: none;
}
#supportSlogon .content{
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
	font-weight: 300;
	text-align: center;
}
#supportSlogon .content span{
	font-weight: 600;
}
#supportSlogon:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:100%;
    width: 0;
    height: 0;
    border-top: solid 30px #f77225;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    z-index: 1;
}
/*==============================*/
#supportTable {
    background: #dfdfdf;
    padding: 55px 0px 80px;
}
#supportTable .title{
    text-align: center;  
    margin-bottom: 30px;
}
#supportTable .title h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    text-transform: uppercase;
}
.tableSupport{
    margin-bottom: 30px;
}
.tableSupport table{
    width:100%;
    font-weight: 600;
    text-align: center;
    border:solid 1px #dfdfdf;
    background: #ffffff;
}
.tableSupport table tr th {
    font-size: 18px;
    line-height: 26px;
    color: #0090eb;
    font-weight: 600;
    padding: 27px 25px;
    text-align: center;
}
.tableSupport table tr th:first-child ~ th{
    width:20%;
}
.tableSupport table tr th,
.tableSupport table tr td{
    border-right:solid 1px #dfdfdf;
}
.tableSupport table tr th:last-child,
.tableSupport table tr td:last-child{
    border-right:none;
}
.tableSupport table tr th:first-child{
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color:#333333;
    text-align: left
}
.tableSupport table tr th:last-child{
    border-left:none;
}
.tableSupport table tr td {
    padding: 13px 20px;
}
.tableSupport table tr:nth-child(odd) td{
    background: #f5f5f5;
}
.tableSupport table tr td:first-child{
    text-align: left;
}
.titleSupport{
    font-size: 20px;
    line-height: 28px;
}
.priceSupport{
    font-size: 15px;
    line-height: 23px;
    color:#f77225;
}
.checkSupport{
    font-size: 25px;
    line-height: 33px;
    color:#f77225;
}
.tableSupport.result table thead {
    display: none;
}
.boxTable {
    margin-bottom: 35px;
}
.boxTable .tit {
    font-size: 25px;
    line-height: 33px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cccccc;
    cursor: pointer;
}
.boxTable .tit span{
    display: block;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.boxTable .tit span:before{
    content: "\f0d7";
    font-family: FontAwesome;
    position:absolute;
    right:0
}
.boxTable .content{
    display: none;
}
/*========================================================*/
.listTable{
    margin-bottom: 45px;
}
.listTable ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.listTable ul li span{
    color:#f77225;
}
.listTable ul li:before{
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 7px;
    line-height: 15px;
}
/*============================================================*/
.tableSupport2{
    max-width: 620px;
    margin: 0 auto;
}
.tableSupport2 table{
    width:100%;
    background: #ffffff;
}
.tableSupport2 table tr:nth-child(2n+2){
    background: #f5f5f5;
}
.tableSupport2 table tr td,
.tableSupport2 table tr th{
    padding:15px 20px;
}
.tableSupport2 table tr th{
    border-right: solid 1px #dfdfdf;
}
/*=========================================================================*/
/*=========================RESPONSIVE======================================*/
/*=========================================================================*/
@media all and (max-width: 1170px){
div#supportSubject .pig {
    width: 250px;
    height: 250px;
}
}
@media all and (max-width: 991px){
#slideSupportService{
	padding: 0 20px;
}
#slideSupportService .slick-prev{
	left:0px;
}
#slideSupportService .slick-next{
	right:0px;
}
#supportQuestion .wrapper{
	padding: 0;
}
#supportQuestion .pr{
	height:initial;
}
#supportQuestion .content{
    float: none;
    width:initial;
    padding: 25px !important;
}
#supportQuestion .img{
	width:100%;
	position: initial;
}
#supportQuestion .img img{
	width:100%;
}
.tableSuppor.tableSupport table tr th:nth-child(1) ~ th{
    width:33% !important;
}
div#supportSubject .pig,
div#supportSubject .shadow{
    display: none;
}
div#supportSubject .pr{
    display: block;
    padding: 0;
}
.boxSubject{
    width:100%;
    margin-bottom: 30px;
}
div#supportSubject{
    height:initial;
    padding: 20px 0;
}
.boxSubject .title{
    margin-bottom: 10px;
}
}