/*banner*/
section.hero-archive.small-banner {
    min-height: 90px;
}

section.hero-archive.small-banner .text-content {
    height: 80px;
    min-height: auto;
    justify-content: space-between;
}

section.hero-archive.small-banner .text-content p {
    margin: 0;
}

section.hero-archive.small-banner .text-content h1 {
    width: 360px;
}

section.hero-archive.small-banner .text-content a {
    color: #fff;
    font-weight: 400;
}

section.hero-archive.small-banner .content svg.bg-flair-1 {
    min-height: auto !important;
    height: 135px;
    transform: translateX(-41%);
    bottom: -35px;
}

section.hero-archive .content .thin-banner {
    z-index: -1;
    left: 0;
    height: 135px;
    transform: translateX(-41%);
    bottom: -35px;
}

.small-banner p:empty {
    display: none;
}

.responsive-back-btn {
    display: none;
}

.small-banner .flair-right-wrap {
    position: absolute;
    right: -80px;
    height: 80px;
    bottom: 0;
    overflow: hidden;
}

.svg-right-not-required .small-banner .flair-right-wrap {
    display: none;
}

section.hero-archive .text-content p:empty {
    display: none;
}


/* country detail page */
section.hero-archive.small-banner .image-country-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

section.hero-archive.small-banner .image-country-wrapper img {
    margin: 0;
    width: 66px;
    height: 46px;
    border-radius: 0;
}

section.hero-archive.small-banner .image-country-wrapper .h2 {
    margin: 0 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
}

.small-banner .flag-box {
    width: 76px;
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.small-banner.text-small .h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 11px 0 0;
}

section.hero-archive.long-desc .text-content p {
    max-width: 550px;
}

/*country banner*/
.banner-multi,
.banner-single {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    min-height: 480px;
}

.banner-single {
    position: relative;
    background: #042549;
}

.banner-single .banner-img {
    width: 100%;
}

.banner-single img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.banner-multi img,
.banner-single img {
    display: block;
}

.banner-multi .left-section {
    position: relative;
}

.banner-multi .left-section .banner-detail {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-single .banner-detail {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}

.banner-single .banner-img+.banner-detail {
    top: auto;
    transform: translate(0);
    bottom: 17px;
}

.banner-multi .left-section .banner-img+.banner-detail {
    top: auto;
    transform: translate(0);
    bottom: 17px;
}

.banner-multi .banner-img,
.banner-single .banner-img {
    position: relative;
}

.banner-multi .banner-img:after,
.banner-single .banner-img:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 50%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}


.banner-multi .type,
.banner-single .type {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 9px;
}

.banner-detail .main-title,
.banner-detail .main-title a {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}

.banner-detail .main-title a:hover {
    color: #fff;
}

.inner-blk .sub-title,
.inner-blk .sub-title a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.inner-blk .type {
    margin-bottom: 5px;
}

.banner-content {
    padding: 0 20px 20px;
}

.inner-blk .banner-img+.banner-content {
    top: auto;
    transform: translate(0);
    bottom: 17px;
}

.left-section {
    background: #042549;
}

/*banner style 1 */
.banner-style-1 .left-section {
    width: 838px;
    margin-right: 5px;
    background: #0280bf;
}

.banner-style-1 .left-section img {
    width: 838px;
    height: 480px;
    object-fit: cover;
}

.banner-style-1 .right-section {
    width: calc(100% - 843px);
    display: flex;
    align-items: flex-end;
    background: #042549;
}

.banner-style-1 .right-section .inner-blk {
    height: 100%;
}

.banner-style-1 .left-section .type {
    margin-bottom: 8px;
}

.banner-style-1 .right-section .inner-blk img {
    height: 480px;
}

/*banner-style-2*/
.banner-style-2 .left-section {
    width: 838px;
    margin-right: 5px;
}

.banner-style-2 .left-section img {
    width: 838px;
    height: 480px;
    object-fit: cover;
}

.banner-style-2 .right-section {
    width: calc(100% - 843px);
}

.banner-style-2 .right-section img {
    width: 357px;
    height: 237px;
    object-fit: cover;
}

.banner-style-2 .right-section .inner-blk:first-child {
    background: #0280bf;
}

.banner-style-2 .right-section .inner-blk:last-child {
    background: #042549;
}

.inner-blk {
    position: relative;
    height: 237px;
    width: 100%;
    overflow: hidden;
}

.inner-blk img {
    height: 237px;
    width: 100%;
    object-fit: cover;
}

.banner-style-2 .inner-blk:first-child {
    margin-bottom: 5px;
}

.inner-blk .banner-content {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

/*banner-style-3*/
.banner-style-3 .left-section {
    width: 475px;
}

.banner-style-3 .left-section img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.banner-style-3 .middle-section {
    width: 357px;
    margin: 0 5px;
}

.banner-style-3 .middle-section .inner-blk:first-child {
    margin-bottom: 5px;
}

.banner-style-3 .right-section {
    width: 357px;
}

.banner-style-3 .middle-section .inner-blk:first-child {
    background: #0280bf;
}

.banner-style-3 .middle-section .inner-blk:last-child {
    background: #042549;
}

.banner-style-3 .right-section .inner-blk {
    height: 100%;
    background: #0280bf;
}

.banner-style-3 .right-section .inner-blk img {
    height: 480px;
}

/* banner-style-4*/
.banner-style-4 .left-section {
    width: 475px;
}

.banner-style-4 .middle-section {
    margin: 0 5px;
}

.banner-style-4 .middle-section,
.banner-style-4 .right-section {
    width: 357px;
}

.banner-style-4 .middle-section .inner-blk:first-child,
.banner-style-4 .right-section .inner-blk:first-child {
    background: #0280bf;
}

.banner-style-4 .middle-section .inner-blk:last-child,
.banner-style-4 .right-section .inner-blk:last-child {
    background: #042549;
}

.banner-style-4 .inner-blk:first-child {
    margin-bottom: 5px;
}

.banner-style-4 .left-section img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

/*bredcrumb-nav*/
.bredcrumb-nav {
    position: fixed;
    top: -100%;
    background: #578c43;
    color: #fff;
    width: 100%;
    z-index: 101;
    padding: 10px 0;
    transition: all .25s;
}

.bredcrumb-nav.show-bredcrumb {
    top: 0;
}

.bredcrumb-nav .bredcrumb-nav-mix {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.bredcrumb-nav-mix>span:not(:last-child):after {
    content: "";
    background: url(../common-img/icons/country-rightarrow.png)no-repeat center center;
    padding: 0 15px;
    display: inline-block;
    height: 13px;
}

.bredcrumb-nav a,
.bredcrumb-nav span {
    font-size: 16px;
}

.bredcrumb-nav a,
.bredcrumb-nav a:hover {
    color: #fff;
}

/*slider dots*/
.banner.slider .slick-dots {
    bottom: -30px;
}

.banner.slider .slick-dots li button:before {
    display: none;
}

.banner.slider .slick-dots li {
    margin: 0 10px;
    width: auto;
    height: auto;
}

.banner.slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    position: relative;
}

.banner.slider .slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #c0c0c0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*green banner multiple line*/
.information-portal section.hero-archive .content svg.bg-flair-1 {
    top: -5px;
    bottom: auto;
}
