@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bungee&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=vietnamese');
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background: transparent;
}

.link {
    background: #FCFCFC;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 3px;
}

.gap-2 {
    gap: .5rem !important;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
}

a {
    color: #0e1329;
    text-decoration: none;
    transition: color 0.15s ease-in-out 0s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

ul {
    list-style: inside;
}

ul li {
    list-style: none;
}

ul li {
    margin: 0px;
    padding: 0px;
}

.small-container {
    width: 990px;
    max-width: 100%
}

iframe {
    width: 100%;
}

body {
    font-family: Roboto, Serif;
    overflow-x: hidden;
}

.heading {
    font-family: "Open Sans", sans-serif;
    color: rgb(8, 14, 74);
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    text-shadow: rgb(0 0 0) 0px 0px 1px;
    text-align: center;
}

.bg-navy-blue {
    background: #2f3d7d;
    color: #FFFFFF;
}

.simple-overlay {
    background: url(../../../images/loader.gif) no-repeat center 40% rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.simple-overlay .popup-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    position: relative;
}

header {
    padding-bottom: 0.5rem;
}

header .logo img {
    max-height: 35px;
}

.top-bar {
    background-color: #FFF;
    border-bottom: 1px solid #e1e1e1;
    height: 32px;
    line-height: 32px;
    color: #4c607d;
}

.hotline a,
.hotline i {
    color: #4c607d;
}

.hotline a,
.hotline i {
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

.social-networks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.5rem;
}

.social-networks div {
    width: 2rem;
    height: 2rem;
    text-align: center;
}

.social-networks div svg {
    color: #4c607d;
    transform: translateY(5px);
}

.social-networks div:last-child {
    width: max-content;
    padding: 0 5px;
    background: unset;
    color: #fff;
    border: none;
}

.social-networks div:last-child span {
    position: relative;
    top: 5px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 16px;
}

.social-networks a {
    color: #4c607d;
    color: #FFF;
    text-decoration: none;
}


/* Main menu */

.navbar-expand-lg .navbar-nav {
    padding: 20px 0;
}

.navbar-expand-lg .navbar-nav li a.nav-link {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-family: 'Roboto-Medium';
}

nav li.nav-item,
nav li.nav-item:hover {
    border: none;
}

li:last-child>a.nav-link {
    background-color: #d72229;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 5px;
}

.box-title {
    font: bold 26pt Roboto, Serif;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-top: 2rem;
}

.box-title .highlight {
    color: var(--magenta);
}

#accordion-material {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#accordion-material .accordion-item {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 10px;
}

.accordion-header {
    margin-bottom: 0;
}

#accordion-material .accordion-header {
    background: transparent;
    position: relative;
    height: 100%;
}

#accordion-material .accordion-button .accordion-material-wrapper {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    background: #fff;
    padding: 10px;
    width: 100%;
}

#accordion-material .accordion-material-wrapper .icon {
    margin: 10% auto;
    max-width: 50px;
    max-height: 50px;
}

#accordion-material .accordion-item:first-child .accordion-button .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_o_so_1_trang.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:first-child .accordion-button.collapsed .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_o_so_1_tim.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:nth-child(2) .accordion-button .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_2_trang.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:nth-child(2) .accordion-button.collapsed .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_2_tim.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:nth-child(3) .accordion-button .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_3_trang.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:nth-child(3) .accordion-button.collapsed .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_3_tim.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:nth-child(4) .accordion-button .icon,
#accordion-material .accordion-item:nth-child(5) .accordion-button .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_4_trang.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-item:nth-child(4) .accordion-button.collapsed .icon,
#accordion-material .accordion-item:nth-child(5) .accordion-button.collapsed .icon {
    background: url(../../images/langdingpage/class1vs1/section_5_4_tim.png) center center / contain no-repeat;
    width: 50px;
    height: 50px;
}

#accordion-material .accordion-button {
    padding: 10px;
    height: 100%;
    background: transparent;
    border-radius: 45px !important;
    flex-direction: column;
    justify-content: space-evenly;
    border: 5px solid #bfc0c2;
    min-height: 265px;
}

#accordion-material .accordion-button .text {
    text-transform: uppercase;
    color: #000;
    font: 500 20px Roboto, Serif;
    text-align: center;
    margin: 0 auto 10% auto;
}

#accordion-material .accordion-button:not(.collapsed) {
    border: 5px solid var(--magenta) !important;
    box-shadow: none;
    background: transparent;
}

#accordion-material .accordion-button:not(.collapsed) .accordion-material-wrapper {
    background: var(--magenta);
    border: 1px solid pink;
}

#accordion-material .accordion-button:not(.collapsed) .text {
    color: #fff;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

#accordion-material .accordion-button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 12px 0 12px;
    border-color: var(--magenta) transparent transparent transparent;
    position: absolute;
    top: calc(100% + 5px);
    left: calc(50% - 12px);
    visibility: hidden;
}

#accordion-material .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    visibility: visible;
}

#accordion-material .accordion-collapse {
    border: 1px solid #a6a6a6;
    position: absolute;
    top: calc(100% + 2rem);
    width: 100%;
    left: 0;
    background: #fff;
    border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
}

#accordion-material .accordion-body {
    text-align: justify;
}

.btn-subscribe {
    display: block;
    background-color: var(--magenta);
    padding: 15px 50px;
    max-width: fit-content;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 30px auto;
    transition: background-color 0.3s;
    font: normal 14pt Roboto, Serif;
}

.btn-subscribe>i.fa-angle-double-right {
    transform: translateX(-20px);
}

.btn-subscribe>i.fa-angle-double-left {
    transform: translateX(20px);
}

.btn-subscribe>i {
    color: #fff200;
    transition: transform 0.35s ease-in;
}

.btn-subscribe:hover,
.btn-subscribe:hover>i {
    transform: translate(0);
}

#four-materials {
    background: url(../../banner/class1vs1/desk.png) bottom left / 20% no-repeat, url(../../banner/class1vs1/notebook.png) 100% 70% / 20% no-repeat, url(../../banner/class1vs1/bg.png) center center / cover no-repeat;
    background-color: #d0d1d3;
}

.lmc_footer {
    width: 100%;
    height: 800px;
    /* background-image: url(../images/register-form/bg-02.jpg); */
    background-size: cover;
    position: relative;
}

.lmc_footer-form-left {
    width: 100%;
    height: 100%;
}

.lmc_footer-form-right {
    width: 100%;
    height: 100%;
}

.lmc_footer-form-right-header {
    height: 20%;
}

.lmc_footer-form-right-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--magenta);
    font-weight: bold;
    padding: 20px 0;
}

.lmc_footer-form-right-content {
    text-align: center;
    height: 80%;
}

.input-form {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.lmc_footer-form {
    display: flex;
    height: auto;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
}

.lmc_footer-form-right-content input,
.lmc_footer-form-right-content select {
    height: 56px;
    width: 90%;
    border-radius: 28px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #555;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.lmc_footer-form-right-content select {
    appearance: none;
    background: url(../../img/telesa/icon/down-icon.png) no-repeat;
    background-position: right 15px center;
    background-size: 20px !important;
    font-size: 15px;
    padding-right: 20px;
}

.trial-form {
    background: url(../../banner/class1vs1/bg_section_11.png) no-repeat top center;
    background-size: cover;
    padding: 3rem 0;
}

.trial-form .btn-register button {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0;
    text-align: center;
    width: max-content;
    padding: 1.5rem 1.5rem;
    border-radius: 30px;
    background-color: var(--magenta);
    margin: auto;
}

.box-subscribe {
    margin-top: calc(120px + 2rem);
}

@media all and (max-width: 991px) {
    .offcanvas-header {
        background: #FFF;
    }
    .offcanvas.show {
        background: #1a8ece;
    }
    #navbar ul li a.nav-link {
        color: #FFF;
        margin-bottom: 15px;
    }
    li:last-child>a.nav-link {
        display: inline-block;
    }
}

.enrollment-form .box-title,
.enrollment-form .box-msg {
    text-align: center;
    color: white
}

#landing-page-banner {
    position: relative;
    padding: 0
}

#landing-page-banner .container-fluid {
    padding: 0;
}

#landing-page-banner .btn-registration {
    position: absolute;
    left: 55%;
    bottom: 15%;
}

#landing-page-banner .btn-registration .go_box_dangKy {
    background: #ec1c24;
    border-radius: 15px;
    padding: 7px 18px;
    width: 150px;
    display: inline-block;
    color: #fff;
    margin-top: 18px;
    border: none;
    text-transform: uppercase;
}

#landing-page-banner .btn-registration .go_box_tuVan {
    background: #002368;
    border-radius: 15px;
    padding: 7px 35px;
    width: 137px;
    display: inline-block;
    color: #fff;
    margin-top: 18px;
    border: 1px solid #fff;
    margin-left: 6px;
    text-transform: uppercase;
}

.header {
    margin-bottom: 2rem;
    background: transparent url("../../banner/class1vs1/border-botttom.png") bottom center no-repeat;
    padding: 0.75rem 0;
}

.header .title {
    font-family: Roboto, Serif;
    font-weight: bold;
    font-size: calc(1.325rem + .9vw);
    color: var(--magenta);
    text-transform: uppercase;
    text-align: center;
    padding: 0.625rem 0;
}

.header .emphasis {
    border: 1px solid #dddddd;
    background: var(--magenta);
    color: #fff;
    width: fit-content;
    text-align: center;
    border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    padding: 1rem 2rem;
    margin: 3.625rem auto;
}

.header .quote {
    text-align: center;
    font-size: calc(1.25rem + 0.6vw);
    font-weight: 500;
    margin: 0 auto 1.625rem;
}

button.btn.btn-enroll {
    margin: 0 auto;
    display: block;
    background: #ffd235;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: calc(0.65rem + 0.6vw);
    text-transform: uppercase;
    border-radius: 24px;
    background: url("../../banner/class1vs1/bg-btn-enroll.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 0.6rem 2rem;
    transition: all 0.15s ease-out;
}

button.btn.btn-enroll:hover {
    color: #666;
}

.slider-wrapper {
    width: 100%;
    max-width: calc(1320px + 10%);
    margin: 0 auto;
    padding: 0 5%;
}


/* slick */

.img-beauty {
    position: relative;
    width: 100%;
    height: 220px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider.responsive .img-beauty i {
    position: absolute;
    color: #FFF;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.slider .slick-prev,
.slider .slick-next {
    position: absolute;
    top: calc(50% + 22.5px);
    text-indent: -99999px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin-top: -27px;
    border-radius: 50px;
    border: none;
    z-index: 1;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
    box-shadow: 0 0 20px rgba(34, 30, 31, 0.4);
}

.slider .slick-prev {
    background: var(--magenta) url("../../img/telesa/icon/prev.png") no-repeat center center;
    left: -5%;
}

.slider .slick-next {
    background: var(--magenta) url("../../img/telesa/icon/next.png") no-repeat center center;
    right: -5%;
}

.slick-dots li button:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAJCAYAAAAsCDz7AAAATElEQVQokWP8//8/w1llLXkGBgZGBtqB74xnlDQtGRgYjtHQEhD4xcTAwMBGY0tAgI2JDpaAwahFg98iFgYGhlcMDAz3aZqPGBheAwBB/AsS2jBY8wAAAABJRU5ErkJggg==) !important;
}


/*problem*/

#problem {
    background: transparent url("../../banner/class1vs1/bg.png") bottom center no-repeat;
    background-size: 100% 100%;
}

#problem .item {
    background: #fff;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.55);
}

#problem .icon {
    background: var(--magenta);
    width: auto;
    padding: 1rem;
    margin: 1rem;
    border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
}

#problem .icon img {
    width: 48px;
}

#problem .text {
    display: block;
    font-size: 14pt;
    width: 100%;
    margin: 1rem 1rem 1rem 0;
}

#problem .highlight {
    color: var(--magenta);
    font-weight: bold;
}

#problem .tv-box {
    height: 100%;
}

#problem .screen {
    background: transparent url("../../images/langdingpage/class1vs1/screen.png") center center no-repeat;
    background-size: contain;
    min-height: 414px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#problem .screen>div {
    height: 45%;
    width: 92.99%;
    margin: 0 auto;
    transform: translate(-0.8%, -19%);
    border-radius: 7px;
    cursor: pointer;
}

#problem .screen iframe {
    border-radius: 7px;
}


/*end problem*/


/*dont worry*/

#dont-worry {
    background: url("../../banner/class1vs1/section_3.svg") center center no-repeat;
    background-size: cover;
    padding: 2rem 0;
}

#dont-worry .title {
    font: italic normal bold 1.6rem Roboto, Serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
}


/*end dont worry*/


/*solution*/

#solution {
    background: url("../../banner/class1vs1/bg.png") bottom center no-repeat;
    background-size: 100% 100%;
    padding: 2rem 0;
}

#solution .caption {
    margin-top: 1.5rem;
}

#solution .caption>p {
    font: 450 1.2rem Roboto, Serif;
    text-align: center;
}

#solution .caption>p>strong {
    color: var(--magenta);
    font-size: calc(1.325rem + 0.9vw);
    font-weight: bold;
}

#accordion-solution {
    width: 50%;
    position: relative;
}

#accordion-solution .accordion-item {
    border: none;
    margin: 1.25rem 0;
    background: transparent;
}

#accordion-solution .accordion-header {
    display: flex;
    align-items: center;
    background: #fff;
}

#accordion-solution .sl-index {
    flex-basis: 100px;
    text-align: center;
    color: var(--magenta);
    font: bold calc(1.75rem + 0.9vw) Roboto, Serif;
}

#accordion-solution .accordion-item:nth-child(2) .accordion-header,
#accordion-solution .accordion-item:nth-child(4) .accordion-header {
    border-left: 50px solid var(--magenta);
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: -8px 8px 14px 4px rgba(117, 111, 111, 0.54);
    -webkit-box-shadow: -8px 8px 14px 4px rgba(117, 111, 111, 0.54);
    -moz-box-shadow: -8px 8px 14px 4px rgba(117, 111, 111, 0.54);
}

#accordion-solution .accordion-item:nth-child(1) .accordion-header,
#accordion-solution .accordion-item:nth-child(3) .accordion-header,
#accordion-solution .accordion-item:nth-child(5) .accordion-header {
    border-right: 50px solid var(--magenta);
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 8px 8px 14px 4px rgba(117, 111, 111, 0.54);
    -webkit-box-shadow: 8px 8px 14px 4px rgba(117, 111, 111, 0.54);
    -moz-box-shadow: 8px 8px 14px 4px rgba(117, 111, 111, 0.54);
}

#accordion-solution .accordion-button {
    position: static;
    padding: 0.65rem 0;
    border: none;
}

#accordion-solution .accordion-button:focus {
    border: none;
    box-shadow: none;
}

#accordion-solution .accordion-button:not(.collapsed) {
    color: var(--magenta);
    background: #fff;
    box-shadow: none;
    border: none;
}

#accordion-solution .accordion-button h3 {
    text-align: justify;
    padding: 0.65rem;
    margin: 0;
    font: calc(1rem + 0.6vw) Roboto, Serif;
    display: flex;
    align-items: center;
    height: 80px;
}

#accordion-solution .accordion-item:nth-child(2) .accordion-button h3,
#accordion-solution .accordion-item:nth-child(4) .accordion-button h3 {
    border-right: 2px solid #c3c3c4;
}

#accordion-solution .accordion-item:nth-child(1) .accordion-button h3,
#accordion-solution .accordion-item:nth-child(3) .accordion-button h3,
#accordion-solution .accordion-item:nth-child(5) .accordion-button h3 {
    border-left: 2px solid #c3c3c4;
}

#accordion-solution .accordion-button::after {
    /* position: absolute;
    background: url("../../../../../images/landing-page/course/online-11/triangle-left.png") center center no-repeat;
    width: 39px;
    height: 43px; */
}

#accordion-solution .accordion-button::after {
    visibility: visible;
    transition: visibility 0.1s ease-in-out;
    z-index: 1;
    right: -43px;
}

#accordion-solution .accordion-button:not(.collapsed)::after {
    transform: none;
}

#accordion-solution .accordion-button.collapsed::after {
    visibility: hidden;
}

#accordion-solution .accordion-collapse {
    border: 3px solid var(--magenta);
    position: absolute;
    top: 0;
    left: calc(100% + 39px);
    width: calc(100% - 39px);
    background: #fff;
    border-radius: 24px;
    transition: all 0.15s ease-in-out;
}

#accordion-solution .accordion-body {
    font: normal 14pt Roboto, Serif;
    text-align: justify;
}

#accordion-solution .accordion-item:nth-of-type(1) .accordion-collapse {
    background: #fff url("../../images/langdingpage/class1vs1/section_4_1_thoi_gian.png") bottom center / 80% no-repeat;
}

#accordion-solution .accordion-item:nth-of-type(2) .accordion-collapse {
    background: #fff url("../../images/langdingpage/class1vs1/section_4_2_1_kem_1.png") bottom center / 80% no-repeat;
}

#accordion-solution .accordion-item:nth-of-type(3) .accordion-collapse {
    background: #fff url("../../images/langdingpage/class1vs1/section_4_3_ca_nhan_hoa.png") bottom center / 80% no-repeat;
}

#accordion-solution .accordion-item:nth-of-type(4) .accordion-collapse {
    background: #fff url("../../images/langdingpage/class1vs1/section_4_4_giao_vien_dat.png") bottom center / 80% no-repeat;
}

#accordion-solution .accordion-item:nth-of-type(5) .accordion-collapse {
    background: #fff url("../../images/langdingpage/class1vs1/section_4_5_x3_hieu_qua.png") bottom center / 80% no-repeat;
}

.accordion-body {
    padding: 1rem 1.25rem;
}


/*end solution*/

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

#learning-path .accordion-button::after {
    background: transparent;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}


/*learning path*/

#learning-path {
    background: url("../../../../../images/landing-page/course/online-11/learning-path/bg-top-right.png") 100% 15rem / 30% no-repeat, url("../../../../../images/landing-page/course/online-11/learning-path/bg.png") bottom center / 100% 100% no-repeat;
    padding: 2rem 0;
}

#learning-path .accordion-item {
    background: transparent;
    margin: 1rem 0;
    border: none;
}

#learning-path .accordion-button {
    font: bold 1.5rem Roboto, Serif;
    color: #fff;
    transform: translateX(-20px);
    box-shadow: 4px 4px 4px 1px rgba(158, 147, 147, 0.75);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(158, 147, 147, 0.75);
    -moz-box-shadow: 4px 4px 4px 1px rgba(158, 147, 147, 0.75);
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    width: 100%;
}

#learning-path .accordion-button h3 {
    margin: 0;
    padding: 0.5rem 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#learning-path .accordion-button:hover {
    z-index: 0;
}

#learning-path .accordion-button:focus {
    z-index: 0;
    border: none;
    box-shadow: 4px 4px 4px 1px rgba(158, 147, 147, 0.75);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(158, 147, 147, 0.75);
    -moz-box-shadow: 4px 4px 4px 1px rgba(158, 147, 147, 0.75);
}

#learning-path .accordion-button::after {
    background: transparent;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

#accordion-learning-path #headingOne .accordion-button {
    background: #ff7d7d;
}

#accordion-learning-path #headingTwo .accordion-button {
    background: #f26e6f;
}

#accordion-learning-path #headingThree .accordion-button {
    background: #e35053;
}

#accordion-learning-path #headingFour .accordion-button {
    background: #db4045;
}

#accordion-learning-path #headingFive .accordion-button {
    background: var(--magenta);
}

#learning-path .accordion-icon {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: row;
    background: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    z-index: 1;
    border: 10px solid #ff7d7d;
    color: #ff7d7d;
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: bold;
}

#headingOne .accordion-icon {
    border: 10px solid #ff7d7d;
    color: #ff7d7d;
}

#headingTwo .accordion-icon {
    border: 10px solid #f26e6f;
    color: #f26e6f;
}

#headingThree .accordion-icon {
    border: 10px solid #e35053;
    color: #e35053;
}

#headingFour .accordion-icon {
    border: 10px solid #db4045;
    color: #db4045;
}

#headingFive .accordion-icon {
    border: 10px solid var(--magenta);
    color: var(--magenta);
}

#learning-path .accordion-header {
    display: flex;
    align-items: center;
}

.l-path-box {
    background: #ededed;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 6px 1px rgb(69 64 64 / 75%);
    -webkit-box-shadow: 4px 4px 6px 1px rgb(69 64 64 / 75%);
    -moz-box-shadow: 4px 4px 6px 1px rgba(69, 64, 64, 0.75);
    margin: 0;
    height: 95%;
}

.l-path-box>h4 {
    color: var(--magenta);
    text-align: center;
    padding-top: 5%;
    font: bold 1.35rem Roboto;
}

.l-path-box>ul {
    display: inline-block;
    margin: 0 10% 10% auto;
}

.l-path-box>ul>li {
    list-style: disc;
    text-align: justify;
    font-size: 1.2rem;
}


/*end learning path*/


/*testimonials*/

#testimonials {}

#tes-text-slider {}

#tes-text-slider .slider-item {
    background: url("../../images/langdingpage/class1vs1/bg_hv_feedback.png") center center / 100% 100% no-repeat;
    height: 383px;
    position: relative;
    margin: 0 0.2%;
}

#tes-text-slider .box-profile {
    width: 50%;
    height: 69%;
    position: absolute;
    top: 21.5%;
    left: 3%;
    border-radius: 14px;
    background: #fff;
}

#tes-text-slider .profile-name {
    height: 18%;
    width: 100%;
    top: 0;
    font-size: 0.8rem;
    padding: 0 0 0 8%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#tes-text-slider .profile-icon {
    background: #fff url("../../img/telesa/icon/user-circle.png") center center / contain no-repeat;
    flex-basis: 31px;
    height: 95%;
}

#tes-text-slider .profile-name>div {
    padding: 0 1%;
}

#tes-text-slider .profile-name>div>h6 {
    font-size: 12pt;
    margin: 0;
}

#tes-text-slider .profile-name>div>p {
    font-size: 9pt;
    margin: 0;
}

#tes-text-slider .like-comment {
    font-family: 'Roboto';
    font-size: 0.6rem;
    color: #333;
    height: 17%;
    display: flex;
    align-items: center;
    width: 83%;
    margin: 0 auto;
}

#tes-text-slider .like:before {
    background: url("../../img/telesa/icon/icon-like.png") center center / contain no-repeat;
    content: " ";
    min-height: 12px;
    min-width: 12px;
    display: inline-block;
    transform: translateY(2px);
}

#tes-text-slider .comment:before {
    background: url("../../img/telesa/icon/icon-comment.png") center center / contain no-repeat;
    content: " ";
    min-height: 12px;
    min-width: 12px;
    display: inline-block;
    transform: translateY(2px);
}

#tes-text-slider .box-comment {
    background: url("../../images/langdingpage/class1vs1/bg-box-comment.png") center center / 100% 100% no-repeat;
    width: 50%;
    height: 62%;
    position: absolute;
    right: 2%;
    bottom: 2%;
    padding: 2%;
    text-align: justify;
    font-size: 10pt;
    font-weight: 450;
    font-family: 'Roboto';
    overflow: hidden;
}

#tes-text-slider .box-comment>p {
    margin: 2% 5% 0 14%;
    display: block;
    width: 83%;
    height: 98%;
    overflow: hidden;
    padding: 2%;
}

#tes-text-slider .review {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 800;
    font-size: calc(1rem + 0.5vw);
    color: white;
    text-align: center;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 3%;
}

#tes-text-slider .review>span {
    color: #d72127;
    display: block;
}

#tes-text-slider .profile-pic {
    height: 65%;
    width: 83%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#tes-text-slider .profile-pic>img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tes-video-slider {
    margin: 1rem auto;
}

#tes-video-slider .slick-track {
    padding: 1rem 0;
}

#tes-video-slider .slider-item {
    position: relative;
    padding: 0 0.2%;
    width: 100%;
}

#tes-video-slider .slider-item .btn-play {
    position: absolute;
    background: #fff url("../../../../../images/landing-page/course/online-11/btn-vplay.png") center center / 45% no-repeat;
    content: "";
    height: 60px;
    width: 60px;
    border-radius: 50px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

#tes-video-slider .slider-item:hover .btn-play {
    background-color: #d22229;
}

#tes-video-slider .slider-item:hover>img {
    opacity: 0.75;
}

#tes-video-slider .slider-item>img {
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
    box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
    -moz-box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
}


/*end testimonials*/

.bg-2-section {
    background: #fff url("../../banner/class1vs1/bg-2section.png") bottom center / cover no-repeat;
}

#teacher-slider .slick-track {
    display: flex !important;
}

#teacher-slider .slick-slide {
    height: auto;
}

#teacher-slider .slider-item {
    margin: 0.5% 0.5%;
    background: url(../../images/langdingpage/class1vs1/Section_8_Khung_gv.png);
    padding: 30px 0.5% 1%;
    border-radius: 14px;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    transition: opacity 0.15s ease-in-out;
}

#teacher-slider .slider-item:hover {
    opacity: 0.75;
}

#teacher-slider .slider-item>img {
    width: 85%;
    height: 169px;
    margin: 0 auto;
    border-radius: 14px;
    object-fit: cover;
}
#teacher-slider .slider-item .mini_logo{
    width: 56px;
    height: 56px;
    border-radius: unset;
    margin-bottom: 30px;
}
#teacher-slider .info-block {
    color: #fff;
    font-family: Roboto, serif;
}

#teacher-slider .info-block>h6 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 5% 0;
    font-size: 13pt;
}

#teacher-slider .info-block>div {
    font-size: 12pt;
}

#teacher-slider .brief>ul {
    padding-left: 0.8em;
}

#teacher-slider .brief li:before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em;
}

#media-slider .slider-item {
    margin: 0.1%;
}

#media-slider .slick-slide img {
    display: block;
    border: 2px solid #ecbc97;
    width: 100%;
    height: 100px;
    border-radius: 14px;
    transition: opacity 0.15s ease-in-out;
}

#media-slider .slider-item:hover img {
    opacity: 0.75;
}

#commitment {
    background: #fff url("../../banner/class1vs1/commitment-bg.png") bottom center / cover no-repeat;
}

#commitment .card {
    background: transparent;
    height: 100%;
    border: none;
    margin: 1rem auto;
}

#commitment .card:first-of-type {
    margin-top: 0;
}

#commitment .card-img-top {
    max-width: 230px;
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

#commitment .card-body {
    max-width: calc(230px + 20%);
    margin: 0 auto;
    padding: 0 1rem;
}

#commitment .card-title {
    padding: 0.25rem;
    background: var(--magenta);
    color: #fff;
    text-align: center;
    transform: skew(-25deg);
    font: bold 14pt Roboto, Serif;
}

#commitment .card-title>span {
    transform: skew(25deg);
    display: block;
}

#commitment .card-text {
    font: 450 12pt Roboto, Serif;
    text-align: justify;
}

#commitment .card-text>p {
    margin-bottom: 0;
}

#commitment .btn-more {
    border-radius: 24px;
    border: 2px solid var(--magenta);
    font: 450 12pt Roboto;
    color: var(--magenta);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    box-shadow: none;
    margin-top: 1rem;
}

#commitment .btn-more:hover {
    color: #fff;
    background: var(--magenta);
}

section.box-form .counter-panel,
section.box-form .enroll-panel {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

section.box-form .counter-panel {
    padding-right: 0;
    background: transparent url("../../../../../images/landing-page/course/online-11/bg-counter-panel.png") bottom center / cover no-repeat;
    border-radius: 34px 0px 0px 34px;
    -webkit-border-radius: 34px 0px 0px 34px;
    -moz-border-radius: 34px 0px 0px 34px;
}

section.box-form .enroll-panel {
    padding-left: 0;
    border-radius: 0px 34px 34px 0px;
    -webkit-border-radius: 0px 34px 34px 0px;
    -moz-border-radius: 0px 34px 34px 0px;
    background: #ffabab;
}

#join-course .video-box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

#join-course .wrap-video {
    position: relative;
    height: 352px;
    background: #000;
    box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
    -moz-box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
}

#join-course .btn-play {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #fff url("../../../../../images/landing-page/course/online-11/btn-vplay.png") center center / 40% no-repeat;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

#join-course .wrap-video:hover .btn-play {
    background-color: var(--magenta);
}

#join-course .slider-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#join-course-slider.slider {
    width: 100%;
    margin: 0 auto;
}

#join-course-slider .slick-track {
    display: flex !important;
    padding: 1rem 0;
}

#join-course-slider .slick-slide {
    height: auto;
}

#join-course-slider .slick-active {
    z-index: 3;
}

#join-course-slider .slick-center {
    z-index: 9;
}

#join-course-slider .slick-center>img {
    height: 100%;
}

#join-course-slider .slick-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
    -moz-box-shadow: 4px 4px 8px 0px rgba(69, 66, 66, 0.75);
}

#join-course-slider .slick-slide {
    transition: all ease-in-out .3s;
    transform: translate3d(45%, 0, 0) scale(0.8);
    height: 350px;
}

#join-course-slider .slick-current {
    transform: scale(1);
    opacity: 1;
}

#join-course-slider .slick-current~.slick-slide {
    transform: translate3d(-45%, 0, 0) scale(0.8);
}

.box-form {
    background: transparent url("../../../../../images/landing-page/course/online-11/bg-dky.png") bottom center / cover no-repeat;
    padding: 40px 0;
}

.box-form .enrollment-form {
    background: none;
}

.box-form .enrollment-form .box-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font: bold calc(1.325rem + 0.9vw) Roboto, Serif;
}

.enrollment-form .box-title,
.enrollment-form .box-msg {
    color: var(--magenta);
}

.box-form .enrollment-form ul li {
    padding-left: 80px;
    line-height: 40px;
    position: relative;
    text-align: left;
}

.box-form .enrollment-form ul li span {
    padding: 5px;
    background: #ffee00;
    color: #071f4e;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    left: 33px;
    top: 9px;
    line-height: 16px;
}

.box-form .enrollment-form ul {
    margin: 20px 0;
}

.box-form .enrollment-form input {
    color: initial;
}

.box-form .enrollment-form input,
.box-form .enrollment-form select {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    border: 1px solid #333;
}

.box-form .enrollment-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}

.box-form .enrollment-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.box-form .enrollment-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

.box-form .enrollment-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

.box-form .enrollment-form .btn-register a {
    margin: 25px 0 0;
    width: 100%;
    line-height: 35px;
    border-radius: 5px;
    background: #b71c1c;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    padding: 15px 0;
    display: inline-block;
    color: #FFF;
}

.counters {
    flex: auto;
    -js-display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    display: block;
}

.cd-box {
    flex: auto;
    text-align: center;
    color: #FFFFFF;
}

.cd-box p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.cd-box p:nth-child(2) {
    height: 70px;
    width: 70px;
    display: block;
    font-size: 50px;
    background: #fff;
    border-radius: 10px;
    font-weight: bold;
    margin: 10px auto;
    line-height: 70px;
    border: 2px solid var(--magenta);
    color: var(--magenta);
}

.btn-main {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: none;
    border: none;
    border-radius: 10px;
    font: bold calc(1.325rem + .9vw) Roboto, Serif;
    text-transform: uppercase;
    color: var(--magenta);
}

.box-form .feature {
    padding: 0 8%;
}

.box-form .feature li {
    color: #000;
    font: 400 16pt Roboto, Serif;
    line-height: 22pt;
    margin-bottom: 0.5rem;
    list-style-image: url("../../../../../images/landing-page/course/online-11/list-circle.png");
    text-align: justify;
}


/* X-Large devices (large desktops, less than 1400px)*/

@media only screen and (max-width: 1399.98px) {
    .slider-wrapper {
        max-width: calc(1140px + 10%);
    }
    #problem .screen>div {
        height: 41.9%;
        width: 92.5%;
        transform: translate(-0.8%, -19%);
    }
    #problem .screen>img {
        width: 504px;
        height: 287px;
        top: 21.5%;
        left: 3%;
    }
    #tes-text-slider .profile-name>div>p {
        font-size: 8pt;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: 10pt;
    }
    #tes-text-slider .box-comment {
        font-size: 9.5pt;
    }
}


/* Large devices (desktops, less than 1200px)*/

@media only screen and (max-width: 1199.98px) {
    .slider-wrapper {
        max-width: calc(960px + 10%);
    }
    #problem .screen>div {
        height: 31.99%;
    }
    #problem .screen>img {
        width: 422px;
        height: 240px;
        top: 28%;
        left: 2.8%;
    }
    #tes-text-slider .slider-item {
        height: 320px;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: 8pt;
    }
    #tes-text-slider .profile-name>div>p {
        font-size: 6pt;
    }
    #tes-text-slider .box-comment {
        font-size: 8pt;
    }
    #tes-text-slider .like-comment {
        font-size: 6pt;
    }
}


/* Medium devices (tablets, less than 992px)*/

@media only screen and (max-width: 991.98px) {
    .slider-wrapper {
        max-width: calc(720px + 10%);
    }
    #problem .screen>div {
        height: 260px;
        width: 65.9%;
        transform: translate(-0.6%, -19%);
    }
    #problem .screen>img {
        width: 459px;
        height: 261px;
        top: 6.5%;
        left: 16.5%;
    }
    #accordion-solution .accordion-button h3 {
        height: 90px;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: calc(0.45rem + 0.5vw);
    }
    #tes-text-slider .profile-name>div>p {
        font-size: calc(0.3rem + 0.5vw);
    }
    #tes-text-slider .box-comment {
        font-size: calc(0.45rem + 0.55vw);
    }
    #commitment .card-title {
        font-size: 11pt;
    }
    #commitment .card-text,
    #commitment .btn-more {
        font-size: 10pt;
    }
    section.box-form .counter-panel,
    section.box-form .enroll-panel {
        border-radius: 34px 34px 34px 34px;
        -webkit-border-radius: 34px 34px 34px 34px;
        -moz-border-radius: 34px 34px 34px 34px;
    }
    section.box-form .counter-panel {
        margin-bottom: 2rem;
    }
}


/* Small devices (landscape phones, less than 768px)*/

@media only screen and (max-width: 767.98px) {
    .slider-wrapper {
        max-width: calc(540px + 10%);
    }
    #problem .screen>div {
        height: 261px;
        width: 89.9%;
    }
    #problem .screen>img {
        width: 459px;
        height: 261px;
        top: 6.5%;
        left: 4.7%;
    }
    /*solution*/
    #accordion-solution {
        width: 100%;
        position: static;
    }
    #accordion-solution .accordion-button h3 {
        font-size: 1.5rem;
        height: 70px;
    }
    #accordion-solution .accordion-collapse {
        width: 100%;
        position: static;
        /*height: auto;*/
        margin: 0.25rem auto;
        font-size: 1.2rem;
        background: #fff !important;
    }
    #accordion-solution .accordion-button::after {
        visibility: hidden;
    }
    /*end solution*/
    /*learning path*/
    #headingOne,
    #headingTwo,
    #headingThree,
    #headingFour,
    #headingFive {
        width: 100%;
    }
    /*end learning path*/
    #tes-text-slider .slider-item {
        height: 280px;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: 8pt;
    }
    #tes-text-slider .profile-name>div>p {
        font-size: 5pt;
    }
    #tes-text-slider .box-comment {
        font-size: 7pt;
    }
    #accordion-material {
        display: block;
    }
    #accordion-material .accordion-collapse {
        position: static;
    }
    #accordion-material .accordion-header {
        margin-bottom: 2rem;
    }
    .box-subscribe {
        margin-top: auto;
    }
}


/* X-Small devices (portrait phones, less than 576px)*/

@media only screen and (max-width: 575.98px) {
    .slider-wrapper {
        max-width: 100%;
        padding: 0;
    }
    .slider .slick-prev {
        left: 0;
    }
    .slider .slick-next {
        right: 0;
    }
    #problem .screen>div {
        /*height: 57.99%;*/
        width: 92.9%;
    }
    #problem .screen>img {
        width: 422px;
        height: 242px;
        top: 9.5%;
        left: 2.8%;
    }
    #learning-path .accordion-item {
        margin: 0.5rem 0;
    }
    #tes-text-slider .slider-item {
        height: 480px;
        margin: 0;
    }
    #tes-text-slider .review {
        font-size: 18pt;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: 12pt;
    }
    #tes-text-slider .profile-name>div>p {
        font-size: 10pt;
    }
    #tes-text-slider .box-comment {
        font-size: 12pt;
    }
    #tes-text-slider .like-comment {
        font-size: 10pt;
    }
    #commitment .card-title {
        font-size: 14pt;
    }
    #commitment .card-text,
    #commitment .btn-more {
        font-size: 12pt;
    }
    #join-course .wrap-video {
        margin-top: 1.5rem;
    }
    .box-form {
        padding: 0;
    }
    section.box-form .counter-panel,
    section.box-form .enroll-panel {
        border-radius: 0;
    }
    section.box-form .counter-panel {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575.98px) and (min-width: 570.98px) {
    #problem .screen>div {
        height: 62.99%;
        width: 83.9%;
    }
}

@media only screen and (max-width: 570px) and (min-width: 560.98px) {
    #problem .screen>div {
        height: 251px;
        width: 84.9%;
    }
}

@media only screen and (max-width: 560px) and (min-width: 550.98px) {
    #problem .screen>div {
        height: 259px;
        width: 85.9%;
    }
}


/*@media only screen and (max-width: 550px) and (min-width: 540.98px ) {*/

@media only screen and (max-width: 550px) {
    #accordion-solution .accordion-button h3 {
        height: 80px;
    }
    #problem .screen>div {
        height: 260px;
        width: 87.9%;
    }
    #accordion-solution .accordion-body {
        height: auto!important
    }
}

@media only screen and (max-width: 530px) {
    #problem .screen>div {
        height: 264px;
        width: 92.9%;
    }
}

@media only screen and (max-width: 520px) {
    #accordion-solution .accordion-button h3 {
        height: 100px;
    }
    #problem .screen>div {
        height: 243px;
        width: 92.9%;
    }
}

@media only screen and (max-width: 497.98px) {
    /*learning path*/
    #learning-path .accordion-button {
        transform: translateX(-20px);
        height: 65px;
    }
    #learning-path .accordion-icon {
        width: 125px;
        height: 125px;
        padding: 1rem;
        flex-basis: 125px;
    }
    #learning-path .accordion-button h3 {
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    /*end learning path*/
}

@media only screen and (max-width: 479.98px) {
    #problem .screen>div {
        height: 235px;
        width: 91.9%;
    }
    /*learning path*/
    #learning-path .accordion-button h3 {
        font-size: 1.25rem;
        min-height: auto;
    }
    #learning-path .accordion-icon {
        width: 90px;
        height: 90px;
        padding: 0.5rem;
        flex-basis: 90px;
        font-size: 1.25rem;
    }
    /*end learning path*/
    #tes-text-slider .slider-item {
        height: 399px;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: 11pt;
    }
    #tes-text-slider .profile-name>div>p {
        font-size: 8pt;
    }
    #tes-text-slider .like-comment {
        font-size: 8pt;
    }
    #tes-text-slider .box-comment {
        font-size: 10pt;
    }
}

@media only screen and (max-width: 454px) {
    #problem .screen>div {
        height: 222px;
    }
}

@media only screen and (max-width: 450px) {
    #problem .screen>div {
        height: 219px;
        width: 91.9%;
    }
    #learning-path .accordion-button h3 {
        font-size: 1.25rem;
        min-height: 48px;
    }
    #learning-path .accordion-icon {
        width: 100px;
        height: 100px;
        padding: 0.5rem;
        flex-basis: 100px;
        font-size: 1.25rem;
    }
    .header{
        background-size: 70%;
    }
    .btn-subscribe{
        padding: 15px 30px
    }
    .lmc_footer-form {
        width: 90%;
        display: unset;
        height: 90%;
    }
    .lmc_footer {
        height: 830px;
    }
    .lmc_footer-form-left {
        width: 100%;
        height: 40%;
    }
    .lmc_footer-form-right {
        width: 100%;
        height: 60%;
    }
    .lmc_footer-form-right-title {
        padding: 40px 0;
        font-size: 24px !important;
    }
    .lmc_footer-form-right-header {
        height: unset !important;
    }
    .lmc_footer-form-right-content input {
        height: 40px !important;
        border: 1px solid rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 425px) {
    #tes-text-slider .profile-name>div>p {
        font-size: 7pt;
    }
    #tes-text-slider .box-comment {
        font-size: 9.5pt;
    }
    #problem .screen>div {
        height: 207px;
        width: 92.9%;
    }
}

@media only screen and (max-width: 420px) {
    #problem .screen>div {
        height: 200px;
        width: 92.9%;
    }
}

@media only screen and (max-width: 410px) {
    #problem .screen>div {
        height: 195px;
        width: 92.9%;
    }
}

@media only screen and (max-width: 390px) {
    #problem .screen>div {
        height: 191px;
    }
    #tes-text-slider .slider-item {
        height: 377px;
    }
    #tes-text-slider .review {
        font-size: 16pt;
    }
    #tes-text-slider .box-comment {
        font-size: 8.5pt;
    }
}

@media only screen and (max-width: 380px) {
    #problem .screen>div {
        height: 185px;
    }
}

@media only screen and (max-width: 370px) {
    #problem .screen>div {
        height: 181px;
    }
}

@media only screen and (max-width: 350px) {
    #accordion-solution .accordion-button h3 {
        height: 125px;
    }
    #problem .screen>div {
        height: 168px;
        width: 92.9%;
    }
    #tes-text-slider .slider-item {
        height: 311px;
    }
    #tes-text-slider .review {
        font-size: 16pt;
    }
    #tes-text-slider .profile-name>div>h6 {
        font-size: 10pt;
    }
    #tes-text-slider .profile-name>div>p {
        font-size: 6pt;
    }
    #tes-text-slider .box-comment {
        font-size: 8pt;
    }
    #tes-text-slider .like-comment {
        font-size: 6pt;
    }
}

@media only screen and (max-width: 330px) {
    #problem .screen>div {
        height: 154px;
        width: 91.9%;
    }
}

@media only screen and (max-width: 320px) {
    #problem .screen>div {
        height: 145px;
        width: 91.9%;
    }
}

.pricing .cta p {
    font-family: "Open Sans";
    padding: 20px 40px;
    font-size: 20px;
    width: 500px;
    color: #900000;
    font-weight: bold;
    max-width: 100%;
}

.section.info {
    font-family: "Open Sans";
    line-height: 30px;
    padding: 40px 0;
}

.section.info a span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    color: #900000;
}

.section.info p {
    font-size: 16px;
    color: #900000;
    text-align: center;
}

.section.info .heading {
    text-transform: uppercase;
    color: #900000;
    font-family: "Open Sans";
}

.section.info a i {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 60px;
    text-align: center;
    color: #900000;
    margin: 10px 0;
}

.section.info.steps .col-md-3 {
    padding: 0 40px;
}

.section.info.steps p {
    font-weight: bold;
    margin-bottom: 25px;
}

.section.team {
    background: #990404;
    color: white;
    padding: 40px 0;
}

.section.team .heading {
    font-family: "Open Sans";
    color: white;
    text-transform: uppercase;
    text-shadow: rgb(0, 0, 0) 0px 0px 3px;
}

.section.team .row-item {
    text-align: center;
}

.section.team .row-item .row-heading {
    font-weight: bold;
    color: white;
    display: block;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 22px;
}

.section.team .row-item img {
    padding: 20px 70px;
}

.section.team .row-item .row-subheading {
    color: white;
    text-align: center;
}

.line {
    width: 320px;
    height: 1px;
    border: 1px solid grey;
    margin: 0 auto;
}

.counter-bg {
    padding: 20px;
    text-align: center;
}

.section.testimonials {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section.testimonials i {
    font-size: 40px;
    color: #f7a400;
}

.section.testimonials img {
    margin-bottom: 15px;
}

.section.testimonials p {
    text-align: justify;
    margin-top: 15px;
}

.section.testimonials .row-item {
    padding: 10px 40px;
}

.section.testimonials span:nth-child(1),
.section.testimonials span:nth-child(2) {
    font-weight: bold;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
}

.section.testimonials span:nth-child(2) {
    font-size: 17px;
    text-transform: initial;
    font-weight: initial;
}

.section.testimonials i.fa-star {
    font-size: 19px;
}

.section.video {
    background: #990404;
    color: white;
    padding: 40px 0;
}

.section.video .heading {
    text-shadow: rgb(0, 0, 0) 0px 0px 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.section.video .subheading {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.section.video .testimonial-text {
    width: 500px;
    font-style: italic;
    margin: 10px auto 10px;
    max-width: 100%;
}

.section.video .testimonial-cite {
    font-style: italic;
    font-weight: bold;
}

.section.video .box-primary {
    margin-top: 20px;
}

.caller-bg {
    background: #f7a400;
    padding: 13px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.caller-bg a {
    color: white;
}

.page-wrapper {
    position: relative;
}

.icon-bg {
    position: absolute;
    top: 0;
    right: 2px;
}

.icon-bg .icon-box {
    display: none;
}

@media screen and (min-width: 992px) {
    .features:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 50%;
        bottom: 0;
        z-index: 0;
        background-color: #dcaeae;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .counters {
        padding: 0;
    }
    .counter-item span:nth-child(2) {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 70px;
        margin: 0 9px;
        padding: 0;
    }
    .counter-item span:nth-child(1) {
        font-size: 16px;
        text-align: center;
    }
    .box-form .enrollment-form h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .box-form .enrollment-form ul li {
        padding-left: 40px;
    }
    .box-form .enrollment-form ul li span {
        left: 6px;
    }
    .box-form .enrollment-form .input input {
        height: 40px;
    }
    .box-form .enrollment-form .input {
        padding: 0;
    }
    .box-form .enrollment-form button {
        padding: 10px;
    }
    .btn-main {
        font-size: 30px;
    }
    .heading {
        font-size: 30px;
    }
    .section.info a span {
        font-size: 16px;
    }
    .section.info p {
        font-size: 14px;
    }
    .section.testimonials .row-item {
        padding: 0 20px;
    }
    .testimonials .row-items {
        margin: 0 20px !important;
    }
    .pricing .table tr td:nth-child(2) {
        padding: 15px;
    }
    .pricing .table tbody tr td,
    .pricing .table tbody tr th {
        line-height: 25px;
    }
    .features .col-sm-6:nth-child(2) {
        padding: 10px !important;
    }
    .features .headline-primary {
        font-size: 27px;
    }
    .features .media-text {
        padding: 0 10px;
    }
    .why-us .media-text {
        padding: 50px 40px 10px;
    }
}

@media screen and (min-width: 768px) {
    .why-us .item-problem .item-problem-text {
        padding: 15px 40px;
    }
}

@media screen and (max-width: 767px) {
    .features .features-img {
        padding-top: 15px;
        position: relative;
        text-align: center;
    }
    .features .features-img img {
        position: relative;
        z-index: 1;
    }
    .features .features-img:before {
        content: '';
        position: absolute;
        z-index: 0;
        left: -10px;
        right: -10px;
        top: 0;
        bottom: 0;
        background-color: #dcaeae;
    }
    .pricing .table tr.bg-navy-blue td {
        font-size: 18px;
        vertical-align: middle;
    }
    .pricing .table tr td:nth-child(1) {
        padding: 10px 1px;
    }
}

.slider-layers {
    position: absolute;
    top: 430px;
    left: 230px;
}

.slider-layers li span {
    position: absolute;
    left: -27px;
    top: 5px;
}

.slider-layers li i {
    color: #f7a400;
}

.slider-layers li {
    font-weight: bold;
    color: white;
    position: relative;
    font-size: 22px;
    margin: 20px 0;
}

.slider-layers .box-primary {
    margin-top: 20px;
}


/* TrungLD */


/* Defined */

@-webkit-keyframes mySticky {
    from {
        margin-top: -150px
    }
    to {
        magrin-top: 0
    }
}

@-moz-keyframes mySticky {
    from {
        margin-top: -150px
    }
    to {
        magrin-top: 0
    }
}

@keyframes mySticky {
    from {
        margin-top: -150px
    }
    to {
        magrin-top: 0
    }
}

.popup_video {
    background: url("../images/loader.gif") no-repeat center 40% rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.popup_video .popup_content {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    position: relative;
}

.popup_video .popup_close {
    position: absolute;
    top: -18px;
    right: -13px;
    font-size: 30px;
    color: #FF0000;
    line-height: 100%;
}

iframe[name="google_conversion_frame"] {
    height: 0;
}

.cta-main {
    position: relative;
    padding-left: 120px;
    padding-top: 10px;
    display: inline-block;
}

.cta-main .cta-svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 48px;
    height: 48px;
}

.cta-main.cta-center {
    padding-left: 0;
    margin-top: 30px;
}

.cta-main.cta-center .cta-svg {
    left: -120px;
}

.cta-main sgv {
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 1);
}

.cta-main.svg-main svg {
    fill: rgba(144, 0, 0, 1.0);
}

.cta-btn {
    position: relative;
    width: 180px;
    max-width: 100%;
    background-color: #E30613;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding: 0 10px 10px 15px;
}

.cta-btn:after {
    content: '';
    position: absolute;
    right: -5px;
    top: -5px;
    left: 5px;
    bottom: 5px;
    border: rgb(127, 125, 125) 2px solid;
}

.cta-btn.cta-white:after {
    border-color: #fff;
}

.banner-main {
    position: relative;
}

.banner-main .cta-main {
    position: absolute;
    left: 15%;
    bottom: 5%;
}


/*RESPONSIVE*/

@media ( min-width: 1200px) {
    .popup_video .popup_content {
        width: 60%;
    }
}

@media ( max-width: 1200px) {
    .popup_video .popup_content {
        width: 50%;
    }
}

@media screen and(min-width: 992px) {
    .section.team .row-item {
        padding: 20px;
    }
}

@media all and (min-width: 993px) and (max-width: 1200px) {}

@media ( max-width: 1000px) {
    .menu_mobile_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99998;
    }
    .popup_video .popup_content {
        width: calc(100% - 40px);
        top: 10%;
    }
}

@media ( max-width: 767px) {
    .heading {
        font-size: 22px;
    }
    .popup_video .popup_content {
        width: calc(100% - 30px);
        top: 20%;
    }
    .section.video iframe {
        height: 250px !important;
    }
    .box-form .feature,
    .box-form .enrollment-form ul {
        font-size: 16px;
        padding: 0;
        width: 90%;
        margin: 0 auto 1rem auto;
    }
    .counters {
        padding: 0;
    }
    .box-form .enrollment-form ul li {
        padding-left: 40px;
    }
    .box-form .enrollment-form ul li span {
        left: 0;
    }
    .box-form .enrollment-form .input {
        padding: 15px 0;
    }
    .banner-main .cta-main {
        position: static;
        padding: 15px 0 0;
    }
    .box-partner .list-partner .item-partner img {
        max-width: 100%;
        max-height: unset;
    }
}

@media ( max-width: 480px) {}

@media ( max-width: 360px) {}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

style>body.pkcp-popup-open {
    overflow: hidden;
}

.button-plugin {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-plugin:hover {
    border-radius: 80px;
    cursor: pointer;
    background: rgba(29, 41, 57, 0.16);
}

.pkcp * {
    font-size: 16px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    line-height: 24px;
}

.pkcp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.pkcp .select-container {
    position: relative;
    cursor: pointer;
}

.pkcp .select-container .pkcp-base-input {
    cursor: pointer;
}

.pkcp .select-container .select-icon {
    position: absolute;
    top: 13px;
    right: 8px;
}

.pkcp .attachment-error {
    border: 1px solid #ff3d00;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2px;
}

.pkcp .from-replied-to {
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.pkcp .from-replied-to span {
    font-size: 12px;
    line-height: 20px;
}

.pkcp .from-replied-to .text-from {
    font-weight: 500;
}

.pkcp .content-replied-message {
    cursor: pointer;
    padding: 6px 8px;
    padding-left: 16px;
    line-height: 22px;
    font-weight: 100;
    margin-bottom: 8px;
    background: rgba(16, 24, 40, 0.2);
    border-radius: 6px;
    position: relative;
}

.pkcp .content-replied-message::before {
    content: "";
    width: 2px;
    height: calc(100% - 12px);
    border-radius: 4px;
    background: #4096ff;
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
}

.pkcp .content-replied-message span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    line-height: 22px;
}

.pkcp .content-replied-message .default-reply-attachment {
    height: 22px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

.pkcp .content-replied-message .default-reply-attachment span {
    margin-left: 4px;
    line-height: 22px;
}

.pkcp .reply-message-container {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.pkcp .reply-message-container .reply-message-image .reply-message>div {
    max-width: 200px;
}

.pkcp .reply-message-container .reply-message>div {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pkcp .reply-message-container .close-reply-message {
    cursor: pointer;
    margin-left: 4px;
    padding: 2px;
}

.pkcp .reply-message-container .reply-message-wrapper {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    overflow: hidden;
    margin: 5px 0 0 5px;
    flex: 1;
    max-height: 60px;
    overflow-y: auto;
    border-left: 4px solid;
}

.pkcp .current-reply-message .pkcp-popup-conversation-item {
    outline: 2px solid #667085;
    outline-offset: -2px;
    border: 3px solid #fff !important;
}

.pkcp .text-error {
    color: #ff3d00;
    font-size: 12px;
    line-height: 16px;
}

.pkcp .list-emoji {
    display: flex;
    flex-wrap: wrap;
    width: 266px;
}

.pkcp .list-emoji .emoji-item {
    font-size: 24px;
    padding: 6px;
    cursor: pointer;
}

.pkcp .list-emoji .emoji-item:hover {
    background-color: #eaecf0;
    border-radius: 20px;
}

.pkcp-loading-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkcp-loader {
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    border-bottom-color: #ff3d00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pkcp-custom-popover {
    animation: transform 0.5s normal;
    transition: all 0.5s;
    font-family: sans-serif !important;
    background: #fff;
    position: absolute;
    right: 0px;
    width: 266px;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    margin-bottom: 4px;
}

.pkcp-custom-popover::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fff;
    bottom: -8px;
    right: 94px;
    position: absolute;
}

.pkcp .action-button {
    width: 32px;
    height: 32px;
    padding: 4px;
    cursor: pointer;
    border-radius: 8px;
}

.pkcp .action-button:hover {
    background-color: #dde1e7;
}

.pkcp input::-webkit-outer-spin-button,
.pkcp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pkcp input[type="number"] {
    -moz-appearance: textfield;
}

.pkcp-base-input {
    padding: 10px 8px;
    border-radius: 6px;
    background: #f2f4f7;
    border: none;
    color: #1d2939;
    border: 1px solid rgba(0, 0, 0, 0);
}

.pkcp-base-input:hover {
    background: #eaecf0;
}

.pkcp-base-input:focus {
    border: 1px solid #1890ff;
    outline: none;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(99, 153, 242, 0.2), 0px 0px 0px 4px rgba(99, 153, 242, 0.2);
}

.pkcp-base-input::placeholder {
    color: #667085;
}

.pkcp-base-input:read-only:not(select) {
    color: #c7c9d9;
    background: #f9fafb;
    cursor: not-allowed;
    pointer-events: none;
}

.pkcp-button-icon-effect svg {
    animation: scale 1s infinite;
    animation-direction: alternate;
}

.pkcp-button-wrapper__unread {
    position: absolute;
    top: -2px;
    min-width: 20px;
    height: 20px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    padding: 0 4px;
    border-radius: 100px;
    border: 1px solid var(--neutral-1-white, #fff);
    background: var(--dust-red-5, #ff4d4f);
}

.pkcp-button-wrapper-welcome {
    position: relative;
}

.pkcp-button-wrapper-welcome__message {
    animation: transform 0.5s normal;
    transition: all 2s;
    font-family: sans-serif !important;
    background: #fff;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 260px;
    margin-bottom: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
}

.pkcp-button-wrapper-welcome__message-content {
    word-wrap: break-word;
    width: 100%;
    padding: 12px;
    padding-right: 44px;
    font-size: 14px;
    color: #1d2939;
}

.pkcp-button-wrapper-welcome__close {
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    padding: 3px;
}

.pkcp-button-wrapper-welcome__close:hover {
    background-color: #dde1e7;
}

.pkcp-button-wrapper-welcome__close svg {
    fill: #344054;
}

.pkcp-button-wrapper-welcome__arrow {
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fff;
    bottom: -8px;
    right: 20px;
    position: absolute;
}

.pkcp .pkcp-button-wrapper-welcome__close:hover svg {
    fill: #2c93c0;
}

.pkcp-button:hover .pkcp-button-title {
    display: block !important;
}

.pkcp-button-rectangle-horizontal {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
}

.pkcp-button-rectangle-horizontal-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    height: 100%;
}

.pkcp-button-rectangle-horizontal-title .text-title {
    transform: rotate(90deg);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 40px;
    white-space: nowrap;
}

.pkcp-button-rectangle-horizontal-title .title-not-have-icon {
    top: 8px;
}

.pkcp-button-rectangle-horizontal .btn-icon {
    margin-top: 8px;
}

.pkcp-button-effect {
    transition: height 0.4s;
    transition-timing-function: linear;
}

.pkcp-button-effect .text-title {
    text-align: right;
    opacity: 0;
    top: 0;
    transition-property: opacity, top;
    transition-duration: 1s, 1s;
}

.pkcp-button-effect:hover .text-title {
    opacity: 1;
    top: 40px;
}

.pkcp-button-rectangle {
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pkcp-button-rectangle-title {
    color: #fff;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.pkcp-button-rectangle-title div {
    font-size: 14px;
}

.pkcp-button-circle {
    transition: all 2s;
    cursor: pointer;
}

.pkcp-button-circle-title {
    background-color: #fff;
    color: #3d3d3d;
    position: absolute;
    z-index: 2000;
    padding: 16px;
    width: 200px;
    display: none;
    animation: fadeIn 0.3s normal;
    transition: all 2s;
}

.pkcp-button-circle-title .triangle-down {
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
    transform: rotate(180deg);
    bottom: -20px;
}

.pkcp-button-circle-title .triangle-down:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    top: 15px;
    left: 5px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.pkcp-popup {
    height: auto;
    z-index: 2147483645;
    width: 376px;
    height: 674px;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.3s normal;
    display: flex;
    flex-direction: column;
}

.pkcp-popup-setup-header {
    border-radius: 0px 0px 20px 20px;
    background: #1677ff;
    padding: 20px 24px;
    padding-bottom: 52px;
}

.pkcp-popup-setup-header-logo {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkcp-popup-setup-header-logo img {
    border-radius: 100%;
}

.pkcp-popup-setup-header-title {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pkcp-popup-setup-header-title .page-name {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.pkcp-popup-setup-header-title .page-description {
    font-size: 16px;
    line-height: 24px;
}

.pkcp-popup-error {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 360px;
}

.pkcp-popup-error-text {
    color: #98a2b3;
    font-size: 14px;
    line-height: 22px;
    margin-top: 32px;
}

.pkcp-popup-error-button {
    color: #105ce2;
    cursor: pointer;
    text-decoration: none;
    padding: 0 8px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}

.pkcp-popup-error-button:hover {
    border-radius: 6px;
    background: #eaecf0;
}

.pkcp-popup-dropzone-indicator {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #fff;
    opacity: 0.9;
    border: 2px dashed #40a9ff;
    border-radius: 12px;
    display: none;
}

.pkcp-popup-dropzone-indicator-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pkcp-popup-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pkcp-popup-footer-title {
    color: #667085;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
}

.pkcp-popup-footer .strong-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-decoration: none;
    color: #667085;
}

.pkcp-popup-footer .strong-text:hover {
    cursor: pointer;
    color: #1677ff;
}

.pkcp-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 0.5px solid #dde1e7;
    background: #fff;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}

.pkcp-popup-header-devide {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pkcp-popup-header-logo {
    float: left;
    width: 80%;
    height: 48px;
    display: flex;
    align-items: center;
}

.pkcp-popup-header-logo img {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.pkcp-popup-header-logo-container {
    margin-left: 10px;
    color: #344054;
}

.pkcp-popup-header-logo-description {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pkcp-popup-header-logo-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pkcp-popup-header-action {
    float: right;
    display: flex;
    align-items: center;
    width: 50%;
    flex-flow: row-reverse;
}

.pkcp-popup-header-action-dropdown {
    position: absolute;
    bottom: -80px;
    right: -30px;
    border-radius: 6px;
    background: var(--conditional-pop-over, #fff);
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    padding: 4px;
    z-index: 999;
}

.pkcp-popup-header-action-dropdown .triangle-up {
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
    top: -20px;
    right: 36px;
}

.pkcp-popup-header-action-dropdown .triangle-up:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    top: 15px;
    left: 5px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.pkcp-popup-header-action-dropdown-item:hover {
    border-radius: 4px;
    background: var(--blue-hover, #e3f2fd);
}

.pkcp-popup-header-action-dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 12px;
}

.pkcp-popup-header-action-dropdown-item div:first-child {
    margin-right: 10px;
}

.pkcp-popup-header-action-button {
    width: 32px;
    height: 32px;
    background-color: #f3f3f3;
    border-radius: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.pkcp-popup-header-action-button:hover {
    background-color: #ccc;
}

.pkcp-popup-setup-container {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    margin: 0 24px;
    margin-top: -28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pkcp-popup-setup {
    flex: 1 1 0;
    min-height: 0;
    margin: 0;
    padding: 12px 0;
}

.pkcp-popup-setup .scroll-area {
    overflow: auto;
    padding: 0px 20px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.pkcp-popup-setup-footer {
    padding: 8px 24px 16px 24px;
    margin-top: auto;
}

.pkcp-popup-setup-list-input {
    max-height: 400px;
    padding: 20px 16px 0px;
    overflow-y: auto;
}

.pkcp-popup-setup-old {
    padding: 12px 16px;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.pkcp-popup-setup-old-items {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.pkcp-popup-setup-old-item {
    display: flex;
    padding: 5px;
}

.pkcp-popup-setup-old-item div:first-child {
    margin-right: 10px;
}

.pkcp-popup-setup-old-action {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 10px;
}

.pkcp-popup-setup-old-action div {
    padding: 5px;
    cursor: pointer;
}

.pkcp-popup-setup-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pkcp-popup-setup-info-title {
    color: #667085;
    font-weight: 400;
}

.pkcp-popup-setup-info-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pkcp-popup-setup-info-field:has(input:read-only) {
    cursor: not-allowed;
}

.pkcp-popup-setup-info-field input,
.pkcp-popup-setup-info-field select,
.pkcp-popup-setup-info-field textarea {
    height: 42px;
    width: 100%;
}

.pkcp-popup-setup-info-field-label {
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

.pkcp-popup-setup .setup-message-area {
    height: 100%;
    resize: vertical;
    width: 100%;
    min-height: 54px;
}

.pkcp-popup-setup-message-title {
    color: #3d3d3d;
    font-weight: 700;
}

.pkcp-popup-setup-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    background: #1677ff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px !important;
    height: 44px;
}

.pkcp-popup-setup-submit:hover {
    background-color: #4096ff;
}

.pkcp-popup-setup-continue {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background-color: #0973b0;
    margin-top: 7px;
}

.pkcp-popup-message-wrapper {
    display: flex;
}

.pkcp-popup-conversation {
    flex: 1;
    margin: 0px;
    flex: 1 1 0;
    min-height: 0;
}

.pkcp-popup-conversation .message-from-page .content-replied-message span {
    text-align: left;
}

.pkcp-popup-conversation .message-from-page .pkcp-popup-conversation-item-message {
    text-align: left;
}

.pkcp-popup-conversation-item {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    word-break: break-word;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    max-width: 90%;
    clear: both;
    border-radius: 12px;
    margin: 0 16px;
    margin-bottom: 4px;
}

.pkcp-popup-conversation-item-attachment:has( .pkcp-popup-conversation-item-file) {
    width: 80%;
}

.pkcp-popup-conversation-item-container {
    display: flex;
}

.pkcp-popup-conversation-item-container .pkcp-popup-conversation-item-action {
    display: none;
}

.pkcp-popup-conversation-item-container:hover .pkcp-popup-conversation-item-action {
    display: block;
}

.pkcp-popup-conversation-item-action {
    position: absolute;
    bottom: 10px;
}

.pkcp-popup-conversation-item-action .message-btn-action {
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    padding: 2px;
    width: 20px;
    height: 20px;
    color: #667085;
}

.pkcp-popup-conversation-item-action .message-btn-action:hover {
    background: rgba(29, 41, 57, 0.12);
    color: #344054;
}

.pkcp-popup-conversation-item-photo {
    margin-bottom: 8px;
}

.pkcp-popup-conversation-item-photo img {
    width: 128px;
    height: 128px;
    border-radius: 5px;
    object-fit: cover;
    cursor: zoom-in;
}

.pkcp-popup-conversation-item-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffea;
    padding: 10px;
    border-radius: 15px;
    opacity: 0.8;
    line-height: 2 !important;
    text-align: left;
    cursor: pointer;
    margin-bottom: 3px;
}

.pkcp-popup-conversation-item-link-photo {
    width: 100%;
    max-height: 155px;
    border-radius: 5px;
    object-fit: cover;
    cursor: zoom-in;
}

.pkcp-popup-conversation-item-link-title {
    margin-top: 10px;
    font-weight: bold;
}

.pkcp-popup-conversation-item-link-description {
    margin-top: 10px;
    font-weight: bold;
    font-weight: 300;
}

.pkcp-popup-conversation-item-file {
    line-height: 1.5;
    -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 12px;
    display: flex;
    align-items: end;
    margin-bottom: 5px;
}

.pkcp-popup-conversation-item-file .attachment-info {
    cursor: pointer;
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: center;
}

.pkcp-popup-conversation-item-file .attachment-info .attachment-info-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.pkcp-popup-conversation-item-file .attachment-info .attachment-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 4px;
}

.pkcp-popup-conversation-item-file .attachment-info .attachment-size {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #6b7588;
    cursor: default;
}

.pkcp-popup-conversation-item-file .attachment-info .download-icon {
    border: 1px solid var(--gray-100, #f2f4f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    width: 34px;
    height: 34px;
}

.pkcp-popup-conversation-item-video {
    height: 150px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.pkcp-popup-conversation-item-quick-replies {
    padding: 16px 0px;
    display: flex;
    gap: 8px;
    overflow: auto;
    max-width: 100%;
}

.pkcp-popup-conversation-item-quick-replies::-webkit-scrollbar {
    display: none;
}

.pkcp-popup-conversation-item-quick-replies .quick-reply-item {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
    height: 34px;
    padding: 5px 12px;
    border-radius: 16px;
    background: #fff;
    color: #1677ff;
    cursor: pointer;
}

.pkcp-popup-conversation-item-quick-replies .quick-reply-item:first-child {
    margin-left: 16px;
}

.pkcp-popup-conversation-item-quick-replies .quick-reply-item:last-child {
    margin-right: 16px;
}

.pkcp-popup-conversation-list {
    height: 100%;
    overflow-y: auto;
    background: #f2f4f7;
}

.pkcp-popup-conversation-box-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pkcp-popup-conversation-box {
    padding: 8px 16px 16px 16px;
}

.pkcp-popup-conversation-box-list-action {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pkcp-popup-conversation-box-input {
    flex: 1;
    height: 40px;
}

.pkcp-popup-conversation-box-input input {
    width: 100%;
    padding: 9px 12px;
    border-radius: 12px;
    background: #eaecf0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #1d2939;
}

.pkcp-popup-conversation-box-input input:hover {
    background: #dde1e7;
}

.pkcp-popup-conversation-box-input input:focus {
    border: 1px solid #1890ff;
    outline: none;
    background: #fff;
}

.pkcp-popup-conversation-box-input input::placeholder {
    color: #667085;
}

.pkcp-popup-conversation-box-attachment:hover svg {
    fill: #40a9ff;
}

.pkcp-popup-conversation-box-attachment:hover .pkcp-popup-conversation-box-attachment-badge-count {
    display: none;
}

.pkcp-popup-conversation-box-attachment:hover .pkcp-popup-conversation-box-attachment-badge-close {
    display: block;
}

.pkcp-popup-conversation-box-attachment {
    width: 25px;
    cursor: pointer;
    position: relative;
}

.pkcp-popup-conversation-box-attachment-badge {
    position: absolute;
    top: -25%;
    right: -30%;
    width: 16px;
    height: 16px;
    background-color: red;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 50%);
}

.pkcp-popup-conversation-box-attachment-badge-count {
    font-size: 12px;
}

.pkcp-popup-conversation-box-attachment-badge-close {
    position: absolute;
    display: none;
}

.pkcp-popup-conversation-box-attachment-badge-close svg {
    width: 10px;
    height: 10px;
}

.pkcp-popup-conversation-box-attachment-badge-close svg path {
    fill: #fff;
}

.pkcp-popup-conversation-box-send {
    width: 24px;
    cursor: pointer;
}

.pkcp .pkcp-popup-conversation-item-attachment:has( .feedback-customer-attachment-wrapper) {
    align-self: stretch;
}

.pkcp .request-other-feedback {
    padding: 6px 12px;
    border-radius: 12px;
    background: #fff;
    display: inline-block;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    margin-top: 4px;
}

.pkcp .other-feedback-text {
    padding: 6px 12px;
    border-radius: 12px;
    background: #1677ff;
    display: inline-block;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-top: 4px;
}

.pkcp .complete-feedback {
    padding: 4px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    gap: 4px;
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
}

.pkcp .complete-feedback .complete-feedback-text {
    color: #667085;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.pkcp .feedback-customer-attachment-wrapper {
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.pkcp .feedback-customer-attachment-wrapper .list-text-feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pkcp .feedback-customer-attachment-wrapper .list-text-feedback .feedback-text {
    padding: 5px 12px;
    border-radius: 6px;
    background: #f9fafb;
    color: #98a2b3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
}

.pkcp .feedback-customer-attachment-wrapper .list-text-feedback .feedback-text-selected {
    background: #d2ebff;
    color: #105ce2;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-title .title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-title .content {
    color: #667085;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-list-icon {
    display: flex;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-list-icon .feedback-customer-icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-list-icon .feedback-customer-icon .icon {
    cursor: pointer;
}

.pkcp .feedback-customer-attachment-wrapper .feedback-customer-list-icon .feedback-customer-icon .name {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pkcp-toaster {
    position: absolute !important;
    inset: 45% 0 0 !important;
}

.pkcp-toaster .pkcp-feedback-is-complete {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
    color: #fff;
}

.pkcp-toaster .pkcp-feedback-is-complete .pkcp-feedback-is-complete-text {
    font-size: 12px;
    line-height: 16px;
}

@media screen and (max-width: 500px) {
    .pkcp-popup-conversation {
        height: 100% !important;
    }
    .pkcp-popup-header-action-dropdown {
        right: -12px !important;
    }
    .pkcp-popup-header-action-dropdown .triangle-up {
        right: 18px !important;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        bottom: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes transform {
    0% {
        transform: translateY(10%) scale(0.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

style>.virtual-scroll::-webkit-scrollbar {
    display: none;
}

.virtual-scroll-area {
    max-height: 100%;
    height: 100%;
    position: relative;
}

.virtual-scroll-area::-webkit-scrollbar {
    display: none;
}

.virtual-scroll-area .virtual-scroll-bar {
    position: absolute;
    z-index: 100;
    right: 0;
    width: 8px;
    height: 100%;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.virtual-scroll-area .virtual-scroll-bar.left-side {
    left: 0;
    right: auto;
}

.virtual-scroll-area .virtual-scroll-bar:has(.hidden) {
    display: none !important;
}

.virtual-scroll-area .virtual-scroll-bar .virtual-scroll-thumb {
    position: absolute !important;
    z-index: 1000;
    right: 0;
    margin: 0 1px;
    border-radius: 100px;
    min-height: 16px;
    background-color: #c7c7d2;
    display: none;
    width: 6px;
}

.virtual-scroll-area .virtual-scroll-bar .virtual-scroll-thumb.scrolling {
    display: block;
    background-color: #a5a6b8 !important;
}

.virtual-scroll-area .virtual-scroll-bar .virtual-scroll-thumb:hover {
    background-color: #a5a6b8 !important;
}

.virtual-scroll-area .virtual-scroll-bar .virtual-scroll-thumb.hidden {
    display: none !important;
}

.virtual-scroll-area:hover .virtual-scroll-thumb {
    display: block;
}

@keyframes go2264125279 {
    from {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
}

@keyframes go3020080000 {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes go463499852 {
    from {
        transform: scale(0) rotate(90deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(90deg);
        opacity: 1;
    }
}

@keyframes go1268368563 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes go1310225428 {
    from {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
}

@keyframes go651618207 {
    0% {
        height: 0;
        width: 0;
        opacity: 0;
    }
    40% {
        height: 0;
        width: 6px;
        opacity: 1;
    }
    100% {
        opacity: 1;
        height: 10px;
    }
}

@keyframes go901347462 {
    from {
        transform: scale(0.6);
        opacity: 0.4;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.go4109123758 {
    z-index: 9999;
}

.go4109123758>* {
    pointer-events: auto;
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
}

.fb_reposition {
    overflow: hidden;
    position: relative;
}

.fb_invisible {
    display: none;
}

.fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fb_animate {
    animation: fb_transform 0.3s forwards;
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001;
}

.fb_reposition {
    overflow: hidden;
    position: relative;
}

.fb_invisible {
    display: none;
}

.fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fb_animate {
    animation: fb_transform 0.3s forwards;
}

.fb_dialog {
    background: rgba(82, 82, 82, 0.7);
    position: absolute;
    top: -10000px;
    z-index: 10001;
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px;
}

.fb_dialog_content {
    background: #fff;
    color: #373737;
}

.fb_dialog_close_icon {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px;
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px;
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1;
}

.fb_dialog_close_icon:hover {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
}

.fb_dialog_close_icon:active {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
}

.fb_dialog_iframe {
    line-height: 0;
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.fb_dialog_content .dialog_title>span {
    background: url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px;
}

body.fb_hidden {
    height: 100%;
    left: 0px;
    margin: 0px;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001;
}

.fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto;
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none;
}

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px;
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none;
}

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden;
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0;
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0px 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
    vertical-align: middle;
    white-space: nowrap;
}

.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%;
}

.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px;
}

.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px;
}

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267b2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative;
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.fb_dialog_content .dialog_content {
    background: url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px;
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px;
}

#fb_dialog_loader_close {
    float: left;
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden;
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget iframe {
    position: absolute;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative;
}

.fb_iframe_widget_lift {
    z-index: 1;
}

.fb_iframe_widget_fluid {
    display: inline;
}

.fb_iframe_widget_fluid span {
    width: 100%;
}