@font-face {
    font-family: pjs;
    src: url(../fonts/pjs.ttf);
}

html {
    padding-top: 67px;
    overflow-x: hidden;
}

body {
    font-family: pjs;
    font-size: 1rem;
    font-weight: 500;
    overflow-x: hidden;
}

.header {
    font-size: 0.8rem;
}

.header .navbar-toggler {
    border: solid 1px #355bdc;
    padding: 5px 10px;
    color: #355bdc
}

.header .navbar-brand {
    padding: 0;
}

.header .navbar-brand img {
    width: 300px;
}

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

.header .lang .flag {
    display: inline-block;
    width: 18px !important;
    height: 14px !important;
    background-image: url(../img/flags18.png);
    background-repeat: no-repeat;
}

.header .lang .flag-en-SG {
    background-position: -118px -496px;
}

.header .lang .flag-tl-PH {
    background-position: -60px -91px;
}

.header .lang .flag-id-ID {
    background-position: -2px -178px;
}

.header .lang .flag-lo-LA {
    background-position: -60px -207px;
}

.header .lang .flag-ms-MY {
    background-position: -31px -236px;
}

.header .lang .flag-my-MM {
    background-position: -147px -410px;
}

.header .lang .flag-th-TH {
    background-position: -147px -323px;
}

.header .lang .flag-vi-VN {
    background-position: -2px -381px;
}

.header .lang .flag-km-KH {
    background-position: -2px -207px;
}

.header .lang .flag-ms-BN {
    background-position: -88px -496px;
}

.header.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 15px;
}

.header.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #000;
}

.header.navbar-expand-lg .navbar-nav .nav-link.active,
.header.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #355bdc;
}

.header.navbar-expand-lg .navbar-nav .btn-join {
    background-color: #355bdc;
    color: #fff;
    font-weight: 700;
    padding: 5px 5px 5px 10px;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
}

.header.navbar-expand-lg .navbar-nav .btn-join span {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    color: #355bdc;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header.navbar-expand-lg .navbar-nav .btn-training {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
    font-weight: 700;
    padding: 5px 5px 5px 10px;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
}

.header.navbar-expand-lg .navbar-nav .btn-training.exit {
    background: #e84435;
}

.header.navbar-expand-lg .navbar-nav .btn-training:hover,
.header.navbar-expand-lg .navbar-nav .btn-training.exit:hover,
.header.navbar-expand-lg .navbar-nav .btn-our-courses:hover {
    background: #355bdc;
    color: #fff
}

.header.navbar-expand-lg .navbar-nav .btn-join:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff
}

.header.navbar-expand-lg .navbar-nav .btn-training span {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    color: #355bdc;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header.navbar-expand-lg .navbar-nav .btn-our-courses {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
}

.header.navbar-expand-lg .navbar-nav .dropdown-item {}

.footer {
    background-color: #355bdc;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.footer .top {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 15px;
}

.footer .top img {
    width: 300px;
}

.footer form>div {
    padding: 0;
}

.footer form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    color: #666666;
    outline: none;
    box-shadow: none;
}

.footer form .error {
    color: #ff0000
}

.footer form .btn {
    background-color: #355bdc;
    border: solid 1px #355bdc;
    outline: 0;
    color: #fff;
    font-weight: 700;
}

.footer form .btn:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
    border-color: transparent;
}

.footer .top .social {
    text-align: right;
}

.footer .top .social a {
    padding: 0 5px;
    color: #666666;
}

.footer .top .social a:hover {
    color: #355bdc;
}

.footer .middle {
    margin-top: 50px;
}

.footer .middle .description {}

.footer .middle h6 {
    font-weight: 700;
}

.footer .middle .nav-link {
    font-weight: 300;
    padding: 0;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
}

.footer .middle .nav-link:hover {
    text-decoration: underline;
}

.footer .middle .contact {
    margin-top: 30px;
}

.footer .middle .contact>div {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.footer .middle .contact p {
    margin-bottom: 0;
    margin-left: 15px;
}

.footer .middle .contact a {
    color: #fff;
    text-decoration: none;
}

.footer .middle .contact a:hover {
    text-decoration: underline;
}

.footer .middle .google {
    text-align: right;
    margin-top: 30px;
}

.footer .middle .google img {
    width: 150px;
}

.footer .bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #fff;
}

.footer .bottom br {
    display: none;
}

.btn.btn1 {
    font-weight: 700;
    background-color: #355bdc;
    color: #fff;
    border: none;
}

.btn.btn1 span {
    display: inline-block;
    height: 100%;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #355bdc;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn1:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
}

.btn.btn2 {
    font-weight: 700;
    background-color: transparent;
    color: #355bdc;
    border: solid 1px #666666;
    margin-left: 15px;
}

.btn.btn2 span {
    display: inline-block;
    height: 100%;
    background-color: transparent;
    border: solid 1px #666666;
    border-radius: 5px;
    color: #355bdc;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn2:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
    border-color: transparent;
}

.btn.btn2:hover span {
    background-color: #fff;
    border: solid 1px #fff;
    color: #355bdc;
}

.btn.btn3 {
    background-color: #e84435;
    border: solid 1px #e84435;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.btn.btn4 {
    background-color: #355bdc;
    border: solid 1px #355bdc;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.btn.btn4:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
    border-color: transparent;
}

.tmpImg {
    position: relative;
}

.tmpImg img {
    width: 100%;
}

#about .tmpImg .symbol1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    transform: translate(-50%, 50%);
}

#about .tmpImg .symbol2 {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 50px;
    height: 50px;
    transform: translateY(50%);
}

#loginRegisterModal {
    font-size: 0.8rem;
}

#loginRegisterModal .modal-body {
    padding: 30px;
}

#loginRegisterModal .nav .nav-item:not(:first-child) {
    margin-top: 15px;
}

#loginRegisterModal .nav .nav-item .nav-link {
    width: 100%;
    background-color: #f6f6f8;
    border: solid 1px #f6f6f8;
    text-align: center;
    color: #666666;
    font-weight: 700;
}

#loginRegisterModal .nav .nav-item .nav-link.active,
#loginRegisterModal .nav .nav-item .nav-link:hover {
    border-color: transparent;
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
}

#loginRegisterModal .instruction {
    margin-top: 15px;
}

#loginRegisterModal .instruction a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

#loginRegisterModal .instruction>div {
    display: none;
}

#loginRegisterModal .instruction>div.active {
    display: block;
}

#loginRegisterModal .btngoogle {
    margin-top: 15px;
    width: 100%;
    background-color: #f6f6f8;
    border: solid 1px #f6f6f8;
    text-align: center;
    color: #666666;
    font-weight: 700;
    font-size: 0.8rem;
}

#loginRegisterModal .btngoogle i {
    margin-right: 15px;
}

#loginRegisterModal form .item {
    padding-bottom: 15px;
}

#loginRegisterModal form .item.passwd {
    position: relative;
}

#loginRegisterModal form .item.passwd a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #000;
    text-decoration: none;
}

#loginRegisterModal form .item input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: solid 1px #dddddd;
    outline: 0;
    padding-bottom: 5px;
}

#loginRegisterModal form .login-label {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

#loginRegisterModal form .login-label input {
    margin-right: 15px;
}

#loginRegisterModal form .login-label a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

#loginRegisterModal #login-tab-pane .login-label {
    margin-top: 19px;
}

#loginRegisterModal #login-tab-pane .btn {
    margin-top: 39px;
}

#loginRegisterModal #login-tab-pane .btn:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
}

#loginRegisterModal form .btn {
    background-color: #355bdc;
    border: solid 1px #355bdc;
    outline: 0;
    margin-top: 30px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    font-size: 0.8rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #666666;
    outline: none;
}

.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    border-bottom: solid 1px #dddddd;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
}

#loginRegisterModal ::placeholder {
    color: #666666;
    opacity: 1;
}

#loginRegisterModal ::-ms-input-placeholder {
    color: #666666;
}

#loginRegisterModal .error {
    display: block;
    color: #ff0000;
}

#alertModal .modal-content {
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}

#alertModal h3 {
    font-weight: 700;
}

#alertModal .btn {
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    background-color: #355bdc;
    border: solid 1px #355bdc;
    outline: 0;
}

#alertModal .btnback {
    border: solid 1px #e5e5e5;
    background-color: unset;
    color: #2d333a;
}

.chatbot {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.chatbot .openButton {
    width: 100px;
    cursor: pointer;
}

.chatbot .cont {
    position: relative;
    width: 100vh;
    max-width: 400px;
    background-color: #355bdc;
    display: none;
    border-radius: 15px;
}

.chatbot.open .cont {
    display: block;
}

.chatbot.open .openButton {
    display: none;
}

.chatbot .closeButton {
    font-size: 1.5rem;
}

.chatbot .cont .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.chatbot .cont .top a {
    color: #fff !important;
}

.chatbot .cont .top p {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.chatbot .cont .result {
    height: 65vh;
    overflow: auto;
    position: relative;
    background: #edebeb;
    padding: 15px;
}

.chatbot .cont .result .messageLeft {
    color: #fff;
    background: #355bdc;
    border-radius: 15px;
    font-size: 0.875rem;
    padding: 8px;
    width: 300px;
    padding-left: 15px;
    margin-bottom: 15px;
    float: left;
    position: relative;
    font-weight: 400;
    border-bottom-left-radius: 0;
    box-shadow: 0px 8px 0px -4px rgba(53, 91, 220, 0.2);
    -webkit-box-shadow: 0px 8px 0px -4px rgba(53, 91, 220, 0.2);
    -moz-box-shadow: 0px 8px 0px -4px rgba(53, 91, 220, 0.2);
}

.chatbot .cont .result .messageLeft .ic-left {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 10px;
}

.chatbot .cont .result .messageLeft a {
    margin-top: 5px;
    display: block;
    color: #fff;
}

.chatbot .messageLeft.typing {
    position: relative;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.chatbot .messageLeft.typing div {
    font-size: .8rem;
}

.chatbot .messageLeft.typing span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: blink 1.4s infinite both;
}

.chatbot .messageLeft.typing span:nth-child(2) {
    animation-delay: 0.2s;
}

.chatbot .messageLeft.typing span:nth-child(3) {
    animation-delay: 0.4s;
}

.chatbot .messageLeft strong {
    font-weight: bold;
}

.chatbot .messageLeft ul {
    padding-left: 20px;
    list-style-type: disc;
}

@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.chatbot .cont .result .messageRight {
    color: #355bdc;
    background: #fff;
    border-radius: 15px;
    font-size: 0.875rem;
    padding: 8px;
    width: 300px;
    padding-left: 15px;
    margin-bottom: 15px;
    float: right;
    position: relative;
    font-weight: 400;
    border-bottom-right-radius: 0;
    box-shadow: 0px 8px 0px -4px rgba(53, 91, 220, 0.2);
    -webkit-box-shadow: 0px 8px 0px -4px rgba(53, 91, 220, 0.2);
    -moz-box-shadow: 0px 8px 0px -4px rgba(53, 91, 220, 0.2);
}

.chatbot .cont .result .messageLeft a {
    color: #fff;
    margin-top: 15px;
    display: block;
}

.chatbot .cont .result .messageRight .ic-right {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 10px;
}

.chatbot .cont .bottom {
    position: relative;
    padding: 15px;
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.chatbot .cont .bottom form{
    position: relative;
}

.chatbot .cont .bottom .powered {
    font-size: .8rem;
    text-align: center;
    margin-top: 5px;
}

.chatbot .cont .bottom .powered img {
    width: 30px;
}

.chatbot .cont .bottom input {
    width: 100%;
    border: 1px solid #355bdc;
    border-radius: 8px;
    height: 50px;
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 45px;
    color: #355bdc;
}

.chatbot .cont .bottom input:focus {
    outline: none;
}

.chatbot .cont .bottom a {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 5px;
    border-radius: 5px;
    width: 45px;
    text-align: center;
    transform: translateY(-50%);
}

.chatbot .cont .bottom a img {
    width: 20px;
}
.chatbot .cont .bottom .loginfirst{
    text-align: center;
    font-size: .8rem;
}
.chatbot .cont .bottom .loginfirst a{
    position: relative;
    top:0;
    left:0;
    right: auto;
    width: auto;
    transform: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.chatbot .cont .result .wrapSwiper .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (orientation: portrait) {
    html {
        padding-top: 48px;
    }

    body {
        font-size: .8rem;
    }

    .header .navbar-brand img {
        width: 150px;
    }

    .header.navbar-expand-lg .navbar-nav .nav-item {
        padding: 0;
    }
    .header.navbar-expand-lg .navbar-nav .nav-item.lang {
        margin-top: 15px;
    }

    .header.navbar-expand-lg .navbar-nav .nav-link{
        padding:5px;
        font-size: 1rem;
    }
    .header.navbar-expand-lg .navbar-nav .btn-our-courses{
        font-size: .8rem;
    }
    .header.navbar-expand-lg .navbar-nav .btn-training{
        font-size: .8rem;
    }

    .footer {
        padding-top: 0;
        text-align: center;
    }

    .footer .top {
        border-radius: 0;
        padding-top: 50px;
    }

    .footer .top form {
        margin-top: 15px;
    }

    .footer .top .social {
        text-align: center;
        margin-top: 15px;
    }

    .footer .top img {
        width: 65%;
    }

    .footer form .form-control {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        border-right: unset;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
    }

    .footer form .btn {
        width: 100%;
        margin-top: 15px;
    }

    .footer .middle {
        margin-top: 30px;
    }

    .footer .middle .quick-links {
        margin-top: 30px;
    }

    .footer .middle .beneficiaries {
        margin-top: 30px;
    }

    .footer .middle .contact>div {
        justify-content: center;
    }

    .footer .middle .google {
        text-align: center;
    }

    .footer .bottom br {
        display: block;
    }

    .chatbot .cont {
        max-width: 350px;
    }

    .chatbot.open {
        right: 15px;
        margin-bottom: 55px;
    }

    .chatbot .cont .result {
        height: 50vh;
    }

    .chatbot .cont .result .wrapSwiper .wrap a {
        font-size: 0.7rem;
    }

    .chatbot {
        right: 0;
    }

    #loginRegisterModal .frm{
        margin-top: 30px;
    }
}