.img-responsive{
    max-width: 100%;
}
body {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
}
p, ul {
    font-weight: 400;
    font-size: 17px;
}
h2, h4, h3, p { line-height: 1.5em;}
.font-msr {
    font-family: 'montserrat', 'roboto';
}
.main-color {
    color: #eb1f29;
}
.inline-block{
    display: inline-block;
}
.top{
    vertical-align: top;
}
.middle{
    vertical-align: middle;
}
.text-uppercase {
    text-transform: uppercase;
}
.wrapper {
/*    max-width:  1920px;
    margin: 0 auto;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.container-page {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: 0 auto;
}
#back-to-top {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 50px;
    right: 20px;
    opacity: 0.5;
}
#back-to-top:hover {
    opacity: 0.8;
}
img.center {
    margin: 0 auto;
}
img.img {
    width: 100%;
}
.scroll-down img {
    margin-top: 10px;
    opacity: .3;
}
.scroll-down img:hover {
    opacity: 1;
}
@media screen and (max-width: 767px){
    .text-center-mobile{
        text-align: center;
    }
}
.has-shadow{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.cool-btn-cta{
    font-weight: bold;
    font-size: 24px;
    border: none;
}
.cool-btn-cta:focus{
    text-decoration: none;
    color: white;
}
.cool-btn-cta.btn-pink{
    background-image: linear-gradient(to right, #f9649a 50%, #ff2273 50%);
}
.cool-btn-cta.btn-pink:hover{
    color: white;
}
@media screen and (max-width: 767px){
    .cool-btn-cta{
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cool-divider.red-rectangle {
    width: 50px;
    height: 5px;
    margin: 10px 0;
}
.cool-divider.center {
    margin: 10px auto;
}
@media screen and (max-width: 767px){
    .cool-divider.center-mobile{
        margin-left: auto;
        margin-right: auto;
    }
}
ul.has-arrow{
    padding-left: 0;
    list-style: none;
}
ul.has-arrow li{
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}
ul.has-arrow li:before{
    width: 45px;
    height: 24px;
    content: url(https://landing.cfyc.com.vn/themes/landing/assets/landingpages/pt-toto/img/arrow.png);
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
}
ul.has-arrow li p{
    font-weight: 300;
    line-height: 1.9;
}
@media screen and (max-width: 480px){
    ul.has-arrow li{
        padding-left: 0;
    }
    ul.has-arrow li:before{
        display: none;
    }
}

.has-upper-stars-on-tablet-up{
    position: relative;
}
.has-upper-stars-on-tablet-up:before{
    position: absolute;
    top: 0;
    transform: translateY(-100%) translateX(-50%);
    left: 50%;
    display: block;
    content: url(https://landing.cfyc.com.vn/themes/landing/assets/landingpages/pt-toto/img/stars.png);
    width: 163px;
    height: 44px;
}
.has-triangle:before{
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 7px;
    border-color: transparent transparent transparent #eb1f2a;
    margin-right: 8px;
}
@media screen and (max-width: 1023px){
    .has-upper-stars-on-tablet-up:before{
        display: none;
    }
}

.section-text{
    padding: 60px 0;
}
.section-text h2{
    font-size: 42px;
    font-weight: bold;
}
.section-text h2 small{
    font-size: 35px;
    color: #333;
}
.section-text .cool-btn-cta{
    margin-top: 20px;
    white-space: nowrap;
}

@media screen and (max-width: 767px){
    .section-text{
        padding: 30px 0;
    }
    .section-text h2{
        font-size: 24px;
    }
    .section-text h2 small{
        font-size: 20px;
    }
}
.sec-icon {
    height: 120px;
    padding: 0;
    background: url(../img/sec-icon.png) center center no-repeat;
}

@media screen and (max-width: 1024px) and (min-width: 768px){
    .section-common-banner.section-common-banner-smart img{
        margin-left: calc( 50% - 650px );
        max-width: inherit;
        width: 1300px;
    }
}


/* ----------------------------- REGISTER-FORM ----------------------------- */
.form-group{
    background: none;
    border-radius: 0px;
    padding: 2px 0;
    margin-bottom: 5px;
}
label.error{
    color: red;
}
.form-control{
    height: 38px;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    box-shadow: none;
}
.form-control.error{
    border: 1px solid red;
}
.register-form-modal-content{
    max-width: 810px;
    margin: 50px auto 0;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    background-image: url(../img/bg-popup.png);
    background-color: #000;
    background-position: top right;
    background-repeat: no-repeat;
}
.register-form-modal-content .price{
    margin: 30px 0;
}
.register-form-modal-content .small-note{
    font-size: 19px;
    color: #949494;
    padding-left: 40px;
    font-style: italic;
}
.register-form-modal-content .small-note span{
    color: #ff2273;
    font-size: 21px;
}
.register-form-modal-content .form-header .close{
    opacity: 1;
    margin-top: 15px;
    margin-right: 15px;
}
.register-form-modal-content .form-header{
    background: transparent;
    color: white;
    padding: 0;
}
.register-form-modal-content .form-content {
    padding: 20px 50px 20px 50px;
}
.register-form-modal-content .form-content .description{
    font-size: 20px;
    color: #666;
    margin-top: 0;
    margin-bottom: 20px;
}

.register-form-modal-content .form-content .description strong{
    color: #333;
}
.register-form-modal-content .form-content .description img{
    max-width: 100%;
}
.register-form-modal-content .wrap-form-group{
    max-width: 330px;
}

.register-form-modal-content .txt-1{
    font-size: 38px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.register-form-modal-content .txt-2{
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
.register-form-modal-content .control-label{
    font-size: 20px;
    text-transform: uppercase;
    color: #7b7b7b;
    line-height: 62px;
    padding-left: 20px;
    margin: 0;
}
.register-form-modal-content .register-note a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.register-form-modal-content #conditions {
    margin-top: 100px;
}
.register-form-modal-content #conditions p, .register-form-modal-content #conditions ul li {
    color: #fff;
    font-weight: 300;
}
.register-form-modal-content .cool-btn-cta{
    font-size: 20px;
    padding: 10px 30px;
    margin-bottom: 15px;
}
.register-form-modal-content .cta {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
}
.register-form-modal-content .btn-submit .icon-click{
    margin-left: 16px;
}
@media screen and (max-width: 991px){
    .register-form-modal-content{
        background: #000;
    }
    .register-form-modal-content .form-content{
        padding-top: 20px;
    }
    .register-form-modal-content .wrap-form-group{
        max-width: inherit;
    }
}
@media screen and (max-width: 640px) {
    .register-form-modal-content .price{
        margin: 20px auto;
    }
    .register-form-modal-content .wrap-form-group {
        margin-left: auto;
        margin-right: auto;
    }
    .register-form-modal-content .wrap-form-group .form-action {
        text-align: center;
    }
    .register-form-modal-content #conditions {
        margin-top: 30px;
    }
}
@media screen and (max-width: 640px) {
    .register-form-modal-content .form-content .description{
        text-align: center;
    }
    .register-form-modal-content .txt-1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px) {
    .register-form-modal-content{
        margin: 0;
    }
    .register-form-modal-content .form-content {
        padding: 20px;
    }
    .register-form-modal-content .form-content .control-label{
        display: block;
        padding-left: 0;
        line-height: 1.5;
    }
}
@media screen and (max-width: 375px) {
    .register-form-modal-content .form-header .txt-1{
        font-size: 20px;
    }
    .register-form-modal-content .form-header .txt-2{
        font-size: 16px;
    }
    .register-form-modal-content .form-header .close{
        max-width: 30px;
        margin-top: 10px;
    }
    .register-form-modal-content .form-header .close img{
        max-width: 100%;
    }
    .register-form-modal-content .form-content .description{
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .register-form-modal-content .control-label{
        font-size: 16px;
    }
    .form-control{
        height: 48px;
    }
    .register-form-modal-content .btn-submit {
        height: 54px;
        font-size: 20px;
    }
    .register-form-modal-content .wrap-form-group .description p.txt-2 {
        font-size: 43px;
    }
    .register-form-modal-content .register-note{
        font-size: 14px;
    }
    label.error{
        font-size: 14px;
    }

}
a.logo-link {
    display: inline-block;
}
img.logo-landingpage {
    margin: 0 auto;
    width: 160px;
}
/* ----------------------------- OWL CAROUSEL ----------------------------- */
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    font-size: 0px;
    position: relative;
}
.nav-mid.owl-theme .owl-nav{
    width: calc(100% + 25px);
    margin-left: -25px;
    margin-top: 0;
}
.nav-mid.owl-theme .owl-nav .owl-prev, .nav-mid.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    border-radius: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #c01100;
}

.owl-theme.has-arrow-nav .owl-nav .owl-prev, .owl-theme.has-arrow-nav .owl-nav .owl-next{
    width: 78px;
    height: 78px;
    opacity: 0.5;
    transition: 0.3s opacity;
}
.owl-theme.has-arrow-nav .owl-nav .owl-prev:hover, .owl-theme.has-arrow-nav .owl-nav .owl-next:hover{
    opacity: 1
}
.owl-theme.has-arrow-nav .owl-nav .owl-prev {
    background-image: url(../img/prev.png);
    left: -80px;
}
.owl-theme.has-arrow-nav .owl-nav .owl-next {
    background-image: url(../img/next.png);
    right: -80px;
}

.owl-theme.has-red-nav .owl-nav .owl-prev, .owl-theme.has-red-nav .owl-nav .owl-next{
    width: 73px;
    height: 104px;
}
.owl-theme.has-red-nav .owl-nav .owl-prev {
    background-image: url(../img/icon-prev-large.jpg);
    left: 0;
}
.owl-theme.has-red-nav .owl-nav .owl-next {
    background-image: url(../img/icon-next-large.jpg);
    right: 0;
}
@media screen and (max-width: 1365px){
    .owl-theme.has-arrow-nav .owl-nav .owl-prev {
        left: -30px;
    }
    .owl-theme.has-arrow-nav .owl-nav .owl-next {
        right: -30px;
    }
}
@media screen and (max-width: 1023px){
    .owl-theme.has-red-nav .owl-nav .owl-prev, .owl-theme.has-red-nav .owl-nav .owl-next{
        width: 36.5px;
        height: 52px;
    }
    .owl-theme.has-arrow-nav .owl-nav .owl-prev, .owl-theme.has-arrow-nav .owl-nav .owl-next{
        width: 60px;
        height: 60px;
    }
}


/* =========================================== SECTION-TYPE-MEDIA-1 =========================================== */
.section-type-media-1{
    color: #222;
}
.section-type-media-1 .img-why{
    margin-top: 25px;
    margin-bottom: 30px;
}
.section-type-media-1 h2{
    line-height: 1;
}
.section-type-media-1 h2 small{
    font-weight: 300;
}
.section-type-media-1 .txt-1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px){
    .section-type-media-1 .cool-divider{
        margin: 0 auto;
    }
    .section-type-media-1 h2{
        margin-bottom: 20px;
    }
}

/* =========================================== SECTION-CAROUSEL-1 =========================================== */
.section-carousel-1 .cool-divider{
    margin: 20px auto;
}


/* =========================================== SECTION-FACILITIES =========================================== */
.section-facilities{
    background: #f9f9f9;
    padding-bottom: 0;
}
.section-facilities .txt-1{
    font-size: 18px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1023px){
    .section-facilities .heading{
        text-align: center;
    }
}

/* =========================================== SECTION-CAROUSEL-2 =========================================== */
.section-carousel-2 .txt-1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}
.section-carousel-2 h2{
    margin-top: 0;
}
.section-carousel-2 .cool-divider{
    margin-bottom: 30px;
}


@media screen and (max-width: 767px){
    .section-carousel-2 .cool-divider{
        margin: 10px auto;
    }
    .section-classes .heading{
        text-align: center;
    }
    .section-classes .txt-1{
        font-size: 18px;
    }
}


.owl-theme-1 .item {
    max-width: 354px;
    margin: 30px auto;
    background: #3c3c3c;
    text-align: center;
    color: #fff;
}
.owl-theme-1 .item .factor-icon{
    max-width: 100%;
    width: auto;
    display: block;
    margin: -45px auto 13px;
}
.owl-theme-1 .item img{
    transform: translateZ(0);
}
.owl-theme-1 .item .desc{
    padding: 0 30px 30px;
    border-top: 7px solid #E9451D;
}
.owl-theme-1 .item .txt-1{
    font-size: 25px;
    font-weight: 900;
    line-height: 1.48;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.owl-theme-1 .item p{
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}
@media screen and (max-width: 1023px){
    .owl-theme.has-arrow-nav .owl-nav .owl-prev{
        left: 0;
    }
    .owl-theme.has-arrow-nav .owl-nav .owl-next{
        right: 0;
    }
}
@media screen and (max-width: 767px){
    .owl-theme-1 .item .desc{
        padding: 15px 10px;
    }
    .owl-theme-1 .item .txt-1{
        font-size: 20px;
    }
    .owl-theme-1 .item .desc p{
        font-size: 14px;
    }
}

.section-find-trainer .heading h2{
    font-size: 42px;
    font-weight: bold;
}
.section-find-trainer .heading h2 span{
    font-weight: 300;
}
.section-find-trainer .cool-divider.center{
    margin-bottom: 40px;
}
.find_your_trainner {
  padding-bottom: 40px;
}
.find_your_trainner .cool-btn-cta {
  margin-top: 0;
}

.expert-trainer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
.expert-trainer .trainer-photo {
  float: left;
}
.expert-trainer .trainer-photo img {
  max-height: 349px;
}
.expert-trainer .name-title {
  border-left: 4px solid #E9451D;
  padding-left: 20px;
  margin-bottom: 35px;
}
.expert-trainer .name {
  color: #E9451D;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.expert-trainer .title {
  font-size: 12px;
  color: #000;
}
.expert-trainer .desc {
  padding: 18px 14px 20px 24px;
  float: left;
}
.expert-trainer .desc .scroll-wrapper {
  padding: 15px 5px;
  max-height: 311px;
  overflow: auto;
}
.expert-trainer .desc ul {
  padding-left: 0;
}
.expert-trainer .desc ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.expert-trainer .desc ul li:before {
  content: '';
  background: #E9451D;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -1px;
}

@media screen and (max-width: 570px) {
  .section-find-trainer .heading h2{
    font-size: 24px;
  }
  .expert-trainer {
    box-shadow: none;
  }
  .expert-trainer .desc {
    padding: 0;
  }
  .expert-trainer .desc .scroll-wrapper {
    padding: 15px 10px 0 0;
  }
  .expert-trainer .trainer-photo {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .expert-trainer .trainer-photo img {
    max-width: 100%;
  }
}

.section-success-stories{
    background: linear-gradient(to bottom, #fbfbfb, #fff);
    padding: 40px 0;
}
.section-success-stories .heading h2{
    font-size: 42px;
    font-weight: bold;
}
@media screen and (max-width: 570px){
    .section-success-stories{
        padding: 30px 0;
    }
    .section-success-stories .heading h2{
        font-size: 20px;
    }
}

.section-reason-hire-pt{
    padding: 70px 0;
    background: url(../img/bg-vintage.jpg) no-repeat top center;
    background-size: cover;
}
.section-reason-hire-pt .content{
    padding-top: 30px;
}
.section-reason-hire-pt h3{
    font-size: 33px;
    line-height: 1.3;
    font-weight: 300;
}
.section-reason-hire-pt p{
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 0;
}
.section-reason-hire-pt .cool-divider{
    margin-top: 20px;
    margin-bottom: 38px;
}
@media screen and (max-width: 991px){
    .section-reason-hire-pt .content{
        padding: 30px 0 0 0;
    }
    .section-reason-hire-pt .img-responsive{
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    .section-reason-hire-pt{
        padding: 0px 0 30px;
    }
    .section-reason-hire-pt{
        text-align: center;
    }
    .section-reason-hire-pt h3{
        font-size: 24px;
    }
    .section-reason-hire-pt p{
        font-size: 16px;
        margin-bottom: 20px;
    }
}


/* ----------------------------- COUNT-DOWN ----------------------------- */
.countdown-wrapper {
    overflow: hidden;
}
.countdown-wrapper > span{
    display: inline-block;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    color: white;
    margin-top: 20px;
    margin-right: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    color: #ddd;
}
.countdown{
    margin: 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 640px){
    .countdown{
        text-align: center;
    }
}
.counter {
   width: 70px;
   padding: 5px 0;
   float: none;
   position: relative;
   display: inline-block;
   margin: 0 10px 0 0;
   font-weight: 300;
   text-align: center;
   background: #fff;
    color: #fff;
    font-size: 15px;
}
.counter.minute{
    background: #5a5a5a;
}
.counter.second{
    background: #e1eaec;
    color: #5a5a5a;
}
.counter strong {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.counter span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.clock-wrapper {
    margin: 20px 0 30px;
}
.clock-wrapper p {
    color: #656565;
    font-size: 15px;
}
@media screen and (max-width: 640px) {
    .countdown-wrapper {
        text-align: center;
    }
}
.callback{
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
/*MOBILE VERSION*/
.center-img {
    margin-left: auto;
    margin-right: auto;
}
.wrapper-mobile {
    max-width: 640px;
    margin: 0 auto;
}
.content-bg-mobile {
    background: url(../img/mobile-version/background.jpg) top left no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.wrapper-mobile .white-box {
    background: #fff;
    margin-top: 30px;
    padding: 25px 15px;
    border: 1px solid #ddd;
}
.register-form-mobile .wrap-form-group {
    margin-top: 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.register-form-mobile .register-limited {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}
.register-form-mobile .txt-countdown {
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 300;
    margin-bottom: 3px;
}
.register-form-mobile .countdown {
    margin-top: 0;
}
.register-form-mobile .counter.second {
    background: #e1eaec;
    color: #5a5a5a;
}
.register-form-mobile .cool-btn-cta{
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
}