@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800&display=swap');
body,html{
    height: 100%;
}
body{
    font-size: 1rem;
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 300;
}
@media (min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}
.fancybox-container{
    z-index: 9999;
}
pre.debug{
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    z-index: 999999;
    min-width: 500px;
    max-width: 500px;
    min-height: 300px;
    max-height: 100%;
    color: #fff;
    overflow-y: auto;
}
a{
    color: #57abce;
    text-decoration: none;
}
/* .form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #57abce;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #57abce;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #57abce;
}
.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #57abce;
} */
.singledate{
    background: url('../img/icon/calendar2.png') calc(100% - 10px) center no-repeat;
    padding-right: 50px;
}
.img{
    position: relative;
    display: block;
}
.img > img{
    max-width: 100%;
}
.btn{
    border-radius: 0px;
}
.btn-submit{
    background: #54abd7;
    padding: 15px 50px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 30px;
}
.btn-submit:hover{
    background: #4994b4;
    color: #fff;
}
.btn-main{
    background-color: #57abcf;
    border-color: #57abcf;
    color: #fff;
}
.btn-main:hover{
    background-color: #4994b4;
    border-color: #4994b4;
    color: #fff;
}
.btn-primary{
    background-color: #3780b2;
    border-color: #3780b2;
}
.btn-primary:hover{
    background-color: #2f6e99;
    border-color: #2f6e99;
}
.btn-success{
    background-color: #47a185;
    border-color: #47a185;
}
.btn-success:hover{
    background-color: #3d8b72;
    border-color: #3d8b72;
}
.btn-warning{
    background-color: #e48616;
    border-color: #e48616;
}
.btn-warning:hover{
    background-color: #d07a13;
    border-color: #d07a13;
}
.btn-danger{
    background-color: #e43416;
    border-color: #e43416;
}
.btn-danger:hover{
    background-color: #cc2c11;
    border-color: #cc2c11;
}
.btn-info{
    background-color: #54acd7;
    border-color: #54acd7;
    color: #fff;
}
.btn-info:hover{
    background-color: #4897bd;
    border-color: #4897bd;
    color: #fff;
}
.btn-black{
    background: #333;
    color: #fff;
}
.btn-black:hover{
    background: #000;
    color: #fff;
}
.btnOrange{
    background: #e89625;
    color: #fff;
}
.btnOrange:hover{
    background: #f57603;
    color: #fff;
}
.btn-big{
    font-size: 1.6rem;
    padding: 10px 100px;
}
hr{
    border-color: #999;
}
.form-select,
.form-control{
    border-radius: 3px;
}
#main_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: 10px;
    background: #fff;
    height: 110px;
}
#main_menu > .container{
    align-items: flex-end;
} 
#MainNav{
    justify-content: flex-end;
    padding-right: 15px;
}
#MainNav a{
    font-size: 1.1rem;
    color: #000;
}
.main_membrer a.btnLang.btn-primary{
    border-radius: 50%!important;
}
.main_membrer.mobile{
    display: none!important;
}
.main_search .form-control,
.main_search .btn,
.main_membrer .btn{
    font-size: 1.15rem;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main_search .form-control{
    border-color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
.main_search .btn,
.main_membrer .btn{
    border-radius: 5px !important;
    color: #fff;
    border: none;
}
.main_membrer.mobile .btn{
    color: #000;
}
.main_search .btn{
    margin-left: -2px !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.main_search .btn.btn-primary,
.main_membrer .btn.btn-primary{
    background: #57abce;
}
#btnPopSearch{
    display: none;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
#MainNav a.nav-link{
    padding-left: 15px;
    padding-right: 15px;
}
.main_search .popupclose{
    display: none;
    text-align: center;
    padding-top: 15px;
}
.main_search .popupclose a{
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.card.bgBlur {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(23px);
}
.m_login{
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vw;
    font-size: 1.1rem;
    color: #999;
}
.m_login .card > .card-body{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.m_login::before{
    content: '';
    background: url('../img/member/bg.png') repeat-x top center;

    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.m_login .boxlayout{
    width: 560px;
    position: relative;
    z-index: 1;
}
.m_login .boxlayout .logo{
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.m_login .boxlayout .logo img{
    width: auto;
    max-width: 100%;
}
.m_title{
    margin-bottom: 1.8rem;
    text-align: center;
}
.login_title{
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    color: #999;
    position: relative;
    margin-bottom: 10px;
}
.login_title::before,
.login_title::after{
    content: '';
    width: 50%;
    display: block;
    height: 1px;
    background: #ddd;
    position: absolute;
}
.login_title::before{
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_title::after{
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_title .ms{
    background: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.login_title .ms strong{
    color: #3881ae;
}
.form-select.form-select-lg,
.form-control.form-control-lg{
    min-height: calc(1.5em + 1rem + 10px);
    font-size: 1.1rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.cke_wysiwyg_frame{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}
.form-check-input{
    width: 1.5em;
    height: 1.5em;
}
.form-check .form-check-input{
    margin-top: 1px;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
.m_login label[for="remember"]{
    color: #999;
}
.btnBlack{
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 1.5rem;
}
.btnBack,
.btnRegis,
.btnLogin{
    background: rgb(87,171,206);
    background: linear-gradient(90deg, rgba(87,171,206,1) 0%, rgba(55,128,174,1) 100%);
    color: #fff;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: none;
    width: 100%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnRegis:hover,
.btnLogin:hover{
    background: rgb(87,171,206);
    background: linear-gradient(90deg, rgba(87,171,206,1) 0%, rgba(70,149,189,1) 27%, rgba(55,128,174,1) 100%);
    color: #fff;
}
.btnBack{
    background: #eee;
    color: #000;
}
.btnBack:hover{
    background: #f8f8f8;
}
.btnRegis{
    max-width: 500px;
}
.btnFacebook{
    background: #395898;
    color: #fff;
    width: 100%;
}
.btnFacebook:hover{
    background: #23417f;
    color: #fff;
}
.btnGoogle{
    background: #d34736;
    color: #fff;
    width: 100%;
}
.btnGoogle:hover{
    background: #c51500;
    color: #fff;
}
.m_login .btnFacebook,
.m_login .btnGoogle{
    max-width: 80%;
}
.m_login .boxlayout.m_regis{
    width: 1139px;
}
.m_login .m_regis .login_title::before,
.m_login .m_regis .login_title::after{
    width: calc(50% - 120px);
}
.svg_bg{
    padding-left: 55px;
    background-size: 25px 25px;
    background-position: 15px center;
    background-repeat: no-repeat;
}
.svg_bg.is-invalid{
    padding-left: 25px;
}
.svg_bg.email:not(.is-invalid){
    background-image: url('../svg/mail.svg?t=1');
}
.svg_bg.pass:not(.is-invalid){
    background-image: url('../svg/unlock.svg');
}
.svg_bg.birthday:not(.is-invalid){
    background-image: url('../svg/calendar.svg');
}
.svg_bg.idcard:not(.is-invalid){
    background-image: url('../svg/id-card.svg');
}
.svg_bg.mobile:not(.is-invalid){
    background-image: url('../svg/mobile.svg');
}
.svg_bg.user:not(.is-invalid){
    background-image: url('../svg/portrait.svg');
}
.svg_bg.is-invalid{
    padding-left: 25px;
}
i.i30{
    font-size: 30px;
    vertical-align: middle;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 16px;
    width: 35px;
    height: 30px;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect{
    border-color: #bbb;
    font-size: 14px;
}
#GoogleCaptcha2,
#GoogleCaptcha{
    margin: auto;
}
.m_cicle{
    position: relative;
    display: flex;
    width: 59px;
    height: 59px;
    background: #e5e5e3;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.m_cicle > img{
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_profile{
    position: relative;
}
.m_profile::before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #62c206;
    border: 4px solid #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.m_notify{
    position: relative;
    margin-left: 20px;
}
.m_notify > span{
    display: flex;
    position: absolute;
    background: #e38416;
    right: -5px;
    bottom: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.m_notify > .m_cicle img{
    object-fit: none;
}
.m_notify .dropdown-menu .dropdown-item a{
    display: flex;
}
.m_notify .dropdown-menu .dropdown-item .info{
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.m_nav{
    padding: 20px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 99;
}
.navbar-brand{
    min-height: 71px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;;
}
.m_nav .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.m_nav .navbar-brand > img{
    margin-top: -10px;
}
.m_inner{
    background: #f2f2f6;
    padding-bottom: 150px;
    min-height: 100%;
}
.m_inner .m_box{
    display: flex;
    align-items: flex-start;
}
.m_inner .m_box .m_left{
    width: 262px;
    background: #fff;
    padding: 25px 50px;
    padding-bottom: 60px;
    position: relative;
}
.m_inner .m_box .m_left .m_close{
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 1.5rem;
}
.m_inner .m_box .m_right .m_btn_menu{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
@media (min-width: 991px) {
    .m_inner .m_box .m_right .m_btn_menu,
    .m_inner .m_box .m_left .m_close{
        display: none;
    }   
}

.m_inner .m_box .m_left .profile{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.m_inner .m_box .m_left .profile > .m_cicle{
    width: 128px;
    height: 128px;
    margin-bottom: 15px;
}
.m_inner .m_box .m_left .profile > .ms1{
    font-size: 20px;
}
.m_inner .m_box .m_left .profile > .ms2{
    font-size: 28px;
    color: #57abce;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m_inner .m_box .m_left .m_menu{
    margin-top: 20px;
    font-size: 20px;
}
.m_inner .m_box .m_left .m_menu > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.m_inner .m_box .m_left .m_menu > ul > li > a{
    display: block;
    padding : 5px 0;
    color: #000;
}
.m_inner .m_box .m_left .m_menu > ul > li.active > a{
    font-weight: bold;
    color:#57abce;
}
.m_inner .m_box .m_left .m_menu > ul > li:hover > a{
    color: #57abce;
}
.m_inner .m_box .m_left .m_fixmenu{
    position: absolute;
    right: 100%;
    top: 0;
    background: rgb(107,206,246);
    background: linear-gradient(0deg, rgba(107,206,246,1) 0%, rgba(54,125,173,1) 100%);
    z-index: 1;
    padding: 80px 37px;
    padding-bottom: 120px;
    min-height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    clip-path: polygon(100% 100%, 100% 0%,0% 0%, 0% 75%);
}
.m_inner a.logout{
    color: #e08105;
}
.m_inner .m_box .m_right{
    width: calc(100% - 262px);
    padding-left: 100px;
    padding-top: 80px;
    position: relative;
    min-height: 500px;
}
.m_inner .m_box .m_right > h1{
    color: #3881b3;
}
.m_inner .m_dasboard{
    display: flex;
    background: #59b4df;
    background: linear-gradient(0deg, #59b4df 0%, #367eaf 100%);
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}
.m_inner .m_dasboard .L{
    width: 400px;
    position: relative;
    display: flex;
    align-items: stretch;
}
.m_inner .m_dasboard .L .img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.m_inner .m_dasboard .L .m_btn_edit{
    display: flex;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    justify-content: center;
    align-items: center;
    background: #4d9a03;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.m_inner .m_dasboard .L .m_btn_edit:hover{
    -webkit-transform: rotate(-15deg);
       -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.m_inner .m_dasboard .L .img{
    background: #fff;
    min-width: 100%;
}
.m_inner .m_dasboard .R{
    padding: 30px 40px;
    width: calc(100% - 400px);
}
.m_inner .m_dasboard .sec1{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.m_inner .m_dasboard .sec1 .birt_title{
    padding-bottom: 15px;
}
.m_inner .m_dasboard .sec1 .birthday{
    display: flex;
    align-items: center;
}
.m_inner .m_dasboard .sec1 .info{
    display: flex;
    align-items: center;
}
.m_inner .m_dasboard .sec1 .birthday .date{
    font-size: 4.5rem;
    line-height: 1rem;
    font-weight: bold;
}
.m_inner .m_dasboard .sec1 .birthday .month{
    font-size: 1.3rem;
    padding-left: 5px;
}
.m_inner .m_dasboard .sec2{
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.m_inner .m_dasboard .sec2{
    font-size: 20px;
}
.m_inner .m_dasboard .sec2 .name{
    font-size: 26px;
}
.m_inner .m_dasboard .sec3{
    padding: 30px 0;
}
.m_inner .m_dasboard .sec3 .col{
    text-align: center;
}
.m_inner .m_dasboard .sec3 strong{
    font-size: 30px;
}
.card{
    border: none;
    padding: 20px 20px;
    border-radius: 15px;
}
.m_inner .m_right > .card{
    padding-bottom: 50px;
}
.m_inner .m_right > .card table{
    width: 100%;
    color: #6a6257;
}
.m_inner .m_right .card .card-title{
    color: #54acd7;
    font-size: 28px;
    margin-bottom: 15px;
}
.m_inner .m_right .card .card-subtitle{
    color: #47a185;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 13px 20px;
    border-left: 10px solid #47a185;
    background: #f1f1f1;
}
.nav-pills .nav-link{
    color: #999;
    border-radius: 4px;
}
.nav-pills .nav-link.active:focus-visible{
    outline: none;
}
.nav-pills .nav-link.active{
    background-color: #57abce;
    color: #fff;
    position: relative;
}
.nav-pills .nav-link::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 8px solid #fff;
    border-right: 0px solid transparent; /* ซ่อนขอบขวา */
    border-left: 0px solid transparent; /* ซ่อนขอบซ้าย */
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
.nav-pills .nav-link.active::before{
    border-top: 8px solid #57abce;
    border-right: 7px solid transparent; /* ซ่อนขอบขวา */
    border-left: 7px solid transparent; /* ซ่อนขอบซ้าย */
}
.form-check-inline{

}
.m_inner .form-check-label,
.m_inner .m_right .card label.form-label{
    color: #6a6257;
    font-weight: 500;
    font-size: 1.2rem;
}
.form-check-label{
    padding-left: 10px;
}
.m_inner .m_right .card table .desc{
    display: flex;
}
.m_inner .m_right .card table.table>:not(caption)>*>*{
    padding: 1rem 0.5rem;
}
.m_inner .m_right .card table th{
    font-size: 1.2rem;
    padding: 0.5rem 1rem!important;
    color: #6a6257;
}

.white-popup-block {
    background: #FFF;
    padding: 0px 0px;
    text-align: left;
    max-width: 650px;
    margin: 20px auto;
    position: relative;
    width: 100%;
    color: #999;
    font-size: 1.1rem;
}
.fancybox-content .card{
    margin-bottom: 0;
    box-shadow: none;
    padding-top: 1rem;
}
/* Upload Photo */
.boxAvataUpload {
    margin-top: 10px;
}
.boxAvataUpload .help-block{
    font-size: 13px;
}
.boxAvataUpload div.form-valid::before {
    display: none !important;
}

.boxAvataUpload .recommetn {
    text-align: center;
    font-size: 0.9em;
}

.btnNewsUpload {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 3px solid #eee;
    cursor: pointer;

    margin-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    background: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload > i{
    position: absolute;
    font-size: 4rem;
    line-height: 0;
    width: 80px;
    height: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #999;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload:hover i {
    z-index: 2;
    opacity: 1;
}
.btnNewsUpload img {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnNewsUpload:hover img {
    opacity: 0.2;
}

.btnNewsUpload input[type=file] {
    font-size: 99em;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.btnNewsUpload img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
}
.boxAvataUpload{
    position: relative;
}
.boxAvataUpload .invalid-tooltip{
    top: 5px;
    left: 5px;
}
.logcontainer .boxAvataUpload {
    float: left;
}

.logcontainer .boxAvataUpload .btnNewsUpload {
    margin: 0;
}

.boxAvataUpload.CoverImg {
    text-align: left;
    max-width: 330px;
}
.boxAvataUpload.CoverImg .btnNewsUpload {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.boxAvataUpload.LogoImg .btnNewsUpload {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.help-block{
    color: #999;
    padding-top: 5px;
    font-size: 1rem;
}
.daterangepicker{
    z-index: 100000;
}
.fancybox-slide--html .fancybox-close-small{
    padding: 5px;
}
.fancybox-close-small{
    background: #ec5e00;
}
.fancybox-button svg path{
    fill: #fff;
}
#ifm_action{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    height: 400px;
    display: none;
}
#table_course a.btn.btn-info{
        min-width: 100%;
}
#table_course .edit_box{
    width: 100%;
}
#table_course .img{
    width: 140px;
}
#table_course .img > img{
    width: 100%;
}
.i_heart{
    line-height: 0;
    color: #f02b59;
    font-size: 30px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.i_heart:hover,
.i_heart:not(.active){
    color: #bbb;
}
.view_course{
    color: #6a6257;
}
.view_course .sec1{
    border-top: 1px solid #eee;
    padding: 30px 0;
    margin-top: 20px;
    display: flex;
    font-size: 20px;
}
.view_course .sec1 .left{
    padding-right: 30px;
    padding-top: 5px;
}
.view_course .sec2{
    border-top: 1px solid #eee;
    padding: 30px 0;
}
.view_course .sec2 .ctitle{
    padding-bottom: 30px;
    font-size: 28px;
}
.view_course .sec2 .c_cert{
    padding-left: 160px;
}
.view_course .sec2 .ctitle .btn{
    color: #fff;
    background: #53abd7;
    border-color: #53abd7;
    font-size: 20px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}
.view_course .sec2 .c_cert img{
    max-width: 100%;
}
.view_course .sec1 .right .desc{
    color: #54acd7;
}
.view_course .sec1 .right .desc strong{
    color: #6a6257;
    display: inline-block;
    min-width: 100px;
    font-weight: 400;
}
.view_course .sec1 .left .img{
    width: 130px;
}
.view_course .sec1 .right{

}
#table_course .btn-info{
    color: #fff;
    background-color: #54acd7;
    border-color: #54acd7;
}

/* Multi Upload */
.multiuploadbox #drop_file_zone {
    padding: 15px 15px;
    height: auto;
}

.multiuploadbox #drop_file_zone #drag_upload_file .boxbtn .btn {
    min-width: 150px;
    height: 35px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 1rem;
}
#drop_photo_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height: 200px;
    padding: 40px 8px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#drop_photo_zone.fileover {
    background-color: #dedede;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
    color: #b3b3b3;
    font-size: 13px;
}

#drag_upload_file p.ms {
    font-size: 18px;
}

#drag_upload_file input[type='button'] {
    min-width: 200px;
}

#drag_upload_file input[type='file'] {
    display: none;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height-min: 48px;
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 5px;
}

#drop_file_zone #drag_upload_file {
    width: 100%;
}

#drop_file_zone #drag_upload_file .fmessage {
    float: left;
    font-size: 12px;
    color: #999;
    padding-top: 2px;
}

#drop_file_zone #drag_upload_file .boxbtn {
    float: right;
}

#drop_file_zone #drag_upload_file .boxbtn .btn {
    float: left;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 5px;
}

.previewfilelists>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.previewfilelists>ul>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
}

.previewfilelists>ul>li:hover {
    background: #f8f8f8;
}

.previewfilelists>ul>li:last-child {
    border-bottom: none;
}

.boxfilelists {
    position: relative;
}

.boxfilelists .fileinfo {
    padding-right: 50px;
}

.boxfilelists .fileinfo .ficon {
    float: left;
}


.boxfilelists .fileinfo .ficon .fa-file-pdf {
    color: #D5121C;
}

.boxfilelists .fileinfo .ficon .fa-file-archive {
    color: #6f6f6f;
}

.boxfilelists .fileinfo .ficon .fa-file-word {
    color: #295495;
}

.boxfilelists .fileinfo .ficon .fa-file-excel {
    color: #1F6F43;
}

.boxfilelists .fileinfo .ficon .fa-file-powerpoint {
    color: #CC4525;
}



.boxfilelists .fileinfo .fname {
    padding-left: 20px;
}

.boxfilelists .fileinfo .fname .filename {
    font-weight: bold;
    padding-bottom: 5px;
    word-break: break-word;
}

.postdata .boxfilelists .fileinfo .fname .filename {
    padding-right: 30px;
}

.boxfilelists .fileinfo .fname .filedesc {
    color: #999;
    font-size: 12px;
}

.boxfilelists .fileinfo .fname .filedesc>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    position: relative;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:first-child {
    padding-left: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:last-child {
    border-right: none;
}

.boxfilelists .filetools {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
}

.boxfilelists .filetools a {
    display: block;
    float: left;
    padding: 0 7px;
    font-size: 14px;
}

.postdata .boxfilelists .filetools a {
    font-size: 16px;
    color: #999;
}

.postdata .boxfilelists .filetools a:hover {
    font-size: 16px;
    color: #333;
}

.boxfilelists .filetools a.fnfolder {
    color: #FEC108;
}

.boxfilelists .filetools a.fnsorting {
    color: #007BFF;
    cursor: move;
}
.single_upload .boxfilelists .filetools a.fnsorting{
    display: none;
}
.boxfilelists .filetools a.fnedit {
    color: #28A745;
}

.boxfilelists .filetools a.fnMenuFileDelete,
.boxfilelists .filetools a.fndelete {
    color: #DB3545;
}
.photo_layout .boxfilelists .fileinfo > .img{
    width: 100px;
    float: left;
}
.photo_layout .boxfilelists .fileinfo > .img > img{
    width: 100%;
}
.photo_layout .boxfilelists .fileinfo .fname{
    padding-left: 115px;
}
.photo_layout .previewfilelists>ul>li{
    padding-left: 0;
}
#drop_file_zone.drop_zone.dragging{
    position: relative;
}
#drop_file_zone.drop_zone.dragging::after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#drop_file_zone.drop_zone.dragging::before{
    content: "\f0ee";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
}
/* End Multi Upload */

/* Loading */
#lds-main {
    display: block;
    position: relative;
    width: 64px;
    height: 40px;
    margin: 0 auto;
}

#lds-main div {
    position: absolute;
    top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#lds-main div:nth-child(1) {
    left: 6px;
    animation: lds-main1 0.6s infinite;
}

#lds-main div:nth-child(2) {
    left: 6px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(3) {
    left: 26px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(4) {
    left: 45px;
    animation: lds-main3 0.6s infinite;
}

@keyframes lds-main1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-main3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-main2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
#main_loading{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#main_loading #lds-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.invalid-tooltip{
    font-size: 11px;
    border-radius: 2px;
}
.datanotfound{
    color: #ddd;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0;
    max-width: 100%!important;
    min-width: 100%!important;
    justify-content: center;
}
.page-link{
    color: #999;
}
.active>.page-link, .page-link.active{
    background-color: #3881b3;
}
.swal2-container{
    position: relative;
    z-index: 99993;
}
.swal2-content{
    font-size: 1rem;
}
.auth_footer{
    background: #377fb1;
    color: #fff;
    padding: 1.5rem 0;
    text-align: right;
}
.slick-dots{
    bottom: -35px;
}
.slick-dots li{
    width: 25px;
    height: 25px;
    padding: 0;
}
.slick-dots li button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: 0;
}
.slick-dots li button::before{
    color: #ededed;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.slick-dots li.slick-active button::before{
    font-size: 24px;
    color: #f57603;
    opacity: 1;
}
.slick-dots li button::before{
    width: 30px;
    height: 30px;
}
footer{
    background: #f2f2f2;
    padding: 80px 0;
}
footer a{
    color: #676869;
}
footer .f_info{
    min-width: 400px;
    max-width: 400px;
    border-left: 1px solid #58acd0;
    padding-left: 50px;
    padding-bottom: 30px;
    font-size: 1rem;
    color: #676869;
}
footer .f_info .footer_logo{
    margin-bottom: 30px;
    position: relative;
    margin-top: -25px;
}
footer .f_info .footer_name{
    color: #58acd0;
}
footer .f_info .footer_soial{
    display: flex;
    gap: 15px;
}
footer .f_info .footer_soial a{
    font-size: 2.5rem;
    color: #58acd0;
}
footer .col_menu a.f_title{
    color: #333;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 15px;
}
footer .col_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .col_menu ul > li > a{
    display:block;
    padding: 5px 0;
}
.copyright{
    background: #58acd0;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.copyright a{
    color: #fff;
    padding: 0 10px;
}
.clients_box{
    padding: 30px 0;
}
.clients_box .img{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.clients_box .img img{
    margin: auto;
}
.inner_header{
    margin-top: 110px;
    background: rgb(88,172,208);
    background: linear-gradient(90deg, rgba(88,172,208,1) 0%, rgba(13,86,169,1) 100%);
    position: relative;
    height: 385px;
}
.inner_header .message{
    position: absolute;
    right: 200px;
    max-width: calc(50% - 200px);
    top: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}
.inner_header .message h1{
    font-size: 4rem;
    margin-top: 50px;
    text-transform: uppercase;
}
.inner_header .message p{
    font-size: 1.5rem;
}
.inner_header .img{
   width: 50%;
   height: 100%;
    -webkit-clip-path:polygon(calc(100% - 250px) 100%, 100% 0%,0% 0%, 0% 100%);
   clip-path:polygon(calc(100% - 250px) 100%, 100% 0%,0% 0%, 0% 100%);
}
.inner_header .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* about */
.page_html,
.about_sec1{
    padding: 100px 0;
}
.about_sec1 .container{
    background: url('../img/about/bg.jpg') right bottom no-repeat;
    background-size: contain;
}
.about_sec1 .container .ms{
    padding-right: 50%;
    padding-top: 100px;
    padding-bottom: 50px;
}
.about_sec1 .container .ms h2{
    color: #2571b5;
    font-size: 2.6rem;
}
.about_sec1 .container .ms .img{
    gap: 30px;
    display: flex;
    padding: 25px 0;
    margin-bottom: 20px;
}
.about_sec1 .container .ms p{
    font-size: 1.4rem;
}
.about_sec2{
    background: #f1f8fe;
    padding: 110px 0;
}
.about_sec2 h2{
    color: #2571b5;
    font-size: 4rem;
}
.about_sec2 .img{
    text-align: center;
}
.about_sec2 .info{
    padding: 100px 0;
}
.about_sec2 .info h3{
    color: #b5944d;
    font-size: 2.8rem;
    margin-bottom: 50px;
}
.about_sec2 .info ul.md_lists{
    list-style: none;
    padding: 0;
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 35px 0;
}
.about_sec2 .info ul.md_lists > li{
    display: flex;
    min-width: 50%;
    max-width: 50%;
}
.about_sec2 .info ul.md_lists > li .num{
    width: 60px;
    height: 60px;
    background: rgb(36,69,145);
    background: linear-gradient(90deg, rgba(36,69,145,1) 0%, rgba(26,163,182,1) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.3rem;
}
.about_sec2 .info ul.md_lists > li .ms{
    padding-left: 15px;
}
.about_sec2 .info ul.md_lists > li .ms .name{
    font-size: 1.5rem;
    font-weight: 500;
}
.about_sec2 .info ul.md_lists > li .ms .position{
    font-size: 1.2rem;
}
.m_contact .info{
    padding: 100px 0;
}
.m_contact .info > .container > .row{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.m_contact .info .col{
    padding-left: 80px;
}
.m_contact .info .col1{
    font-size: 1.2rem;
}
.m_contact .info .col1 h2{
    color: #2571b5;
    font-size: 2.3rem;
}
.m_contact .info .col2,
.m_contact .info .col3{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    border-left: 1px solid #ccc;
    max-width: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.m_contact .info .col2 i,
.m_contact .info .col3 i{
    font-size: 4rem;
    margin-right: 15px;
    color: #57abcf;
}
.m_contact .form_contact{
    background: url('../img/contact/bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.m_contact .form_contact h2{
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}
.m_contact .form_contact form{
    max-width: 1000px;
    margin: auto;
}
.m_contact .form_contact .form-select,
.m_contact .form_contact .form-control{
    border-radius: 0;
    border: none;
}
.m_contact .form_contact form .invalid-feedback{
    color: #fff;
}
.m_contact .googlemap iframe{
    width: 100%;
    height: 850px;
}
.news_layout{
   
}
.news_layout > .hiner > h2{
    color: #58acd0;
    font-size: 3rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    padding-top: 70px;
}
.news_layout .allnews{
    padding-bottom: 80px;
}
.news_layout .allnews > .container > .row{
    flex-wrap: wrap;
}
.news_layout .allnews > .container > .row > .col{
    min-width: calc(33.33%);
    max-width: calc(33.33%);
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}
.news_layout .newsinfo .img{
    display: block;
    overflow: hidden;
    height: 320px;
    position: relative;
}
.news_layout .newsinfo .img::before{
    content: attr(data-date);
    position: absolute;
    background: #1b66b0;
    color: #fff;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 10px 20px;
}
.news_layout .newsinfo .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100%:;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.news_layout .newsinfo:hover .img > img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.news_layout .newsinfo .name{
    font-size: 1.3rem;
    color: #0b6e90;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight : 500;
}
.news_layout .newsinfo .ft{
    display: flex;
    justify-content: space-between;
}
.news_layout .newsinfo .ft .btn{
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.news_layout .newsinfo .ft .btn-light{
    color: #58acd0;
}
.news_layout .view_details{
    background: #eee;
    padding: 60px 0;
}
.view_details .colLeft{
    min-width: 450px;
    max-width: 450px;
}
.view_details .colRight{
    padding-left:60px;
    min-width: calc(100% - 450px);
    max-width: calc(100% - 450px);
}
.view_details .relate_content,
.view_details .viewhtml{
    background: #fff;
}
.view_details .viewhtml{
    padding: 50px 30px;
    padding-bottom: 100px;
}
.hview{
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
}
.hview .subinfo{
    display: flex;
    gap:15px;
    min-width: 200px;
    max-width: 200px;
}
.hview .subinfo .btn{
    border: none;
    color: #58acd0;
    border-radius: 5px;
}
.hview .subinfo .date{
    background: #1b66b0;
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
}
.hview h2{
    padding-left: 30px;
    margin-bottom: 0;
    color: #1b66b0;
    font-size: 2rem;
}
.relate_content h3{
    background: #57abcf;
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1.5rem;
}
.relate_content > ul{
    list-style: none;
    padding: 25px 30px;
}
.relate_content > ul > li{
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.relate_content > ul > li:first-child{
    padding-top: 0;
}
.relate_content > ul > li .img{
    min-width: 135px;
    max-width: 135px;
}
.relate_content > ul > li .desc{
    padding-left: 15px;
}
.relate_content > ul > li .desc .subject{
    font-weight: bold;
    display: block;
}
.relate_content > ul > li .desc .date{
    color: #ccc;
    font-size: 0.9rem;
}
.inner_slide .slick-slide img{
    width: 100%;
}
.inner_slide .slider-for{
    padding-bottom: 20px;
}
.inner_slide .slider-nav{
    padding-left: 30px;
    padding-right: 30px;
}
.inner_slide .slider-nav .slick-prev{
    left: 0;
}
.inner_slide .slider-nav .slick-next{
    right: 0;
}
.inner_slide .slider-nav .img{
    height: 120px;
    padding: 0px 5px;
}
.inner_slide .slider-nav .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cke_editable iframe,
.inner_html iframe{
    width: 100%;
    height: 25vw;
    margin: 15px 0;
}
.cke_editable img,
.inner_html img{
    max-width: 100%;
    height: auto;
}
.service_info{
    padding-bottom: 100px;
}
.service_info2 h2,
.service_lists h2,
.service_info h2{
    padding: 100px 0;
    color: #3483bd;
    text-align: center;
    font-size: 3.5rem;
    margin: 0;
}
.service_info .sbg{
    display: flex;
    color: #fff;
    background: #57abcf;
    font-size: 1.6rem;
    padding: 3rem;
    max-width: 1344px;
    margin: auto;
    align-items: center;
    min-height: 384px;
    max-height: 384px;
    border-radius: 20px;
}
.service_info .sbg .img{
    min-height: 634px;
    max-height: 634px;
    min-width: 300px;
    max-width: 300px;
    position: relative;
    margin-left: -150px;
}
.service_info .sbg .img img{
    min-height: 100%;
}
.service_info .sbg .ms{
    padding-left: 150px;
    padding-right: 100px;
}
.service_lists h2{
    padding-top: 0;
    padding-bottom: 60px;
}
.service_lists ul.all_services{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.service_lists ul.all_services > li{
    min-width: 50%;
    max-width: 50%;
}
.service_lists ul.all_services > li .sbox{
    position: relative;
    padding: 7vw 7vw;
    height: 100%;
}
.service_lists ul.all_services > li .sbox .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f5f96;
    overflow: hidden;
}
.service_lists ul.all_services > li .sbox .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;   
}
.service_lists ul.all_services > li:hover .sbox .img > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.05;
    
}
.service_lists ul.all_services > li .sbox .ms{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.1vw;
    display: flex;
    flex-direction: column;
}
.service_lists ul.all_services > li .sbox .ms .subject{
    color: #fff;
    font-size: 2.8vw;
    font-weight: 400;
    display: block;
    width: 100%;
}
.service_lists ul.all_services > li .sbox .ms p{
    width: 60%;
}
.service_lists ul.all_services > li:nth-child(2n+1) .sbox .ms{
    align-items: flex-end;
    text-align: right;
}
.service_info2{
    padding-bottom: 80px;
    padding-bottom: 150px;
    background: #f2f2f2;
}
.service_info3{
    padding-bottom: 80px;
}
.service_info2 .col{
    font-size: 1.4rem;
}
.service_info2 .col .img > img{
    width: 100%;
}
.service_info2 .ms{
    margin-top: 80px;
    background: url('../img/service/bg2.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px;
    padding-left: 50%;
    font-size: 1.3rem;
}
.inner_service .sbox{
    position: relative;
    padding: 10vw 7vw;
    padding-bottom: 15vw;
}
.inner_service .sbox .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f5f96;
    overflow: hidden;
}
.inner_service .sbox .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; 
}
.inner_service .sbox .ms{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.3vw;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.inner_service .sbox .ms .subject{
    color: #fff;
    font-size: 2.8vw;
    font-weight: 400;
    margin-bottom: 1vw;
}
.inner_service .sbox .ms p{
    max-width: 700px;
    margin: auto;
}
.service_slide .sinfo{
    position: relative;
    height: calc(100% + 1vw);
    width: 100%;
}
.service_slide .sinfo .img{
    height: 100%;
}
.service_slide .sinfo .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; 
}
.service_slide .sinfo:hover .img > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.service_slide .sinfo .ms{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3vw;
    background: hsl(208deg 66% 35% / 80%);
    opacity: 0;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;   
}
.service_slide .sinfo:hover .ms{
    opacity: 1;
}
.service_slide .slick-next::before,
.service_slide .slick-prev::before{
    display: none;
}
.service_slide .slick-next,
.service_slide .slick-prev{
    z-index: 2;
    width: 90px;
    height: 90px;
    background: #000;
    opacity: 0.7;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;   

}
.service_slide .slick-next:hover,
.service_slide .slick-prev:hover{
    opacity: 1;
}
.service_slide .slick-prev{
    left: 2vw;
    background:url('../img/service/i-prev.png') center center no-repeat;
}
.service_slide .slick-next{
    right: 2vw;
    background:url('../img/service/i-next.png') center center no-repeat;
}
.service_slide .slide-item{
    display: flex!important;
    height: 23vw;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.media_layout{
    padding: 100px 0;
}
ul.media_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.media_lists > li{
    min-width: 33.33%;
    max-width: 33.33%;
    padding: 30px;
    padding-bottom: 40px;
}
.media_box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.media_box .img{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    overflow: hidden;
    max-width: 500px;
    height: 400px;
    display: block;
}
.media_box .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;   
}
.media_box:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}
.media_box .count_box{
    position: relative;
    margin-bottom: 40px;
}
.media_box .count_box::before{
    display: block;
    content: attr(data-count); 
    background:#57abcf ;
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    font-size: 1.2rem;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_box .subject{
    font-size: 2rem;
    font-weight: 500;
    color: #3483bd;
    position: relative;
    display: block;
}
.media_box .date{
    color: #999;
    font-size: 1rem;
}
#media_slide .slick-prev,
#media_slide .slick-next{
    width: 60px;
    height: 60px;
    top: 200px;
}
#media_slide .slick-prev{
    background: url('../img/home/i-left.png') center center no-repeat;
    left: -70px;
}
#media_slide .slick-next{
    background: url('../img/home/i-right.png') center center no-repeat;
    right: -70px;
}
#media_slide .slick-prev::before,
#media_slide .slick-next::before{
    display: none;
}
#media_slide .media_box .img{
    height: 350px;
}
#media_slide .media_box{
    padding: 25px;
}
.viewmedia_layout{
    padding: 50px 0;
    padding-bottom: 0;
}
.viewmedia_layout .view_info{
    background: #f2f2f2;
    padding: 100px 0;
    padding-bottom: 30px;
}
.viewmedia_layout .view_info h2{
    color: #3483bd;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 30px;
}
.viewmedia_layout .media_subs{
    background: #fff;
    padding: 50px 0;
    margin-bottom: 30px;
}
.viewmedia_layout .media_subs .submenu{
    display: flex;
    gap: 20px;
    align-items: flex-end;
    color: #999;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.viewmedia_layout .media_subs h3{
    color: #3483bd;
    font-size: 2rem;
    margin-bottom: 0;
}
.viewmedia_layout ul.video_lists{
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.viewmedia_layout ul.video_lists > li{
    padding: 15px;
    padding-bottom: 30px;
    width: 25%;
}
.viewmedia_layout ul.video_lists > li .img{
    border-radius: 15px;
    overflow: hidden;
    width: 250px;
    height: 170px;
    margin-bottom: 20px;
}
.viewmedia_layout ul.video_lists > li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.viewmedia_layout ul.video_lists > li:hover .img img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.viewmedia_layout ul.video_lists > li .name{
    font-size: 1.2rem;
}
.viewmedia_layout ul.video_lists > li .desc{
    color: #999;
}
.csreer_layout{
    padding: 100px 0;
}
.csreer_layout h2{
    color: #58acd0;
    text-align: center;
    margin-bottom: 50px;
    font-size: 3rem;
}
.csreer_layout .filters{
    background: #58acd0;
    color: #fff;
    padding: 50px 0;
    font-size: 1.5rem;
}
.csreer_layout .filters .rows{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.csreer_layout .filters .rows .co{
    padding: 0 15px;
}
.csreer_layout .filters .rows .co .form-control,
.csreer_layout .filters .rows .co .form-select{
    min-width: 300px;
    border-radius: 0;
    border:0;
}
#jobs_lisgs .accordion-button{
    padding: 0;
}
#jobs_lisgs .accordion-button::after{
    position: absolute;
    right: 50px
}
.position_lists .c1{
    
}
.position_lists .c2{
    max-width: 300px;
    min-width: 300px;
}
.position_lists .c3{
    max-width: 300px;
    min-width: 300px;
    text-align: center;
}
#jobs_lisgs .jobsinfo{
    font-size: 1.2rem;
}
#jobs_lisgs .jobsinfo > h3{
    margin-bottom: 30px;
}
.headjobs{
    background: #e8e8e8;
    padding: 30px 0;
    font-size: 1.5rem;
    font-weight: 400;
}
#jobs_lisgs .accordion-button{
    background: #fff;
    padding: 20px 0;
    font-size: 1.3rem;
    color: #000;
}
.jobs_form,
#jobs_lisgs .accordion-body{
    background: #f3f3f3;
}
#jobs_lisgs .accordion-body{
    padding: 40px 0;
}
.jobs_form{
    padding: 100px 0;
}
.jobs_form h3{
    margin-bottom: 30px;
    font-size: 2.2rem;
}
.jobs_form h4{
    margin-top: 15px;
    margin-bottom: 15px;
}
.jobs_form .form-select,
.jobs_form .form-control{
    box-shadow: none;
    border-width: 2px;
}
.course_all{
    padding: 100px 0;
}
.course_filters{
    display: flex;
    gap:15px;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 50px;
}
.course_filters > h2{
    color: #57abcf;
    font-size: 2.5rem;
    padding-right: 30px;
    margin-bottom: 0;
}
.course_filters .form-select,
.course_filters .form-control,
.course_filters .btn,
.course_filters .keyword{
    border: 2px solid #57abcf;
    height: 50px;
    border-radius: 25px;
    font-size: 1.2rem;
}
.course_filters .keyword{
    overflow: hidden;
    display: flex;
}
.course_filters .keyword input{
    padding: 0 20px;
    padding-right: 0;
    height: 100%;
    outline: none;
    box-shadow: none;
}
.course_filters .keyword button{
    color: #57abcf;
    font-size: 20px;
    padding: 0 15px;
    background: #fff;
}
.course_filters .keyword > *{
    border: none;
}
.course_filters .btn-orange{
    background: #f15b11;
    color: #fff;
    border-radius: 30px;
    border: none;
}
.course_filters .btn-orange:hover{
    background: #ec753a;
    color: #fff;
}
.course_filters > .btn{
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.course_filters > .btn i{
    margin-left: 20px;
    color: #57abcf;
}
.course_filters .form-select{
    padding: 0 20px;
    outline: none;
    box-shadow: none;
}
.courses{
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
/* .courses:hover{
    border-color: #57abcf;
} */
.courses > .img{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 230px;
    display: block;
}
.courses > .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.courses:hover > .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}
.courses > .user{
    display: flex;
    height: 1px;
    align-items: center;
    padding-left: 20px;
}
.courses > .user .img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
}
.courses > .user .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courses > .info{
    padding: 30px;
    padding-top: 50px;
    font-size: 1.1rem;
    color: #999;
}
.courses > .info .subjec{
    display: block;
    font-size: 1.3rem;
    color: #000;
}
.courses > .info p{
}
.courses > .info .type{
    font-size: 1rem;
}
.courses > .info .prices{
    border-top: 1px solid #57abcf;
    margin-top: 8px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.courses > .info .prices .price{
    font-size: 1.5rem;
    color: #57abcf;
    font-weight: 600;
}
ul.course_lists{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
ul.course_lists > li{
    width: 25%;
    padding: 15px;
    padding-bottom: 30px;
}
.course_detail{
    display: flex;
}
.course_detail .left{
    min-width: 450px;
    max-width: 450px;
}
.course_detail .right{
    min-width: calc(100% - 450px);
    max-width: calc(100% - 450px);
    padding-left: 50px;
}
.course_detail .teacher_info{
    display: flex;
    border-bottom: 1px solid #58acd0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.course_detail .teacher_info .user{
    width: 80px;
    height: 80px;
    border: 2px solid #58acd0;
    border-radius: 50%;
    overflow: hidden;
}
.course_detail .teacher_info .user .img,
.course_detail .teacher_info .user .img img{
    width: 100%;
    height: 100%;
}
.course_detail .teacher_info .user .img img{
    object-fit: cover;
}
.course_detail .teacher_info .info{
    padding-left: 20px;
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    color: #999;
    font-size: 1rem;
}
.course_detail .teacher_info .info .ms1{
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}
.course_detail .teacher_info .info .ms2{
    color: #58acd0;
    font-size: 1.3rem;
    font-weight: 400;
}
.course_detail .teacher_info .info .type{
    font-size: 1rem;
}
.course_detail .price_info{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #58acd0;
}
.course_detail .price_info .price{
    font-size: 2.3rem;
    font-weight: 600;
    color: #58acd0;
    padding-bottom: 20px;
}
.course_detail .price_info .btt{
    display: flex;
    align-items: center;
}
.course_detail .price_info .btt a{
    font-size: 1.8rem;
}
.course_detail .price_info .btt .btnPayment{
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    border-radius: 20px;
    padding: 15px 20px;
    background: rgb(87,171,206);
    background: linear-gradient(90deg, rgba(87,171,206,1) 0%, rgba(55,128,174,1) 100%);
    border: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    
}
.course_detail .price_info .btt .btnPayment:hover{
    background: rgb(87,171,206);
    background: linear-gradient(90deg, rgba(87,171,206,1) 0%, rgba(70,149,189,1) 27%, rgba(55,128,174,1) 100%);
    color: #fff;
}
.course_detail .price_info .btt .btnHeart{
    min-width: 80px;
    max-width: 80px;
    color: #999;
    cursor: pointer;
    border: none;
}
.course_detail .price_info .btt .btnHeart.active{
    color: #f02b59;
}
.course_detail .shot_details{
    padding-bottom: 30px;
}
.course_relate > h4{
    color: #58acd0;
    margin-bottom: 30px;
}
.course_relate > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.course_relate > ul > li{
    display: flex;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.course_relate > ul > li > .img{
    min-width: 177px;   
    max-width: 177px;   
}
.course_relate > ul > li > .desc{
    min-width: calc(100% - 177px);   
    max-width: calc(100% - 177px);
    padding: 10px;
    padding-left: 20px;
}
.course_relate > ul > li > .desc .subject{
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    display: block;;
}
.course_relate > ul > li > .desc .prices{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    border-top: 1px solid #58acd0;
    padding-top: 5px;
    margin-top: 5px;
}
.course_relate > ul > li > .desc .prices .price{
    color: #58acd0;
    font-weight: 500;
    font-size: 1.4rem;
}
.course_detail .right > h3{ 
    font-size: 2rem;
    margin-bottom: 30px;
}
.course_detail .right .video_present{
    margin-bottom: 30px;
}
.course_detail .right .video_present video,
.course_detail .right .video_present iframe{ 
    width: 100%;
    height: 700px;
}
.course_detail .right .course_infos .nav-tabs{
    background: #e6e6e6;
    gap:2px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.course_detail .right .course_infos .nav-tabs .nav-link{
    background: #a2a2a2;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
}
.course_detail .right .course_infos .nav-tabs .nav-link.active{
    background: #3982b1;
}
.course_detail .right .course_infos .tab-content{
    border:1px solid #e6e6e6;
    padding: 30px 30px;
}
.course_detail .right .course_infos .chatbox .chat_head{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.course_detail .right .course_infos .chatbox .chat_head i{
    color: #a2a2a2;
    margin-right: 10px;
}
.course_detail .right .course_infos .chatbox .chat_box{
    min-height: 300px;
}
.course_detail .right .course_infos .chatbox .chat_box .login_ms{
    margin-bottom: 15px;
}
.course_detail .right .course_infos .chatbox .chat_box .chat_form{
    display: none;
}
ul.chat_lists{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
ul.chat_lists > li{
    display: flex;
    padding: 10px 0;
}
ul.chat_lists > li.Question{
    justify-content: flex-start;
    flex-direction: row-reverse;
}
ul.chat_lists > li > .img {
    min-width: 58px;
    max-width: 58px;
    min-height: 58px;
    max-height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
ul.chat_lists > li > .info {
    padding-left: 20px;
    max-width: 70%;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 10px;
}
ul.chat_lists > li.Question > .img {
    margin: 0;
    margin-left: 15px;
}
ul.chat_lists > li.Question > .info {
    text-align: right;
}
ul.chat_lists > li.Question > .info .message{
    text-align: left;
    font-size: 0.9rem;
}
ul.chat_lists > li > .info .name {
    color: #47a185;
    font-weight: 400;
}
ul.chat_lists > li > .info .date {
    color: #999;
    font-size: 0.8rem;
}
ul.course_lesson{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
ul.course_lesson > li{
    padding-bottom: 15px;
}
ul.course_lesson .descs{
    padding-left: 25px;
    font-size: 1.2rem;
}
ul.course_lesson .name{
    font-size: 1.4rem;
    padding-bottom: 5px;
    font-weight: 400;
}
.course_lesson .descs{
    color: #6a6d70;
}
.course_lesson .descs .icon{
    min-width: 35px;
    max-width: 35px;
    font-size: 1.5rem;
    padding: 0;
    text-align: center;
}
.course_lesson .descs .ms{
    min-width: calc(100% - 35px);
    max-width: calc(100% - 35px);
}
.istar{
    background: url('../img/course/star.png') right center no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 4px;
}
.istar.active{
    background-position: left center;
}
.stars.mini .istar{
    width: 20px;
    height: 20px;
    margin:0 2px;
}
.review_box{
    padding: 30px;
}
.review_box .r_title{
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding-left: 50px;
}
.review_box .r_title .ms{
    padding-left: 15px;
}
.review_box .suminfo{
    padding-bottom: 30px;
}
.review_box .suminfo .infos{
    display: flex;
}
.review_box .suminfo .infos .r_left{
    min-width: 350px;
    max-width: 350px;
    text-align: center;
    padding-right: 50px;
    padding-top: 50px;
}
.review_box .suminfo .infos .r_left .totals{
    font-size: 6rem;
    font-weight: 400;
    color: #ea9808;
}
.review_box .suminfo .infos .r_right{
    min-width: calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding-top: 50px;
}
.review_box .suminfo .infos .r_right .help-block{
    font-size: 1.1rem;
}
.reviewrows{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.reviewrows .ms,
.reviewrows .scrore{
    font-weight: 400;
}
.reviewrows .scrore{
    color: #ea9808;
}
.reviewrows .progress{
    min-width: calc(80% - 100px);
    max-width: calc(80% - 100px);
}
.reviewrows .progress .progress-bar{
    background-color: #ea9808;
}
.review_data{
    margin-top: 30px;
}
.review_data h3{
    font-size: 1.2rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}
ul.review_lists{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
ul.review_lists > li{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    display: flex;
}
/*ul.review_lists > li:last-child{
    border-bottom: none;
}*/
ul.review_lists > li > .img{
    min-width: 58px;
    max-width: 58px;
    min-height: 58px;
    max-height: 58px;
    border-radius: 50%;
    overflow: hidden;
}
ul.review_lists > li > .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.review_lists > li > .info{
    padding-left: 20px;
    min-width: calc(100% - 198px);
    max-width: calc(100% - 198px);
}
ul.review_lists > li > .info .name{
    color: #47a185;
    font-weight: 400;
}
ul.review_lists > li > .stars.mini{
    min-width: 140px;
    max-width: 140px;
}
.popup_filter{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
.popup_filter .fhead{
    font-size: 1.6rem;
    color: #75736f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}
.popup_filter .box_filter{
    background: #fff;
    max-width: 600px;
    padding: 35px 35px;
    padding-bottom: 100px;
    min-height: 100%;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;  
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px); 
}
.popup_filter.open .box_filter{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    
}
.get_quotation{
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #bebebe;
    border-bottom: 2px solid #bebebe;
}
.btnGetQuotation{
    background: #f25c12;
    color: #fff;
    font-size: 1.4rem;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 30px;
}
.btnGetQuotation:hover{
    background: #ec753a;
    color: #fff;
}
.popup_filter .course_filters{
    display: block;
    padding: 35px 0;
    border-bottom: 2px solid #bebebe;
    margin-bottom: 0;
}
.popup_filter .course_filters > h4{
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.popup_filter .course_filters > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 15px 0;
    flex-wrap: wrap;
}
.popup_filter .course_filters > ul > li{
    min-width: 50%;
    max-width: 50%;
}
.price_rang{
    display: flex;
    align-items: flex-end;
}
.price_rang label{
    display: block;
}
.price_rang .ms{
    padding-left: 15px;
    padding-right: 15px;
}
.price_rang input{
    border: 1px solid #ddd;
    padding: 8px 15px;
    font-size: 1.2rem;
}
.popup_h4{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
.search_layout{
    background: #58acd0;
    padding: 80px 0;
}
.search_box{
    display: flex;
    column-gap: 15px;
    max-width: 800px;
    margin: auto;
}
.search_box input{
    border: none;
    font-size: 24px;
    padding: 15px 30px;
    border-radius: 0;
}
.search_box button{
    border: none;
    background: none;
    color: #fff;
    font-size: 50px;
}
.m_search .search_info{
    padding: 50px 0;
}
.m_search .s_resault{
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.m_search .s_title{
    font-size: 2rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}
.seeall .btn{
    background: #58acd0;
    color: #fff;
}
.member_course td h5{
    max-width: 500px;
}
.member_course td .img{
    min-width: 140px;
}
.m_inner .m_box .m_right .btnRegis{
    font-size: 1.3rem;
    max-width: 300px;
    padding: 10px;
}
#btnGoogleLogin iframe{
    margin: auto!important;
}
/* SHARE */
.share {
    background: rgb(248, 249, 250);
    color: #58acd0;;
    font-size: 1.5rem;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.share-button .social.active{
    margin-left: -69px!important;
    margin-bottom: 20px;
    -webkit-transform:scale(1) translateY(-105px) !important;
       -moz-transform:scale(1) translateY(-105px) !important;
        -ms-transform:scale(1) translateY(-105px) !important;
         -o-transform:scale(1) translateY(-105px) !important;
            transform:scale(1) translateY(-105px) !important;
}
.share-button li{
    padding-top: 8px!important;
    padding-bottom: 16px!important;
}
@media (max-width: 1899px) {
  .share-button .social.active{
        margin-left: -75px!important;
        margin-bottom: 20px;
        -webkit-transform:scale(1) translateY(-90px) !important;
           -moz-transform:scale(1) translateY(-90px) !important;
            -ms-transform:scale(1) translateY(-90px) !important;
             -o-transform:scale(1) translateY(-90px) !important;
                transform:scale(1) translateY(-90px) !important;
    }  
}
.pdf_preview{
    padding: 15px;
}
.pdf_preview > iframe{
    width: 100%;
    height: 900px;
}
@media (max-width: 1899px) {
    .pdf_preview > iframe{
        height: 750px;
    } 
}
@media (max-width: 1399px) {
    .pdf_preview > iframe{
        height: 600px;
    } 
}
@media (max-width: 1199px) {
    .pdf_preview > iframe{
        height: 500px;
    } 
}
@media (max-width: 991px) {
    .pdf_preview > iframe{
        height: 72vw;
    } 
}