@font-face {
    font-family: 'Century-Gothic-Bold';
    src: url('../fonts/Century-Gothic-Bold.eot');
    src: url('../fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Century-Gothic-Bold.woff2') format('woff2'),
        url('../fonts/Century-Gothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century-Gothic-Regular';
    src: url('../fonts/Century-Gothic-Regular.eot');
    src: url('../fonts/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Century-Gothic-Regular.woff2') format('woff2'),
        url('../fonts/Century-Gothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.exam-block {
	font-family: 'Century-Gothic-Regular';
}
#page .exam-block .inner {
	padding-top: 0px;
	padding-bottom: 0px;
}
.exam-head {
    padding: 40px 0px 20px 0px;
}
.exam-title {
	font-family: 'Century-Gothic-Bold';
	text-align: center;
	color: #0E70B5;
	font-size: 36px;
	padding-bottom: 15px;
	line-height: 1.2;
}
.exam-subtitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Century-Gothic-Regular';
	line-height: 1.2;
}
.exam-subtitle-2 {
	padding-bottom: 30px;
}
.exam-bg {
	width: 100%;
	background: url(../images/exam-1.jpg) left top repeat-x;
	padding-bottom: 0px;
	background-size: contain !important;
    background-position: left 1px !important;
}
.exam-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	top: -25px;
}
.exam-tabs > div {
	width: 300px;
	margin: 0px 10px;
}
.exam-tabs > div p:first-child {
	font-family: 'Century-Gothic-Bold';
	display: block;
	padding: 15px;
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	border: 2px solid #fff;
	background: #CB4F85;
	border-radius: 10px;
}
.exam-tabs > div:nth-child(2) p:first-child {
	background: #7573B0;
}
.exam-block-8 .exam-tabs > div {
	width: 250px;
}
.exam-block-8 .exam-tabs > div p:first-child {
	font-size: 30px;
}
.exam-block-8 .exam-tabs > div:nth-child(3) p:first-child {
	background: #98bb39;
}
.exam-block-8 .exam-tabs > div p:first-child {
	background: #ca4f57;
}
.exam-block-8 .exam-tabs > div:nth-child(2) p:first-child {
	background: #db8f1b;
}
.exam-tabs > div p:first-child span {
	display: block;
	font-size: 14px;
}
.exam-block-7 .exam-tabs > div:last-child p:first-child {
	padding: 5px 15px;
}

.exam-steps {
	text-align: center;
	padding: 0px 0px 15px 0px;
	font-size: 18px;
	text-transform: uppercase;
}
.exam-steps img {
	margin-top: 20px;
}
.exam-text {
	position: relative;
	width: 100%;
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.2;
}
.exam-block-1 .exam-text:after {
	display: block;
	content: '';
	width: 520px;
	height: 996px;
	background: url(../images/exam-1-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}
.exam-text > div {
	max-width: 50%;
	position: relative;
	z-index: 10;
}
.exam-text em {
	font-style: normal;
	color: #0E70B5;
}
.exam-text strong {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	color: #0E70B5;
}
.exam-outro {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 20px;
	color: #0E70B5;
	font-family: 'Century-Gothic-Bold';
	line-height: 1.5;
	position: relative;
	z-index: 10;
}
.exam-form-wrapper {
	width: 100%;
	background: #0E70B5;
	padding: 60px 30px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 20px;
	margin-top: 70px;
	border-radius: 15px;
	border: 1px solid #fff;
}
.exam-block-7 .exam-form-wrapper {
	margin-top: 0px;
}
.exam-form-wrapper-2 {
	padding: 15px 30px;
}
.exam-form-wrapper .form-title {
	font-family: 'Century-Gothic-Bold';
	font-size: 30px;
	padding-bottom: 20px;
}
.exam-form {
	display: flex;
	justify-content: space-between;
}
.exam-form .form-item {
	padding: 0px 15px;
	width: 33.333%;
}
#page .exam-form-wrapper input[type="text"],
#page .exam-form-wrapper input[type="tel"] {
	padding: 10px 15px !important;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
	font-family: 'Century-Gothic-Regular';
	font-size: 18px;
	border: solid 1px #a0bfe6;
}
.exam-form-wrapper input[type="submit"] {
	width: 100%;
	padding: 10px 15px;
	cursor: pointer;
	background: #F3D14A;
	border: 1px solid #F3D14A;
	border-radius: 5px;
	font-family: 'Century-Gothic-Regular';
	font-size: 18px;
	color: #222221;
	transition: all 0.2s ease;
}
.exam-form-wrapper input[type="submit"]:hover {
	background: #e69904 !important;
}
.exam-bg-2 {
	background: url(../images/exam-2.jpg) left top repeat-x;
}
.exam-bg-2 .exam-text {
	display: flex;
	justify-content: flex-end;
}
.exam-block-2 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-2-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-2 .exam-tabs > div p:first-child {
	background: #6AB9EC;
}
.exam-block-2 .exam-tabs > div:nth-child(2) p:first-child {
	background: #0075BB;
}
.exam-bg-3 {
	background: url(../images/exam-3.jpg) left top repeat-x;
}
.exam-steps-2 {
	padding-top: 50px;
}
.exam-block-3 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-3-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-block-4 .exam-bg-1 .exam-text {
	display: flex;
	justify-content: flex-end;
}
.exam-block-4 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-4-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-5 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-5-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-block-6 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-6-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-7 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-7-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-bg-4 {
	background: url(../images/exam-4.jpg) left top repeat-x;
}
.exam-block-8 .exam-bg-4 .exam-text {
	display: flex;
	justify-content: flex-end;
}
.exam-block-8 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/exam-8-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-9 .exam-bg-2 .exam-text {
	display: flex;
	justify-content: flex-start;
}
.exam-block-9 .exam-text:after {
	display: block;
	content: '';
	width: 830px;
	height: 996px;
	background: url(../images/exam-9-pic.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 60px;
	right: -100px;
}
.exam-anna {
	width: 310px;
	text-align: center;
}
.exam-anna img {
	max-width: 200px;
}
.exam-name {
	width: 310px;
	text-align: center;
	padding: 0px;
	margin: -10px 0px;
	color: #0E70B5;
	text-transform: uppercase;
}
.exam-buble {
	width: 310px;
	height: 252px;
	background: url(../images/exam-buble.png) center center no-repeat;
	background-size: contain;
	color: #0E70B5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: -50px;
}
.exam-flex {
	display: flex;
	align-items: center;
	width: 100%;
}
.exam-flex div:nth-child(1) {
	font-size: 30px;
	padding-right: 15px;
}
/*.exam-10 img {
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}*/
.exam-10-pics {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.exam-10-pics a {
	margin: 0px 10px;
	position: relative;
	top: 0px;
	transition: all 0.2s ease;
}
.exam-10 a:hover {
	top: -10px;
}
.exam-10-pics img {
	max-width: 180px;
	height: auto;
}
.exam-11-pics {
	padding-bottom: 0px;
}
.exam-11-pics a {
	margin: 0px 5px;
}
.exam-11-pics img {
	max-width: 100%;
}
.exam-10-pic {
    padding-bottom: 30px;
    max-width: 760px;
    margin: 0 auto;
}
.exam-how {
	width: 100%;
	background: #0E70B5;
	color: #fff;
	font-family: 'Century-Gothic-Regular';
	line-height: 1.4;
}
.how-title {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Century-Gothic-Bold';
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.how-after {
	text-align: center;
	padding: 25px 0px 0px 0px;
	font-family: 'Century-Gothic-Bold';
	font-size: 22px;
}
.how-row {
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.how-col {
	width: 47%;
}
.how-item {
	display: flex;
	align-items: center;
	padding: 5px 0px;
}
.how-item img {
	max-width: 100px;
	min-width: 100px;
	height: auto;
	margin-right: 15px;
}
.carousel-wrapper {
	margin: 0px 0px 25px 0px;
	position: relative;
    margin-top: -186px;
    position: relative;
    z-index: 10;
}
.exam-c_item {
	padding: 0px 15px;
}
.exam-c_item a {
	display: flex;
	width: 100%;
	height: 303px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 15px;
	padding: 2px;
}
.exam-c_item a img {
	max-height: 100%;
	width: auto;
	border-radius: 13px;
}

.exam-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}
.exam-left {
	left: 0px;
}
.exam-right {
	right: 0px;
}
.exam-cambridge {
	width: 100%;
	background: url(../images/exam-12.png) left -100px repeat-x;
	font-family: 'Century-Gothic-Regular';
	padding-bottom: 150px;
	line-height: 1.4;
}
.exam-cambridge p {
	font-size: 20px;
	padding-top: 15px;
	border-top: 2px solid rgba(0,0,0,0.3);
	margin-top: 15px;
	margin-bottom: 0px;
}
.cambridge-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 29px;
	font-family: 'Century-Gothic-Bold';
	color: #0E70B5;
	line-height: 1.1;
	align-items: center;
}
.cambridge-logo img {
	max-width: 350px;
	height: auto;
	margin-right: 20px;
}
.exam-cambridge .exam-form-wrapper {
	margin-top: -355px;
	margin-bottom: 20px;
}
.form-list {
    padding-top: 3px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
}
.form-list > div {
	width: 33.333%;
	padding: 0px 15px 0px 15px;
}
.form-list img {
	max-width: 100px;
	margin-top: 15px;
}
.exam-top {
	width: 100%;
	background: url(../images/exam-13.jpg) left top repeat-x;
	padding-top: 25px;
	padding-bottom: 350px;
	font-family: 'Century-Gothic-Regular';
	line-height: 1.2;
}
.top-title {
	color: #0E70B5;
	font-family: 'Century-Gothic-Bold';
	font-size: 60px;
	padding-bottom: 0px;
}
.top-item {
	font-size: 18px;
	display: flex;
	align-items: center;
	margin: 0px 15px;
}
.top-item img {
	margin-right: 15px;
}
.exam-top .inner {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
.exam-top .inner:after {
	display: block;
	content: '';
	width: 700px;
	height: 996px;
	background: url(../images/exam-14.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}

@media all and (min-width: 1200px) {
.exam-top .inner:after {
	display: block;
	content: '';
	width: 700px;
	height: 996px;
	background: url(../images/ex-1.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-top .inner:before {
	display: block;
	content: '';
	width: 544px;
	height: 300px;
	position: absolute;
	top: 0px;
	right: -100px;
	background: url(../images/ex-1-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-4;
	animation-name: shape-fly-y-4;
}

.exam-block-1 .exam-text:after {
	display: block;
	content: '';
	width: 520px;
	height: 996px;
	background: url(../images/ex-10.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}
.exam-block-1 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/ex-10-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-4;
	animation-name: shape-fly-y-4;
}

.exam-block-2 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-9.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-2 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	left: -100px;
	background: url(../images/ex-9-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}


.exam-block-3 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-8.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-block-3 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	right: -100px;
	background: url(../images/ex-8-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}


.exam-block-4 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-7.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-4 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	left: -100px;
	background: url(../images/ex-7-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}

.exam-block-5 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-6.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-block-5 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	right: -100px;
	background: url(../images/ex-6-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}


.exam-block-6 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-5.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-6 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	left: -100px;
	background: url(../images/ex-5-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}

.exam-block-7 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-4.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: -100px;
}
.exam-block-7 .exam-text:before {
	display: block;
	content: '';
	width: 130px;
	height: 187px;
	position: absolute;
	top: 0px;
	right: -100px;
	background: url(../images/ex-4-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}


.exam-block-8 .exam-text:after {
	display: block;
	content: '';
	width: 550px;
	height: 996px;
	background: url(../images/ex-3.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -100px;
}
.exam-block-8 .exam-text:before {
	display: block;
	content: '';
	width: 140px;
	height: 187px;
	position: absolute;
	top: 0px;
	left: -70px;
	background: url(../images/ex-3-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}


.exam-block-9 .exam-text:after {
	display: block;
	content: '';
	width: 830px;
	height: 996px;
	background: url(../images/ex-2.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 60px;
	right: -100px;
}
.exam-block-9 .exam-text:before {
	display: block;
	content: '';
	width: 269px;
	height: 299px;
	position: absolute;
	top: 30px;
	right: -70px;
	background: url(../images/ex-2-zn.png) center top no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
    animation-name: none;
	-webkit-animation-name: shape-fly-y-5;
	animation-name: shape-fly-y-5;
}

}

@keyframes shape-fly-y-4{0%{transform:translateY(-5%)}to{transform:translateY(5%)}}

@keyframes shape-fly-y-5{0%{transform:translateY(-10%)}to{transform:translateY(10%)}}
@keyframes shape-fly-y-10{0%{transform:translateY(-10%)}to{transform:translateY(10%)}}
@keyframes shape-fly-y-20{0%{transform:translateY(-20%)}to{transform:translateY(20%)}}
@keyframes shape-fly-y-30{0%{transform:translateY(-30%)}to{transform:translateY(30%)}}
@keyframes shape-fly-y-40{0%{transform:translateY(-40%)}to{transform:translateY(40%)}}
@keyframes shape-fly-y-50{0%{transform:translateY(-50%)}to{transform:translateY(50%)}}


@media all and (max-width: 960px) {
.exam-top .inner:after {
    display: block;
    content: '';
    width: 400px;
    height: 996px;
    background: url(../images/exam-14.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    top: 201px;
    right: 0px;
}
.exam-top .inner:after {
    display: block;
    content: '';
    width: 400px;
    height: 996px;
    background: url(../images/exam-14.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    top: 201px;
    right: 0px;
}
.exam-form .form-item {
    padding: 0px 3px;
}
.form-list {
	font-size: 15px;
}
.exam-block-9 .exam-text:after {
    width: 500px;
    right: 0px;
}
.exam-block-8 .exam-text:after {
    width: 350px;
    top: 0px;
    left: 0px;
}
.exam-block-7 .exam-text:after {
    width: 350px;
    top: 0px;
    right: 0px;
}
.exam-block-6 .exam-text:after {
    width: 350px;
    top: 0px;
    left: 0px;
}
.exam-block-5 .exam-text:after {
    width: 350px;
    top: 0px;
    right: 0px;
}
.exam-block-4 .exam-text:after {
    width: 350px;
    top: 0px;
    left: 0px;
}
.exam-block-3 .exam-text:after {
    width: 350px;
    top: 0px;
    right: 0px;
}
.exam-block-2 .exam-text:after {
    width: 350px;
    top: 0px;
    left: 0px;
}
.exam-block-1 .exam-text:after {
	width: 350px;
}
.exam-head {
	padding-top: 0px;
}
.exam-text {
	font-size: 16px;
}
.exam-form-wrapper input[type="submit"],
#page .exam-form-wrapper input[type="text"], #page .exam-form-wrapper input[type="tel"] {
	font-size: 16px;
}
.exam-cambridge {
	background: url(../images/exam-12.png) left bottom repeat-x;
}
.exam-10-pics img {
	max-width: 100%;
}

}

@media all and (max-width: 767px) {
.exam-text {
	padding-top: 30px;
}
.exam-text:after {
	display: block;
	position: relative !important;
	margin: 0 auto;
	width: 100% !important;
	max-width: 300px;
	height: 300px !important;
	background-position: center !important;
}
.exam-top {
	padding-top: 0px;
}
.top-title {
	text-align: center;
	font-size: 28px;
}
.exam-top .inner:after {
    display: block;
    content: '';
    width: 100%;
    height: 332px;
    background: url(../images/exam-14.png) left top no-repeat;
    background-size: contain;
    position: relative;
    top: 0px;
    right: 0px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: -180px;
    margin-top: 30px;
}
.top-item {
    font-size: 15px;
}
.top-item img {
    margin-right: 15px;
    max-width: 100px;
    height: auto;
}
.exam-form-wrapper {
	padding: 20px;
}
.exam-form {
	flex-wrap: wrap;
}
.exam-form .form-item {
    padding: 0px;
    width: 100%;
}
.form-list > div {
    width: 33.333%;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
}
.form-list img {
    max-width: 50px;
}
.cambridge-logo img {
    max-width: 300px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
}
.cambridge-logo {
	display: block;
	font-size: 16px;
}
.exam-cambridge {
	padding-bottom: 0px;
}
.exam-cambridge p {
    font-size: 16px;
}
.carousel-wrapper {
    margin-top: 0px;
}
.how-col {
    width: 100%;
}
.how-row {
	display: block;
}
.how-item img {
	max-width: 50px;
}
.exam-title {
	font-size: 24px;
}
.exam-subtitle {
	font-size: 15px;
}
.exam-head {
	padding-bottom: 30px;
}
.exam-text {
	display: block !important;
}
.exam-text > div {
    max-width: 100%;
}
.exam-block-2 .exam-text:after,
.exam-block-1 .exam-text:after {
    margin-bottom: -100px;
}
.exam-block-3 .exam-text:after,
.exam-block-7 .exam-text:after {
    margin-bottom: -150px;
}
.exam-block-4 .exam-text:after,
.exam-block-5 .exam-text:after,
.exam-block-8 .exam-text:after {
    margin-bottom: -120px;
}
.exam-block-6 .exam-text:after {
    margin-bottom: -135px;
}
.exam-block-9 .exam-text:after {
    top: 0px;
    margin-bottom: -120px;
}
.exam-form-wrapper .form-title {
    font-family: 'Century-Gothic-Bold';
    font-size: 17px;
    padding-bottom: 15px;
    line-height: 1.2;
}
.exam-c_item a {
	height: 205px;
}
.exam-block-8 .exam-tabs > div p:first-child {
    font-size: 20px;
}
.exam-head {
	padding-top: 30px;
}
.exam-bg {
	background-size: cover !important;
    background-position: left 1px !important;
}
body .exam-carousel {
	max-width: 333px;
	margin: 0 auto;
}
body .slick-dots li {
	margin: 0px;
}
body .slick-dots {
  position: relative;
  bottom: -10px;
}

}