h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body {
    line-height: 1.3;
    font-size: 16px;
    color: #292929;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
}
@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}
.btn-general {
    background: linear-gradient(-90deg, #ff6800 0%, #ff0069 100%);
    border-radius: 29px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 25px;
}
@media (min-width: 992px) {
    .btn-general {
        padding: 15px 30px;
        font-size: 20px;
    }
}
.btn-general:hover, .btn-general:focus {
    color: #fff;
    transform: scale(1.1);
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #845c00;
    padding-bottom: 20px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }
}
h2 span {
    color: #f00;
}
.videoNe.video1 {
    display: none;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 0;
    overflow: hidden;
}
.videoNe.video1 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0 0 30px 30px;
}
.videoNe.video2 {
    display: none;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 0;
    overflow: hidden;
}
.videoNe.video2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 30px 30px 0 0;
}
.videoBaiHocMau .thumb {
    position: relative;
    display: block;
    border-radius: 0;
    padding-bottom: 56.25%;
}
.videoBaiHocMau .thumb img {
    position: absolute;
    top: 0;
    left: 0;
}
.videoBaiHocMau .thumb img.img-thumb {
    width: 100%;
    height: 100%;
}
.videoBaiHocMau .thumb img.img-play {
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .videoBaiHocMau .thumb img.img-play {
        width: auto;
    }
}
.error-message, .error-message-phone {
    position: absolute;
    font-size: 12px;
    padding-top: 5px;
    color: red;
}
@media (min-width: 992px) {
    .error-message, .error-message-phone {
        font-size: 14px;
    }
}
.error-message {
    bottom: 0;
}
#banner {
    padding: 15px 0 30px;
    position: relative;
    background: #ffe5aa;
    text-align: center;
}
@media (min-width: 992px) {
    #banner {
        padding: 30px 0 50px;
        text-align: left;
    }
}
#banner h1 {
    text-shadow: 1px 2px 0px #fff, 0px 0px 0px #fff;
    color: #845c00;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
@media (min-width: 992px) {
    #banner h1 {
        text-shadow: 2px 3px 0px #fff, 0px 0px 0px #fff;
        font-size: 30px;
        text-align: left;
        text-transform: uppercase;
        margin-top: 20px;
    }
}
@media (min-width: 1440px) {
    #banner h1 {
        font-size: 38px;
    }
}
#banner .title-banner {
    background: #fff;
    margin: 20px 0 0;
}
@media (min-width: 992px) {
    #banner .title-banner {
        padding: 15px 0;
        margin: 30px 0;
    }
}
#banner .title-banner .banner-left {
    width: 60%;
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#banner .title-banner .banner-left p {
    color: #6a6a6a;
    text-align: left;
}
#banner .title-banner .banner-left .line-banner {
    background: #ffe5aa;
    height: 5px;
    width: 100%;
    margin: 8px 0;
}
#banner .title-banner .banner-left h2 {
    padding: 0;
}
#banner .title-banner .banner-right {
    width: 40%;
}
#banner .title-banner .media .media-body {
    margin-left: 15px;
}
#banner .title-banner .media .media-body h2 {
    color: #6a6a6a;
    font-size: 27px;
    font-weight: bold;
    padding: 0;
    text-transform: none;
    text-align: left;
}
#banner h3 {
    color: #845c00;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#banner .btn-header .btn-general {
    font-size: 14px;
    padding: 10px 15px;
}
#banner .bottom-banner .wrapper-form {
    display: flex;
    margin: 20px auto;
}
@media (max-width: 991px) {
    #banner .bottom-banner .wrapper-form {
        justify-content: center;
    }
}
#banner .bottom-banner .wrapper-form form {
    background: #fff;
    border-radius: 30px;
}
@media (max-width: 1200px) {
    #banner .bottom-banner .wrapper-form form {
        display: flex;
    }
}
#banner .bottom-banner .wrapper-form form input {
    padding: 10px 10px 10px 15px;
    border-radius: 30px 0 0 30px;
    margin-right: -4px;
    outline: none;
    border: none;
    max-width: 50%;
}
@media (min-width: 1200px) {
    #banner .bottom-banner .wrapper-form form input {
        padding: 15px 20px;
    }
}
#banner .bottom-banner .wrapper-form form input:focus, #banner .bottom-banner .wrapper-form form input:hover {
    outline: none;
    border: none;
}
#banner .bottom-banner .wrapper-form form input::placeholder {
    color: #999;
}
#banner .bottom-banner .wrapper-form form #btn-submit-banner {
    position: relative;
    border: none;
    background: linear-gradient(-90deg, #ff6800 0%, #ff0069 100%);
    border-radius: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 15px;
    cursor: pointer;
    flex: 2;
}
@media (min-width: 1200px) {
    #banner .bottom-banner .wrapper-form form #btn-submit-banner {
        padding: 15px 30px;
        font-size: 20px;
        flex: 1;
    }
}
#banner .bottom-banner .wrapper-form form #btn-submit-banner:hover, #banner .bottom-banner .wrapper-form form #btn-submit-banner:focus {
    outline: none;
    border: none;
    background: linear-gradient(-90deg, #ff0069 0%, #ff6800 100%);
    transition: transform 2s ease-out 2s;
}
#banner .bottom-banner .wrapper-form form #btn-submit-banner:after {
    position: absolute;
    display: block;
    top: 25px;
    right: -13px;
    content: url("../img/icon-btn-xs.png");
}
@media (min-width: 992px) {
    #banner .bottom-banner .wrapper-form form #btn-submit-banner:after {
        content: url("../img/icon-btn.png");
        top: 20px;
        right: -25px;
    }
}
#banner .img-banner {
    position: absolute;
    bottom: 0;
    right: 5%;
    height: 425px;
}
@media (min-width: 1200px) {
    #banner .img-banner {
        right: 9%;
        height: 475px;
    }
}
@media (min-width: 1880px) {
    #banner .img-banner {
        right: 20%;
        height: 500px;
    }
}
#info {
    padding: 30px 0 15px;
}
@media (min-width: 992px) {
    #info {
        padding: 50px 0;
    }
}
@media (min-width: 992px) {
    #info .box-info {
        background: #fff;
        border-radius: 30px;
        border: 1px solid #845c00;
        padding: 20px 40px 0;
    }
}
#info .box-info .title-info {
    background: #ffe5aa;
    padding: 10px 20px;
}
#info .box-info .title-info h2 {
    padding: 0;
}
#info .box-info ul {
    margin: 20px 0 0;
}
@media (min-width: 992px) {
    #info .box-info ul {
        margin: 30px 0;
    }
}
#info .box-info ul li {
    position: relative;
    padding: 0 0 15px 30px;
}
#info .box-info ul li span {
    text-decoration: underline;
}
#info .box-info ul li:before {
    content: url("../img/img-check.png");
    position: absolute;
    left: 0px;
    top: 0;
}
#intro {
    position: relative;
    padding: 0 0 30px;
}
@media (min-width: 992px) {
    #intro {
        padding: 0 0 50px;
        text-align: center;
    }
}
#intro .info-detail {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
@media (min-width: 992px) {
    #intro .info-detail {
        flex-flow: column;
        align-items: center;
        margin-bottom: 30px;
    }
}
#intro .info-detail p {
    margin: 10px 0 0 8px;
}
@media (min-width: 992px) {
    #intro .info-detail p {
        margin: 15px 0 0;
        font-size: 16px;
    }
}
#intro .btn-general {
    position: relative;
    margin-top: 20px;
}
@media (min-width: 992px) {
    #intro .btn-general {
        margin-top: 0;
    }
}
#demo {
    background: #ffe5aa;
}
#demo .box-content {
    background: #fff4dd;
    padding: 10px;
    margin-top: 10px;
}
@media (min-width: 992px) {
    #demo .box-content {
        padding: 15px 30px;
        margin-top: 0;
    }
}
#demo .box-content p {
    font-style: italic;
    font-size: 14px;
}
@media (min-width: 992px) {
    #demo .box-content p {
        font-size: 18px;
    }
}
#promotion {
    padding: 30px 0;
}
@media (min-width: 992px) {
    #promotion {
        padding: 50px 0;
    }
}
#promotion .content {
    text-align: center;
}
@media (min-width: 992px) {
    #promotion .content {
        margin-bottom: 30px;
    }
}
#promotion .content p {
    margin-top: 10px;
}
@media (min-width: 992px) {
    #promotion .content p {
        margin-top: 15px;
    }
}
#promotion .content p span {
    color: #f00;
    font-weight: bold;
}
@media (max-width: 992px) {
    #promotion .content img {
        height: 40px;
    }
}
#promotion .box-promotion {
    margin-top: 30px;
    padding: 20px 15px;
    background: #ffe5aa;
    border-radius: 20px;
    border: 2px solid #ff6800;
}
@media (min-width: 992px) {
    #promotion .box-promotion {
        background: url("../img/bg-box-promotion.png") no-repeat;
        background-size: 100% 100%;
        border-radius: 0;
        border: none;
        margin-top: 50px;
        padding: 30px;
    }
}
#promotion .box-promotion h2 {
    color: #f00;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}
@media (max-width: 992px) {
    #promotion .box-promotion h2 {
        font-size: 24px;
    }
}
#promotion .box-promotion .content img {
    height: 110px;
}
@media (min-width: 992px) {
    #promotion .box-promotion .content img {
        height: 155px;
    }
}
.fake-data {
    display: inline-block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #f9f9f9;
    color: #000;
    border-radius: 50px;
    padding: 10px 30px 10px 60px;
    border: 1px solid #ddd;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s ease;
    width: calc(100% - 40px);
    font-size: 14px;
}
@media (min-width: 768px) {
    .fake-data {
        width: initial;
    }
}
.fake-data.is-showed {
    opacity: 0.7;
}
.fake-data img {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.fake-data .name {
    font-weight: 700;
}
.fake-amount-register {
    color: #fff489;
    margin-right: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
@keyframes animationText {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animation-text {
    animation: animationText 2s ease-in-out infinite;
}
#register {
    padding: 0 0 30px;
}
@media (min-width: 992px) {
    #register {
        padding: 0 0 50px;
    }
}
#register h2 {
    padding-bottom: 10px;
}
#register .img-register {
    height: 425px;
}
#register form {
    text-align: center;
    max-width: 395px;
    margin: 35px auto 0;
}
@media (min-width: 992px) {
    #register form {
        max-width: none;
        margin-top: 50px;
    }
}
#register form .input {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}
@media (min-width: 992px) {
    #register form .input {
        margin-bottom: 40px;
    }
}
#register form .input label {
    color: #fff;
    border-radius: 14px 14px 14px 0px;
    padding: 2px 15px;
    position: absolute;
    left: 0;
    top: -14px;
    background: #0081ff;
    z-index: 4;
}
@media (max-width: 992px) {
    #register form .input label {
        font-size: 14px;
    }
}
#register form .input input {
    width: 100%;
    border-radius: 0px 30px 30px;
    border: 1px solid #888;
    padding: 20px 16px 12px;
    height: initial;
}
#register form .input input::placeholder {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #888;
}
#register form .input input:focus {
    outline: none;
}
#register form .input input:focus::placeholder {
    color: #fff;
}
#register form .input select {
    width: 100%;
    border: 1px solid #0184fa;
    border-radius: 0 36px 36px 36px;
    padding: 18px 15px 12px;
    height: initial;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#register form .input select:invalid {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #888;
}
#register form .input select:focus {
    outline: none;
}
#register form .btn-general:hover, #register form .btn-general:focus {
    background: linear-gradient(-90deg, #ff0069 0%, #ff6800 100%);
    transition: transform 2s ease-out 2s;
}
#register .line-register {
    background: #ffe5aa;
    height: 6px;
    margin: 20px 0 10px;
}
@media (min-width: 992px) {
    #register .line-register {
        height: 10px;
        margin: 0 0 30px;
    }
}
#register .note-register {
    text-align: center;
}
@media (max-width: 992px) {
    #register .note-register {
        font-size: 14px;
    }
}
#register .note-register span {
    text-decoration: underline;
}
.popup-modal .modal-content {
    padding: 15px 15px 50px;
}
.popup-modal .modal-open {
    padding-right: 0px !important;
}
.popup-modal img {
    display: block;
    width: 150px;
    margin: 0px auto;
}
.popup-modal h3 {
    text-transform: uppercase;
    color: #50ad4e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 20px;
}
.popup-modal p {
    font-size: 14px !important;
    color: #000;
    text-align: center;
    margin: 10px auto;
}
.popup-modal .md-footer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.popup-modal .md-footer h4 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 50px auto 30px;
}
.popup-modal .md-footer ul {
    text-align: center;
    padding-left: 0;
}
.popup-modal .md-footer li {
    text-align: left;
    display: inline-flex;
    align-items: center;
    width: 30%;
}
.popup-modal .md-footer span {
    display: inline-block;
    background: #50ad4e;
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    margin-right: 3px;
}
.popup-modal .md-footer a {
    color: #333;
    font-size: 14px;
    /*border-bottom: 1px dashed black;
    */
    text-decoration: underline !important;
}
.help-block {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: black;
    opacity: 0.8;
}
.loader-wrapper #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-transform: translate(-50% -50%);
    -moz-transform: translate(-50% -50%);
    -ms-transform: translate(-50% -50%);
    -o-transform: translate(-50% -50%);
    transform: translate(-50% -50%);
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#hoi-dap {
    background-color: #fff !important;
}
.visitor-copyright {
    background-color: #fff;
}
.visitor-copyright .anchor-tag {
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
}
.visitor-copyright .anchor-tag span {
    font-size: 14px;
    font-family: SanFranciscoText, sans-serif;
    font-weight: 400;
    line-height: 1.71;
}
.visitor-copyright .anchor-tag span a {
    color: #0059b3;
}
.visitor-copyright .anchor-tag span a:hover {
    text-decoration: underline;
}
.visitor-copyright .anchor-tag i {
    color: #0059b3;
    font-size: 4px;
    padding: 2px;
    position: relative;
    bottom: 3px;
}
.visitor-copyright .info-address {
    padding: 30px 0;
}
.visitor-copyright .info-address .col-8 .text p {
    line-height: 1.43;
    font-size: 14px;
    color: #333;
    font-family: SanFranciscoText, sans-serif;
    font-weight: 400;
}
.visitor-copyright .info-address .col-4 {
    text-align: right;
    margin-top: -5px;
}
.visitor-copyright .info-address .col-4 .pretext {
    line-height: 1.43;
    font-size: 14px;
    color: #333;
    font-family: SanFranciscoText, sans-serif;
    font-weight: 400;
    padding-top: 5px;
}
.visitor-copyright .info-address .col-4 ul li {
    display: inline;
    margin-left: 45px;
}
@media (max-width: 1140px) {
    .visitor-copyright .info-address .col-4 ul li {
        margin-left: 0px;
        display: block;
    }
}
.visitor-copyright .info-address .col-4 ul li a {
    font-size: 14px;
    color: #0059b3;
    font-family: SanFranciscoText, sans-serif;
}
.visitor-copyright .info-address .col-4 ul li a:hover {
    text-decoration: underline;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.message-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .message-error {
        font-size: 14px;
    }
}
#nt_like_wrapper {
    position: fixed;
    margin-left: 0px;
    float: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    z-index: 9999;
    top: 35%;
    right: 15px;
    padding: 10px 7px 0px 7px;
    display: none;
}
@media (min-width: 1200px) {
    #nt_like_wrapper {
        display: block;
    }
}
#nt_like_wrapper .nt_button {
    float: left;
    clear: both;
}
#nt_like_wrapper #share {
    float: left;
    clear: both;
    margin: 5px 0px;
}
#nt_like_wrapper #facebook, #nt_like_wrapper #google {
    text-align: center;
    width: 66px;
}
#toggle-chat {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 2px solid #f4f9ff;
    background-color: #50ad4e;
    cursor: pointer;
    z-index: 4;
    display: none;
}
#toggle-chat img {
    position: absolute;
    left: 11px;
    top: 7px;
    width: 36px;
    height: 33px;
    object-fit: contain;
}
#successModal {
    background-color: rgba(64, 192, 251, .2) !important;
}
#successModal .modal-dialog {
    max-width: 795px;
}
@media (max-width: 768px) {
    #successModal .modal-dialog {
        max-width: 730px;
        margin-top: 150px;
    }
}
@media (max-width: 540px) {
    #successModal .modal-dialog {
        max-width: 310px;
        margin: 0 auto;
        margin-top: 150px;
    }
}
#successModal .modal-dialog .modal-content {
    border-radius: 40px;
}
#successModal .modal-dialog .modal-body {
    padding: 40px 60px;
}
@media (max-width: 768px) {
    #successModal .modal-dialog .modal-body {
        padding: 100px 60px 40px;
    }
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body {
        padding: 35px 20px 20px;
    }
}
@media (max-width: 768px) {
    #successModal .modal-dialog .modal-body img {
        position: absolute;
        top: -225px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 150px;
        margin-top: 40px;
    }
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body img {
        width: 80px;
        top: -150px;
    }
}
#successModal .modal-dialog .modal-body .close {
    background-image: url("../img/close-popup2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    color: transparent;
    right: -490px;
    top: -20px;
    opacity: 1;
}
@media (max-width: 768px) {
    #successModal .modal-dialog .modal-body .close {
        right: -45px;
        top: -140px;
    }
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .close {
        right: -8px;
        opacity: 1;
        top: -65px;
    }
}
#successModal .modal-dialog .modal-body .close span {
    display: none;
}
#successModal .modal-dialog .modal-body .modal-text {
    text-align: center;
}
#successModal .modal-dialog .modal-body .modal-text h3 {
    font-size: 25px;
    font-weight: 700;
    color: #0059b3;
    margin-top: 40px;
}
@media (max-width: 768px) {
    #successModal .modal-dialog .modal-body .modal-text h3 {
        margin-top: 0;
    }
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .modal-text h3 {
        font-size: 20px;
    }
}
#successModal .modal-dialog .modal-body .modal-text h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #0059b3;
    padding: 10px 0 5px 0;
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .modal-text h4 {
        font-size: 14px;
    }
}
#successModal .modal-dialog .modal-body .modal-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .modal-text p {
        font-size: 12px;
    }
}
#successModal .modal-dialog .modal-body .modal-text p b {
    font-weight: 700;
}
#successModal .modal-dialog .modal-body .modal-text .gift {
    background-color: #0059b3;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    margin: 10px 0 25px;
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .modal-text .gift {
        font-size: 16px;
        margin: 10px 0 20px;
    }
}
#successModal .modal-dialog .modal-body .modal-text .gift span {
    font-size: 25px;
    font-weight: 700;
    padding: 0 3px;
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .modal-text .gift span {
        font-size: 20px;
    }
}
#successModal .modal-dialog .modal-body .modal-text .cta button {
    margin: 0 10px;
}
@media (max-width: 540px) {
    #successModal .modal-dialog .modal-body .modal-text .cta button {
        font-size: 18px;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
/*Style popup*/
#positionFixed {
    padding-top: 80px;
}
#positionFixed .modal-dialog {
    max-width: 600px;
}
@media (max-width: 767px) {
    #positionFixed .modal-dialog {
        max-width: 290px;
        margin: 0 auto;
    }
}
#positionFixed .modal-content {
    background-image: url("../img/bg-popup-new.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
}
@media (max-width: 767px) {
    #positionFixed .modal-content {
        background-image: url("../img/bg-popup-mb-new.png");
    }
}
#positionFixed .modal-content .modal-body {
    text-align: center;
    position: relative;
    padding: 0;
}
#positionFixed .modal-content .modal-body .close {
    position: absolute;
    right: -23px;
    top: -24px;
}
#positionFixed .modal-content .modal-body .content-popup {
    border-radius: 20px;
    padding: 250px 0 50px;
}
@media (max-width: 767px) {
    #positionFixed .modal-content .modal-body .content-popup {
        padding: 230px 0 80px;
    }
}
#positionFixed .modal-content .modal-body .content-popup .title {
    font-family: 'iCielCadena', sans-serif;
    color: #eb519e;
    font-size: 24px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    #positionFixed .modal-content .modal-body .content-popup .title {
        font-size: 20px;
    }
}
#positionFixed .modal-content .modal-body .content-popup .title span {
    color: #00d0d3;
}
#positionFixed .modal-content .modal-body #form-register-popup {
    max-width: 240px;
    text-align: left;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #positionFixed .modal-content .modal-body #form-register-popup {
        max-width: 210px;
    }
}
#positionFixed .modal-content .modal-body #form-register-popup .form-group p {
    color: #ffd800;
    font-size: 16px;
    font-weight: 700;
    background: #f26522;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 25px 25px 25px 0;
    margin-bottom: 0;
    position: relative;
    top: 10px;
}
#positionFixed .modal-content .modal-body #form-register-popup .wrapper-btn-form {
    position: relative;
    top: 30px;
    margin-top: -25px;
}
@media (max-width: 767px) {
    #positionFixed .modal-content .modal-body #form-register-popup .wrapper-btn-form {
        top: 40px;
    }
}
#positionFixed .modal-content .modal-body #form-register-popup button {
    background-color: transparent;
    border: none;
    margin-top: -10px;
    cursor: pointer;
}
#positionFixed .modal-content .modal-body .input label {
    font-size: 16px;
    color: #982f91;
    font-weight: 900;
    margin-bottom: 5px;
    padding-left: 15px;
}
#positionFixed .modal-content .modal-body .input label span {
    color: #f00;
}
#positionFixed .modal-content .modal-body .input input {
    border: 2px solid #f15a24;
    width: 100%;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 14px;
}
#positionFixed .modal-content .modal-body .input input:focus {
    outline: none;
}
#positionFixed .modal-content .modal-body .input select {
    border: 2px solid #f15a24;
    border-radius: 10px;
    padding: 0 1px;
    width: 100%;
    height: 34px;
    font-size: 14px;
}
#positionFixed .modal-content .modal-body .input select:focus {
    outline: none;
}
#positionFixed .modal-content .modal-body .input select::placeholder {
    font-weight: 300;
    font-style: italic;
    color: #888;
    font-size: 14px;
}
/* Import font Footer */
@font-face {
    font-family: 'SVN-Boing';
    font-display: swap;
    src: url('/landing-page/common/public/fonts/SVN-BoingMedium.eot');
    src: url('/landing-page/common/public/fonts/SVN-BoingMedium.eot?#iefix') format('embedded-opentype'), url('/landing-page/common/public/fonts/SVN-BoingMedium.woff2') format('woff2'), url('/landing-page/common/public/fonts/SVN-BoingMedium.woff') format('woff'), url('/landing-page/common/public/fonts/SVN-BoingMedium.ttf') format('truetype'), url('/landing-page/common/public/fonts/SVN-BoingMedium.svg#svgFontName') format('svg');
    font-weight: 500;
}
#footer {
    background-color: #ff4867;
    padding: 30px 0;
}
@media (min-width: 992px) {
    #footer {
        padding-bottom: 0;
    }
}
#footer .column {
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    #footer .column.column-3 {
        padding-left: 35px;
    }
}
#footer h4 {
    color: #ffd300;
    font-size: 20px;
    font-weight: 700;
    font-family: 'ProductSans', sans-serif;
}
@media (min-width: 992px) {
    #footer h4 {
        font-size: 17px;
    }
}
@media (min-width: 1200px) {
    #footer h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}
@media (min-width: 992px) {
    #footer .list-link.mb-20px {
        margin-bottom: 20px;
    }
}
#footer .list-link li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
#footer .list-link li:before {
    content: '.';
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -7px;
    color: #fff;
}
@media (min-width: 1200px) {
    #footer .list-link li:before {
        top: -5px;
    }
}
#footer .list-link li a {
    color: #fff;
    font-size: 15px;
}
@media (min-width: 1200px) {
    #footer .list-link li a {
        font-size: 16px;
    }
    #footer .list-link li a:hover {
        color: #ffd300;
    }
}
#footer .list-social {
    margin: 15px 0;
}
#footer .list-social li {
    display: inline-block;
    margin-right: 15px;
}
#footer .list-social li a {
    display: inline-block;
}
#footer .list-social li a img {
    width: 45px;
}
#footer .list-contact {
    margin-bottom: 15px;
}
#footer .list-contact li {
    margin-bottom: 5px;
}
#footer .list-contact li:last-child {
    margin-bottom: 0;
}
#footer .list-contact li a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
#footer .list-contact li a img {
    width: 20px;
    margin-right: 10px;
}
#footer .btn-chat {
    border: solid 2px #fff;
    background-color: #f7377c;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    #footer .btn-chat {
        width: 280px;
    }
}
.visitor-copyright {
    background-color: #fff;
}
@media (min-width: 720px) {
    .visitor-copyright .container {
        max-width: 1170px;
    }
}
.visitor-copyright .info-address {
    padding: 30px 0;
}
.visitor-copyright .info-address .col-8 .text p {
    line-height: 1.43;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.visitor-copyright .info-address .col-4 {
    text-align: right;
    margin-top: -5px;
}
.visitor-copyright .info-address .col-4 .pretext {
    line-height: 1.43;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-top: 5px;
}
.visitor-copyright .info-address .col-4 ul li {
    display: inline;
    margin-left: 45px;
}
@media (max-width: 1140px) {
    .visitor-copyright .info-address .col-4 ul li {
        margin-left: 0px;
        display: block;
    }
}
.visitor-copyright .info-address .col-4 ul li a {
    font-size: 14px;
    color: #0059b3;
}
.visitor-copyright .info-address .col-4 ul li a:hover {
    text-decoration: underline;
}
#toggle-chat {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 2px solid #f4f9ff;
    background-color: #50ad4e;
    z-index: 4;
}
#toggle-chat img {
    position: absolute;
    left: 11px;
    top: 7px;
    width: 36px;
    height: 33px;
    object-fit: contain;
}
#toggle-chat span {
    position: absolute;
    left: 9px;
    bottom: 3px;
    width: 41px;
    height: 16px;
    font-family: SFProText;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

