.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;
    height: 170px;
    left: 50%;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
	}

.adbro-cetaphil__decor {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 !important;
	width: 41px;
	height: 60px;
    -webkit-animation: fadeIn24 .7s .8s both;
    animation: fadeIn24 .7s .8s both;
}

.adbro-cetaphil__decor--1 {
    left: 0;
}

.adbro-cetaphil__decor--1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cetaphil-decor.png) no-repeat 50% 50% / contain;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-cetaphil__decor--2 {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

.adbro-cetaphil__decor--2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cetaphil-decor.png) no-repeat 50% 50% / contain;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-cetaphil__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	background: url(../images/cetaphil-bg.png) no-repeat center top / cover;
	height: 46px;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	}

.adbro-cetaphil__logo {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: 0 !important;
	margin-left: -157px!important;
	background: url(../images/cetaphil-logo.png) no-repeat left bottom / contain;
	width: 31px;
	height: 16px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-cetaphil__text {
	display: block;
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 !important;
	margin-left: -123px!important;
	background: url(../images/cetaphil-text.png) no-repeat left bottom / contain;
	width: 111px;
    height: 20px;
	-webkit-animation: fadeInDown24 .7s .7s both;
	animation: fadeInDown24 .7s .7s both;
}

.adbro-cetaphil__img {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
}

.adbro-cetaphil__img--1 {
    bottom: 14px;
    margin-left: -12px!important;
    background-image: url(../images/cetaphil-img.png);
    width: 51px;
    height: 48px;
}

.adbro-cetaphil__img--2 {
    bottom: 3px;
    margin-left: 30px!important;
    background-image: url(../images/cetaphil-img2.png);
    width: 41px;
    height: 60px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.adbro-cetaphil__btn {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin: 0 !important;
	margin-left: 72px !important;
	background: url(../images/cetaphil-btn.png?v=2) no-repeat left bottom;
	background-size: contain;
	width: 70px;
	height: 18px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
	overflow: hidden;
}

.adbro-cetaphil__btn:after {
	content: '';
	position: absolute;
	top: 0;
	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: 100%;
	-webkit-animation: shine24 2s 2.2s;
	animation: shine24 2s 2.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
	}



/* grid */
.adbro-grid .adbro-close {
    bottom: auto;
    top: -2px;
    z-index: 2;
}

.adbro-grid {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-image: url(../images/cetaphil-grid-bg.png), linear-gradient(114deg, #81C7EC 18.01%, #6CBAEF 106.73%) !important;
    padding: 0 !important;
    border-radius: 0 0 5px 5px !important;
}

.adbro-grid__line {
    background: #E5E5E5;
    border-radius: 0 0 5px 5px !important;
    border: solid 2px #81C7EC;
}

.adbro-grid__btn {
    background-image: url(../images/cetaphil-grid-btn.png?v=2);
    height: 16px!important;
}

.adbro-grid__list {
	display: block !important;
	padding: 24px 0 38px !important;
	position: relative;
	height: 260px !important;
    }

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	overflow: hidden !important;
	}

.adbro-grid__top {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    width: 100%;
    height: 24px;
    background: #fff;
    border-top: solid 1px #94C6E8;
    border-left: solid 1px #94C6E8;
    border-right: solid 1px #94C6E8;
    z-index: 1;
}

.adbro-grid__top::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    margin: 0 !important;
    background: url(../images/cetaphil-grid-logo.png) no-repeat 50% 50% / contain;
    width: 35px;
    height: 18px;
    z-index: 1;
}

.adbro-grid__top::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    margin: 0 !important;
    margin-left: -80px !important;
    background: url(../images/cetaphil-grid-title.png?v=1) no-repeat 50% 50% / contain;
    width: 180px;
    height: 8px;
    z-index: 1;
}



/** slider **/

.adbro-slider {
    padding: 0 !important;
    position: relative;
    border: none !important;
    background: none !important;
    border-radius: 5px !important;
}

.adbro-slider__frame {
	padding: 12px 0 0 0 !important;
	padding-bottom: 20px!important;
}

.adbro-slider__wrapper {
	margin: 0 auto !important;
	box-sizing: border-box;
	overflow: hidden !important;
	position: relative;
	width: 100%;
	padding: 0 0 10px !important;
	}

.adbro-slider__wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    margin-left: -109px !important;
    background: url(../images/cetaphil-grid-pic.png) no-repeat 50% 50% / contain !important;
    width: 218px;
    height: 7px;
}

.adbro-slider__item .adbro-grid__pic {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	/*padding-bottom: 62.5%;*/
	width: 240px;
	height: 150px !important;
	margin: 0 auto !important;
	border-radius: 0 !important;
	padding: 0 !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-slider__list {
	width: 100% !important;
	-webkit-animation: none !important;
	animation: none !important;
	}

.adbro-bottom .adbro-slider--sm .adbro-slider__list {
	margin: 0 auto !important;
}

.adbro-slider--sm .adbro-slider__item {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 5px !important;
}

.adbro-slider__item .adbro-grid__box {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.adbro-slider__frame .adbro-slider__arrow {
	display: block!important;
}

.adbro-slider .adbro-slider__arrow--prev,
.adbro-slider .adbro-slider__arrow--next {
	background: none !important;
}

.adbro-slider .adbro-slider__arrow--next::before {
    margin-left: -3px !important;
    background: url(../images/cetaphil-arrow.png) no-repeat 50% 50% / contain !important;
    width: 11px;
    height: 19px;
    opacity: 1;
}

.adbro-slider .adbro-slider__arrow--prev::before {
    margin-left: -10px !important;
    background: url(../images/cetaphil-arrow.png) no-repeat 50% 50% / contain !important;
    width: 11px;
    height: 19px;
    opacity: 1;
}

.adbro-slider__dots {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	padding: 0;
	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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    width: 52px;
    height: 6px;
    margin: 0!important;
    margin-right: 10px!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;
    left: 0;
    width: 52px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.4;
}

.adbro-slider__dots li.active:before {
	background: #fff;
	opacity: 1;
}




/* popup */

.adbro-popup {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0!important;
	padding-bottom: 38px!important;
	z-index: 1000;
	background: #86BCE4;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	}

.adbro-popup--vis {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	}

.adbro-popup::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	margin: 0!important;
	background: url(../images/cetaphil-popup-close.png) no-repeat 50% 50% / contain !important;
	width: 70px;
	height: 31px;
	z-index: 5;
	}

.adbro-popup__top {
	position: absolute;
	top: 15px;
	left: 50%;
    margin: 0 !important;
	margin-left: -111px !important;
    background: url(../images/cetaphil-popup-logo.png) no-repeat 50% 50% / contain !important;
    width: 222px;
    height: 74px;
	cursor: pointer;
	z-index: 5;
	}

.adbro-popup__listener {
	margin: 0 auto !important;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 85px;
	}

.adbro-popup__close {
	position: absolute;
	top: 0;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	width: 30px;
	height: 30px;
	margin: 0!important;
	cursor: pointer;
	z-index: 6;
	}

.adbro-popup__box {
	display: block!important;
	bottom: 0;
	width: 100%;
	padding: 0;
	padding-bottom: calc(167.66% - 0px);
	margin: 0!important;
	perspective: 600px;
	}

.adbro-popup__image {
	position: absolute;
	left: 10px;
	display: block!important;
	width: calc(100% - 20px);
	margin: 0!important;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	padding-bottom: 152.91% !important;
	z-index: 2;
	}

.adbro-popup__box--1 .adbro-popup__image {
	background-image: url(../images/cetaphil-popup-img.png?v=1);
	}

.adbro-popup__box--2 .adbro-popup__image {
	background-image: url(../images/cetaphil-popup-img2.png?v=1);
	}

.adbro-popup__box--3 .adbro-popup__image {
	background-image: url(../images/cetaphil-popup-img3.png?v=1);
	}

.adbro-popup__link {
	position: absolute;
	left: 0;
	margin: 0 !important;
	width: 100%;
	/*padding-bottom: calc(177.5% - 38px);*/
	}

.adbro-popup__control {
	position: absolute;
	z-index: 3;
	top: 20%;
	margin: 0!important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	}

.adbro-popup__control--left {
	left: 25px;
	width: 25px;
	height: 48px;
	background-image: url(../images/cetaphil-popup-arrow.png);
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	}

.adbro-popup__control--right {
	right: 25px;
	width: 25px;
	height: 48px;
	background-image: url(../images/cetaphil-popup-arrow.png);
	}

.adbro-popup__line {
	z-index: 99;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%!important;
	margin: 0!important;
	max-width: none!important;
	background: #1D4983;
	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-popup-btn.png?v=2);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 252px!important;
	height: 16px !important;
}



.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 12s forwards;
	animation: fadeOut24 .3s 12s 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: 7px;
	left: 50%;
	margin: 0 !important;
	margin-left: -50px !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 100px;
	height: 100px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .5s 3s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .5s 3s forwards;
	}

.adbro-cetaphil-round__img--1 {
	background-image: url(../images/cetaphil-round-img.png);
	}

.adbro-cetaphil-round__img--2 {
    margin-left: -56px !important;
	background-image: url(../images/cetaphil-round-img2.png);
	width: 106px;
    height: 115px;
	-webkit-animation-delay: 3s, 6s;
	animation-delay: 3s, 6s;
	}

.adbro-cetaphil-round__img--3 {
	background-image: url(../images/cetaphil-round-img3.png);
	width: 103px;
    height: 118px;
	-webkit-animation-delay: 6s, 9s;
	animation-delay: 6s, 9s;
	}

.adbro-cetaphil-round__img--4 {
	background-image: url(../images/cetaphil-round-img4.png);
	width: 100px;
    height: 118px;
	-webkit-animation-delay: 9s, 12s;
	animation-delay: 9s, 12s;
	}

.adbro-cetaphil-round__btn {
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin: 0 !important;
	margin-left: -43px !important;
	background: url(../images/cetaphil-round-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 86px;
	height: 22px;
	-webkit-animation: fadeInUp24 .7s .2s both;
	animation: fadeInUp24 .7s .2s both;
	}



.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;
	}

.adbro-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
	cursor: pointer;
	}

@-webkit-keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		display: block;
		visibility: visible;
		opacity: 1;
		}
	}

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		display: block;
		visibility: visible;
		opacity: 1;
		}
	}

@-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;
		}
	}

@-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.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@-webkit-keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
		}
	}

@-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 fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}

@keyframes fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}