#services .main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    width: 1170px;
    margin: 0 auto;
}
#services .title-from{display: none;}
#services .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff0;
    border: 1px solid #fff0;
}
#services .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-color: #8880 transparent transparent transparent;
}
#services .search-item{margin-top: 10px;margin-bottom: 10px}
#services .search-item .select2-container {
    margin: 0;
    width: 100% !important;
    text-align: left;
}

#services .search-item .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

#services .select2-container--default .select2-selection--single .select2-selection__clear {display: none;}
#services .price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
#services  .price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
#services .price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
#services .price-table tr td:first-child {
    border-left: 0 none;
}
#services .price-table tr td:not(:first-child) {
    text-align: center;
}
/*#services .price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
#services .price-table tr:hover {
    background-color: #EEEEEE;
}*/
#services .price-table .fa-check {
    color: #5336ca;
}
#services .price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
#services .price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
#services .price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
#services .price-table tr td:nth-child(3) .fa-check,
#services .price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

#services .price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 30%;
}
#services .price-table tr.price-table-head {
    background-color: #00aff2;
    color: #FFFFFF;
}
#services .price-table td.price .value-price {
    color: #f43f54;
    padding: 16px 10px;
    font-size: 20px;
    font-weight: 600;

}
#services .price-table td.price button {
    background-color: #00aff2;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
#services .price-table td.price-table-popular {
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
#services .price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

#services .price-table svg {
    width: 90px;
    fill: #5336ca;
}

#services .price-table tr i{
    color: green;
    font-size: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #46bd46;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#services .service-left .list-package .list-item a span.name {min-height: 80px}
        #services .service-right ul li select {border-radius: 4px;color:#333;font-size: 17px;padding: 5px;float: right;}
        #pay_type .control::before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 3px;
            margin: 0 8px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid #d1d1d1;
            background-color: transparent;
        }
        #pay_type .control input[type="radio"] {display: none;}
        #pay_type .control input[type="radio"]:checked + .control__indicator {
           background-color: #fff;
            border: 2px solid #00aeef;
            border-radius: 11px;
           
            position: relative;
            top: -22px;
            height: 20px;
            width: 20px
        }
        #pay_type .control input[type="radio"]:checked + .control__indicator::before {
            content: " ";
            background-color: #00aeef;
            border-radius: 11px;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 2px;
            left: 2px;
            display: block;
        }
        
        #pay_type .control {
            color: #333333;
            font-size: 16px;
            font-family: "SegoeUIBold";
            cursor: pointer;
        }

#services .list-package .list .classesitem {
    padding: 15px;
}
#services .list-package .list .classesitem .item-img {
    border-radius: 5px;
    float: left;
    overflow: hidden;
    margin-right: 1.5%;
    width: 40%;
}
/*#services .list-package .list .classesitem .classes-content {
    width: 65%;
}*/
#services .list-package .list .classesitem .classes-content a {color: #000}
#services .service-right ul li span.unit_price {font-weight: 600;color: red}
#services .service-right ul li span.unit_price b {font-weight: 600;color: #00aff2}
#services .service-right ul li span.name {float: left;}

.item_money{cursor: pointer;}
    input[type="radio"] { opacity: 0;position: absolute;}
    .nav-tabs {    border-bottom: 20px solid transparent;}
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
        color: #01aef0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-family: "SegoeUIBold";
    }
    .nav-tabs>li>a> .payment_online h6 {text-transform: uppercase;}
    .nav-tabs>li>a> .payment_online span {font-size: 12px}
    .nav-tabs>li>a {
        margin-right: 2px;
        color: #000;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        position: relative;
        display: block;
        padding: 10px 15px;
        font-family: "SegoeUIBold";
        
    }
    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
    }
   
    .form-payment .form .row input, .form-payment .form .row select {
        background: #f1f1f1;
        font-size: 16px;
        height: 45px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #dddddd;
        padding: 10px;
    }
    .input_online{
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        border-radius: 3px;
        color: #333;
        font-size: 14px;
        font-family: "Segoeui";
        width: 100%;
        height: 40px;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    .form-payment .form{padding: 15px;}
    #services .group-tabs ul {padding: 10px}
    #services .group-tabs ul li[role="presentation"] {width: 33%}
    #services .group-tabs ul li span {float: left;}
#services .service-right ul.cardListcol {border: 0px solid #fff;}
#services-payment .payment-right .list-bank li.list-item > label {width: 7%;margin-left: 1%}
#services-payment .payment-right .list-bank li.list-item .boxname {width: 90%}
#services-payment .payment-right .list-bank li.list-item .boxContent {
    width: 90%;
    margin-left: 5%;
}
#services-payment .service-right ul.list {padding: 0}
#services .btn-buy button {
    background: #00aeef;
    border-radius: 4px;
    color: #fff;
    font-size: 21px;
    font-family: "SegoeuiSemibold";
    display: inline-block;
    padding: 15px 20px;
    text-transform: uppercase;
}

.form-payment .form .row input, .form-payment .form .row select {
        background: #f1f1f1;
        font-size: 16px;
        height: 45px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #dddddd;
        padding: 10px;
    }

.m-w-50{max-width: 50%}

#learn-class #main-column-left .trailer {
        color:#000;    
        background: none;
        font-size: 16px;
        line-height: 22px;
        cursor: pointer;
        margin: 0 0 15px;
        padding: 8px 0;
    }
    .starability-basic > label { float: none;}
    .starability-basic > label::before{background-image: none;}
    .review_star .check_survey:hover, .review_star .check_survey.active {
        background: #00aeef;
        border: 1px solid #00aeef;
        color: #fff !important;
    }
    .review_star .check_survey {
        background: #f1f1f1;
        border-radius: 3px;
        border: 1px solid #f1f1f1;
        cursor: pointer;
        font-size: 14px;
        display: block;
        height: 56px;
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .review_star label{font-size: 16px;font-weight: bold;}
    #learn-class #main-column-left .play {color:#fff;background: #00aeef;}
    #learn-class #main-column-right .info-teacher .teacheritem .nameavatar .nameleft {position: static;text-align: center; margin-top: 10px;}
    #video-login{
        position: absolute;
        top: 0;
        z-index: 9;
        background-color:#67717fb0;
        padding: 200px 50px;
        bottom: 0;
        width: 100%;
    }
    .review_star{display: none;}
    .review_star .col-sm-4{float: left;}
    #video-login .btnclick {
        background: #00aeef;
        border: 1px solid #00aeef;
        border-radius: 4px;
        color:#fff;
        font-size: 16px;
        padding: 8px 25px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    #video-login p.p_lock{color: #fff;font-size: 20px;margin-bottom:30px}
    #learn-class #main-column-left .list-class > li ul li a.sub .view {color: #0098d1;background: url("../images/icon-video.png") no-repeat scroll left center}
    @media screen and (max-width:768px){
        #video-login {padding: 50px;}
        #video-login p.p_lock {font-size: 14px;}
        .banner-topic a .banner-name span.container{display: none;}
    }


.button-click .switch {height: 28px}
.button-click .slider::before {height: 24px;width: 24px;left: 3px;bottom: 2px;}
.button-click input:checked + .slider::before {transform: translateX(42px);}

.giahan .buy-now {
    border-radius: 5px;
    width: 128px;
    display: inline-block;
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    box-shadow: 2px 2px #cacaca;
    margin-top: 15px;
    background-image: linear-gradient(#FFE205, #FFA60D);
}

.ph7 .row-content .col-left .tab-content #nav-2 .check-box {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding-left: 30px;
    margin-bottom: 20px; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .check-box .note {
    display: block;
    font-size: 14px;
    color: #777;
    font-style: italic; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .check-box .pay {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .check-box input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #999999; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .check-box:hover input ~ .checkmark {background-color: #eee; }
.ph7 .row-content .col-left .tab-content #nav-2 .check-box input:checked ~ .checkmark {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #00AEEF; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .checkmark:after {
    content: "";
    position: absolute;
    display: none; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .check-box input:checked ~ .checkmark:after {display: block; }
.ph7 .row-content .col-left .tab-content #nav-2 .check-box .checkmark:after {
    left: 3.5px;
    top: 2.5px;
    width: 0;
    height: 0;
    border: solid #00AEEF;
    border-width: 6.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%; 
}

.ph7 .row-content .col-left .tab-content #nav-2 .row-item {
          margin: 0;
          flex-wrap: wrap;
          margin: 0 -2.5px;
          margin-bottom: 20px; }

          .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item {
            padding: 0 2.5px;
            width: 20%;
            position: relative;
            float: left;
            box-sizing: border-box; }
            .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item .bank-box {
              position: relative;
              cursor: pointer;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
              display: block;
              border-radius: 2px;
              padding: 5px;
              height: 40px;
              margin-bottom: 5px; }
              .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item .bank-box img {
                max-height: 28px;
                display: block;
                margin: auto; }
              .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item .bank-box input {
                position: relative;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0; }
              .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item .bank-box .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border-radius: 2px;
                border: 1px solid #ddd; }
            .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item .bank-box:hover input ~ .checkmark {
              border: 1px solid #00AEEF; }
            .ph7 .row-content .col-left .tab-content #nav-2 .row-item .col-item .bank-box input:checked ~ .checkmark {
              border: 1px solid #00AEEF; }


#nav-2 .address-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.address-item{
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    /*flex: 1 0 40%;*/
    margin-bottom: 10px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 10px 15px;
}

.address-item .checkmark_address{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}
.address-item .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
/*.address-item .name + .address {
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}*/
.address-item .address {
    font-size: 13px;
    margin-bottom: 3px;
}
.address-item .phone {
    font-size: 13px;
    margin-bottom: 10px;
}

.address-item .action {
    margin-bottom: 0px;
    position: relative;
/*    right: 12px;
    top: 100px;*/
}

.address-new .btn-save{background:#00AEEF;color: #fff;}

.address-item .default {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 11px !important;
    display: block;
    color: rgb(0, 153, 0) !important;
}

/*.address-item.active {
    border-color: rgb(0, 153, 0) !important;
}*/


.address-item input:checked ~ .checkmark_address {
    border: 1px solid rgb(0, 153, 0) !important;
}




.address-new,.boxcod,.boxpayoo{display: none;}
.address-new.open,.boxcod.open,.boxpayoo.open{display: block !important;}
.address-default .fa-check-square-o {
    display: none;
}
.address-default input:checked + span .fa-check-square-o {
    display: block;
}

.address-default input:checked + span .fa-square-o {
    display: none;
}
.address-item .cod-address.active{background: #00AEEF;color: #fff}
.address-item button{margin-left: 5px;font-size: 11px;}
.address-default .fa{font-size: 18px;color: #00AEEF;width: 25px;height: 25px;}

#pay-later {
            padding-bottom: 15px;
        }
        #pay-later .result {
            background: #ffffff;
            margin-right: 0;
            margin-left: 0;
        }
        #pay-later .result .success-message {
            background: #00aeef;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            padding: 10px;
        }
        #pay-later .result .box-code {
            border: 1px solid #e0e0e0;
            padding: 10px;
            text-align: center;
            margin: 20px 10px 10px 10px;
            border-radius: 5px;
            line-height: 25px;
        }
        #pay-later .result .box-code p {
            margin-bottom: 0;
        }
        #pay-later .result .box-code .code {
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 0;
        }
        #pay-later .result .box-save {
            font-style: italic;
            color: #707070;
            padding: 0;
            text-align: left;
            margin: 20px 0 10px 0;
            font-size: 13px;
        }
        #pay-later .order-info {
            padding: 0;
            border-radius: 5px;
            line-height: 0.9;
            width: 100%;
            /*margin: 10px 50px 10px 10px;*/
        }
        .list-inline {
            padding-left: 0;
            margin-left: -5px;
            list-style: none;
        }
        .list-inline > li {
            display: flex;
            padding-right: 5px;
            padding-left: 5px;
        }
        #pay-later .order-info .list-inline {
            margin-left: 0;
            margin-bottom: 10px;
            display: block;
        }
        #pay-later .order-info .item {
            padding: 10px 0;
            width: 100%;
            border-bottom: 1px solid #e0e0e0;
        }
        #pay-later .order-info .item .name {
            text-align: left;
            padding-left: 0;
        }
        #pay-later .order-info .item .value {
            text-align: right;
            font-weight: bold;
            padding-right: 0;
            height: 20px;
        }
        .ellipsis {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            white-space: nowrap;
        }
        #pay-later .order-info .item .full-order.ellipsis {
            max-width: 250px;
        }
        #pay-later .order-info .item .full-order {
            font-weight: bold;
            text-align: right;
        }
        #pay-later .store.result {
            padding: 20px 20px 10px;
            border-top: 1px solid rgb(224, 224, 224);
            margin-left: 0;
            margin-right: 0;
            background-color: white;
        }
        #pay-later .result {
            background: #ffffff;
                background-color: rgb(255, 255, 255);
            margin-right: 0;
            margin-left: 0;
        }
        #pay-later .store.result .title {
            text-align: center;
            padding: 0 0 20px;
            font-size: 14px;
            font-weight: 400;
            text-transform: none;
        }
        #pay-later .store .item {
            text-align: center;
        }
        #pay-later .store .item .paylater-logo {
            display: inline-block;
            margin: 0 10px 10px 0;
        }
        #pay-later .store.result span.paylater-logo img {
            width: 90px;
        }
        #pay-later .order-info .orders {
            border-bottom: 0 !important;
        }


.teacheritem a.btnKiemTra{
    width: 70%;margin: auto;
    background: #00aeef;
    border: 1px solid #00aeef;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    display: block;
    padding: 8px 25px;
/*    margin-bottom: 15px;*/
    text-align: center;
    text-transform: uppercase;
    font-family: "SegoeUIBold";
}

.teacheritem a.btnCauHoi{
    width: 70%;margin: auto;
    background: #FFA60D;
    border: 1px solid #FFA60D;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    display: block;
    padding: 8px 25px;
/*    margin-bottom: 15px;*/
    text-align: center;
    text-transform: uppercase;
    font-family: "SegoeUIBold";
}


.teacheritem a.btnKiemTra img,.teacheritem a.btnCauHoi img{display: none;}

.display-kiemtra .title,.display-kiemtra ,
.display-question .title,.display-question p{display: block !important;}

@media (max-width: 768px) {
    .teacheritem a.btnCauHoi,.teacheritem a.btnKiemTra{padding:2px 10px;}
    .kiemtra a.btnKiemTra{
        position: fixed;
        bottom: 150px;
        right: 0;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        width: 70px;
        transition: width 600ms;
        border: 1px solid #fff;
        z-index: 999;
    }
    .hoibai a.btnCauHoi{
        position: fixed;
        bottom: 230px;
        right: 0;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        width: 70px;
        transition: width 600ms;
        border: 1px solid #fff;
        z-index: 999;
    }
    .kiemtra a.btnKiemTra span,.hoibai a.btnCauHoi span{ 
        font-size: 9px;
    }
   
    .display-kiemtra .title,.display-kiemtra p,.display-question .title,.display-question p{display: none !important;}
}