.adbro-cetaphil {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-cetaphil * {
	box-sizing: border-box;
}

.adbro-cetaphil__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 170px;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-cetaphil__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	margin: 0 !important;
	background: url(../images/cetaphil-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
}
	

.adbro-cetaphil__logo {
	position: absolute;
    bottom: 39px;
    left: 50%;
    margin: 0 !important;
    margin-left: -146px !important;
	background: url(../images/cetaphil-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 43px;
	height: 21px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-cetaphil__text {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.adbro-cetaphil__text--1 {
    bottom: 16px;
    margin-left: -149px !important;
	background-image: url(../images/cetaphil-text.png?v=1);
	width: 49px;
	height: 20px;
	-webkit-animation: fadeInLeft24 .7s .8s both;
	animation: fadeInLeft24 .7s .8s both;
}

.adbro-cetaphil__text--2 {
    bottom: 13px;
    margin-left: -90px !important;
    background-image: url(../images/cetaphil-text2.png?v=1);
    width: 23px;
    height: 28px;
    -webkit-animation: fadeInDown24 .7s .8s both;
    animation: fadeInDown24 .7s .8s both;
}

.adbro-cetaphil__text--3 {
    bottom: 41px;
    margin-left: -2px !important;
    background-image: url(../images/cetaphil-text3.png);
    width: 85px;
    height: 19px;
    -webkit-animation: fadeInDown24 .7s .7s both;
    animation: fadeInDown24 .7s .7s both;
}

.adbro-cetaphil__text--4 {
    bottom: 3px;
    margin-left: 61px !important;
	background-image: url(../images/cetaphil-text4.png);
	width: 95px;
	height: 4px;
	-webkit-animation: fadeInRight24 .7s .8s both;
	animation: fadeInRight24 .7s .8s both;
}

.adbro-cetaphil__img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 !important;
    margin-left: -76px !important;
	background: url(../images/cetaphil-img.png) no-repeat left bottom;
	background-size: contain;
	width: 106px;
	height: 64px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-cetaphil__btn {
	position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 !important;
    margin-left: 73px !important;
	background: url(../images/cetaphil-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 67px;
	height: 22px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
}

.adbro-cetaphil__btn:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 25%;
    height: 72%;
    -webkit-animation: shine24 2s 2.2s;
    animation: shine24 2s 2.2s;
    -webkit-animation-iteration-count: 7;
    animation-iteration-count: 7;
}




.adbro-grid {
	background: #0073BC!important;
	border-radius: 0 0 5px 5px !important;
	position: relative;
	padding: 0 !important;
	}

.adbro-grid__line {
	background: #D0031D;
	border-radius: 0 0 5px 5px !important;
	z-index: 1;
	}

.adbro-grid__btn {
	background-image: url(../images/cetaphil-grid-btn.png);
	width: 108px !important;
	height: 16px !important;
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -4px;
	z-index: 2;
	}

.adbro-grid__list {
	display: block !important;
	padding-top: 0px !important;
	padding-bottom: 38px !important;
	position: relative;
	-webkit-animation: move27 1.8s 2s both;
	animation: move27 1.8s 2s both;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	}

@-webkit-keyframes move27 {
	50% {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
		}
	}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
		}
	}

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	overflow-x: hidden !important;
	}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 0px;
	z-index: 1;
	overflow: hidden !important;
	}

.adbro-grid__box {
	display: block !important;
	margin: 0 !important;
	position: relative;
	}

.adbro-grid__box:first-child {
	margin-top: 0 !important;
	}

.adbro-grid__img {
	margin: 0 !important;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/cetaphil-grid-pic.png);
	padding-bottom: 178.43%;
	}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0 !important;
	margin-left: -12px !important;
	background: url(../images/cetaphil-grid-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 .5s 5s both;
	animation: fadeIn24 .5s 5s both;
	}

/** slider **/

.adbro-slider {
	position: relative;
	padding: 0 !important;
	}

.adbro-slider__frame {
	padding: 0 !important;
	padding-bottom: 15px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.adbro-slider__wrapper {
    margin: 0 !important;
    margin-top: 10px!important;
	box-sizing: border-box;
	overflow: hidden !important;
	position: relative;
	width: 100%;
	}

.adbro-slider__item .adbro-grid__pic {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	padding-bottom: 139.55%;
	margin: 0 auto !important;
	}

.adbro-grid__pic--1 {
	background-image: url(../images/cetaphil-grid-img.png?v=2);
	}

.adbro-grid__pic--2 {
	background-image: url(../images/cetaphil-grid-img2.png?v=2);
	}

.adbro-grid__pic--3 {
	background-image: url(../images/cetaphil-grid-img3.png?v=2);
}

.adbro-grid__pic--4 {
	background-image: url(../images/cetaphil-grid-img4.png?v=2);
	}


.adbro-slider__list {
	width: 100% !important;
	-webkit-animation: none !important;
	animation: none !important;
	}

.adbro-bottom .adbro-slider--sm .adbro-slider__list {
	margin: 0 !important;
	}

.adbro-slider--sm .adbro-slider__item {
	width: 42% !important;
	padding: 0 0 0 5px !important;
	}

.adbro-slider__item .adbro-grid__box {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}

.adbro-slider .adbro-slider__arrow--prev,
.adbro-slider .adbro-slider__arrow--next {
	background: none !important;
	display: none !important;
	}

.adbro-slider__frame .adbro-slider__arrow:before {
	margin-left: -7px;
	background: url(../images/slider-arrow.png) no-repeat 50% 50%;
	background-size: contain;
	width: 25px;
	height: 53px;
	}

.adbro-slider__frame .adbro-slider__arrow--prev:before {
	margin-left: -18px;
	}

.adbro-slider__dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	margin: 0 !important;
	list-style: none;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	}

.adbro-slider__dots li {
    display: flex;
    vertical-align: top;
    width: 25%;
    height: 5px;
    margin: 0 !important;
    margin-right: 5px !important;
    position: relative;
    cursor: pointer;
	}

.adbro-slider__dots li:last-child {
	margin-right: 0 !important;
	}

.adbro-slider__dots li:before {
    content: '';
    position: absolute;
    top: 50%;
    margin: 0 !important;
    margin-top: -1px !important;
    left: 0;
    width: 100%;
    height: 5px;
    opacity: 1;
	background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
	}

.adbro-slider__dots li.active:before {
    background: #fff;
}


/** video **/

.adbro-grid__item .adbro-grid__video {
    position: relative;
    background-color: transparent!important;
    padding: 0!important;
    box-shadow: none!important;
}

.adbro-grid__video:after {
    content: '';
    display: block;
    width: 100%;
}

.adbro-grid__item--wide {
    position: relative;
    padding: 0!important;
}

.adbro-grid .adbro-grid__item--wide {
    margin: 0!important;
    width: 100%!important;
    height: auto!important;
}

.adbro-grid__sound {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0!important;
    width: 22px;
    height: 22px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png) no-repeat left bottom !important;
    background-size: contain !important;
    border-radius: 50%;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: visible !important;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}

.adbro-grid__sound:before,
.adbro-grid__sound:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fall25 2s .3s both infinite;
    animation: fall25 2s .3s both infinite;
}

.adbro-grid__sound:before {
    top: -10px;
    left: -2px;
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
    width: 7px;
    height: 8px;
}

.adbro-grid__sound:after {
    top: -15px;
    left: 15px;
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png);
    width: 7px;
    height: 12px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.adbro-grid__sound.adbro-sound--on {
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png)!important;
}

.adbro-grid__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.adbro-grid__pointer {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	width: 63px;
	height: 60px;
	background: url(../images/cetaphil-pointer.png) no-repeat left bottom;
	background-size: contain;
	cursor: pointer;
	z-index: 3;
	}



/* popup */

.adbro-popup {
	pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0!important;
    z-index: 1000;
    background: #FFEDEE !important;
    padding: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.adbro-popup::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0!important;
    background: url(../images/cetaphil-popup-corner.png) no-repeat top right / contain !important;
    width: 71px;
    height: 34px;
}

.adbro-popup__listener {
	margin: 0 !important;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 100%;
	}

.adbro-popup--vis {
	visibility: visible;
	display: block!important; 
	pointer-events: auto;
	-webkit-animation: fadeIn24 .5s 0s both;
	animation: fadeIn24 .5s 0s both;
}

.adbro-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none !important;
	width: 75px;
	height: 35px;
	margin: 0!important;
	cursor: pointer;
	z-index: 5;
}

.adbro-popup__video {
	width: 100%;
	height: 96%;
	object-fit: contain;
	opacity: 0;
	background: #000;
	margin: 0 !important;
	}

.adbro-popup__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-popup__line {
	z-index: 99;
    display: block!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    margin: 0!important;
    max-width: none!important;
	background: #D0031D;
    border-radius: 0;
    height: 38px!important;
}

.adbro-popup__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0!important;
    background-image: url(../images/cetaphil-grid-btn.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 108px;
    height: 16px;
}


.adbro-cetaphil-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 20px;
	margin: 0 !important;
	width: 110px;
	height: 110px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
	}

.adbro-cetaphil-round .adbro-close {
	bottom: 125px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	}

.adbro-cetaphil-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
	}

.adbro-cetaphil-round__img {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin: 0 !important;
    margin-left: -51px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 4.5s forwards;
    animation: fadeIn24 .7s .2s both, fadeOut24 .3s 4.5s forwards;
	}

.adbro-cetaphil-round__img--1 {
	background-image: url(../images/cetaphil-round-img.png);
}

.adbro-cetaphil-round__img--2 {
	background-image: url(../images/cetaphil-round-img2.png);
	-webkit-animation-delay: 4.5s, 9s;
    animation-delay: 4.5s, 9s;
}

.adbro-cetaphil-round__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 !important;
    margin-left: -47px !important;
    background: url(../images/cetaphil-round-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 94px;
    height: 21px;
	-webkit-animation: fadeInUp24 .7s .2s both;
	animation: fadeInUp24 .7s .2s both;
	}





.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin: 0 !important;
    cursor: pointer;
}

.adbro-close {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
    position: absolute;
    bottom: 6px;
    right: 4px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 21px;
    height: 20px;
    margin: 0!important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes fadeIn24 {
	from {
		opacity: 0
		}

	to {
		opacity: 1
		}
	}

@keyframes fadeIn24 {
	from {
		opacity: 0
		}

	to {
		opacity: 1
		}
	}


@-webkit-keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@-webkit-keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@-webkit-keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@-webkit-keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
		}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
		}
	}

@-webkit-keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible
		}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
		}
	}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible
		}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
		}
	}

@-webkit-keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.5;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.5;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

	@-webkit-keyframes fall25 {
		from {
			opacity: 0;
			}
		20% {
			opacity: 1;
			}
		to {
			opacity: 0;
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
			}
		}
	
	@keyframes fall25 {
		from {
			opacity: 0;
			}
		20% {
			opacity: 1;
			}
		to {
			opacity: 0;
			-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
			}
}

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}