
.explore.section-title h1 {
    margin: 0.67em 0;
}
.explore.login h3 {
    font-size: 21px;
}
.explore.forgot h4 {
    font-size: 19px;
    line-height: 1.5384616;
}
.explore.thank-you-wrapper {
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.explore.thank-you-wrapper p {
    margin-bottom: 10px;
}
.explore.thank-you-wrapper .btn {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.text-right{
    float:right;
}
.explore .payment .title {
    font-family: 'proxima-light';
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 20px;
}
.explore .payment .img {
    margin-bottom: 20px;
}
.explore .search-box,
.explore.list .search-box {
    background: #007d8c;
    padding: 60px 0;
}
.explore.list .search-box .breadcrumb {
    background: transparent;
    float: left;
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
}
.explore.list .search-box .breadcrumb li a {
    color: #fff;
}
.explore .search-select,
.explore.list .search-select {
    padding: 13px 0;
    position: relative;
}
.explore .search-select:after,
.explore.list .search-select:after {
    color: white;
    content: '\e90b';
    font-family: 'Allianz-Icon';
    font-size: 28px;
    position: absolute;
    right: 0px;
    top: 15px;
}
.explore .search-select select,
.explore.list .search-select select {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 10px 0;
    width: 100%;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.explore .search-select select option,
.explore.list .search-select select option {
    color: #414141;
}
.explore .search-input,
.explore.list .search-input {
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 20px;

}
.search-form{
    margin-left:20% ;
}
.explore .search-form .search-input .input-group,
.explore.list .search-form .search-input .input-group {
    position: relative;
}
.explore .search-form .search-input .input-group:before,
.explore.list .search-form .search-input .input-group:before {
    color: #006192;
    content: '\ea74';
    font-family: 'Allianz-Icon';
    font-size: 22px;
    font-weight: bolder;
    left: 0;
    position: absolute;
    top: 7px;
    z-index: 10;
}
.az-anchor-navigation {
    width: 100%;
    background-color: white;
}
.az-anchor-navigation.stick {
    position: fixed;
    top: 0;
    z-index: 1001;
}
.anchornavigation {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
}
#anchorlabel {
    float: left;
    font-size: 20px;
    color: grey;
    width: 500px;
    max-width: 100%;
}
#anchorlabel span.desktop {
    display: block;
}
#anchorlabel span.mobile {
    display: none;
    color: #006192;
    font-family: 'proxima-bold',sans-serif;
    position: relative;
}
#anchorlabel span.mobile i {
    position: absolute;
    top:2px;
}
#anchorlabel span.mobile i.rotate {
    transform: rotate(180deg);
}
#anchormenu {
    float: left;
    font-size: 0;
    text-align: left;
    position: relative;
    padding-left: 0;
    margin: 0;
    width: 100%;
    padding-right: 60px;
    max-width: 700px;
    align-self: baseline;
}
#anchormenu.del-padding {
    padding-right: 0;
}
#anchormenu .menuitem {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    line-height: 19px;
    margin-top: 3.5px;
}
#anchormenu .menuitem a {
    color: #006192;
    display: inline-block;
    border-bottom: 4px solid transparent;
    /*max-width:120px;*/
}
#anchormenu .menuitem.active a {
    border-bottom: 4px solid #006192;
    font-family: 'proxima-semibold',sans-serif;
    color: #006192;
}
#anchormenu .menuitem a:hover {
    color: #006192;
    text-decoration: none;
    font-family: 'proxima-semibold',sans-serif;
    border-bottom: 4px solid #006192;
}
#anchormenu .menuitem a::after {
    display: block;
    content: attr(title);
    font-family: 'proxima-semibold',sans-serif;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#anchormenu .menuitem a:focus,
#anchormenu .menuitem a:active {
    color: #003781;
    text-decoration: none;
}
#anchormenu .menuitem:last-child {
    margin-right: 0;
}
#anchormenu .moreitems {
    padding: 0;
    position: absolute;
    top:0;
    right: 0;
    z-index: 1;
}
#anchormenu .moreitems a {
    display: inline-flex;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
#anchormenu .moreitems a i {
    margin-left:0;
    position: relative;
    right: 0;
    top:-2px;
}
#anchormenu .moreitems .menuitem {
    display: none;
    margin-right:0;
    margin-bottom: 12px;
}
#anchormenu .moreitems .menuitem:last-child {
    margin-bottom: 0;
}
#anchormenu .moreitems .menuitem a {
    margin: 0;
    display: inline-block;
    border-bottom: 4px solid transparent;
}
#anchormenu .moreitems .menuitem a:hover {
    border-bottom: 4px solid #006192;
    color: #006192;
}
#anchormenu .moreitems:hover {
    box-shadow: 0px 1px 20px 0px rgba(136, 136, 136, 0.5);
    border: 1px solid rgba(136, 136, 136, 0.4);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 200px;
    background-color: white;
    padding-top: 14px;
    padding-bottom: 19px;
    padding-right: 30px;
    padding-left: 20px;
    top: -15px;
    right: -118px;
}
#anchormenu .moreitems.nobutton:hover {
    right: 0;
}
#anchormenu .moreitems:hover a {
    font-family: 'proxima-bold',sans-serif;
}
#anchormenu .moreitems:hover a i {
    transform: rotate(180deg);
}
#anchormenu .moreitems:hover .menuitem {
    display: block;
}
#anchormenu .moreitems:hover .menuitem a:hover {
    font-family: 'proxima-semibold', sans-serif;
}
#anchormenu .moreitems:hover .menuitem a {
    font-family: 'proxima-regular', sans-serif;
}
#anchorbutton {
    float: right;
    text-align: right;
    margin-left: 30px;
}
#anchorbutton .btn-anchor {
    color: #006192;
    background-color: #FFFFFF;
    font-family: 'proxima-bold';
    border-color: #006192;
    font-size: 16px;
}
#anchorbutton .btn-anchor:hover {
    background-color: #006192;
    color: #FFFFFF;
}
.anchorpagetitle {
    background-color: #007AB3;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    height: auto;
    vertical-align: middle;
    display: none;
}
.anchorpagetitle span {
    display: block;
}
.anchormobilemenu {
    display: none;
    width: 100%;
    text-align: left;
    padding-right: 0 !important;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
}
.anchormobilemenu ul {
    margin:0;
    padding: 0;
}
.anchormobilemenu .menuitem {
    display: block;
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
}
.anchormobilemenu .menuitem a {
    padding-top: 12.5px;
    padding-bottom: 13.5px;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.anchormobilemenu .menuitem.active a {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 40px;
    background-color: #006192;
    color: white;
}
.anchormobilemenu .menuitem a:hover {
    background-color: #006192;
    color: white;
}
.btn-anchor:hover {
    background-color: #006192;
    color: #FFFFFF;
}
.explore .search-form .search-input input ,
.explore.list .search-form .search-input input {
    border: none;
    border-bottom: 1px solid #414141;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 40px;
    outline: none;
    padding-left: 35px;
    width: 95%;
}
.explore .search-form .search-input .input-group-addon ,
.explore.list .search-form .search-input .input-group-addon {
    padding: 12px 60px;
    border-radius: 4px;
    cursor: pointer;
}
.explore .search-form .search-input .search-field-clear {
    cursor: pointer;
    position: absolute;
    right: 170px;
    top: 8px;
    z-index: 9;
}
.explore .search-form .search-input .search-field-clear i {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 767px){
    .explore.list .search-form .search-input .input-group:before {
        display: none;
    }
    .explore.list .search-form .search-input .input-group #btn-subscribe:before {
        content: "\ea74";
        font-family: 'Allianz-Icon';
        font-size: 20px;
        font-weight: bold;
    }
    .explore.list .search-form .search-input .input-group #btn-subscribe span {
        display: none;
    }
    .explore.list .search-form .search-input .input-group-addon {
        padding: 10px 25px;
    }
}

.explore.detail {}
.explore.detail .banner img {
	object-position: center;
	object-fit: cover;
	height: 465px;
	width: 100%;
}
.explore.detail .title {
    font-family: 'proxima-light';
    font-size: 45px;
    line-height: 54px;
	margin: 30px 0;
	padding: 0 15px;
}
.explore.detail .footnote {
	position: relative;
	text-align: center;
}
.explore.detail .footnote a {
	color: #008ed6;
	font-family: 'proxima-bold';
	margin: 0 10px;
}
.explore.detail .footnote a img {
    position: relative;
    top: -3px;
    width: 14px;
}
.explore.detail .image-content, .explore.detail .video-content {
    margin: 20px 0 60px;
}
.explore.detail .image-content img {
    width: 100%;
}
.explore.detail .video-wrap {
    padding-bottom: 6em;
}
.explore.detail .video-wrap iframe {
    border: none;
}
.explore.detail .sumary {
	font-family: 'proxima-light';
    line-height: 1.2em;
}
.explore.detail .sumary b,
.explore.detail .sumary strong {
	color: #006192;
	font-family: 'proxima-bold';
}
.explore.detail .expanded-carousel {
    position: relative;
    margin: 20px 0
}
.explore.detail .expanded-carousel .explore-carousel .owl-stage .owl-item .image-inner {
    height: 420px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all 0.3s ease-out
}

.explore.detail .owl-prev i,
.explore.detail .owl-next i {
    position: absolute;
    top: 36%;
    cursor: pointer;
    font-weight: 700;
    font-size: 60px;
}
.explore.detail .owl-prev i {
    left: -50px;
    transform: translate(-50%, 0);
}
.explore.detail .owl-next i {
    right: -50px;
    transform: translate(50%, 0);
}
.explore.detail .expanded-carousel .show-more {
    text-align: center;
    margin: 30px 0 20px;
}
.explore.detail .expanded-carousel .show-more span,
.explore.detail .expanded-carousel .show-more a {
    color: #006192;
    cursor: pointer;
    font-family: proxima-bold;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.explore.detail .expanded-carousel .show-more .show-link.active:before {
   content: '\e903';
}
.explore.detail .expanded-carousel .show-more .show-link:before {
    content: '\e900';
    font-family: Allianz-Icon;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -8px;
}
.explore.detail .expanded-carousel .navdots .owldots {
    text-align: center;
}
.explore.detail .expanded-carousel .navdots .owldots .owl-dot {
    display: inline-block;
}
.explore.detail .expanded-carousel .navdots .owldots .owl-dot span {
    border: 1px solid #414141;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    height: 10px;
    margin: 0 15px;
    width: 10px;
}
.explore.detail .expanded-carousel .navdots .owldots .owl-dot.active span {
    background: #414141;
}
.explore.detail .paragraph {
	font-size: 16px;
    line-height: 1.6em;
}
.az-anchor-navigation {
    width: 100%;
    background-color: white;
}
.az-anchor-navigation.stick {
    position: fixed;
    top: 0;
    z-index: 1001;
}
.anchornavigation {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
}
#anchorlabel {
    float: left;
    font-size: 20px;
    color: grey;
    width: 500px;
    max-width: 100%;
}
#anchorlabel span.desktop {
    display: block;
}
#anchorlabel span.mobile {
    display: none;
    color: #006192;
    font-family: 'proxima-bold',sans-serif;
    position: relative;
}
#anchorlabel span.mobile i {
    position: absolute;
    top:2px;
}
#anchorlabel span.mobile i.rotate {
    transform: rotate(180deg);
}
#anchormenu {
    float: left;
    font-size: 0;
    text-align: left;
    position: relative;
    padding-left: 0;
    margin: 0;
    width: 100%;
    padding-right: 60px;
    max-width: 700px;
    align-self: baseline;
}
#anchormenu.del-padding {
    padding-right: 0;
}
#anchormenu .menuitem {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    line-height: 19px;
    margin-top: 3.5px;
}
#anchormenu .menuitem a {
    color: #006192;
    display: inline-block;
    border-bottom: 4px solid transparent;
    /*max-width:120px;*/
}
#anchormenu .menuitem.active a {
    border-bottom: 4px solid #006192;
    font-family: 'proxima-semibold',sans-serif;
    color: #006192;
}
#anchormenu .menuitem a:hover {
    color: #006192;
    text-decoration: none;
    font-family: 'proxima-semibold',sans-serif;
    border-bottom: 4px solid #006192;
}
#anchormenu .menuitem a::after {
    display: block;
    content: attr(title);
    font-family: 'proxima-semibold',sans-serif;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#anchormenu .menuitem a:focus,
#anchormenu .menuitem a:active {
    color: #003781;
    text-decoration: none;
}
#anchormenu .menuitem:last-child {
    margin-right: 0;
}
#anchormenu .moreitems {
    padding: 0;
    position: absolute;
    top:0;
    right: 0;
    z-index: 1;
}
#anchormenu .moreitems a {
    display: inline-flex;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
#anchormenu .moreitems a i {
    margin-left:0;
    position: relative;
    right: 0;
    top:-2px;
}
#anchormenu .moreitems .menuitem {
    display: none;
    margin-right:0;
    margin-bottom: 12px;
}
#anchormenu .moreitems .menuitem:last-child {
    margin-bottom: 0;
}
#anchormenu .moreitems .menuitem a {
    margin: 0;
    display: inline-block;
    border-bottom: 4px solid transparent;
}
#anchormenu .moreitems .menuitem a:hover {
    border-bottom: 4px solid #006192;
    color: #006192;
}
#anchormenu .moreitems:hover {
    box-shadow: 0px 1px 20px 0px rgba(136, 136, 136, 0.5);
    border: 1px solid rgba(136, 136, 136, 0.4);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 200px;
    background-color: white;
    padding-top: 14px;
    padding-bottom: 19px;
    padding-right: 30px;
    padding-left: 20px;
    top: -15px;
    right: -118px;
}
#anchormenu .moreitems.nobutton:hover {
    right: 0;
}
#anchormenu .moreitems:hover a {
    font-family: 'proxima-bold',sans-serif;
}
#anchormenu .moreitems:hover a i {
    transform: rotate(180deg);
}
#anchormenu .moreitems:hover .menuitem {
    display: block;
}
#anchormenu .moreitems:hover .menuitem a:hover {
    font-family: 'proxima-semibold', sans-serif;
}
#anchormenu .moreitems:hover .menuitem a {
    font-family: 'proxima-regular', sans-serif;
}
#anchorbutton {
    float: right;
    text-align: right;
    margin-left: 30px;
}
#anchorbutton .btn-anchor {
    color: #006192;
    background-color: #FFFFFF;
    font-family: 'proxima-bold';
    border-color: #006192;
    font-size: 16px;
}
#anchorbutton .btn-anchor:hover {
    background-color: #006192;
    color: #FFFFFF;
}
.anchorpagetitle {
    background-color: #007AB3;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    height: auto;
    vertical-align: middle;
    display: none;
}
.anchorpagetitle span {
    display: block;
}
.anchormobilemenu {
    display: none;
    width: 100%;
    text-align: left;
    padding-right: 0 !important;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
}
.anchormobilemenu ul {
    margin:0;
    padding: 0;
}
.anchormobilemenu .menuitem {
    display: block;
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
}
.anchormobilemenu .menuitem a {
    padding-top: 12.5px;
    padding-bottom: 13.5px;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.anchormobilemenu .menuitem.active a {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 40px;
    background-color: #006192;
    color: white;
}
.anchormobilemenu .menuitem a:hover {
    background-color: #006192;
    color: white;
}
.btn-anchor:hover {
    background-color: #006192;
    color: #FFFFFF;
}
.btn-anchor {
    color: #006192;
    background-color: #FFFFFF;
    font-family: 'proxima-bold';
    border-color: #006192;
    font-size: 16px;
    margin-top: 15px !important;
    margin-left: 100% !important;
}
.explore.detail .paragraph b,
.explore.detail .paragraph strong {
	color: #006192;
	font-family: 'proxima-bold';
}
.explore.detail .highlight h3 {
	font-family: 'proxima-semibold';
    margin-left: -100px;
    line-height: 36px;
}
.explore.detail .highlight h3 span.icon-socmed {
	display: initial;
}
.explore.detail .highlight h3 a.fb {
	background: #6d84b4;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    margin-right: 10px;
    padding: 7px 7px;
    text-align: center;
}
.explore.detail .highlight h3 a.fb i {
	position: relative;
}
.explore.detail .highlight h3 a.twitter {
	background: #00aced;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    margin-right: 15px;
    padding: 7px 7px;
    text-align: center;
}
.explore.detail .highlight h3 a.twitter i {
	position: relative;
}
.explore.detail .highlight h3 a.twitter i:before {
    color: white;
}
.explore.detail .share-article {
	position: relative;
	text-align: center;
}
.explore.detail .share-article hr {
	margin: 40px 0 10px;
	border-color: #c2c2c2;
}
.explore.detail .share-article h1 {
	display: none;
}
.explore.detail .share-article .share-article-list {
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: -25px;
    width: auto;
}
.btn-anchor {
    color: #006192;
    background-color: #FFFFFF;
    font-family: 'proxima-bold';
    border-color: #006192;
    font-size: 16px;
    margin-top: 15px !important;
    margin-left: 100% !important;
}
.explore.detail .share-article .share-article-list a {
	border-radius: 50%;
	margin: 0 10px;
}
.explore.detail .share-article .share-article-list a.gplus {
    background: #d34836;
    color: #fff;
    font-size: 14px;
    padding: 8px 4px;
}
.explore.detail .share-article .share-article-list a.fb {
    background: #3b5998;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}
.explore.detail .share-article .share-article-list a.twitter {
    background: #00aced;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}
.explore.detail .share-article .share-article-list a.mail {
    background: #337ab7;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}
.explore.detail .share-article .share-article-list a.whatsapp {
    background: green;
    color: #fff;
    padding: 8px;
    font-size: 17px;
}
.explore.detail .share-article .share-article-list a i {
    left: 2px;
    position: relative;
    top: 2px;
}
.explore.detail .share-article .share-article-list a i:before {
	color: #fff;
}
.explore.detail .author {
    border-top: 1px solid #c2c2c2;
	margin-top: 20px;
    padding-top: 30px;
}
.explore.detail .author .author-img {
	float: left;
    margin-right: 50px;
    margin-top: 30px;
}
.explore.detail .author .author-detail {
	float: left;
}
.explore.detail .author .author-detail h3 {
	color: #9c9c9c;
	margin-bottom: 0;
	margin-top: 0;
}
.explore.detail .author .author-detail h4 {
	font-family: 'proxima-semibold';
}
.explore.detail .author .author-detail .author-linkin {
    margin-top: 50px;
}
.explore.detail .author .author-detail .author-linkin a {
    color: #008ed6;
    font-family: 'proxima-semibold';
    margin-right: 15px;
}
.explore.detail .author .author-detail .author-linkin a img {
	position: relative;
	top: -3px;
	width: 16px;
}
.explore.detail .category a {
	margin-right: 15px;
}
.explore.detail .category a:hover {
	border-color: #ddd;
}
.explore .subscribe {
	background: #5e4370;
	padding: 60px 0;
	margin-top: 50px;
}
.explore .subscribe p {
	color: #fff;
	font-family: 'proxima-light';
}
.explore .subscribe h1 {
	color: #fff;
	font-family: 'proxima-light';
	margin-top: 0;
}
.explore .subscribe .subscribe-form {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.explore .subscribe .subscribe-form .form-group {
	margin: 0;
}
.explore .subscribe .subscribe-form input {
	border: none;
    box-shadow: none;
    font-size: 18px;
    height: 36px;
    outline: none;
    padding-left: 0;
}
.explore .subscribe .subscribe-form .input-group-addon {
	padding: 10px 38px;
	border-radius: 4px;
}

@media (max-width: 992px){
    .explore.detail .highlight h3 {
		margin-left: 0;
	}
	.explore .subscribe .subscribe-form {
		width: 100% !important;
	}
}
@media (max-width: 767px){
	.explore .subscribe .subscribe-form {
		width: 80% !important;
	}
	.explore .subscribe .subscribe-form #btn-subscribe span {
		display: none;
	}
	.explore .subscribe .subscribe-form #btn-subscribe:before {
    	content: "\e91f";
	    font-family: 'Allianz-Icon';
	    font-size: 20px;
	    font-weight: bold;
	}
	.explore .subscribe .subscribe-form .input-group-addon {
	    padding: 3px 19px !important;
	}
	.explore.detail .banner img {
	    height: 200px;
	}
	.explore.detail .footnote span{
		display: block;
	}
	.explore.detail .highlight h3 {
	    margin-left: 0;
	    display: flex;
	    flex-direction: column;
	    margin: 30px 0;
	}
	.explore.detail .highlight h3 .icon-socmed {
		order: 1;
    	text-align: center;
	}
	.explore.detail .highlight h3 .quote {
		order: 0;
		text-align: center;
	}
	.explore.detail .category {
		text-align: center;
	}
	.explore.detail .category a {
	    margin: 8px 5px;
	}
	.explore.detail .category h5 {
		font-family: 'proxima-semibold';
		font-size: 28px;
	}
	.explore.detail .share-article hr {
		display: none;
	}
	.explore.detail .share-article .share-article-list {
	    margin: 25px auto;
	    padding: 0;
	    top: 0;
	}
	.explore.detail .share-article .share-article-list .copy{
		display: block;
    	margin-top: 40px;
    }
	.explore.detail .share-article h1{
		font-family: 'proxima-semibold';
		font-size: 28px;
		display: block;
	}
	.explore.detail .author .author-img {
	     float: none; 
	     margin-right: 0; 
	     margin-top: 0; 
	    text-align: center;
	    position: relative;
	    top: 40px;
	}
	.explore.detail .author .author-detail {
	     float: none; 
	    position: absolute;
	    text-align: center;
	    right: 0;
	    left: 0;
	    bottom: -47px;
	}
	.explore.detail .author .author-detail .author-linkin {
	    margin-top: 107px;	
	    position: relative;
    	top: 65px;
	}
	.explore.detail .author {
	    border-top: unset;
	    margin-top: 0px;
	    margin-bottom: 50px;
	}
	.explore.detail .author .author-detail .author-name {
		position: absolute;
	    left: 0;
	    right: 0;
	    top: 151px;
	}
	.explore .subscribe {
		text-align: center;
	}
	.explore .subscribe p {
	    position: absolute;
	    top: 113px;
	    left: 0;
	    right: 0;
	}
	.explore .subscribe h1 {
	    position: absolute;
	    top: -38px;
	    left: 0;
	    right: 0;
	}
	.explore .subscribe .subscribe-form {
	    padding: 11px !important;
		margin: 30px auto !important;
	}
}

.explore.detail .breadcrumb {
    background: transparent;
    float: left;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
}
.explore.detail .breadcrumb > li+li:before {
    color: #414141;
    content: '\e90d';
    font-family: 'Allianz-Icon';
    font-weight: bold;
    font-size: 24px;
    position: relative;
    top: 6px;
    padding: 0;
}
.explore.detail .breadcrumb > li.text-white > a {
    color: #fff;
}
.explore.detail .breadcrumb > li > a {
    color: #414141;
    text-decoration: none;
}
.explore.detail .breadcrumb > li > a:hover {
    color: #008ed6 !important;
}
.explore.detail .breadcrumb > li.active {
    color: #414141;
    font-family: 'proxima-bold';
}
.explore.detail iframe{
    width: 100%;
    height: 410px;
}
.explore.detail .video-detail {
    margin: 50px 0;
}

@media (max-width: 767px){
    .explore.detail .breadcrumb {
        display: none;
    }
    .search-form{
        margin-left:0px !important;
    }
    .explore .search-input,
    .explore.list .search-input {
        background: #fff;
        border-radius: 4px;
        margin: 0 auto;
        padding: 20px;
        text-align:center;
    }
    .explore.detail.video .head-info {
        display: flex;
        flex-direction: column;
    }

    .explore.detail.video .head-info .title {
        order: 1;
        margin: 0; 
        margin-top: 30px;
    }
    .explore.detail.video .head-info .footnote {
        order: 2;
        margin: 30px 0;
    }
    .explore.detail.video .video-detail {
        margin: 0; 
    }
    .explore.detail.video iframe {
        height: 275px;
    }
}

@media (max-width: 480px){
    .explore.detail.video iframe {
        height: 206px;
    }
}

/*general widget on explore*/
.explore .stage-nav .stage-nav-outer > img,
.explore.list .stage-nav .stage-nav-outer > img {
    height: 510px;
    max-height: 510px;
    min-height: 242px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.explore .stage-nav .stage-nav-outer,
.explore.list .stage-nav .stage-nav-outer {
    height: 100%;
    position: relative;
}
.explore.list .stage-nav .stage-nav-outer .gradient {
    background: -moz-linear-gradient(top, rgba(65,65,65,0) 0%, rgba(65,65,65,1) 100%);
    background: -webkit-linear-gradient(top, rgba(65,65,65,0) 0%,rgba(65,65,65,1) 100%);
    background: linear-gradient(to top, rgba(65,65,65,0) 0%,rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00414141', endColorstr='#414141',GradientType=0 );
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100px;
    left: 0;
    right: 0;
}
.explore .stage-nav .stage-nav-outer .stage-nav-inner,
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    z-index: 11;
}
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner .breadcrumb {
    background: transparent;
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    font-size: 16px;
}
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner .breadcrumb li a {
    color: #fff;
}
.explore .stage-nav .stage-nav-outer .stage-nav-inner .topline,
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner .topline {
    color: #414141;
    font-family: 'proxima-regular';
    font-size: 26px;
    line-height: 34px;
    margin: 59px auto 0;
    width: 66.66666667%;
}
.explore .stage-nav .stage-nav-outer .stage-nav-inner .title,
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner .title {
    color: #414141;
    font-family: 'proxima-bold';
    font-size: 54px;
    line-height: 59px;
    margin: 18px auto 24px;
    width: 83.33333333%;
    word-break: break-word;
}
.explore .stage-nav .stage-nav-outer .stage-nav-inner .paragraph-atom,
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner .paragraph-atom {
    color: #414141;
    font-family: 'proxima-regular';
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 25px;
    width: 66.66666667%;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.explore .stage-nav .stage-nav-outer .stage-nav-inner .btn-cta,
.explore.list .stage-nav .stage-nav-outer .stage-nav-inner .btn-cta {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.explore .stage-nav .owl-carousel .item:before,
.explore.list .stage-nav .owl-carousel .item:before {
    content: "";
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.explore .stage-nav .owl-dots,
.explore.list .stage-nav .owl-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.explore .stage-nav .owl-dots .owl-dot,
.explore.list .stage-nav .owl-dots .owl-dot {
    display: inline-block;
}
.explore .stage-nav .owl-dots .owl-dot .span-dot,
.explore.list .stage-nav .owl-dots .owl-dot .span-dot {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    background: transparent;
    border-radius: 50%;
}
.explore .stage-nav .owl-dots .owl-dot .ico-hover, .stage-nav .owl-dots .owl-dot.active .ico-active, .stage-nav .owl-dots .owl-dot .type2 .ico-hover, .stage-nav .owl-dots .owl-dot.active .type2 .ico-active,
.explore.list .stage-nav .owl-dots .owl-dot .ico-hover, .stage-nav .owl-dots .owl-dot.active .ico-active, .stage-nav .owl-dots .owl-dot .type2 .ico-hover, .stage-nav .owl-dots .owl-dot.active .type2 .ico-active {
    display: none;
}
.explore .stage-nav .owl-dots .owl-dot.active img, .stage-nav .owl-dots .owl-dot.active .type2 img,
.explore.list .stage-nav .owl-dots .owl-dot.active img, .stage-nav .owl-dots .owl-dot.active .type2 img {
    background: #007AB3;
}
.explore .stage-nav .owl-dots .owl-dot img, .stage-nav .owl-dots .owl-dot .type2 img,
.explore.list .stage-nav .owl-dots .owl-dot img, .stage-nav .owl-dots .owl-dot .type2 img {
    background: #fff;
    border-radius: 50%;
    color: #007AB3;
    height: 44px;
    padding: 5px;
    width: 44px;
}
.explore .stage-nav .owl-dots .owl-dot .ico-active, .stage-nav .owl-dots .owl-dot.active .ico-hover, .stage-nav .owl-dots .owl-dot .type2 .ico-active, .stage-nav .owl-dots .owl-dot.active .type2 .ico-hover,
.explore.list .stage-nav .owl-dots .owl-dot .ico-active, .stage-nav .owl-dots .owl-dot.active .ico-hover, .stage-nav .owl-dots .owl-dot .type2 .ico-active, .stage-nav .owl-dots .owl-dot.active .type2 .ico-hover {
    display: block;
    margin: 0 auto;
}
.explore .stage-nav .owl-dots .owl-dot span, 
.explore .stage-nav .owl-dots .owl-dot .type2 span,
.explore.list .stage-nav .owl-dots .owl-dot span, 
.explore.list .stage-nav .owl-dots .owl-dot .type2 span {
    background: none repeat scroll 0 0 transparent;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.9;
    width: 12px;
    border: 2px solid #ffffff;
}
.explore .stage-nav .owl-dots .owl-dot.active span, 
.explore .stage-nav .owl-dots .owl-dot.active .type2 span,
.explore.list .stage-nav .owl-dots .owl-dot.active span, 
.explore.list .stage-nav .owl-dots .owl-dot.active .type2 span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.9;
    width: 12px;
    border: 2px solid #ffffff;
}

@media (min-width: 1200px) {
    .explore .stage-nav .stage-nav-outer .stage-nav-inner,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner {
        padding: 0;
        width: 1170px;
    }
}
@media (max-width: 767px) {
    .explore .stage-nav .stage-nav-outer .stage-nav-inner,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner {
        position: absolute;
        padding: 0;
    }
    .explore .stage-nav .owl-carousel,
    .explore.list .stage-nav .owl-carousel {
        background: aliceblue;
    }
    .explore .stage-nav .owl-carousel .item:before,
    .explore.list .stage-nav .owl-carousel .item:before {
        background: transparent;
    }
    .explore .stage-nav .stage-nav-outer .stage-nav-inner .title,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner .title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 27px;
        margin-top: 0;
    }
    .explore .stage-nav .stage-nav-outer > img,
    .explore.list .stage-nav .stage-nav-outer > img {
        height: 500px;
    }
    .explore .stage-nav .stage-nav-outer .stage-nav-inner .paragraph-atom,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner .paragraph-atom {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 36px;
        margin-top: 0;
    }
    .explore .stage-nav .stage-nav-outer .stage-nav-inner .btn-cta,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner .btn-cta {
        width: 90%;
        margin-bottom: 0;
    }
    .explore .stage-nav .owl-dots,
    .explore.list .stage-nav .owl-dots {
        bottom: 0;
        padding-bottom: 22px;
        position: absolute;
    }
    .explore .stage-nav .stage-nav-outer,
    .explore.list .stage-nav .stage-nav-outer {
        height: 500px;
    }
    .explore .stage-nav .stage-nav-outer .stage-nav-inner .topline,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner .topline {
        font-size: 16px;
        line-height: 22px;
        margin: 0 auto;
        padding: 30px 0 13px;
    }
    .explore .stage-nav .stage-nav-outer .stage-nav-inner .title,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner .title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 27px;
        margin-top: 0;
    }
    .explore .stage-nav .stage-nav-outer .stage-nav-inner .paragraph-atom,
    .explore.list .stage-nav .stage-nav-outer .stage-nav-inner .paragraph-atom {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 36px;
        margin-top: 0;
    }
}

.explore .text-image-vertical-split5050-box {
	background: #b51e3d;
	position: relative;
}
.explore .text-image-vertical-split5050-box:after,
.explore .text-image-vertical-split5050-box:before {
	content: '';
	display: table;
}
.explore .text-image-vertical-split5050-box:after {
	clear: both;
}
.explore .text-image-vertical-split5050-box .split50-1 {
	float: left;
	padding: 35px 30px 37px;
	width: 50%;
}
.explore .text-image-vertical-split5050-box .split50-1 .title {
	color: #fff;
	font-family: 'proxima-light';
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 14px;
	margin-top: 0;
	padding: 0;
    word-break: break-word;
}
.explore .text-image-vertical-split5050-box .split50-1 .paragraph {
	font-family: 'proxima-light';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #fff;
    word-break: break-word;
}
.explore .text-image-vertical-split5050-box .split50-2 {
	float: left;
	width: 50%;
}
.explore .text-image-vertical-split5050-box .btn {
     min-width: 250px;
     margin: 0;
     font-weight: bold;
     text-transform: uppercase;
     position: relative;
     padding: 10px 12px;
 }
.explore .text-image-vertical-split5050-box .btn-white {
     background: #fff;
     color: #006192;
 }
.explore .text-image-vertical-split5050-box .btn-white:focus,
.explore .text-image-vertical-split5050-box .btn-white:hover {
     background-color: #d9d9d9;
     color: #006192;
 }
.explore .text-image-vertical-split5050-box .btn-white {
     background: #fff;
     color: #008ed6;
 }
.explore .text-image-vertical-split5050-box .btn-white:focus,
.explore .text-image-vertical-split5050-box .btn-white:hover {
     background-color: #d9d9d9;
     color: #006192;
 }
.explore .text-image-vertical-split5050-box .split50-2 img {
	object-fit: cover;
	object-position: center;
	width: 100%;
    height: 480px;
}
@media(max-width: 992px){
	.explore .text-image-vertical-split5050-box .split50-1,
	.explore .text-image-vertical-split5050-box .split50-2 {
		width: 50%;
	}
	.explore .text-image-vertical-split5050-box .split50-2 img {
		height: 400px;
	}
}
@media(max-width: 768px){
	.explore .text-image-vertical-split5050-box .btn-white {
	    width: 100%;
	}
}
@media(max-width: 767px){
	.explore .text-image-vertical-split5050 .text-image-vertical-split5050-box {
		display: flex;
		flex-direction: column;
	}
	.explore .text-image-vertical-split5050-box .split50-1.mb-content.left {
		order: 2;
	}
	.explore .text-image-vertical-split5050-box .split50-2.mb-img.right {
		order: 1;
	}
	.explore .text-image-vertical-split5050-box .split50-1,
	.explore .text-image-vertical-split5050-box .split50-2 {
		width: 100%;
	}
	.explore .text-image-vertical-split5050-box .split50-1 {
		padding: 34px 20px 43px;
	}
	.explore .text-image-vertical-split5050-box .split50-1 .title {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 23px;
	    margin-left: 20px;
	    margin-right: 20px;
	    text-align: center;
	}
	.explore .text-image-vertical-split5050-box .split50-1 .paragraph {
		margin-bottom: 27px;
		margin-left: 20px;
		margin-right: 5px;
	}
	.explore .text-image-vertical-split5050-box .split50-2 img {
		height: 208px;
	}
}

.explore .vertical-split-3366 .toptitle,
.explore .video-wrap .toptitle {
	color: #414141;
	font-family: 'proxima-light';
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 37px;
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 61px;
    text-align: center;
    margin: 0 -15px;
    word-break: break-word;
}
.explore .vertical-split-3366-box {
	background: aliceblue;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
}
.explore .vertical-split-3366-box:after,
.explore .vertical-split-3366-box:before {
	content: '';
	display: table;
}
.explore .vertical-split-3366-box:after {
	clear: both;
}
.explore .vertical-split-3366-box .split33 {
	float: left;
	padding: 35px 30px 37px;
	width: 33.33333333%;
}
.explore .vertical-split-3366-box .split33 .topline {
	font-family: 'proxima-light';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 0;
}
.explore .vertical-split-3366-box .split33 .title {
	color: #414141;
	font-family: 'proxima-light';
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 14px;
	margin-top: 0;
	padding: 0;
	word-break: break-word;
}
.explore .vertical-split-3366-box .split33 .paragraph {
	color: #414141;
	font-family: 'proxima-light';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
	word-break: break-word;
}
.explore .vertical-split-3366-box .split33 .link {
    position: absolute;
	bottom: 37px;
	padding-left: 20px;
}
.explore .vertical-split-3366-box .split33 .link a {
	font-family: 'proxima-bold';
	font-size: 16px;
	position: relative;
}
.explore .vertical-split-3366-box .split33 .link a:hover {
	color: #008ED6;
}
.explore .vertical-split-3366-box .split33 .link a:before {
	content: '\e902';
	font-family: 'Allianz-Icon';
	font-weight: bold;
	font-size: 24px;
    position: absolute;
    right: 100%;
    top: -8px;
}
.explore .vertical-split-3366 .additional-link{
	margin-bottom: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.explore .vertical-split-3366 .additional-link a{
	margin-top: 37px;
	margin-bottom: 20px;
	display: inline-block;
    color: #006192;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}
.explore .vertical-split-3366 .additional-link a:before{
	bottom: 0;
    content: '\e902';
    font-family: 'Allianz-Icon';
    left: 0;
    position: absolute;
    top: -7px;
    font-size: 24px;
    font-weight: bold;
}
.explore .vertical-split-3366 .additional-link a:hover{
    color: #008ed6;
}
.explore .vertical-split-3366-box .split66 {
	float: left;
	width: 66.66666667%;
}
.explore .vertical-split-3366-box .split66 img {
	height: 384px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
@media(max-width: 992px){
	.explore .vertical-split-3366-box .split33,
	.explore .vertical-split-3366-box .split66 {
		width: 50%;
	}
	.explore .vertical-split-3366-box .split33 .link {
		bottom: 35px;
	}
	.explore .vertical-split-3366-box .split66 img {
		height: 354px;
	}
}
@media(max-width: 768px){
	.explore .vertical-split-3366 .toptitle,
    .explore .video-wrap .toptitle {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.explore .vertical-split-3366-box .split33 .topline {
		margin-bottom: 14px;
	}
    .explore.detail .video-wrap iframe {
        height: 350px;
    }
}
@media(max-width: 767px){
	.explore .vertical-split-3366 .vertical-split-3366-box {
		display: flex;
	    flex-direction: column;
	}
	.explore .vertical-split-3366 .vertical-split-3366-box .split66.mb-img.right {
		order: 1;
	}
	.explore .vertical-split-3366 .vertical-split-3366-box .split33.mb-content.left {
		order: 2;
	}
	.explore .vertical-split-3366-box .split33,
	.explore .vertical-split-3366-box .split66 {
		width: 100%;
	}
	.explore .vertical-split-3366-box .split33 {
		padding: 34px 20px 43px;
	}
	.explore .vertical-split-3366-box .split33 .topline {
		margin-left: 20px;
	    margin-right: 20px;
	    text-align: center;
	}
	.explore .vertical-split-3366-box .split33 .title {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 23px;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.explore .vertical-split-3366-box .split33 .paragraph {
		margin-bottom: 27px;
		margin-left: 20px;
		margin-right: 5px;
	}
	.explore .vertical-split-3366-box .split33 .link {
		bottom: 0;
		margin: 0 auto;
		position: initial;
		text-align: center;
	}
	.explore .vertical-split-3366-box .split66 img {
		height: 208px;
	}
}

.explore .vertical-split-half5050 .toptitle {
	color: #414141;
	font-family: 'proxima-light';
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 37px;
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 61px;
    text-align: center;
    margin: 0 -15px;
    word-break: break-word;
}
.explore .vertical-split-half5050-box {
	background: aliceblue;
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
}
.explore .vertical-split-half5050-box:after,
.explore .vertical-split-half5050-box:before {
	content: '';
	display: table;
}
.explore .vertical-split-half5050-box:after {
	clear: both;
}
.explore .vertical-split-half5050-box .split50 {
	float: left;
	width: 50%;
}
.explore .vertical-split-half5050-box .split50 .split25 .topline {
	font-family: 'proxima-light';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}
.explore .vertical-split-half5050-box .split50 .split25 .title {
	color: #414141;
	font-family: 'proxima-light';
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 14px;
	margin-top: 0;
	padding: 0;
	word-break: break-word;
}
.explore .vertical-split-half5050-box .split50 .split25 .paragraph {
	color: #414141;
	font-family: 'proxima-light';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
	word-break: break-word;
}
.explore .vertical-split-half5050-box .split50 .split25 .link {
    position: absolute;
	bottom: 37px;
}
.explore .vertical-split-half5050-box .split50 .split25 .link a {
	color: #006192;
	font-family: 'proxima-bold';
	font-size: 16px;
	position: relative;
	padding-left: 35px;
}
.explore .vertical-split-half5050-box .split50 .split25 .link a:hover {
	color: #008ED6;
}
.explore .vertical-split-half5050-box .split50 .split25 .link a:before {
	content: '\e902';
	font-family: 'Allianz-Icon';
	font-weight: bold;
	font-size: 24px;
    position: absolute;
    left: 0;
    top: -8px;
}
.explore .vertical-split-half5050 .additional-link{
	margin-bottom: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.explore .vertical-split-half5050 .additional-link a{
	margin-top: 37px;
	margin-bottom: 20px;
	display: inline-block;
    color: #006192;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}
.explore .vertical-split-half5050 .additional-link a:before{
	bottom: 0;
    content: '\e902';
    font-family: 'Allianz-Icon';
    left: 0;
    position: absolute;
    top: -7px;
    font-size: 24px;
    font-weight: bold;
}
.explore .vertical-split-half5050 .additional-link a:hover{
    color: #008ed6;
}
.explore .vertical-split-half5050-box .split50 .split25 {
	float: left;
	width: 50%;
}
.explore .vertical-split-half5050-box .split50 .split25.mb-content {
	padding: 35px 30px 37px;
}
.explore .vertical-split-half5050-box .split50 .split25 img {
	height: 270px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.explore .teaserTilesFuCon {
    background: #f4f1e8;
}
.explore .teaserTilesFuCon .teasertilesfullcon-wrap {
    margin-top: 63px;
    margin-bottom: 80px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-wrap .title {
    margin-bottom: 20.5px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-wrap .top-title h3 {
    margin-top: 0;
    margin-bottom: 22px;
    font-family: 'proxima-light',sans-serif;
    font-size: 26px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-wrap .title h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #414141;
    font-family: 'proxima-light',sans-serif;
    margin: 0;
}
.explore .teaserTilesFuCon .teasertilesfullcon-item {
    padding-top: 28.5px;
    padding-bottom: 28.5px;
    margin-bottom: 0;
}
.explore .teaserTilesFuCon .teasertilesfullcon-item .thumb-ico {
    margin-bottom: 33px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-item .thumb-ico img {
    /*width: 90px;
    height: 56px;*/
    width: 100px;
    height: 100px; 
    object-position: center;
    object-fit: cover;
    
}
.explore .teaserTilesFuCon .teasertilesfullcon-item h3 {
    color: #414141;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
    margin-top: 0;
}
.explore .teaserTilesFuCon .teasertilesfullcon-item p {
    color: #414141;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.explore .teaserTilesFuCon .teasertilesfullcon-item .readmore {
    font-size: 16px;
    font-family: 'proxima-semibold',sans-serif;
    line-height: normal;
    text-transform: uppercase;
}
.explore .teaserTilesFuCon .teasertilesfullcon-item .readmore i {
    vertical-align: middle;
    line-height: normal;
    top: -3px;
    position: relative;
}
.explore .teaserTilesFuCon .teasertilesfullcon-item .readmore:before {
    content: "\e902";
    font-family: 'Allianz-Icon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;        
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    top: -2px;
    position: relative;
    margin-right: 2px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-cta {
    margin-top: 18.5px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-cta a {
    text-transform: uppercase;
}
.explore .teaserTilesFuCon .teasertilesfullcon-cta a.btn-lg {
    font-size: 16px;
    font-family: 'proxima-regular',sans-serif;
    letter-spacing: .5px;
    padding: 11px 20px;
}
.explore .teaserTilesFuCon .teasertilesfullcon-cta .mobile-teaserfullcon-bottom {
    margin-top: 15px;
    font-size: 16px;
    display: none;
}
@media(max-width: 992px){
	.explore .vertical-split-half5050-box .split50 .split25 .link {
		bottom: 35px;
	}
}
@media(max-width: 991px){
	.explore .vertical-split-half5050-box .split50 .split25 {
		float: none;
		width: auto;
	}
	.explore .vertical-split-half5050-box .split50 .split25 img {
		display: none;
	}
	.explore .vertical-split-half5050-box .split50 .split25.mb-content {
		padding: 34px 30px 37px;
	}
	.explore .vertical-split-half5050-box .split50 .split25 .topline {
		margin-bottom: 15px;
	}
	.explore .vertical-split-half5050-box .split50 .split25 .link {
	    bottom: 0;
	    position: relative;
	}
}
@media(max-width: 768px){
	.explore .vertical-split-half5050 .toptitle {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.explore .vertical-split-half5050-box .split50 .topline {
		margin-bottom: 14px;
	}
}
@media(max-width: 767px){
	.explore .vertical-split-half5050-box .split50 {
		float: none;
	    text-align: center;
		width: 100%;
	}
	.explore .vertical-split-half5050-box .split50 .split25.mb-content {
	    padding: 34px 40px 43px;
	}
	.explore .vertical-split-half5050-box .split50 .split25 .topline {
		margin-bottom: 14px;
	}
	.explore .vertical-split-half5050-box .split50 .split25 .title {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 27px;
	}
	.explore .vertical-split-half5050-box .split50 .split25 .paragraph {
		margin-bottom: 27px;
		margin-left: 20px;
		margin-right: 5px;
	}
	.explore .vertical-split-half5050-box .split50 .split25 .link {
		bottom: 0;
		margin: 0 auto;
		position: initial;
		text-align: center;
	}
    .explore .teaserTilesFuCon .teasertilesfullcon-cta .desktop-teaserfullcon {
        display: none;
    }
    .explore .teaserTilesFuCon .teasertilesfullcon-wrap > div > div:nth-child(4),
    .explore .teaserTilesFuCon .teasertilesfullcon-wrap > div > div:nth-child(5),
    .explore .teaserTilesFuCon .teasertilesfullcon-wrap > div > div:nth-child(6),
    .explore .teaserTilesFuCon .teasertilesfullcon-wrap > div > div:nth-child(7){
        display: none;
    }
    .explore .teaserTilesFuCon .teasertilesfullcon-cta .mobile-teaserfullcon-bottom {
        display: block;
    }
}
@media (max-width: 460px){
	.explore .teaserTilesFuCon .teasertilesfullcon-wrap {
	    margin-top: 32px;
	    margin-bottom: 47px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-wrap .top-title h3 {
	    font-family: 'proxima-semibold',sans-serif;
		font-size: 16px;
	    margin-bottom: 15px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-wrap .title {
	    margin-bottom: 20px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-wrap .title h1 {
		font-size: 35px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-item {
		padding-top: 30px;
		padding-bottom: 28px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-item .thumb-ico {
		margin-bottom: 14px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-item p {
		display: none;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-item .readmore {
		display: block;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-cta {
		margin-top: 19px;
	}
	.explore .teaserTilesFuCon .teasertilesfullcon-cta .mobile-teaserfullcon-bottom {
		display: block;
	}
}
@media (max-width: 414px){
	.explore .teaserTilesFuCon .teasertilesfullcon-cta a.btn-lg {
		display: block;
	}
}
/*general widget on explore*/

.content-list-outer {
    padding: 35px;
    font-size: 15px;
}
.content-list-outer .content-list-inner .content-list-item {
    float: left;
    margin: 20px 0;
}
.content-list-outer .content-list-inner .content-list-item .media .media-body {
    padding-right: 20px;
}
.content-list-outer .content-list-inner .content-list-item .media .media-desc {
    color: #b71e3f;
}
.content-list-outer .content-list-inner .content-list-item .media .media-desc .media-type {
    color: #414141;
    font-weight: bold;
}
.content-list-outer .content-list-inner .content-list-item .media .media-desc .media-date {
    color: #414141;
}
.content-list-outer .content-list-inner .content-list-item .media label {
    display: block;
    margin-bottom: 2px;
}
.content-list-outer .content-list-inner .content-list-item .media h2 {
    margin-bottom: 5px;
    color: #007ab3
}
.content-list-outer .content-list-inner .content-list-item .media h5 {
    margin-top: 8px;
    margin-bottom: 2px;
}
.content-list-outer .content-list-inner .content-list-item .media p {
    margin: 0 0 5px;
    color: #868282
}
.content-list-outer .content-list-inner .content-list-item .media .media-left.artikel a:before,
.content-list-outer .content-list-inner .content-list-item .media .media-left.video a:before,
.content-list-outer .content-list-inner .content-list-item .media .media-left.infografik a:before {
    font-family: 'Allianz-Icon';
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: 6px;
    left: 10px;
}
.content-list-outer .content-list-inner .content-list-item .media .media-left.artikel a:before {
    content: "\e90e";
}
.content-list-outer .content-list-inner .content-list-item .media .media-left.video a:before {
    content: "\e92a";
}
.content-list-outer .content-list-inner .content-list-item .media .media-left.infografik a:before {
    content: "\ea75";
}
.content-list-outer .content-list-inner .content-list-item .media .media-left.video a .label-time {
    position: absolute;
    bottom: 7px;
    left: 31px;
    color: #FFFFFF;
}
.content-list-outer .content-list-inner .content-list-item .link-area {
    margin-top: 10px;
}
.content-list-outer .content-list-inner .content-list-item .link-area a {
    color: #006192;
    font-family: 'proxima-semibold';
    font-size: 16px;
    position: relative;
    padding-left: 28px;
}
.content-list-outer .content-list-inner .content-list-item .link-area a:before {
    content: '\e902';
    font-family: 'Allianz-Icon';
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -9px;
}
.content-list-outer .content-list-inner .content-list-item .media .iconography {
    width: 27px;
    height: 27px;
}
.content-list-outer .content-list-inner .content-list-item .media .badge-status {
    min-width: 78px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 15px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #868686;
    border-bottom-right-radius: 11px;
}
.content-list-outer .content-list-inner .content-list-item .media .badge-status.platinum {
    background: url('/assets/images/background-platinum.png');
}
.content-list-outer .content-list-inner .content-list-item .media .badge-status.nasabah {
    background-color: #328390
}
.content-list-outer .content-list-inner .content-list-item .media .badge-status.umum {
    background-color: #716c6c
}
.content-list-outer .content-list-inner .content-list-item img {
    width: 165px;
    height: 130px;
    object-fit: cover;
}
.content-list-outer .content-list-inner .result-text {
    font-size: 16px;
}

.content-list-outer .content-list-inner .dropdown label {
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: #007ab3;
    font-size:16px;
}
.content-list-outer .content-list-inner .dropdown > .dropdown-menu {
    min-width: 100%;
    border-top: 3px solid #007ab3;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.content-list-outer .content-list-inner .dropdown > .dropdown-menu > .dropdown-header {
    pointer-events: none;
}
.content-list-outer .content-list-inner .dropdown > .dropdown-menu > li a {
    color: #007ab3;
    padding: 6px 20px;
}
.content-list-outer .content-list-inner .dropdown > .dropdown-menu > li.active a {
    color: #ffffff;
}
.content-list-outer .content-list-inner .dropdown > .dropdown-menu.open {
    display: block;
}
.content-list-outer .content-list-inner .down-caret {
    transform: rotate(180deg);
    transition: all 0.25s ease-out;
}
.content-list-outer .content-list-inner .open-caret {
    transform: rotate(0deg);
    transition: all 0.25s ease-in;
}
@media (max-width: 480px){
    .content-list-outer .content-list-inner .content-list-item .media .media-left {
        display: block;
    }
    .content-list-outer .content-list-inner .content-list-item .media .media-left {
        padding: 0;
    }
    .content-list-outer {
        padding: 0;
    }
    .content-list-outer .content-list-inner #sort-item,
    .content-list-outer .content-list-inner #result-item {
        float: left;
        width: 100%;
        margin: 10px 0;
    }
    .content-list-outer .content-list-inner .dropdown > .dropdown-menu {
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
    }
    .content-list-outer .content-list-inner .dropdown > .dropdown-menu li {
        width: 100%;
    }
    .content-list-outer .content-list-inner .dropdown > .dropdown-menu li a {
        color: #007ab3;
    }
    .content-list-outer .content-list-inner .dropdown > .dropdown-menu li.active a {
        color: #fff
    }
    .content-list-outer .content-list-inner .content-list-item .media .media-left img {
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
    }
    .content-list-outer .content-list-inner .content-list-item {
        border-bottom: 1px solid #666;
        padding-bottom: 25px;
    }
    .content-list-outer .content-list-inner .content-list-item:last-child {
        border: none;
    }
    .content-list-outer .content-list-inner .dropdown {
        float: left;
        width: 100%;
    }
    .content-list-outer .content-list-inner .dropdown label {
        text-align: left;
        margin: 10px 0 0;
        padding: 10px 0;
        font-size: 16px;
        border-bottom: 2px solid #ccc;
    }
    .content-search-outer .content-search-inner .search-field-input .search-field-clear {
        top:3px;
    }
    .content-list-outer .content-list-inner .content-list-item .media .media-left.artikel a:before,
    .content-list-outer .content-list-inner .content-list-item .media .media-left.video a:before,
    .content-list-outer .content-list-inner .content-list-item .media .media-left.infografik a:before,
    .content-list-outer .content-list-inner .content-list-item .media .media-left.video a .label-time {
        bottom: 25px;
    }
}

.pagging {
    clear: both;
    color: inherit;
}
.pagging ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    text-align: right;
}
.pagging ul.text-left {
    text-align: left;
}
.pagging ul li {
    display: inline-block;
    height: auto;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.pagging ul li:first-child {
    margin-left: 0;
}
.pagging ul li:last-child {
    margin-right: 0;
}
.pagging ul li a {
    font-family: 'proxima-semibold';
    color: #007AB3;
}
.pagging ul li a.grey {
    color: #868282;
}
.pagging ul li a.active {
    font-weight: bold;
    color: #333 !important;
    pointer-events: none;
    cursor: not-allowed;
}
.pagging ul li.disabled,
.pagging ul li a.disabled {
    /*display: none;*/
    color: #868282 !important;
    opacity: 1 !important;
    pointer-events: none;
    cursor: not-allowed;
}
.pagging ul li a .arrow {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 1px;
}
.pagging ul li a text {
    position: relative;
    top: -4px;
}
.pagging ul li a .arrow.ai-arrow-right .arrow.ai-arrow-left {
    position: relative;
    top: -1px;
}
@media(max-width: 992px){
    .pagging ul {
        text-align: left;
    }
}
@media(max-width: 640px){
    .pagging ul {
        text-align: center;
    }
}
 .terkait {
    border-top: 1px solid #c2c2c2;
    margin-top: 70px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #414141;
  
}
.terkait-name{
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.57;
    letter-spacing: normal;
    margin-top: 30px;
    text-align: left;
    color: #006192;
}