/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    background: url(../../images/index_bg.jpg) repeat, #fff;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: .2s ease all;
    color: #fff;
}

img {
    max-width: 100%;
}

::selection {
    background: rgba(204, 204, 204, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}
header{
	position: relative;
}
/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*index_top*/
.index_top {
    display: flex;
}

@media screen and (max-width:1320px) {
    .index_top {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

/*---dex-------------------------------------------------------------------------------------------------------------------------------------*/
.dex {
    top: 0;
    right: 0;
    height: 100vh;
    width: 50vw;
    background: url(../../images/dex.jpg) top right no-repeat;
    background-size: cover;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    order: 1;
}

img.dex_logo {
    display: none;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
}

img.dex_mob {
    display: none;
}

/*---main----------------------------------------------------------------------------------------------------------------------------*/
.main {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    background: url(../../images/index_bg.jpg) repeat, #fff;
}

/***itop***/
.itop {
    position: relative;
}

/*itag*/
.itag {
    position: absolute;
    background: #efb31e;
    width: 93px;
    height: 117px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 3rem;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    -webkit-filter: drop-shadow(12px 12px 7px rgba(138, 124, 115, 0.15));
    filter: drop-shadow(12px 12px 7px rgba(138, 124, 115, 0.15));
}

.itag h6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
}

/*logo*/
.logo {
    text-align: center;
    position: relative;
}

.logo img {
    padding: 24rem 29rem 10rem;
    position: relative;
    z-index: 5;
}

/*slogan*/
.slogan {}

.slogan h2 {
    font-size: 20px;
    text-align: center;
}

/*inews*/
.inews {
    padding: 20.5rem 0 0 15rem;
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #fff;
    z-index: 0;
    filter: drop-shadow(-1px -6px 3px rgba(138, 124, 155, 0.2));
    -webkit-filter: drop-shadow(-1px -6px 3px rgba(138, 124, 155, 0.2));
}

.inews:after {
    content: '';
    background: url(../../images/ipattern_01.jpg) repeat;
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
    width: 100%;
    min-height: 405px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.inews:before {
    content: '';
    background: url(../../images/ipattern_02.jpg) repeat;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    width: 101%;
    min-height: 405px;
    position: absolute;
    top: 0;
    right: -1px;
}

.inews_warp {
    display: flex;
    position: relative;
    z-index: 0;
}

.inews_warp .inews_title {
    background: url(../../images/inews_tag.png) top center;
    background-size: cover;
    width: 115px;
    max-width: 100%;
    min-height: 149px;
    padding-top: 3.8rem;
}

.inews_warp .inews_title p {
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;

}

.inews_warp .inews_title p:nth-child(2) {
    font-size: 18px;
}

.inews_warp .inews_inner {
    padding-top: 1rem;
    margin-left: 3.3rem;
    width: 60%;
}

.inews_warp .inews_inner p {
	line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

.inews_warp .inews_inner span {
    font-size: 18px;
}

.inews .ideco {
    position: absolute;
    left: 16.6rem;
    bottom: 1.2rem;
}

/*scroller*/
.scroller {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 0.8vw;
    justify-content: center;
    letter-spacing: .15em;
    margin-left: -0.15em;
    margin-top: 5rem;
    padding-top: 5rem;
    position: relative;
    -webkit-animation: fadein 5s forwards;
    animation: fadein 5s forwards;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.scroller:after,
.scroller:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 38px;	
}

.scroller:before {
    -webkit-animation: scrolldown 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: scrolldown 2s cubic-bezier(1, 0, 0, 1) infinite;
    background: #000;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    width: 1px;
    z-index: 10;
}

.scroller:after {
    background: #f0f0f0;
    position: absolute;
    width: 1px;
    z-index: 0;	
	top:0
}

@-webkit-keyframes scrolldown {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1);
        transform-origin: 0 100%
    }

    to {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

@keyframes scrolldown {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1);
        transform-origin: 0 100%
    }

    to {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

/***mibutton***/
.mibutton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    cursor: pointer;
    width: 125px;
    height: 125px;
    text-align: left;
    background: #2f251e;
    padding: 2em 2em 1em 2em;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

/*itype*/
.itype {
    padding: 2em 2em 1em 1.5em;
    font-size: 15px;
    width: 100px;
    height: 100px;
}

.mibutton span {
    display: block;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    transition: .3s ease all;
    color: #fff;
}

.mibutton span:nth-child(2) {
    width: 100%;
    height: 3px;
    transition: .3s ease all;
    background: #fff;
    text-align: left;
    margin-bottom: .3em;
}

.mibutton span:nth-child(3) {
    width: 75%;
    height: 3px;
    transition: .3s ease all;
    background: #fff;
    text-align: left;
}

.mibutton_ani {
    background: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
    transform: scale(.8);
    transform-origin: top right;
}

.mibutton_ani span {
    opacity: 1;
}

.mibutton_ani span:nth-child(1) {
    opacity: 0;
}

.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #000;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #000;
    width: 100%;
    margin-top: -.5em;
}

.mibutton:hover span:nth-child(2),
.mibutton:hover span:nth-child(3) {
    background: #efb31e;
}

/*navbar*/
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    text-align: center;
    z-index: 30;
    border: 0;
    min-height: auto;
    border-radius: 0;
    margin: 0;
    transform: translateX(350px);
    transition: .6s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}

.show {
    transform: translateX(0px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

/*menu_logo*/
.menu_logo {
    background: url(../../images/menu_pattern_01.png) repeat;
    padding: 2em 2em;
}

.menu_logo a {
    display: inline-block;
}

.menu_logo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    background: url(../../images/menu_pattern_02.png) repeat;
    padding: 2em 0;
}

.ibutton a {
    color: #333;
    transition: .3s ease-in-out;
    padding: .5em 0;
}

.ibutton p.ch {
    font-size: 18px;
    letter-spacing: 3px;
    transition: .2s ease-in-out;
}

.ibutton p.en {
    font-size: 14px;
    line-height: 1.5;
}

.ibutton a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.ibutton a:hover p.ch {
    color: #fff;
}

@media screen and (max-width:1400px) {
    .shadow {
        top: 3em;
    }

    .inews {
        padding: 20.5rem 0 0 9rem;
    }

    .inews .ideco {
        left: 10.6rem;
    }
}

@media screen and (max-width:1320px) {

    .index_top {
        display: block;
    }

    .dex {
        position: relative;
        width: 100%;
        order: 0;
    }

    img.dex_logo {
        opacity: 1 !important;
        display: block !important;
    }

    .itag {
        display: none;
    }

    .main {
        width: calc(100% - 1px);
    }

    .logo img {
        padding: 9rem 0 10rem;
    }

    .inews {
        padding: 20.5rem 0 0 0;
    }

    .inews_warp {
        margin: 0 auto;
        text-align: center;
        width: 70%;
        justify-content: center;
    }

    .inews .ideco {
        left: auto;
        right: 21rem;
    }
}

@media screen and (max-width:1200px) {
    .inews .ideco {
        right: 14rem;
    }

    .inews:before {
        width: 100%;
        right: 0;
    }
}

@media screen and (max-width:1170px) {
    .logo img {
        padding: 4em 2em 9em 5em;
        width: 348px;
    }

    .inews .ideco {
        right: 9rem;
    }

    .mibutton {
        width: 110px;
        padding: 2em 1.5em 1em 1.5em;
    }
}

@media screen and (max-width:1080px) {
    .logo img {
        padding: 4em 2em 9em 3em;
        width: 300px;
    }

    .inews .ideco {
        right: 5rem;
    }

    .shadow {
        top: 2em;
    }
}

@media screen and (max-width:900px) {
    .dex {
        position: relative;
        height: 77vh;
        width: 100%;
        background: url(../../images/dex.jpg) top -9rem center no-repeat;
    }

    img.dex_logo {
        display: none !important;
    }

    .main {
        width: 100%;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        padding: 4em 2em 3em 2em;
        width: 300px;
    }

    .inews .ideco {
        right: 0;
        max-width: 70%;
    }

    .title img {
        transform: translateX(-4em);
    }
}

@media screen and (max-width:600px) {
    .dex {
        height: 45vh;
        background-size: cover;
    }
    .inews_warp {
    width: 90%;
}
}
@media screen and (max-width:450px){
	.inews {
    padding: 19.5rem 0 0 0;
}
.inews:before {
    top: 1px;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}
	.inews_warp {
    flex-wrap: wrap;
}
.inews_warp .inews_inner {
    margin-left: 0;
}
.inews .ideco {
    right: 3rem;
    bottom: 1.8rem;
}
}
@media screen and (max-width:430px) {
    .logo img {
    padding: 3em 2em 5em 2em;
    width: 260px;
}

    .menu_logo {
        padding: 3em 2em 2em;
    }

    .menu_logo img {
        width: 155px;
    }

    .navbar {
        width: 100%;
        transform: translateX(100%);
    }

    .show {
        transform: translateX(0);
    }
}
@media screen and (max-width:414px){
	.dex {
    height: 45vh;
    background-position: top -2rem center;
}
	.logo img {
    padding: 3em 2em 1em 2em;
}
	.inews {
    padding: 14.5rem 0 0 0;
}
.inews .ideco {
    bottom: -4.2rem;
    max-width: 90%;
}
}
@media screen and (max-width:380px) {
    .logo img {
        width: 254px;
            padding: 3em 2em 3em 2em;
    }
    .inews .ideco {
    bottom: -3.8rem;
    right: 1rem;
}
}

@media screen and (max-width:350px) {
    .logo img {
        width: 241px;
    }

    .shadow {
        top: 1em;
    }

}

/*---about------------------------------------------------------------------------------------------------------------------------*/
.about {
    text-align: right;
}

/***title***/
.title {
    text-align: right;
    padding: 9rem 0 5rem 0;
    overflow: hidden;
    background: url(../../images/ipattern_02.jpg) repeat;

}

/*iabt1*/
.iabt1 {
    background: url(../../images/iabt1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 530px;
    background-position-y: -6rem;
}

/*iabt2*/
.iabt2 {
    width: 100.1%;
    min-height: 700px;
    filter: drop-shadow(-1px 7px 3px rgba(138, 124, 155, 0.2));
    -webkit-filter: drop-shadow(-1px 7px 3px rgba(138, 124, 155, 0.2));
    padding: 6.7rem 0 26rem 15rem;
    z-index: 0;
    position: relative;
}

.iabt2:before {
    content: '';
    background: url(../../images/ipattern_02.jpg) repeat;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.iabt2_warp {
    display: flex;
	align-items: flex-start;
}

.iabt2_warp .iabt2_right {
    margin-left: 7.7rem;
    padding-top: 1.7rem;
	width: 48%;
}
.iabt2_right .abt2_top{
	text-align: left;
}
.iabt2_right .abt2_top img {
    display: inline-block;
}

.iabt2_right .abt2_top h3 {
    display: inline-block;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    letter-spacing: 5px;
}

.iabt2_right .abt2_bot {
    padding-top: 3.5rem;
    text-align: left;
    color: #000;
}

.iabt2_right .abt2_bot p {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 2.6rem;
    letter-spacing: 4px;
}

.iabt2_right .abt2_bot span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.iabt2 .iabt2_more {
    position: absolute;
    bottom: 12.4rem;
    right: 13.7rem;
    z-index: 1;
}

.iabt2_more .more_top {
    background: #efb31e;
    border-radius: 20px;
    width: 166px;
    max-width: 100%;
    height: 43px;
    text-align: right;
    margin: 0 0 0 auto;
}

.iabt2_more .more_top p {
    font-size: 24px;
    color: #fff;
    padding-right: 2.2rem;
    font-weight: 500;

}

.iabt2_more a .more_top p {
    transition: .5s all;
}

.iabt2_more a .more_top p:hover {
    color: #82c2eb
}

.iabt2_more .more_top:before {
    content: '';
    background: url(../../images/iabt2_arrow.png) right center no-repeat;
    width: 51px;
    height: 14px;
    position: absolute;
    top: 32%;
    left: 10%;
    transform: translate(0, -50%);
    animation: more1 1s infinite alternate;
}

@keyframes more1 {
    to {
        transform: translate(10px, -50%);
    }
}
@media screen and (max-width:1800px) {
	.iabt1 {
        background-position-y: 0;
    }
}
@media screen and (max-width:1700px) {    

    .iabt2 {
        padding: 6.7rem 0 26rem 10rem;
    }
}

@media screen and (max-width:1600px) {
    .iabt2 {
        padding: 6.7rem 0 26rem 3rem;
    }
}
@media screen and (max-width:1420px){
	.iabt2_warp .iabt2_right {
    margin-left: 2.7rem;
}
}
@media screen and (max-width:1320px) {
    .iabt2_warp {
        justify-content: center;
    }
}

@media screen and (max-width:900px) {
    .iabt2 {
        width: 100%;
        padding: 6.7rem 0 0 0;
    }
}
@media screen and (max-width:670px){
	.iabt2 {
    padding: 3.7rem 0 27rem;
        min-height: auto;
}
	.iabt2_warp {
    flex-wrap: wrap;
}
.iabt2_warp .iabt2_right {
    margin-left: 0;
    width: 80%;
    text-align: left;
    order: -1;
    padding: 1.7rem 0 2rem;
}
.iabt2 .iabt2_more {
    right: 2.7rem;
}
}
@media screen and (max-width:568px){
	.iabt2 {
    padding: 3.7rem 0 35rem;
}
.iabt2 .iabt2_more {
    bottom: 20rem;
}
}
@media screen and (max-width:450px){
	.iabt1 {
    min-height: 280px;
}
	.iabt2 {
    padding: 3.7rem 0 25rem;
}
	.iabt2:before{
		    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	}
	.iabt2_warp .iabt2_right {
    width: 90%;
}
	.iabt2 .iabt2_more {
    bottom: 10rem;
}

}
/*---iroom--------------------------------------------------------------------------------------------------------------------------*/
.iroom_title {
    padding: 3.2rem 0 6rem;
    text-align: right;
    overflow: hidden;
}

.iroom {
    background: url(../../images/irm_bg.jpg) top left no-repeat;
    background-size: cover;
    text-align: right;
}

/*irm_btn*/
.irm_btn {
    background: rgba(0, 0, 0, .55);
    width: 50%;
    margin: 0 0 0 auto;
    padding: 17rem 8.8rem 18rem 0;
}

.irm_btn a {
    display: inline-block;
    position: relative;
    line-height: 0;
    transition: .5s all;
}

.irm_btn a:hover {
    transform: translate(5px, 10px);
    opacity: .5;
}

.irm_btn a:nth-child(1) {
    padding-right: 2rem;
}



/*---location--------------------------------------------------------------------------------------------------------------------------*/
.location {}

/*map*/
.map {
    position: relative;
    width: 660px;
    min-height: 420px;
    margin: 0 auto;
    max-width: 100%;
}

.map iframe {
    border: solid 1px #aaaaaa;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width:1500px) {
    .irm_btn {
        width: 60%;
    }
}


@media screen and (max-width:1300px) {
    .irm_btn {
        padding: 8em 3em 8em 0;
    }

    .map {
        min-height: 420px;
    }
}
@media screen and (max-width:1200px) {
    .irm_btn {
        width: 50%;
    }
}
@media screen and (max-width:1080px) {
    .irm_btn {
        padding: 7em 3em 7em 0;
    }

    .map {
        min-height: 380px;
    }

    .location {
        padding-bottom: 2em;
    }

    .iroom {
        background-attachment: inherit;
    }
}
@media screen and (max-width:600px){
	.irm_btn {
    width: 70%;
}

}
@media screen and (max-width:500px) {
    .irm_btn {
    padding: 4em 4em 4em 0;
}
.irm_btn a:nth-child(1) {
    padding: 0;
  }

    .map {
        min-height: 300px;
    }

}
@media screen and (max-width:450px){
	.irm_btn {
    width: 100%;
}
.irm_btn {
    padding: 4em 0;
    text-align: center;
}
}
@media screen and (max-width:380px) {
    .map {
        min-height: 250px;
        max-width: 88%;
    }

    .title {
    padding: 4em 0 1em 0;
}

    .location {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:350px) {
    .irm_btn a {
        width: 155px;
    }

    .irm_btn {
        padding: 3em 2em 2em 0;
    }

    .map {
        min-height: 200px;
    }
}

/*************************
*********services_isce*****
**************************/
.isce_title {
    padding: 5.7rem 0 6rem;
    text-align: right;
    overflow: hidden;
}

#services_isce {
    background: url(../../images/index1bg.jpg);
    background-position: top left;
    background-size: auto;
    background-repeat: repeat;
}

#services_isce h2 {
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
    background-image: url(../../images/isceline.png);
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 0;
}

.iscebg {
    background-image: url(../../images/iscebg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 1em;
}

.iscemore {
    background-image: url(../../images/iscemore.png);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 16px;
}

.isce h2 span.iscenew {
    background: #dc5127;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 5px;
}

.isce h2 span.iscehot {
    background: #af2411;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 5px;
}

.isce {
    padding-top: 80px;
    padding-bottom: 60px;
}

.isce ul {
    margin: 0;
    padding: 0;
}

.isce ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 1em;
}

.isce ul li img {
    margin: 0 auto;
}

.isce ul li p {
    color: #fff;
    font-size: 16px;
}

.iscebtn img {
    margin: 0 auto;
    padding-bottom: 80px;
}

@media(max-width:1700px) {
    .iscebg {
        padding: 0 100px;
    }
}

@media(max-width:1550px) {
    .iscebg {
        padding: 0 20px;
    }

    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {
    #services_isce h2 {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    #services_isce h2 {
        font-size: 20px;
    }

    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }

    .iscemore {
        margin-bottom: 20px;
    }

    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .iscebtn img {
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

    .iscebg {
        text-align: center;
    }

    #services_isce h2 {
        font-size: 18px;
    }

    @media(max-width:700px) {
        .iscebg {
            padding: 0 15px;
        }

        .iscebtn img {
            max-width: 90%;
        }

        .isce ul li {
            width: 23%;
        }
    }

    @media(max-width:600px) {
        .isce ul li {
            width: 45%;
        }
    }

    @media(max-width:450px) {
        .isce ul li {
            width: 48%;
        }
    }

    @media(max-width:380px) {
        .isce ul li {
            padding: 0 .5em;
        }

        .isce ul li p {
            font-size: 14px;
        }
    }


    .isce li:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        transform: translateY(-10px);
    }

    .isce ul li:hover img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0.7;
    }

    .iscebtn img {
        position: relative;
        -webkit-animation: aniscebtn 0.6s infinite;
        animation: aniscebtn 0.6s infinite;
    }

    .iscebtn:hover img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        transform: scale(0.9);
        transform-origin: center center;
    }

    @-webkit-keyframes aniscebtn {
        0% {
            top: 0;
        }

        50% {
            top: 10px;
        }

        100% {
            top: 2px;
        }
    }

    @keyframes aniscebtn {
        0% {
            top: 0;
        }

        50% {
            top: 10px;
        }

        100% {
            top: 2px;
        }
    }