main {
    margin: auto;
}

main > *:first-child {
    padding: 54px 0 0 !important;
    margin: 0;
}

[class^=information] .informaition-header {
    background-color: var(--primary_1);
    margin-bottom: 3rem;
}

.modtitle {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
#map-canvas {
  border: 5px solid #f3f3f3;
  height: 485px;
  width: 100%;
  margin: 0px 0 10px;
}

.info-contact .name-store h3 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
}

.info-contact .text {
  padding-right: 30px;
}

.info-contact .comment {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}

.contact-form legend {
  border: none;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.button-404>a {
  margin: 0 10px;
}

.content_404 {
  margin: 40px 0 30px;
  overflow: hidden;
}

.content_404 .block-top h2 {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.content_404 .block-top .warning-code {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 40px;
}

.information-information h1 {
    height: 112px;
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    color: var(--primary_2);
    text-shadow: 0px 2px #0b003d;
}

.information-information .module-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px;
}

.information-information .main-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 5px 8px -3px rgb(0 0 0 / 10%);
    padding: 3rem 15px;
    margin-bottom: 2rem;
}

.information-information .module-content .list-box li {
  position: relative;
  padding-right: 10px;
}

.information-information .module-content .list-box li:before {
  position: absolute;
  display: block;
  top: 16px;
  background: #999;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  right: 0;
}

/*==================================// Information4 - Agent \\================================== */

.information4 .teams {
    text-align: center;
}

.information4 .teams .item div {
    background: #172b3b;
    color: #fff;
    font-size: 13px;
    padding: 0.5rem;
}

.information4 .teams .item div:last-child {
    border-radius: 0 0 1rem 1rem;
}

.information4 .teams svg {
    color: #fff;
    margin: 0 1rem;
}
.information4 .teams img {
    border-radius: 1rem 1rem 0 0;
    border-bottom: 6px solid #ffcb05;
}

/*==================================// Information17 - Agent \\================================== */

.information17 .faq-accordion a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.information17 .faq-accordion .panel-group {
    margin: 20px 0;
}

.information17 .faq-accordion a svg {
    transform: rotate(180deg);
}

.information17 .panel-default > .panel-heading {
    background: #053f88;
    border-radius: 10px;
    padding: 0;
}

.information17 .panel-group .panel {
    border-radius: 10px;
}

.information17 .panel-title>.small,
.information17 .panel-title>span,
.information17 .panel-title>svg,
.information17 .panel-title>.small>a,
.information17 .panel-title>a,
.information17 .panel-title>small,
.information17 .panel-title>small>a{
    color: #ffffff;
}

.information17 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    text-align: justify;
    padding: 16px 40px;
}

.information17 .content-aside {
    max-width: 1300px;
    margin: 3rem auto;
    float: unset;
}

.information17 .services-box {
    text-align: center;
}

.information17 .services-box span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.information17 .services-box .item {
    background: #ffcb05;
    padding: 1rem;
    border-radius: 1rem;
}

.information17 .contact_right img {
    border-radius: 1rem;
    padding: 3rem;
}

/*==================================// Information16 - Agent \\================================== */

.information16 .contentslider {
    border-radius: 20px;
    overflow: hidden;
}

[class^=information] .informaition-header h1 {
    height: 112px;
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    color: var(--primary_2);
    text-shadow: 0px 2px #0b003d;
}

.information16 .btn-req > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.information16 .container-fluid .agent-container .cotnainer {
    width: 1300px;
    margin: auto;
}

.information16 .agent-cond-title {
    font-size: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #172b3b;
    margin-bottom: 6rem;
}

.information16 .contact_right .agent-map {
    position: relative;
    height: 400px;
    background-image: url("/image/catalog/banners/agent/ir.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.information16 .contact_right .agent-contact {
    position: absolute;
    bottom: 0;
    left: 0;
}

.information16 .agent-contact a {
    display: flex;
    justify-content: end;
    margin: 0.5rem 16px;
}

.information16 .agent-contact a > * {
    margin-right: 1rem;
}

[class^=information] #content .container {
    max-width: 1300px;
    margin: 3rem auto;
}

.information16 .information-information p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  color: #535353;
  margin: 0;
}

.information16 .agent-list ul {}

.information16 .agent-list li {
    margin-bottom: 2.2rem;
    position: relative;
    font-size: 17px;
    line-height: 36px;
    background: #fff;
    border-right: 6px #172b3b solid;
    padding: 10px 30px;
    display: flex;
    text-align: justify;
    align-items: center;
    border-radius: 12px 0 0 12px;
    box-shadow: -3px 10px 10px -10px #cbcbcb;
}

.information16 .agent-list div {
    font-size: 14px;
    color: #000;
}

.information16 .agent-list span {
    background: #ffcb05;
    color: #172b3b;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1.6rem 0.4rem;
    max-width: 14rem;
    min-width: 14rem;
    margin-left: 2rem;
}

.information16 .agent-list li:last-child {
    margin: 0;
}

.information16 .agent-advantage img {
    width: 80%;
    margin: auto;
    mix-blend-mode: multiply;
}

.information16 .item {
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    padding: 2rem;
}

@media (min-width: 992px) {
    .information16 .agent-container {
        display: flex;
    }

    .information16 .agent-advantage {
        display: flex;
        align-items: center;
    }
}


/* ------------ // Marquee \\ ------------ */
.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 80s;
}
.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}
.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}
.dir-left {
    text-align: left;
    direction: ltr;
}
.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 3.4rem;
}
div.marquee>a>img {
    height: 14.2rem;
    width: 160px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    padding: 10px;
    object-fit: contain;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 12%);
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/* ------------ // End - Marquee \\ ------------ */

/* ------------ // Bottom Animation \\ ------------ */

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.information16 .agent-link {
    background: linear-gradient(-30deg, #203b52 50%, #172b3b 50%);
    margin: 12px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    padding: 26px 40px;
    font-size: 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 134px;
}

.information16 .agent-link::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.information16 .agent-link:hover::before {
    opacity: 0.2;
}

.information16 .agent-link span {
    position: absolute;
}

.information16 .agent-link span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffcb05));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffcb05);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.information16 .agent-link span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 4px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffcb05));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffcb05);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.information16 .agent-link span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffcb05));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffcb05);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.information16 .agent-link span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ffcb05));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffcb05);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

.information16 .agent-link svg {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
}
/* ------------ // End Bottom Animation \\ ------------ */

/*==================================// End Information16 - Agent \\================================== */











.on_map {
    position: relative;
    background: #212121 url(../images/bg.jpg) right bottom no-repeat;
    height: 800px;
    width: 100%;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

.on_map .container {
    z-index: 156;
    position: relative;
}

@media only screen and (max-width:1199px) {
    .on_map .on_map_inner:before {
        background-color: rgba(33,33,33,.5);
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        z-index: 155;
    }
}

#on_map {
    z-index: 103;
    display: block;
    position: absolute;
    bottom: 238px;
    right: 259px;
}

.RCX {
    position: relative;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius: 1000px;
}

.S0 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#AE-MapLine {
    position: absolute;
    bottom: 0;
    right: 0;
    /* max-width:1600px; */;
}

@keyframes Map1 {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

#AE-MainBullet,#AE-MainBullet2,#AE-MainBullet3 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -9px;
    margin-right: -9px;
    width: 18px;
    height: 18px;
    background-color: #fdb813;
    -webkit-box-shadow: 0 0 12px 0 rgba(253,184,19,.4);
    box-shadow: 0 0 12px 0 rgba(253,184,19,.4);
}

#AE-MainBullet2,#AE-MainBullet3 {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-right: -30px;
    background-color: Transparent;
    border: 2px solid #fdb813;
}

#AE-MainBullet2 {
    -webkit-animation: Map1 1.8s infinite ease-out;
    -o-animation: Map1 1.8s infinite ease-out;
    -ms-animation: Map1 1.8s infinite ease-out;
    -moz-animation: Map1 1.8s infinite ease-out;
    animation: Map1 1.8s infinite ease-out;
}

#AE-MainBullet3 {
    -webkit-animation: Map1 1.8s infinite ease-out .5s;
    -o-animation: Map1 1.8s infinite ease-out .5s;
    -ms-animation: Map1 1.8s infinite ease-out .5s;
    -moz-animation: Map1 1.8s infinite ease-out .5s;
    animation: Map1 1.8s infinite ease-out .5s;
}

.AE-Light {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    background-color: #fdb813;
    z-index: 5;
}

.AboutExportBtn {
    position: absolute;
    cursor: pointer;
}

.AboutExportBtn .AEB-Bullet {
    top: 0;
    left: 0;
}

.AboutExportBtn .AEB-Bullet2 {
    top: 0;
    left: 0;
}

.AEB-Bullet {
    position: absolute;
    top: 0;
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    /*background-color: #fdb813;*/
    -webkit-box-shadow: 0 0 12px 0 rgba(253,184,19,.4);
    box-shadow: 0 0 12px 0 rgba(253,184,19,.4);
}

.AEB-Bullet2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-color: Transparent;
    /*border: 1px solid #fdb813;*/
    -moz-animation: Map1 1.8s infinite ease-out 1.8s;
    -ms-animation: Map1 1.8s infinite ease-out 1.8s;
    -o-animation: Map1 1.8s infinite ease-out 1.8s;
    -webkit-animation: Map1 1.8s infinite ease-out 1.8s;
    animation: Map1 1.8s infinite ease-out 1.8s;
}

#City1 {
    left: 133px;
    top: -10px;
}

@keyframes Map-City1 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 133px;
        margin-top: -11px;
    }
}

#City1-Light {
    -webkit-animation: Map-City1 1.8s infinite ease-out;
    -o-animation: Map-City1 1.8s infinite ease-out;
    animation: Map-City1 1.8s infinite ease-out;
}

#City2 {
    left: 150px;
    top: 150px;
}

@keyframes Map-City2 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 148px;
        margin-top: 148px;
    }
}

#City2-Light {
    -webkit-animation: Map-City2 1.8s infinite ease-out;
    -o-animation: Map-City2 1.8s infinite ease-out;
    animation: Map-City2 1.8s infinite ease-out;
}

#City3 {
    left: 50px;
    top: 213px;
}

@keyframes Map-City3 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 48px;
        margin-top: 213px;
    }
}

#City3-Light {
    -webkit-animation: Map-City3 1.8s infinite ease-out;
    -o-animation: Map-City3 1.8s infinite ease-out;
    animation: Map-City3 1.8s infinite ease-out;
}

#City4 {
    left: 58px;
    top: 178px;
}

@keyframes Map-City4 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 56px;
        margin-top: 178px;
    }
}

#City4-Light {
    -webkit-animation: Map-City4 1.8s infinite ease-out;
    -o-animation: Map-City4 1.8s infinite ease-out;
    animation: Map-City4 1.8s infinite ease-out;
}

#City5 {
    left: 8px;
    top: 135px;
}

@keyframes Map-City5 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 6px;
        margin-top: 135px;
    }
}

#City5-Light {
    -webkit-animation: Map-City5 1.8s infinite ease-out;
    -o-animation: Map-City5 1.8s infinite ease-out;
    animation: Map-City5 1.8s infinite ease-out;
}

#City6 {
    left: 41px;
    top: 104px;
}

@keyframes Map-City6 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 39px;
        margin-top: 104px;
    }
}

#City6-Light {
    -webkit-animation: Map-City6 1.8s infinite ease-out;
    -o-animation: Map-City6 1.8s infinite ease-out;
    animation: Map-City6 1.8s infinite ease-out;
}

#City7 {
    left: 49px;
    top: 56px;
}

@keyframes Map-City7 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 47px;
        margin-top: 55px;
    }
}

#City7-Light {
    -webkit-animation: Map-City7 1.8s infinite ease-out;
    -o-animation: Map-City7 1.8s infinite ease-out;
    animation: Map-City7 1.8s infinite ease-out;
}

#City8 {
    left: 39px;
    top: 15px;
}

@keyframes Map-City8 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 38px;
        margin-top: 14px;
    }
}

#City8-Light {
    -webkit-animation: Map-City8 1.8s infinite ease-out;
    -o-animation: Map-City8 1.8s infinite ease-out;
    animation: Map-City8 1.8s infinite ease-out;
}

#City9 {
    left: 5px;
    top: 40px;
}

@keyframes Map-City9 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 3px;
        margin-top: 40px;
    }
}

#City9-Light {
    -webkit-animation: Map-City9 1.8s infinite ease-out;
    -o-animation: Map-City9 1.8s infinite ease-out;
    animation: Map-City9 1.8s infinite ease-out;
}

#City10 {
    left: 17px;
    top: -16px;
}

@keyframes Map-City10 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: 14px;
        margin-top: -16px;
    }
}

#City10-Light {
    -webkit-animation: Map-City10 1.8s infinite ease-out;
    -o-animation: Map-City10 1.8s infinite ease-out;
    animation: Map-City10 1.8s infinite ease-out;
}

#City11 {
    left: -6px;
    top: -20px;
}

@keyframes Map-City11 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -7px;
        margin-top: -20px;
    }
}

#City11-Light {
    -webkit-animation: Map-City11 1.8s infinite ease-out;
    -o-animation: Map-City11 1.8s infinite ease-out;
    animation: Map-City11 1.8s infinite ease-out;
}

#City12 {
    left: -22px;
    top: -29px;
}

@keyframes Map-City12 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -22px;
        margin-top: -29px;
    }
}

#City12-Light {
    -webkit-animation: Map-City12 1.8s infinite ease-out;
    -o-animation: Map-City12 1.8s infinite ease-out;
    animation: Map-City12 1.8s infinite ease-out;
}

#City13 {
    left: -20px;
    top: -5px;
}

@keyframes Map-City13 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -18px;
        margin-top: -5px;
    }
}

#City13-Light {
    -webkit-animation: Map-City13 1.8s infinite ease-out;
    -o-animation: Map-City13 1.8s infinite ease-out;
    animation: Map-City13 1.8s infinite ease-out;
}

#City14 {
    left: -50px;
    top: 7px;
}

@keyframes Map-City14 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -52px;
        margin-top: 5px;
    }
}

#City14-Light {
    -webkit-animation: Map-City14 1.8s infinite ease-out;
    -o-animation: Map-City14 1.8s infinite ease-out;
    animation: Map-City14 1.8s infinite ease-out;
}

#City15 {
    left: -28px;
    top: 15px;
}

@keyframes Map-City15 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -30px;
        margin-top: 13px;
    }
}

#City15-Light {
    -webkit-animation: Map-City15 1.8s infinite ease-out;
    -o-animation: Map-City15 1.8s infinite ease-out;
    animation: Map-City15 1.8s infinite ease-out;
}

#City16 {
    left: -45px;
    top: 78px;
}

@keyframes Map-City16 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -47px;
        margin-top: 78px;
    }
}

#City16-Light {
    -webkit-animation: Map-City16 1.8s infinite ease-out;
    -o-animation: Map-City16 1.8s infinite ease-out;
    animation: Map-City16 1.8s infinite ease-out;
}

#City17 {
    left: -68px;
    top: -59px;
}

@keyframes Map-City17 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -68px;
        margin-top: -59px;
    }
}

#City17-Light {
    -webkit-animation: Map-City17 1.8s infinite ease-out;
    -o-animation: Map-City17 1.8s infinite ease-out;
    animation: Map-City17 1.8s infinite ease-out;
}

#City18 {
    left: -96px;
    top: -60px;
}

@keyframes Map-City18 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -96px;
        margin-top: -60px;
    }
}

#City18-Light {
    -webkit-animation: Map-City18 1.8s infinite ease-out;
    -o-animation: Map-City18 1.8s infinite ease-out;
    animation: Map-City18 1.8s infinite ease-out;
}

#City19 {
    left: -107px;
    top: -45px;
}

@keyframes Map-City19 {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-left: -107px;
        margin-top: -45px;
    }
}

#City19-Light {
    -webkit-animation: Map-City19 1.8s infinite ease-out;
    -o-animation: Map-City19 1.8s infinite ease-out;
    animation: Map-City19 1.8s infinite ease-out;
}

.modtitle {
	padding: 5px 32px;
}
.recent_views .modtitle:after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 4rem;
    background: url(/image/catalog/logo/a-b-icon.png)no-repeat;
    background-size: contain;
    top: -5px;
    right: 16px;
}
