html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    box-sizing: border-box;
	font-family: "Helvetica Neue";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    scroll-behavior: smooth;
  	background: #f8f8fb;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.object-fit-cover{
    object-fit: cover;
}
.text-justify {
    text-align: justify;
}
strong {
    font-weight: bold;
}
:root {
    --color-main: #FBD040;
    --color-text: #242424;
    --color-title: #1D2A3C;
}
.color-text {
	color: var(--color-text);
}
.color-title {
	color: var(--color-title);
}
.color-main {
    color: var(--color-main);
}
.cursor-pointer {
    cursor: pointer;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: linear-gradient(90.06deg, #FFD959 -3.55%, #FF9B4F 105.61%);
    box-shadow: 0px -4px 18px 0px #A45237;
}
.header.at-top {
    box-shadow: none;
}
.logo img {
    height: 70px !important;
    width:auto;
}
.sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 200px);
    left: 0;
    width: 400px;
    background: #fff;
    transition: all .3s cubic-bezier(0.215, 0.610, 0.355, 1);
    opacity: 0;
    list-style: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    animation: mc-fade-in-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-animation: mc-fade-in-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes mc-fade-in-bottom {
    0% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
ul#menu-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
}
.sub-menu >li {
    line-height: 2.5;
    padding: 6px 12px;
    transition: all .3s ease-in-out;
}
.sub-menu >li:hover {
    background: linear-gradient(90.06deg, #FFD959 -3.55%, #FF9B4F 105.61%);
}
.sub-menu >li:hover a {
    color: #fff;
}
.section-menu{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #FF2B801A;
}
ul#menu-main-menu > li > a, .sub-menu >li >a {
    color: var(--color-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold
}
ul#menu-main-menu > li {
    line-height: 5;
    padding: 0px 12px;
    position: relative;
    transition: all .3s ease-in-out;
}
ul#menu-main-menu > li:hover {
    background: #FF9B4F;
}
ul#menu-main-menu > li.menu-item-has-children:hover > .sub-menu{
    display: block;
    transform: translateY(0);
    opacity: 1;
    top:100%;
}
.btn-search {
    background: none;
    border: none;
    outline: none;
}
.btn-login {
    text-decoration: none;
    color: var(--color-text);
    border: 1px solid var(--color-text);
    padding: 6px;
    border-radius: 8px;
    font-weight: bold;
	width: fit-content;
}
.z-3 {
    z-index: 3;
}
.section-1 , .about-section-6{
    background: linear-gradient(90.06deg, #FFD959 -3.55%, #FF9B4F 105.61%);
}
.video-wrapper, .section-image {
    max-width: 95%;
    aspect-ratio:16/9;
    border-radius: 15px;
    box-shadow: 1px 4px 24px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 4px 24px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 4px 24px 0px rgba(0,0,0,0.25);
	overflow: hidden;
}
.video-wrapper img, .section-image img {
    border-radius: 15px;
}
.section-1::after {
   content: "";
    width: 121vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: auto 0% -27% -20%;
    z-index: 0;
    background-color: var(--white);
    background: #f8f8fb;
    /* height: 1000px; */
    top: 750px;
    transform: rotate(-2deg);
}
.video-wrapper iframe, .section-image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-book {
    color: #fff;
    padding: 12px 48px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    background: #2D2D2D;
    width: fit-content;
}
.btn-book:hover {
    background: linear-gradient(90.06deg, #FFD959 -3.55%, #FF9B4F 105.61%);
    color: var(--color-title);
}
.section-partner {
    background: url('../images/sec-3-bg.png');
    background-size: cover;
}
.btn-readmore {
    background: #F3703A;
    padding: 12px 24px;
    border-radius: 10px;
    display: block;
    width: fit-content;
    margin: 0px auto;
}
.section-partner .section-content {
    max-width: 55%;
    padding: 0px 70px;
    margin: 0px auto;
    font-weight: 500;
}
.section-partner .section-content::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    color: var(--color-text);
    opacity: .5;
}
.section-partner .section-content::after {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 60px;
    color: var(--color-text);
    opacity: .5;
}
.program {
    display: flex;
    gap: 50px;
    align-items: center;
	margin-bottom: 5rem;
}
.program:nth-child(odd) {
   flex-direction: row-reverse ;
}
.program-img {
    aspect-ratio: 1.5;
    border-radius: 10px;
    flex: 1;
    box-shadow:  0 5px 50px 7px #0000001a;
    -webkit-box-shadow: 0 5px 50px 7px #0000001a;
    -moz-box-shadow:  0 5px 50px 7px #0000001a;
	overflow: hidden;
}
.program-text {
    flex: 1;
}
.shadow {
    z-index: -1;
   
    filter: blur(50px);
    border-radius: 300px;
    align-self: center;
    width: 30vw;
    max-width: 350px;
    height: 30vw;
    max-height: 350px;
    position: absolute;
    inset: auto;
    will-change: opacity, background, transform;
    opacity: 1;
    transform-style: preserve-3d;
    transition: all .2s ease-in-out;
}
.assessment-section, .assessment-section-4, .home-section-5 {
    background: linear-gradient(90.06deg, #FFD959 -3.55%, #FF9B4F 105.61%);

}
 .about-section-2 {
    background: #151528;
    background-size: cover;
}
.custom-logo {
    height: 40px;
    width: auto;
    margin-top: -14px;
}
.text-xs {
    font-size: 12px;
}
.client-img {
    max-height: 80px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 500px;
}
.list-testimonial {
    margin: 0px auto;
    z-index: 3 !important;
}
.testimonial-pagination  .swiper-pagination-bullet{
    background-color: #000000;
}
.testimonial-next, .testimonial-prev {
    color: #000000 !important;
    width: 25px !important;
    height: auto !important;
    top: 25% !important;
    z-index: 3 !important;
}
.testimonial-next::after, .testimonial-prev::after {
    font-size: 25px !important;
}
.testimonial-next {
    right: var(--swiper-navigation-sides-offset, -50px) !important;
}
.testimonial-prev {
    left: var(--swiper-navigation-sides-offset, -50px) !important;
}
.expert-section .custom-logo {
    height: 45px;
    width: auto;
    margin-top: -6px;
}
.expert-img img {
    height: 179px;
    width: auto;
    margin: 0px auto;
}
.expert-text {
    background: linear-gradient(90deg, #FFD759 0%, #FF9F50 100%);
}
.expert, .post-item {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 15px;
    overflow: hidden;
}
.expert-text {
    min-height: 115px;
}
.post-text {
    min-height: 200px;
}
.list-post {
    padding-bottom: 30px !important;
}
.post-thumb {
    aspect-ratio: 1.5;
}
.footer, .assessment-section-1 {
    background: linear-gradient(90.06deg, #FFD959 -3.55%, #FF9B4F 105.54%);
}
.text-sm {
    font-size: 14px;
}
.company-info ul, .company-info ol {
    padding-left: 20px;
}
.page-template-about-us .header {
    background: #fff;
}
.list-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.section-content-wrapper {
    width: calc(100% - 110px);
    margin-left: auto;
    background: #ffffffab;
    border-radius: 15px;
    box-shadow: 0px 4px 9px 7px #FF000040;
    z-index: 2;
}
.section-content-wrapper::after {
    content: "";
    width: 246px;
    height: 246px;
    background: linear-gradient(360deg, #FFD458 0%, #FF9F50 100%);
    position: absolute;
    top: -123px;
    left: 0px;
    z-index: -1;
    border-radius: 50%;
    transition: .2s all ease-in-out;
}
.section-content-wrapper.scrolled::after{
    transform: translate(80%, 80%);
}
.flip-content {
    width: 250px;
    background: #fff;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    aspect-ratio: 1;
    cursor: pointer;
    position: absolute;
    bottom: -110px;
    left: 0;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 3;
}
.flip-content:hover {
    transform: rotateY(-180deg);
}
.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    border-radius: 15px;
}
.back {
    transform: rotateY(180deg);
}
.about-section-1 {
    padding-bottom: calc(160px + 3rem);
    padding-top: calc(180px + 3rem);
}
.flip-content-wrapper .section-content {
 
    margin: 0px auto;
}
.flip-content-wrapper .section-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.list-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 15px;
    background: #212133;
    min-height: 100px;
}
.feature-icon img{
    width: 40px;
}
.feature-text {
    width: calc(100% - 40px - 12px);
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
}
.feature-title, .feature-content {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.feature-content {
    transform: rotateX(-180deg);
}
.about-section-2 .section-content-wrapper{
    background: #4D4D4DCC;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: unset;
}
.feature-text:hover {
    transform: rotateX(180deg) translateY(-60%);
}
.about-section-2 .section-content-wrapper::after {
    display: none;
}
.about-section-2 .custom-logo{
    height: 40px;
    width: auto;
    margin-top: 0px;
}
.info-item::before {
    content: "";
    width: 40px;
    height: 34.17px;
    background: url('../images/icon-tick-01.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.assessment-section-3 {
    background: linear-gradient(90.06deg, rgba(255, 217, 89, 0.1) -3.55%, rgba(255, 155, 79, 0.1) 105.61%);
}
.answer {
    display: none;
}
.question {
    background: #F0F0F0;
}
.question .fa-minus {
    display: none;
}
.question.active .fa-minus {
    display: block;
}
.question.active .fa-plus {
    display: none;
}

.capacity-tab-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.capacity-header-item {
    aspect-ratio: 2.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    width: 300px !important;
    transition: all .3s ease-in-out;
   	border: 2px solid #151528;
}
.capacity-header-item .bg-white {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.capacity-header-item.active {
    background: #151528 !important;
    color: #fff !important;
}
.capacity-content.active {
    display: block;
}
.capacity-content {
    display: none;
}
.list-course {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.capacity-main-content {
    background: #F3F3F3;
    border-radius: 18px;
}
.course-item {
    border-radius: 12px;
}
.list-blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.blog-thumb  {
    aspect-ratio: 1.5;
}
a.page-numbers {
    text-decoration: none;
}
ul.page-numbers {
    display: flex;
    gap: 24px;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.price-table tr {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 12px;
    width: 100%;
}
.price-table tr td {
    padding: 12px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.price-table thead tr th {
    background: linear-gradient(180deg, #FFD659 0%, #FFA050 126.19%) !important;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-table thead tr {
    margin-bottom: 12px;
}
.price-table tbody td {
    background-color: #F0F0F0 !important;
}
.price-table tbody tr:first-child td {
    border-radius: 10px 10px 0px 0px;
}
.price-table tbody tr:last-child td {
    border-radius:  0px 0px 10px 10px;
}
.price-table tbody tr:not(:first-child) td::before{
    content:"";
    width: 100%;
    height: 1px;
    background: #BEBEBE;
    position: relative;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.price-table tbody {
    margin-bottom: 12px;
    display: block;
    width: 100% !important;
}
.price-table  tbody tr:last-child td {
    background-color: transparent !important;
    padding: 0px;
    margin-top: 10px;
}
.price-table  tbody tr:last-child td::before {
    display: none;
}
.tablepress>:where(thead)+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>:where(:first-child)>* {
    border-top: unset !important;
}
.price-table tbody:last-child td  {
    background: none;
}
.btn-buy {
    background: #fff !important;
    border: 2px solid #FFA050;
    font-weight: 600;
    border-radius: 10px !important;
    width: 100%;
    text-decoration: none;
    color: var(--color-text);
    padding: 16px;
    border-radius: 10px;
}
/* .btn-buy a{
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: var(--color-text);
    text-decoration: none;
    padding: 16px;
} */
.list-related-post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.popup-expert {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background: rgb(0, 0, 0 , .5);
   display: none;
}
.popup-expert.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-popup {
    background: #fff;
    max-width: 648px;
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0px 4px 22px 0px #00000040;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}
.popup-image {
    padding: 5px;
    overflow: hidden;
    aspect-ratio: 252/263;
    border-radius: 3px;
    background: linear-gradient(180deg, #FFD659 0%, #FFA050 126.19%) !important;
}
.expert-info {
    background: linear-gradient(180deg, #FFD659 0%, #FFA050 126.19%) !important;
    border-radius: 0px 7px 7px 0px;
    margin-top: 5px;
}
.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-close-expert {
    background: linear-gradient(180deg, #FFD659 0%, #FFA050 126.19%) !important;
    border: none;
    outline: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 10px;
    display: block;
    margin-left: auto;
}
.course-img {
    aspect-ratio: 1.5;
}
.icon-contact {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFD659 0%, #FFA050 126.19%) !important;
    font-size: 11px;
    cursor: pointer;
}

.icon-contact .icon-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.icon-contact .icon-close svg {
    width: 15px;
    fill: #fff;
    transition: ease-in 0.12s all;
    transform: rotate(180deg) scale(0);
}

.icon-contact .icon01 {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
}

.icon-contact .icon01__inner {
    margin-top: 10px;
}

.icon-contact .icon01 svg {
    width: 24px;
    display: table;
    height: 24px;
    color: #fff;
    margin: 0 auto;
}

.icon-contact .icon01 p {
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: center;
}

.icon-contact .icon-zoom {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 8px;
    top: 8px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.2s all;
}

.icon-contact .icon-zoom__icon {
    top: 10px;
    left: 12px;
    align-items: center;
    display: flex;
    position: absolute;
    -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    animation-delay: 0s;
    height: 24px;
    transition: 0.2s all;
    transform: translate(-2px, 0px);
}

.icon-contact .icon-zoom .icon {
    display: block;
    margin-right: 40px;
}

.icon-contact .icon-zoom .icon svg {
    fill: #FFA050;
    width: 24px;
}

@keyframes move {
    0% {
        transform: translate(-2px, 0px);
    }

    25% {
        transform: translate(-66px, 0px);
    }

    50% {
        transform: translate(-130px, 0px);
    }

    75% {
        transform: translate(-194px, 0px);
    }

    100% {
        transform: translate(-194px, 0px);
    }
}

.icon-contact .ani {
    width: 84px;
    height: 84px;
    background-color: #FFA050;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    transform: scale(0);
}

.icon-contact .ani--02 {
    animation-delay: 0.5s;
}

@keyframes arcontactus-pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.icon-contact.is-active .icon-zoom {
    opacity: 1;
    transform: scale(1);
}

.icon-contact.is-active .icon-zoom__icon {
    animation: move 5s infinite;
    animation-delay: 1s;
}

.icon-contact.is-active .icon01 {
    opacity: 0;
    transform: scale(0);
}

.icon-contact.is-active .ani {
    width: 84px;
    height: 84px;
    background-color: #FFA050;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    transform: scale(0);
    animation: arcontactus-pulse 2s infinite;
}

.icon-contact.is-active .ani--02 {
    animation-delay: 0.5s;
}

.icon-contact.is-show-icon .icon-close svg {
    transform: rotate(0) scale(1);
}

.icon-contact.is-show-icon .icon01 {
    opacity: 0;
    transform: scale(0);
}

.list-link-contact {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 235px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: ease-out 0.12s all;
    transform: scale(0);
    transform-origin: 80% 105%;
    z-index: 999;
}

.list-link-contact:after {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: block;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: "";
}

.list-link-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px 0;
}

.list-link-contact ul li {
    margin: 0;
    padding: 0;
}

.list-link-contact a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

.list-link-contact a p {
    margin: 0;
    color: #000;
    flex: 1;
}

.list-link-contact a:hover {
    background-color: #eee;
}

.list-link-contact .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFD659 0%, #FFA050 126.19%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.list-link-contact .icon svg {
    width: 20px;
    fill: #fff;
    filter: brightness(0) invert(1);
}

.list-link-contact.is-show {
    transform: scale(1);
}
.capacity-icon {
    width: 20%;
}
.section-1 .section-btn {
    width: fit-content;
    margin: 0px auto 3rem;
    font-weight: bold;
    color: var(--color-text);
    font-size: 18px;
    background: #fff;
    padding: 12px 48px;
    border-radius: 8px;
}
.front-img svg{
    position: absolute;
    bottom: -35px;
    right: 15px;
}
.flip-content-wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.program-img img {
    aspect-ratio: 1.7;
}
.section-4 {
	background-image: linear-gradient(#fff0, #fff0);
}
.section-4 .section-title {
	position: relative;
	z-index: 9;
	transform: translatey(-4rem);
}
.about-section-3 .video-wrapper {
	max-width: 100%;
}
.popup-banner {
	display: none;
	position: fixed;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.popup-banner.active {
	display: flex;
}
.popup-banner-container {
    width: 800px;
}
.close-banner-popup {
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 999;
	background:none;
	border:none;
	color: red;
	font-size: 24px;
	cursor: pointer;
}