::-webkit-scrollbar {
    width: 0.5em;
    height: 0.2em;
}

::-webkit-scrollbar-thumb {
    background: #ff699a;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: #b8c0c8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif !important;
}

body {
    background: url("/images/custom/img/bg-coursecandy.png");
    /*background-size: cover !important;*/
    font-size: 16px;
   /* background-repeat: no-repeat;
    background-attachment: fixed;*/
    overflow-x: hidden;
    font-family: 'Kanit', sans-serif !important;
   /* src: url('/css/font/Kanit-Regular.woff2') format('woff2'),
    url('/css/font/Kanit-Regular.woff') format('woff'),
    url('/css/font/Kanit-Regular.ttf') format('truetype');*/
    height: 100%;
    width: 100%;
    letter-spacing: 1px;
}

.block-course-candy {
    margin: 15px 0 0 0;
}


.img-logo-center {
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
}

.img-logo-md {
    width: 150px;
}

.form-control-candy {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-candy:focus {
    border-color: #ff699a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(255, 105, 154);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(255, 105, 154);
}

.btnc {
    width: 100%;
    font-size: 25px;
    display: inline-block;
    padding: 10px;
    bottom: 5px;
    margin: 0 0 3px 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 50px;
    transition: 500ms ease all;
    position: absolute;
}

.btnc-pink {
    color: #fff;
    background-color: #ff699a;
    border-color: #ff699a;
}

.btnc-pink:hover {
    color: #ff699a;
    background-color: #fff;
    border-color: #ff699a;
}

.btnc-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btnc-green:hover {
    color: #5cb85c;
    background-color: #fff;
    border-color: #5cb85c;
}

.input-group-addon {
    padding: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ff699a;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.input-group-addon:hover {
    background-color: rgba(255, 105, 154, 0.36);
}

.input-group-addon:active {
    background-color: #ff699a;
}

.input-search-candy {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.input-search-candy:focus {
    border-color: #ff699a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(255, 105, 154),0 0 8px rgb(255, 105, 154);
    box-shadow: inset 0 1px 1px rgb(255, 105, 154),0 0 8px rgb(255, 105, 154);
}

.pointer {
    cursor: pointer;
}

.btnc-white {
    color: #ff699a;
    background-color: #fff;
    border-color: #ff699a;
}

.btnc-white:hover {
    color: #fff;
    background-color: #ff699a;
    border-color: #ff699a;
}

/*slide*/

#custom_carousel .item  .top {
    overflow:hidden;
    margin: 0;
    padding: 0;
}
#custom_carousel .item {
    color:#000;
    background-color:#fff;
    padding: 0;
    overflow:hidden
}

#custom_carousel .item img{
    width: 100%;
    height: auto;
}

#custom_carousel .izq
{
    position:absolute;
    left: -25px;
    top:40%;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px;
}
/* Next button  */
#custom_carousel .der
{
    position:absolute;
    right: -25px !important;
    top:40%;
    left:inherit;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px;
}
#custom_carousel .controls{
    overflow:hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    border:0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}
#custom_carousel .controls .nav{
    padding:0;
    margin: 20px 0 0 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    width: auto;
    border: 0;
}
#custom_carousel .controls li {
    transition: all .5s ease;
    display: inline-block;
    max-width: 150px;
    height: 90px;
    opacity:.5;
    margin: 0 20px 0 20px;
}
#custom_carousel .controls li a{
    padding:0;
}
#custom_carousel .controls li img{
    width:100%;
    height:76px;
}

#custom_carousel .controls li.active {
    background-color:#fff;
    opacity:1;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
/*slide*/

.carousel-inner-candy.carousel-inner > .item > img,
.carousel-inner-candy.carousel-inner > .item > a > img {
    width: 96.8%;
}

.remove-pd-left {
    padding-left: 0;
}

.remove-pd-right {
    padding-right: 0;
}

.carousel-inner-candy > .item > img {
    margin: 0;
    width: 100%;
}

.bg-white-candy {
    overflow: hidden;
    padding: 4px 15px 5px 15px;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #fff;
    border: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.39);
}

.btnc-method {
    margin: 31px 0 31px 0;
}

.content-course-candy {
    background: #fff;
}
.sub-centent-course-candy {
    padding: 10px 50px 50px 50px;
}

.product-course-candy {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*btn animate*/
* {
    box-sizing: border-box;
}

div.btnc-animate {
    display: block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
}

.button {
    -webkit-font-smoothing: antialiased;
    background-color: #ff699a;
    border: none;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 50px;
}

.button:hover {
    background-color: #90feb5;
    color: #fff;
}

.button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.button--bubble {
    position: relative;
    z-index: 2;
    color: white;
    background: #ff699a;
    outline: 0;
}

/*.button--bubble:hover {
    background: none;
} */

.button--bubble:hover + .button--bubble__effect-container .circle {
    background: #44fd82;
}

.button--bubble:hover + .button--bubble__effect-container .button {
    background: #44fd82;
}

.button--bubble:active + .button--bubble__effect-container {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.button--bubble__container {
    position: relative;
    display: inline-block;
}

.button--bubble__container .effect-button {
    position: absolute;
    width: 50%;
    height: 25%;
    top: 50%;
    left: 25%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
    position: absolute;
    display: block;
    width: 200%;
    height: 400%;
    /*top: -150%;*/
    top: -157%;
    left: -50%;
    -webkit-filter: url("#goo");
    filter: url("#goo");
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    pointer-events: none;
    border: 10px solid rgba(255, 255, 255, 0)
}

.button--bubble__effect-container .circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #222;
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.button--bubble__effect-container .circle.top-left {
    top: 40%;
    left: 27%;
}

.button--bubble__effect-container .circle.bottom-right {
    bottom: 40%;
    right: 27%;
}

.goo {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.button--bubble__container {
    margin: 25px 0 25px 0;
}

@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0);
    }
    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

/*btn-default*/
div.btnc-animate-default {
    display: inline-block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
}
div.btnc-animate-default-landing {
    display: block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
    margin-top: -20px;
}

.button-default {
    -webkit-font-smoothing: antialiased;
    background-color: #ff699a;
    border: none;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 50px;
}

.button-default:hover {
    background-color: #90feb5;
    color: #fff;
}

.button-default:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.button--bubble-default {
    position: relative;
    z-index: 2;
    color: #ff699a;
    background: #ffffff;
    border: 3px solid #ffffff;
    outline: 0;
}

.button--bubble-default:hover {
    background: none;
}

.button--bubble-default:hover + .button--bubble__effect-container-default .circle {
    background: #44fd82;
}

.button--bubble-default:hover + .button--bubble__effect-container-default .button-default {
    background: #44fd82;
}

.button--bubble-default:active + .button--bubble__effect-container-default {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.button--bubble__container-default {
    position: relative;
    display: inline-block;
}

.button--bubble__container-default .effect-button-default {
    position: absolute;
    width: 50%;
    height: 25%;
    top: 50%;
    left: 25%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.button--bubble__effect-container-default {
    position: absolute;
    display: block;
    width: 200%;
    height: 400%;
    top: -150%;
    left: -50%;
    -webkit-filter: url("#goo");
    filter: url("#goo");
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    pointer-events: none;
    border: 10px solid rgba(255, 255, 255, 0)
}

.button--bubble__effect-container-default .circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #222;
    -webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.button--bubble__effect-container-default .circle.top-left {
    top: 40%;
    left: 27%;
}

.button--bubble__effect-container-default .circle.bottom-right {
    bottom: 40%;
    right: 27%;
}

.button--bubble__container-default {
    margin: 25px 0 25px 0;
}

img {
    cursor: pointer;
}

.hover-detail-candy {
    /*position: absolute;
    top: 0;
    width: 93.5%;
    height: 100%;
    display: none;
    cursor: pointer;*/
    position: relative;
    width: 103.2%;
    display: none;
    cursor: pointer;
}

.course-candy:hover .hover-detail-candy {
    display: block;
}

.course-candy {
    margin-bottom: 50px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    border-radius: 100px;
    margin: 0 5px;
}

ul.pagination li a.active {
    background-color: #ff699a;
    color: white;
    border: 1px solid #ff699a;
    border-radius: 100px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.center {
    text-align: center !important;
    display: block;
    margin: auto;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 100px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 100px;
}

.block-footer-course-candy {
    background: #f7f8fa;
    margin: 0 0 20px 0;
    z-index: 1000000;
}

.sub-block-footer-course-candy {
    margin: 0 50px 0 50px;
    padding: 50px 0 50px 0;
    z-index: 1000000;
}

a {
    color: #333 !important;
}

.fa-caret-down {
    display: none;
}

.ui-widget-header > li.active > .fa-caret-down {
    position: absolute;
    font-size: 50px;
    top: -40px;
    left: 0;
    right: 0;
    display: block;
    color: #ff699a;
}

.hr-slide {
    border: 3px solid #ff699a;
    margin: 0;
}
.sub-block-course-candy {
    height: 90px;
}
.block-header--course-candy {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    background: #f7f8fa;
    padding: 0 30px 0 30px;
    z-index: 999;
    height: 90px;
}

.header--course-candy {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #f7f8fa;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}
.header--course-candy-landing {
    top: -20px;
}

.img-course {
    border-radius: 10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.top-block-slide-candy {
    margin: 128px 0 0 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    overflow: visible;
 /*   height: 600px;
    overflow-y: scroll;*/
    border-radius: 10px;
}

.img-candy-detail {
    width: 50%;
    height: auto;
}

.block-detail-course-candy {
    margin-top: 60px;
}

.color-pink {
    color: #ff699a !important;
}
.color-red {
    color: #ff0018;
}

.rm-md-t {
    margin-top: 0;
}

.fb_iframe_widget {
    margin-top: 25px;
    margin-left: 15px;
}

.p-sub-detail {
    margin-top: 50px;
}

.img-user-detail {
    width: 30%;
    margin: 20px auto;
    display: block;
}

.page-top {
    width: 60px;
    height: 60px;
    background: rgba(255, 105, 154, 0.8);
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.form-inline-flex {
    display: inline-flex;
    padding: 0 15px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.label-keyword {
    font-weight: 500;
    display: inline;
    padding: .2em .6em .3em;
    color: #fff;
    border-radius: 50px;
    line-height: 40px;
    margin: 0 3px;
    border: 2px solid rgba(255, 255, 255, 0);
    white-space: inherit !important;
}

.label-keyword-green {
    background: #1bb075;
    font-size: 15px;
}

.label-keyword-purple {
    background: #b195ad;
    font-size: 15px;
}

.label-keyword-blue {
    background: #789df2;
    font-size: 15px;
}

.label-keyword-red {
    background: #d44b62;
    font-size: 15px;
}

.label-keyword-yellow {
    background: #ffd248;
    font-size: 15px;
}

.label-keyword-pink {
    background: #ff699a;
    font-size: 15px;
}

.block-header-register-candy {
    display: none;
}

.block-header-register-candy-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    background: #f7f8fa;
    padding: 5px 50px 5px 50px;
    display: block !important;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.color-green {
    color: #77cf6d;
}

.price-before {
    text-decoration: line-through;
}

.text-footer {
    margin-bottom: 49px;
}

.form-price-candy {
    margin-right: 50px;
}

.modal.fade.bs-example-modal-lg.in {
    z-index: 1000000000000000;
    overflow-y: scroll;
}

.modal-backdrop.in {
    z-index: 0;
}

.text-limit-detail {
    white-space: nowrap;
    width: 80em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-content {
    background: url(/images/custom/img/bg-coursecandy.png);
}

.modal-header {
    margin: 10px 0 0 0;
    background: #f8f8f8;
}

.modal-body {
    background: #f8f8f8;
}

.modal-footer {
    margin: 0 0 10px 0;
    background: #f8f8f8;
}

.btnc-confirm {
    margin: 0 !important;
}

.form-control {
    border-radius: 50px !important;
    margin: 35px 0;
    padding: 15px 40px 15px 40px !important;
    height: 70px;
    font-size: 30px !important;
    color: #333;
}

.form-control:focus {
    border-color: #ff699a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(255, 105, 154),0 0 8px rgb(255, 105, 154);
    box-shadow: inset 0 1px 1px rgb(255, 105, 154),0 0 8px rgb(255, 105, 154);
}

.label-candy {
    background: #ff699a;
    color: #fff;
    font-weight: 400;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    margin-top: -18px;
    margin-left: 10px;
}

.capatcha {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.btnc-product-candy {
    position: absolute;
    display: block;
    margin: auto;
    text-align: center;
    left: 2px;
    right: 0;
    bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
    width: 64%;
}

.width-full {
    width: 100%;
}

.modal-header-candy {
    padding: 0;
}

.img-course-detail-candy {
    position: fixed;
    width: 540px;
    height: auto;
}

.block-footer-course-detail {
    display: none;
}

.card-header {
    background: #5cb85c;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-footer {
    background: #5cb85c;
    height: 72px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.course-candy > a > .img-course {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    min-height: 420px;
    max-height: 607px;
}

.form-register-course-candy {
    margin-top: 15px;
    padding: 0 15px;
}

.btn-full {
    width: 100%;
}

.show-line {
    cursor: pointer;
    color: #789df2;
}

.show-email {
    cursor: pointer;
    color: #789df2;
}

.mg-price-before {
    margin: 30px 0 0 15px;
}

.img-addline {
    width: 150px;
}

.font-md {
    font-size: 18px;
    margin-bottom: 50px;
}

.btn-register-detail {
    font-size: 40px;
}

.border-block-checkout {
    border: 1px solid #d4d4d4;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0 20px 0;
}

.mg-0 {
    margin: 0;
}

.icon-visa {
    width: 40px;
    height: 40px;
}

.img-visa {
    display: block;
    margin: auto;
    width: 63%;
}

.mg-l-100 {
    margin-left: 100px;
}

.img-bank {
    width: 100%;
}

.img-mail {
    width: 30px;
    height: 30px;
}

.img-line {
    width: 100px;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.home-img-social {
    width: 130px;
    border-radius: 50px;
    margin: 10px;
}

.home-img-social-fb {
    width: 130px;
    height: 37px;
    border-radius: 50px;
    margin: 10px;
}

button.button.button--bubble.btnc.btn-register-detail {
    padding: 15px 40px 15px 40px;
}
button.button.button--bubble.btnc.btn-add_dateevent {
    padding: 0px 0px 0px 0px;
}

h3.color-pink {
    margin: 40px 0 30px;
}

.bg-black-btnc {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 97%;
    left: 0;
    bottom: 0;
    height: 72px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:active {
    margin: 5px;
    border-radius: 50px;
    background: #ff699a;
    padding: 10px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.dropdown-menu > li {
    margin: 15px 10px;
}

.dropdown-menu {
    border-radius: 10px;
}

.li-active {
    margin: 5px;
    border-radius: 50px;
    background: #ff699a;
    padding: 10px;
    color: #fff !important;
    font-size: 16px;
}

#BackToTop {
    z-index: 1000000000;
}

.img-responsive-promotion {
    height: auto;
    width: 100%;
}

.pd-0 {
    padding: 0 !important;
}

.p-category-none {
    display: inline;
}
.p-login-none {
    display: inline;
}

.show-767 {
    display: none;
}

.modal-body-search {
    height: 185px;
}

.modal-body-search > .form-group > .btnc-animate > .btnc-product-candy {
    width: 96%;
}

.fa-search {
     cursor: pointer;
}

.fa-search:hover {
    color: #ff699a;
}

.p-card-header {
    white-space: nowrap;
    width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#BackToTop {
    top: inherit !important;
    bottom: 10px;
}

#BackToTop span {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 50px;
    font-family: 'Kanit', sans-serif !important;
    text-align: center;
}

.img-found-module {
    margin-top: -40px;
    margin-left: -110px;
}

div.innertopmostpostoption {
    margin-top: -27px;
    margin-left: 110px;
}

div#topbar {
    margin-top: 0px;
    position: fixed;
    background-color: #ff699a;
    width: 100%;
    width: 100%;
    z-index: 999;
}

.content-course-candy-white {
    background: #fff;
}

.edit_post_success {
    background-color: #fff;
    margin-top: 132px;
    text-align: center;
}

.content-course-candy-landing {
    background: #fff;
}

div.innertopmostnav a {
    color: #030303;
}
.content-course-candy-addlanding {
    background: #fff;
}

.md-modal {
    top: 58% !important;
}

.content-course-candy-landing > .container > .full.fullwidth > img {
    display: block;
    margin: auto;
}

.label.label-keyword > a {
    color: #fff !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    height: auto;
}

.p-inline {
    display: inline;
}

div.registerform {
    max-width: none !important;
}

.btnc-none-promotion-991 {
    display: none !important;
}

.modal.fade.in {
    z-index: 100000;
}

.home-img-social-fb-t {
    width: 50px;
}

.home-img-social-li-t {
    width: 40px;
    margin-top: 5px;
}

.card-header-pink {
    background: #ff699a;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-pink2 {
    background: #ae2552;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-green {
    background: #5cb85c;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-purple {
    background: #916c8a;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-purple2 {
    background: #6125ae;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-blue {
    background: #5997dd;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}


.card-header-blue2 {
    background: #5a7497;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-blue3 {
    background: #7593ba;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-organge {
    background: #fba67e;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-red {
    background: #F44336;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-red2 {
    background: #ae2525;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-lychee {
    background: #fd7f7b;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-gay {
    background: #9E9E9E;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-brow {
    background: #5a3939;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

.card-header-brow2 {
    background: #342424;
    height: 55px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.39);
}

div.registerform input[type=text], div.registerform input[type=number] {
    padding: 15px 40px 15px 40px !important;
    height: 70px;
    font-size: 35px !important;
    margin-bottom: 35px;
}

div.registerform select, div.registerform input[type=submit] {
    font-size: initial !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    height: 60px;
    border-radius: 50px !important;
    width: 100%;
}

select:focus {
    border-color: #ff699a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(255, 105, 154), 0 0 8px rgb(255, 105, 154);
    box-shadow: inset 0 1px 1px rgb(255, 105, 154), 0 0 8px rgb(255, 105, 154);
}

.p-card-header-detail {
    white-space: nowrap;
    width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-md-4.course-candy > a > .card-footer > .btnc-animate > span.button--bubble__container.btnc-product-candy {
    width: 90%;
    margin: auto;
    left: 0;
}

.mg-price-before {
    margin: 25px 0 0 15px !important;
}

div.registerform {
    padding: 0 !important;
}

.col-md-4.course-candy > a > .card-footer > .btnc-animate > span.button--bubble__container.btnc-product-candy > .button--bubble__effect-container {
    top: -151%;
}

.label-pink {
    color: #ff699a;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-pink2 {
    color: #ae2552;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-green {
    color: #5cb85c;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-purple {
    color: #916c8a;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-purple2 {
    color: #6125ae;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-blue {
    color: #5997dd;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}


.label-blue2 {
    color: #5a7497;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-blue3 {
    color: #7593ba;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-organge {
    color: #fba67e;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-red {
    color: #F44336;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-red2 {
    color: #ae2525;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-lychee {
    color: #fd7f7b;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-gay {
    color: #9E9E9E;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-brow {
    color: #5a3939;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.label-brow2 {
    color: #342424;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    float: right;
    font-size: 15px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: 500;
}

.bg-black-btnc-detail {
    width: 99% !important;
}

.btnc-black-btnc-detail {
    left: 2px !important;
}

.register-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f7f8fa;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.39);
}

/*.errormessage {
    border: 2px solid #e44e4e !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px !important;
    background-color: #e44e4e !important;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
    position: fixed !important;
    right: 50px;
    top: 155px;
    z-index: 10;
    font-size: 15px;
}*/

.pd-r-0 {
    padding-right: 0 !important;
}

.modal-full-width {
    margin: 0;
    width: 100%;
    height: 100%;
}

.img-full-width-banner {
    width: 100%;
    height: auto;
}

.content-course-candy-landing > .container > .row > .col-md-12 > .full.fullwidth > img {
    display: block;
    margin: auto;
}

.menu-bg-candy {
    background: #f7f8fa;
    border: #f7f8fa;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 0px;
    padding-top: 25px;
}

.footer-dropdown-menu {
    background: #ff699a;
    color: #fff;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.footer-dropdown-menu:hover {
    background: #5cb85c;
}

#BackToTop span {
    color: #fff;
}

/*.page-registerform {
   margin-top: -10px;
}*/

.img-tnk {
    margin-top: 50px;
}

.dropdown-menu {
    box-shadow: 0 30px 12px rgba(0, 0, 0, .175);
    top: 80px;
    padding: 0;
}

.register-mobile-show {
    display: none;
}

.pd-20 {
    padding: 20px;
}

.btnc-none-promotion-1400 {
    display: none !important;
}

.width-bg-white {
    margin-right: 0;
    margin-left: 0;
}

.img-full-width-pay {
    width: 100%;
}

.mg-0-product {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/*h1.label-number-product {
    font-weight: 700;
    background: #ff699a;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    letter-spacing: 10px;
    margin-top: 35px;
    width: 47%;
    padding: 25px 15px 25px 15px;
    border-radius: 90px;
}*/
span.text-code-success {
    letter-spacing: 0px;
    font-size: 20px;
    position: absolute;
    font-weight: 300;
    margin-left: 5px;
    margin-top: -20px;
}
span.code-success {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -19px;
    font-weight: 700;
    background: #ff699a;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    letter-spacing: 10px;
    margin-top: 35px;
    padding: 30px 25px 15px 30px;
    border-radius: 90px;
}

.data-infomation-success {
    border: 2px dotted #ff699a;
    border-radius: 50px;
    margin-top: -30px;
    padding-top: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.data-infomation-success > p {
    font-size: 25px;
    color: black;
}
.contact-success-register {
    margin-top: 50px;
}
.map-success-register {
    margin-top: 50px;
}
.view-detail-seminar-success-register {
    font-size: 14px;
}
.view-detail-seminar-success-register a:hover {
    color: #ff699a !important;
    text-decoration: underline;
}

.alert-errormessage {
    border: 2px solid #e44e4e !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    padding: 5px 15px 5px 15px !important;
    background-color: #e44e4e !important;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
    position: fixed !important;
    right: 50px;
    top: 155px;
    z-index: 10;
    font-size: 15px;
}
.width-success-register {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.close-alert {
    cursor: pointer;
}

.none {
    display: none;
}

div.registerform select, div.registerform input[type=submit] {
    padding: 15px 40px 15px 40px !important;
    height: 70px;
    font-size: 30px !important;
    margin-bottom: 15px;
}

.showprint {
    display: none;
}

.close-menu {
    cursor: pointer;
}

.close-menu:active {
    background: purple;
}

.img-line-resgister {
    width: 57px;
    height: 55px;
    float: left;
    position: absolute;
    left: 15px;
    z-index: 10000;
}
.img-tel-resgister {
    top: -1px;
    width: 57px;
    height: 55px;
    float: left;
    position: absolute;
    left: 71px;
    z-index: 10000;
}

.btnc-etc-candy {
    width: 28% !important;
    float: right;
    left: 66.5% !important;
}

.span-product-candy {
    top: -157%;
}

.pd-15 {
    padding: 15px;
}

.btnc-free {
    margin: 0 10px 0 0;
}

.dropdown-menu-coursecandy {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background: #f7f8fa;
    border: #f7f8fa;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 30px 12px rgba(0, 0, 0, .175);
    top: 80px;
    padding: 15px;
    margin-left: -28px;
}

.btnc-free:hover .dropdown-menu-coursecandy {
    display: block !important;
}

.dropdown-menu-coursecandy > li {
    margin: 15px 10px;
}

.dropdown-menu-coursecandy>li>a:focus, .dropdown-menu-coursecandy>li>a:hover, .dropdown-menu-coursecandy>li>a:active {
    margin: 0;
    border-radius: 50px;
    background: #ff699a;
    padding: 10px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.btnc-width-in {
    top: -157%;
}
.label-candy-notable {
    background: #0c8ef6;
    color: #fff;
    font-weight: 400;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    font-size: 20px;
    position: absolute;
    margin-top: -19px;
    margin-left: 18px;
}
.form-control-notable {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 28px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 20px 0;
}
.form-control-notable:focus {
    border-color: #0c8ef6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(255, 105, 154), 0 0 8px rgb(255, 105, 154);
    box-shadow: inset 0 1px 1px rgb(12, 142, 246), 0 0 8px rgb(12, 142, 246);
}
.block-page-registerform {
    margin-top: 18px;
}
.price-header {
    /*margin-top: 36px;*/
    margin-top: 8px;
    margin-right: 21px;
}
.price-header-free {
    margin-top: 23px;
    margin-right: 21px;
}
.price-header-regular {
    margin-top: -5px;
    margin-right: 21px;
}
.register-news {
    padding: 0 15px;
}
.landing-contact {
    padding: 0 15px;
}
div.fullwidth {
    padding: 0 15px;
}
.landing-tag {
    padding: 0 15px;
}
.landing-interesting {
    padding: 0 15px;
}
.padding-tag {
    padding-left: 15px;
}
.font-header-landing {
    font-size: 14px;
}
.padding-tag-type {
    padding-left: 6px;
    margin-bottom: 35px;
}
.chosen-container {
    top: 19px;
}
ul.chosen-choices {
    height: 60px !important;
    border-radius: 50px !important;
}
.chosen-container .chosen-drop {
    font-size: 16px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px 5px 3px 2px !important;
    padding: 5px 20px 5px 10px !important;
}
.chosen-container-multi .chosen-choices {
    padding: 0 22px !important;
}
.coupon-show {
    display: none;
}
button.button.button--bubble.btnc.btn-use-coupon {
    padding: 15px 40px 15px 40px;
}

/* Coupon in landing */
.coupon {
    width: 30%;
    height: 70px;
    margin: 27px auto 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 50px !important;
    border: 1px solid #ccc;
    margin-left: 0px;
    font-size: 30px;
}
.coupon:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: relative;
    background-color: #ff699a;
    transition: all 0.5s ease;
    margin-left: -15px;
}
.coupon.open {
    width: 450px;
}
.coupon.open:before {
    height: 60px;
    margin: 5px 0 20px 30px;
    position: absolute;
}

.coupon-box {
    width: 240px;
    height: 60px;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #333333;
    padding: 20px 30px 20px 45px;
    font-size: 40px;
}
.coupon-box:focus {
    outline: none;
}

.coupon-button {
    /*width: 100px;*/
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
    line-height: 29px;
}
.label-candy-coupon {
    background: #ff699a;
    color: #fff;
    font-weight: 400;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1;
}
.button-submit {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    right: 12px;
    top: -40px;
    padding: 20px;
    cursor: pointer;
    line-height: 29px;
}
.button--bubble-coupon {
    position: relative;
    z-index: 2;
    color: white;
    background: #ff699a;
    padding: 20px;
    border-top-left-radius: 0 0;
    border-bottom-left-radius: 0 0;
}

/* ALERT */
.section-notification {
    display: none;
}
.section-notification .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #333;
    color: white;
    border-radius: 4px;
    box-shadow: 0px 23px 30px -20px rgba(0, 0, 0, 0.4);
}
.section-notification .nav > li {
    padding: 20px 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.section-notification .nav:last-child {
    border-right: none;
}
.section-notification .nav:hover {
    background: #444;
}
.section-notification .nav {
    box-shadow: 0px -4px 0px #0097A7 inset;
    background: #222;
    color: white;
}
.section-notification .nav > .notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: note 800ms ease-in-out forwards;
    animation: note 800ms ease-in-out forwards;
    -webkit-transform-origin: center 60px;
    transform-origin: center 60px;
}

@keyframes note {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg) translateY(50px) rotateX(90deg);
        transform: scale(0.1) rotate(30deg) translateY(50px) rotateX(90deg);
    }
    50% {
        -webkit-transform: rotate(-10deg) rotateX(-2deg);
        transform: rotate(-10deg) rotateX(-2deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.section-notification .notifications {
    background: #ff699a;
    display: none;
    border-radius: 4px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 0px 10px;
    margin-bottom: 14px;
    margin-left: -81px;
    cursor: default;
    height: 45px;
    line-height: 42px;
}
.section-notification .notifications:after {
    top: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 151, 167, 0);
    border-top-color: #ff699a;
    border-width: 16px;
    margin-left: -32px;
    -webkit-transform: rotate(90deg) !important;
    margin-top: -38px;
}

/* Success */
.section-notification-success {
    display: none;
}
.section-notification-success .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #333;
    color: white;
    border-radius: 4px;
    box-shadow: 0px 23px 30px -20px rgba(0, 0, 0, 0.4);
}
.section-notification-success .nav > li {
    padding: 20px 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.section-notification-success .nav:last-child {
    border-right: none;
}
.section-notification-success .nav:hover {
    background: #444;
}
.section-notification-success .nav {
    box-shadow: 0px -4px 0px #0097A7 inset;
    background: #222;
    color: white;
}
.section-notification-success .nav > .notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: note 800ms ease-in-out forwards;
    animation: note 800ms ease-in-out forwards;
    -webkit-transform-origin: center 60px;
    transform-origin: center 60px;
}

@keyframes note {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg) translateY(50px) rotateX(90deg);
        transform: scale(0.1) rotate(30deg) translateY(50px) rotateX(90deg);
    }
    50% {
        -webkit-transform: rotate(-10deg) rotateX(-2deg);
        transform: rotate(-10deg) rotateX(-2deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.section-notification-success .notifications {
    background: #ff699a;
    display: none;
    border-radius: 4px;
    position: absolute;
    bottom: 100%;
    left: 40%;
    padding: 0px 10px;
    margin-bottom: 14px;
    margin-left: -81px;
    cursor: default;
    height: 45px;
    line-height: 42px;
}
.section-notification-success .notifications:after {
    top: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 151, 167, 0);
    border-top-color: #ff699a;
    border-width: 16px;
    margin-left: -32px;
    -webkit-transform: rotate(90deg) !important;
    margin-top: -38px;
}
/* LOGIN */
*, :before, :after {
    box-sizing: border-box;
    margin: 0;
    transition: 0.4s;
}

.modal-login {
    height: 430px;
    width: 650px;
    margin: auto;
    position: fixed;
    margin-top: 45px;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    transition: .4s, box-shadow .3s .4s;
    z-index: 9999999;
}

.modal-inner {
    background-color: #fff;
    border-radius: 3px;
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
}

.modal-login-hide {
    display: none;
}
.modal-login.hidden {
    display: none;
    box-shadow: none;
    transition: .4s, box-shadow 0s;
    opacity: 0;
    visibility: hidden;
}
.modal-login.hidden .form-login {
    top: 100%;
}
.modal-login.hidden .invite-login {
    top: -100%;
}
.modal-login.hidden .invite-login .close-login {
    height: 0;
    width: 0;
    top: 0;
    right: 0;
}
.form-login {
    -webkit-animation: form-login 800ms ease-in-out forwards;
    animation: form-login 800ms ease-in-out forwards;
    border-top-left-radius: 10% 10%;
    border-bottom-left-radius: 10% 10%;
}

@keyframes form-login {
    0% {
        opacity: 0;
        transform: translateY(-90%);
    }
    50% {
        -webkit-transform: rotate(-10deg) rotateX(-2deg);
        transform: rotate(-10deg) rotateX(-2deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.form-login, .invite-login {
    background: rgba(71, 71, 71, 0.8);
    width: 50%;
    height: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.invite-login {
    background: linear-gradient(-45deg, #f857a6, #ff5858);
    left: 50%;
    -webkit-animation: invite-login 800ms ease-in-out forwards;
    animation: invite-login 800ms ease-in-out forwards;
    border-top-right-radius: 10% 10%;
    border-bottom-right-radius: 10% 10%;
}
@keyframes invite-login {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }
    50% {
        -webkit-transform: rotate(10deg) rotateX(2deg);
        transform: rotate(10deg) rotateX(2deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.input-login {
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
    padding: 8px;
    margin: 15px 0;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #FFF;
    font-size: 20px;
    height: 45px;
}
.input-login:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 500px #7a7a7a inset;
    -webkit-text-fill-color: #FFF;
}

.label-login {
    background: #ff699a;
    color: #fff;
    font-weight: 400;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    margin-top: -12px;
    margin-left: 22px;
    z-index: 10000;
}
label.color-white.label-modal-logre {
    font-size: 14px;
}
.label-or-signin {
    position: absolute;
    top: 182px;
    left: 140px;
    right: 0;
    display: block;
    text-align: center;
    padding: 0 10px 0 8px;
    background: #ff699a;
    border-radius: 50px;
    /* bottom: 78px; */
    width: 42px;
    height: 20px;
}
.color-white {
    color: #ffffff;
}

.btn-login {
    background: linear-gradient(-45deg, #f857a6, #ff5858);
    padding: 10px 20px;
    border: none;
    border-radius: 21px;
    outline: none;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    transform: translateX(-50%);
}
.btn-login:hover:before {
    left: 110%;
    transition: .3s;
}
.btn-login:before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 65px;
    position: absolute;
    top: 0;
    left: -100%;
    transform: skew(-45deg);
    transition: 0s;
}

.header-login {
    font: 30px Roboto;
    text-transform: uppercase;
}

.register-login {
    background: #474747;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 30px;
    left: 50%;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    transform: translateX(-50%);
}
.register-login:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transform: translateX(-50%);
}

.close-login {
    background: #474747;
    height: 30px;
    width: 30px;
    border: 3px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 99999999999;
}
.close-login:before, .close-login:after {
    content: '';
    background: #FFF;
    height: 80%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close-login:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-login-register {
    background: #474747;
    height: 30px;
    width: 30px;
    border: 3px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 99999999999;
    display: none;
}
.close-login-register:before, .close-login-register:after {
    content: '';
    background: #FFF;
    height: 80%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close-login-register:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.open-login.active {
    opacity: 1;
    visibility: visible;
}
.open-login:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.social-login {
    text-align: center;
    margin-top: 37px;
}
.login-facebook {
    margin-bottom: 10px;
    border-radius: 20px;
    width: 230px;
    height: 45px;
}
.login-line {
    margin-bottom: 10px;
    border-radius: 20px;
    width: 230px;
    height: 45px;
}
.login-error {
    background: rgb(71, 71, 71);
    /* left: 19px; */
    margin-left: -38px;
    -webkit-animation: login-error 800ms ease-in-out forwards;
    animation: login-error 800ms ease-in-out forwards;
    /* height: 10%; */
    width: 100%;
    padding: 13px;
    /* padding-left: 21px; */
    position: relative;
    /* top: -70px; */
    z-index: 1000;
    border-style: dotted;
    border-color: #fd586e;
    color: #fff;
    /* line-height: 0px; */
    font-size: 14px;
    /* border-top-left-radius: 7% 64%; */
    text-align: center;
    /* margin-left: auto; */
    /* margin-right: auto; */
}
@keyframes login-error {
0%, 100% { left: 39px;}
20% , 60%{left: -39px;}
40% , 80%{left: 39px;}
}

.alert-login {
    display: none;
}
.close-alert-error {
    background: rgba(71, 71, 71, 0.8);
    height: 25px;
    width: 25px;
    border: 3px solid #ee1b30;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 13px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 10000;
    -webkit-animation: close-login-error 800ms ease-in-out forwards;
    animation: close-login-error 800ms ease-in-out forwards;
}
@keyframes close-login-error {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }
}
.close-alert-error:before {
    content: '';
    background: #fd586e;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.close-alert-error:after {
    content: '';
    background: #fd586e;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.wrong-email {
    z-index: 1;
    -webkit-animation: wrong-email 300ms ease-in-out forwards;
    animation: wrong-email 300ms ease-in-out forwards;
}
@keyframes wrong-email {
    25% {
        margin-left: -20px;
    }
    50% {
        margin-left: 20px;
    }
    70% {
        margin-left: -20px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.wrong-pass {
    z-index: 1;
    -webkit-animation: wrong-pass 300ms ease-in-out forwards;
    animation: wrong-pass 300ms ease-in-out forwards;
}
@keyframes wrong-pass {
    25% {
        margin-left: -20px;
    }
    50% {
        margin-left: 20px;
    }
    70% {
        margin-left: -20px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);

    }
}
.hr-white {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.register-form-none {
    display: none;
}
.register-form {
    top: -100%;
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: rgba(71, 71, 71, 0.8);
    width: 50%;
    height: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #f857a6, #ff5858);
    left: 50%;
    -webkit-animation: register-form 800ms ease-in-out forwards;
    animation: register-form 800ms ease-in-out forwards;
    border-top-right-radius: 10% 10%;
    border-bottom-right-radius: 10% 10%;
}
@keyframes register-form {
    0% {
        opacity: 0;
        transform: rotateY(180deg);
    }
    50% {
        -webkit-transform: rotate(10deg) rotateX(2deg);
        transform: rotate(10deg) rotateX(2deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.social-register {
    /*display: flex;*/
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 37px;
}
.register-facebook {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-left: -12px;
}
.register-line {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
}
.label-or-register {
    position: absolute;
    top: 117px;
    left: 140px;
    right: 0;
    display: block;
    text-align: center;
    padding: 0 10px 0 8px;
    background: linear-gradient(-45deg, #f51080, #f92f2f);
    border-radius: 50px;
    width: 42px;
    height: 20px;
}
.label-or-register-error {
    position: absolute;
    top: 113px;
    left: 140px;
    right: 0;
    display: block;
    text-align: center;
    padding: 0 10px 0 8px;
    background: linear-gradient(-45deg, #f51080, #f92f2f);
    border-radius: 50px;
    width: 42px;
    height: 20px;
}

.hr-white-register {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.btn-register {
    background: linear-gradient(-45deg, #f51080, #f92f2f);
    padding: 10px 20px;
    border: none;
    border-radius: 21px;
    outline: none;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    transform: translateX(-50%);
}
.label-register {
    background: linear-gradient(-45deg, #f51080, #f92f2f);
    color: #fff;
    font-weight: 400;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    margin-top: -6px;
    margin-left: 22px;
    z-index: 10000;
}

/* PROFILE */
.dropdown-menu-profile {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background: #f7f8fa;
    border: #f7f8fa;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 30px 12px rgba(0, 0, 0, .175);
    top: 94px;
    padding: 15px;
    right: -30px;
}

.btn-profile:hover .dropdown-menu-profile {
    display: block !important;
}

.dropdown-menu-profile > li {
    margin: 15px 10px;
}

.dropdown-menu-profile>li>a:focus, .dropdown-menu-profile>li>a:hover, .dropdown-menu-profile>li>a:active {
    margin: 0;
    border-radius: 50px;
    background: #ff699a;
    padding: 10px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
/*PROFILE UPDATE*/
.profile-update {
    border-right: dotted #fd586e;
}
.profile-header-update {
    float: right;
}
.border-profile {
    border-top: solid #ff699a;
    border-width: 1px;
    top: 55px;
    position: relative;
    width: 75%;
}
.form-update-profile {
    margin-top: 96px;
}
.border-profile-login {
    border-top: solid #ff699a;
    border-width: 1px;
    top: 55px;
    position: relative;
    width: 64%;
    float: right;
}
.login-error-profile {
    background: rgba(240, 35, 35, 0.8);
    left: 39px;
    -webkit-animation: login-error-profile 800ms ease-in-out forwards;
    animation: login-error-profile 800ms ease-in-out forwards;
    height: 10%;
    width: 89%;
    padding: 20px;
    padding-left: 49px;
    position: relative;
    top: -18px;
    z-index: 1000;
    border-style: dotted;
    border-color: #f5edee;
    color: #fff;
    line-height: 0px;
}
@keyframes login-error-profile {
    0%, 100% { left: 39px;}
    20% , 60%{left: -39px;}
    40% , 80%{left: 39px;}
}
.close-alert-error-profile {
    background: rgb(33, 32, 32);
    height: 25px;
    width: 25px;
    border: 3px solid #f30828;
    border-radius: 50%;
    position: absolute;
    top: 89px;
    left: 68px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 10000;
    -webkit-animation: close-login-error-profile 800ms ease-in-out forwards;
    animation: close-login-error-profile 800ms ease-in-out forwards;
}
@keyframes close-login-error-profile {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }
}
.close-alert-error-profile:before {
    content: '';
    background: #f60a29;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.close-alert-error-profile:after {
    content: '';
    background: #f60a29;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.login-error-profile-password {
    display: none;
    background: rgba(240, 35, 35, 0.8);
    left: 39px;
    -webkit-animation: login-error-profile-password 800ms ease-in-out forwards;
    animation: login-error-profile-password 800ms ease-in-out forwards;
    height: 10%;
    width: 89%;
    padding: 20px;
    padding-left: 49px;
    position: relative;
    top: -18px;
    z-index: 1000;
    border-style: dotted;
    border-color: #f5edee;
    color: #fff;
    line-height: 0px;
}
@keyframes login-error-profile-password {
    0%, 100% { left: 39px;}
    20% , 60%{left: -39px;}
    40% , 80%{left: 39px;}
}
.close-alert-error-profile-password {
    display: none;
    background: rgb(33, 32, 32);
    height: 25px;
    width: 25px;
    border: 3px solid #f30828;
    border-radius: 50%;
    position: absolute;
    top: 89px;
    left: 68px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 10000;
    -webkit-animation: close-login-error-profile-password 800ms ease-in-out forwards;
    animation: close-login-error-profile-password 800ms ease-in-out forwards;
}
@keyframes close-login-error-profile-password {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }
}
.close-alert-error-profile-password:before {
    content: '';
    background: #f60a29;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.close-alert-error-profile-password:after {
    content: '';
    background: #f60a29;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.login-sussess-profile {
    background: rgb(31, 177, 105);
    left: 39px;
    -webkit-animation: login-sussess-profile 800ms ease-in-out forwards;
    animation: login-sussess-profile 800ms ease-in-out forwards;
    height: 10%;
    width: 89%;
    padding: 20px;
    padding-left: 49px;
    position: relative;
    top: -18px;
    z-index: 1000;
    border-style: dotted;
    border-color: #f5edee;
    color: #fff;
    line-height: 0px;
}
@keyframes login-sussess-profile {
    0%, 100% { left: 39px;}
    20% , 60%{left: -39px;}
    40% , 80%{left: 39px;}
}
.close-alert-sussess-profile {
    background: rgb(33, 32, 32);
    height: 25px;
    width: 25px;
    border: 3px solid #00ff81;
    border-radius: 50%;
    position: absolute;
    top: 89px;
    left: 68px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 10000;
    -webkit-animation: close-login-sussess-profile 800ms ease-in-out forwards;
    animation: close-login-sussess-profile 800ms ease-in-out forwards;
}
@keyframes close-login-sussess-profile {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }
}
.close-alert-sussess-profile:before {
    content: '';
    background: #00ff80;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.close-alert-sussess-profile:after {
    content: '';
    background: #00ff80;
    height: 70%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.confirm-email {
    background: rgb(255, 255, 255);
    color: #f54fe1;
    text-align: center;
}
.cant-email-confirm {
    margin-left: 103px;
}
.send-email {
    background-color: lightgrey;
    border: 1px doted #fd41ba;
    padding: 15px;
    margin: 25px;
    border-style: dotted;
    border-color: #fd586e;
    left: 101px;
    position: relative;
    display: table-cell;
}
.send-email-none {
    display: none;
}
button.change-password-submit {
    display: none;
}
.form-group-login {
    margin-bottom: 20px;
}
.close-login-mobile {
    background: #474747;
    height: 30px;
    width: 30px;
    border: 3px solid #FFF;
    border-radius: 50%;
    position: fixed;
    top: 97px;
    right: 4px;
    cursor: pointer;
    transition: .4s .3s;
    z-index: 99999999999;
    display: none;
}
.close-login-mobile:before, .close-login-mobile:after {
    content: '';
    background: #FFF;
    height: 80%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close-login-mobile:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.go_register {
    display: none;
    color: #fff !important;
    margin-top: 12px;
    text-shadow: 2px 2px 0 #fa567c, -1px -1px 0 #f95792, 1px -1px 0 #f85694, -1px 1px 0 #fb587c, 1px 1px 0 #fb567a;
    margin-top: 67px;
    text-align: center;
}
.modal-login-fixtop {
    margin-top: -20px !important;
}
.close-login-mobile-fixtop {
    top: 76px !important;
}
.login-modal-op {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
    z-index: 9999998;
    display: none;
}
.control-panel-top {
    margin-top: -15px !important;
}
table.form-post {
    width: 100%;
}
table.form-post > tbody > tr > td {
    padding: 15px;
}
.price-input {
    display: none;
}

#preview-cover {
    background-size: cover;
    background-position: center;
    transition: all 400ms ease;
    max-width: 300px;
    max-height: 400px;
}
#modal-container-crop {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99999;
}
.modal-active {
    overflow: hidden;
}
.modal-close-crop {
    color: black;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 0px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.modal-close-crop:hover {
    color: #ff7e00;
    border: 1px solid #ff7e00;
    background-color: transparent;
}
.modal-close-crop.signup-close {
    left: 66.5%;
    top: 17.1%;
}
#modal-container-crop.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-crop.one .modal-background-crop .form-modal-crop {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-crop.one .modal-background-crop .modal-close-crop {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-crop.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-crop.one.out .modal-background-crop .form-modal-crop {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-crop.one.out .modal-background-crop .modal-close-crop {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-crop .modal-background-crop {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}
#modal-container-crop .modal-background-crop .form-modal-crop {
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

#image-crop-div{
    width: 500px;
    height: 400px;
}
#thumbnail{
    max-width: 282px;
    max-height:100%;
}
#preview-cont {
    width:200px;
    height:200px;
    overflow:hidden;
    border:1px solid #000;
    float:right;
}
#div-save-crop {
    position: absolute;
    left: 103%;
}

.preview-cover-div {
    max-width: 286px;
    max-height: 400px;
    overflow: hidden;
    border: 1px solid #000;
    margin-top: 15px;
}
.preview-cover-div-hover:hover #preview-cover {
    transform: scale(1);
    transition: all 600ms ease;
    filter: blur(6px);
}
.preview-cover-div-hover:hover .btn-link-preview {
    transform: translate(-50%, -50%);
    transition-delay: 200ms;
    opacity: 1;
    display: block;
}
.btn-link-preview {
    display: none;
    background: #ff7e00;
    padding: 0.6em 1.0em;
    border-radius: 10px;
    text-decoration: none;
    font-family: helvetica;
    color: #ffffff;
    position: absolute;
    top: 57%;
    left: 37%;
    transform: translate(-50%, 0%);
    transition: all 400ms ease;
    opacity: 0;
    font-size: 12px;
}
.btn-link-preview:hover {
    color: black;
}
#preview-detail-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #000;
    margin-top: 15px;
}
#preview-upload {
    width: 200px;
    height: 200px;
}
#header-course-candy {
    height: 100%;
}
#header-category-seach {
    margin-top: -6px;
}
#header-btn-semianr-link {
    margin-top: -4px;
}
.small-copy-right{
    font-size: 10px;
}
.page-registerform {
    margin-top: -39px;
}
.body-post-detail-page {
    background-color: #fff;
    padding: 15px 100px 15px 100px;
}
.span-register-post-detail-page {
    margin: 5px 0 -5px 0;
}
button.button.button--bubble.btnc.btn-register-post-detail-page {
    padding: 8px 16px 8px 16px;
}
.btn-register-detail.-off {
    background: #c3bcbe;
    cursor: no-drop;
}
div.counter, div.calendar {
    margin-top: 13px;
}
.fancybox-wrap {
    z-index: 99999999;
}
div.sectionheader {
    background: url(/../images/icon-info-bw.png) no-repeat left;
    color: #ff699a;
}
#register_form_booking .label-candy {
    margin-top: 0;
}
#register_form_booking .form-control {
    width: 97%;
}
#register_form_booking .form-control {
    border: 1px solid #a9a9a9;
}
.capcha-center {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
div.registerform-booking {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.radio {
    margin: 0.5rem;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #ff699a;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #ff699a;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.margin-radio-btn {
    margin-left: 30px;
}
div.div-submit-register-booking {
    height: auto;
    padding-left: 10px;
    padding-right: 22px;
    text-align: center;
}
button.button.button--bubble.btnc.btn-submit-register-booking {
    padding: 15px 0 15px 0;
    font-family: 'kanit', 'sans-serif';
    font-size: 30px;
    width: 80%;
}
.by-clicking {
    text-align: center;
    margin-top: -10px;
}
.by-clicking a {
    color: #ff699a !important;
}



input[type="checkbox"] {
    display: none;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;
    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #ff699a;
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #ff699a;
}
.checkbox-choose-margin-top {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
div.registerform input[type=text].form-control-other-export {
    padding: 15px 15px 15px 15px !important;
    font-size: 14px !important;
    margin-bottom: 35px;
    width: 50%;
    border-radius: 50px !important;
    margin: 20px 0;
    border: 1px solid #a9a9a9;
    outline: 0;
    position: absolute;
    margin-top: 0px;
    height: 40px !important;
    margin-left: 15px;
    font-family: 'kanit', 'sans-serif';
}
.detail-web-footer {
    margin-top: -22px;
}
.facebook-or-line {
    font-size: 12px;
    background-color: #ff699a;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    margin-left: 5px;
    margin-right: 3px;
}
.phone-contact {
    font-size: 20px;
}
.line-contact {
    font-size: 20px;
}
.img-tnk {
    width: 100%;
}
.phone-contact-success-register {
    font-size: 22px;
    margin-top: 10px;
}
.color-red2 {
    color: #ae2525;
}
.bank-transfer-table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.bank-logo {
    width: 120px;
    height: 120px;
}
.box-pink {
    background-color: #ff699a;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    color: white;
}
.price-detail-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.price-detail-table > thead > tr > th {
    background-color: #ff699a;
    color: white;
}
.detail-paynow {
    border: 2px solid #ff699a;
    border-radius: 50px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 25px 25px 25px;
}
.inline-flex {
    display: inline-flex;
    width: 100%;
}
.data-infomation-paynow {
    text-align: left;
    width: 55%;
}
.detail-price-paynow {
    width: 45%;
}
.must-pay-price {
    font-size: 30px;
    color: #ff699a;
    font-weight: 600;
    margin: 0;
    margin-top: -15px;
}
.line-for-mobile {
    display: none;
}
.logo-print {
    display: none;
}

.circle-loading {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1.5em;
    position: relative;
    top: 0;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.left-circle-loading {
    animation-name: left-circle-loading;
    animation-timing-function: ease-in;
    background: #ffac36;
}

@keyframes left-circle-loading {
    0% {
        top: 0px;
    }
    50% {
        top: 50px;
    }
    60% {
        transform: scale(1.15);
    }

    100% {
        top: 0px;
    }
}

.middle-circle-loading {
    animation-name: middle-circle-loading;
    animation-timing-function: linear;
    background: #fd625e;
}

@keyframes middle-circle-loading {
    0% {
        top: 0px;
    }
    50% {
        top: 50px;
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        top: 0px;
    }
}

.right-circle-loading {
    animation-name: right-circle-loading;
    animation-timing-function: ease-out;
    background: #00b4ff;
}

@keyframes right-circle-loading {
    0% {
        top: 0px;
    }
    50% {
        top: 50px;
        transform: scale(1.2);
    }

    100% {
        top: 0px;
    }
}
main.loading-page {
    position: absolute;
    top: calc(48% - 100px);
    left: calc(50% - 100px);
    display: none;
    z-index: 99;
}
.form-loading-div {
    background-color: #474747;
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: 9;
    opacity: 0.5;
    margin-left: -31px;
    border-radius: 50px;
    display: none;
}
.when-click-register {
    font-size: 12px;
    margin-top: -12px;
}
.when-click-register > a {
    color: #ff699a !important;
}
.text-pay-credit {
    text-align: left;
    font-weight: bold;
    color: #333;
}
.location-register-eedu {
    margin-top: -5px;
    font-size: 18px;
}
.map-success > img {
    max-width: 100%;
}
.map-success {
    margin-top: 35px;
}



@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 35px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: #ff699a;
}
.option-input:checked::before {
    height: 35px;
    width: 35px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 24.66667px;
    text-align: center;
    line-height: 38px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #ff699a;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}
.radio-choose {
    text-align: left;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.radio-label {
    margin-left: 0px;
}
.pls-get-round {
    margin-left: 20px;
}
.btnc-free {
    display: inline-block;
}
#register_form_booking {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.cover-col-2 {
    min-height: 320px;
}