@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600&display=swap');
body,html{
    height: 100%;
}
body{
    font-size: 1rem;
    font-family: 'Kanit', serif;
    overflow-x: hidden;
    font-weight: 300;
    background: #fff;
}
body.front_layout{
    padding-top: 85px;
}
.navbar-brand > img{
    height: 55px;
}
@media (min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}
pre.debug{
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    z-index: 999999;
    min-width: 300px;
    max-width: 500px;
    min-height: 300px;
    max-height: 100%;
    color: #fff;
    overflow-y: auto;
}
a{
    color: #000;
    text-decoration: none;
}
.slick-slide > div > div{
    display: block!important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.singledate{
    background: url('../img/icon/calendar.png') calc(100% - 10px) center no-repeat;
    padding-right: 50px;
}
.img{
    position: relative;
    display: block;
}
.img > img{
    max-width: 100%;
}
.btn{
    border-radius: 0px;
    font-weight: 300;
}
.btn-submit{
    background: #0d56a9;
    padding: 15px 50px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 30px;
}
.btn-main{
    font-size: 1.1rem;
    padding : 0.5rem 2.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 2vw;
    border: none;
    color: #fff;
}
.btn-main:hover{
    background: rgba(255,255,255,0.4);
    color: #fff;
}
.btn-white{
    background: #ffff;
    color: #0d56a9;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.1rem;
}
.btn-white:hover{
    background: #0d56a9;
    color: #fff;
}
.btn-green{
    background: #0f9495;
    color: #fff;
}
.btn-green:hover{
    background: #2ea7a0;
    color: #fff;
}
.btn-success{
    background-color: #57b4b5;
    border-color: #57b4b5;
}
.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;
}
.btn-cart{
    background: #e89625;
    color: #fff;
}
.btn-cart:hover{
    background: #f57603;
    color: #fff;
}
.btn-ourstock{
    background: #868686;
    color: #fff;
}
.btn-ourstock:hover{
    background: #484848;
    color: #fff;
}
.btn-big{
    font-size: 1.6rem;
    padding: 10px 100px;
}
hr{
    border-color: #999;
}
.form-select,
.form-control{
    border-radius: 3px;
    font-weight: 300;
}
.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;
    background-size: cover;
}
.m_login .card > .card-body{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.m_login .boxlayout{
    width: 560px;
    position: relative;
    z-index: 1;
}
.m_login .boxlayout .logo{
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
}
.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: #f55803;
}
.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;
    margin: 0;
}
.form-check .form-check-input{
    margin-top: 1px;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
.m_login label[for="remember"]{
    color: #999;
}
.m_login a:not(.btn){
    color: #f55703;
    font-weight: 300;
}
.btnBlack{
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 1.5rem;
}
.btnBack,
.btnRegis,
.btnLogin{
    background: #f5ae03;
    background: linear-gradient(90deg, #f5ae03 0%, #f55803 100%);
    color: #fff;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: none;
    width: 100%;
    opacity: 0.8;
    -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{
    opacity: 1;
    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);
}
.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;
}
.form-check-label{
    padding-left: 10px;
}

/*Member {*/
.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{
    margin-top: 10px;
}
.m_notify .dropdown-item{
    display: flex;
    column-gap: 15px;
}
.m_notify .dropdown-item .badge{
    font-size: 11px;
}
.m_notify .dropdown-item .img{
    max-width: 30px;
    min-width: 30px;
}
.m_notify .dropdown-item .info{
    text-align: left;
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}
.m_nav{
    padding: 20px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 99;
}
.m_nav .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: initial;
}
/*.m_nav .navbar-brand > img{
    margin-top: -10px;
}*/
.m_inner{
    background: #fff;
    min-height: 100%;
    position: relative;
}
.m_inner::before{
    content: '';
    width: 176px;
    height: 176px;
    background: #f55703;
    position: absolute;
    right: -90px;
    top: 170px;
    border-radius: 50%;
    z-index: 1;
}
.m_inner::after{
    content: '';
    width: 504px;
    height: 504px;
    background: #0d56a9;
    position: absolute;
    right: -100px;
    top: -250px;
    border-radius: 50%;
}
/*.m_inner > *{
    position: relative;
    z-index: 3;
}*/
.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;
    font-weight: 400;
    color: #f55903;
    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: 300;
    color:#f5ae03;
}
.m_inner .m_box .m_left .m_menu > ul > li:hover > a{
    color: #f5ae03;
}
.m_inner .m_box .m_left .m_fixmenu{
    position: absolute;
    right: 100%;
    top: 0;
    background: #f55903;
    background: linear-gradient(0deg, #f55903 0%, #f5ad03 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: #e1e1e1;
    color: #000;
    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%;
}
.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);
    font-weight: 300;
}
.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: #f55903;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 400;
}
.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; /* ซ่อนขอบซ้าย */
}
.popup_filter .form-check-inline{
    max-width: 100%;
}
.popup_filter .form-check-label,
.m_inner .m_right .card label.form-label{
    color: #6a6257;
    font-weight: 300;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.form-check-label{
    padding-left: 10px;
}
.m_inner .m_right .card table.table>:not(caption)>*>*{
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 300;
}
.m_inner .m_right .card table th{
    font-size: 1.2rem;
    padding: 0.5rem 1rem!important;
    color: #6a6257;
    font-weight: 400;
}

/*} End Member*/
.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: 12px;
}
.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%;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/* 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;
    color: #0f9596;
}
.swal2-content{
    font-size: 1rem;
}
.auth_footer{
    background: #0d56a9;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
}
.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: #fff;
    font-size: 14px;
    opacity: 0.5;
    -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: #f55703!important;
    opacity: 1;
}
.slick-dots li button::before{
    width: 30px;
    height: 30px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    border: 0;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 45px;
}
.navbar-toggler span{
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    margin-bottom: 5px;
    -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;
}
.navbar-toggler span:nth-child(2){
    background: #69d1fa;
    width: 20px;
}
.navbar-toggler:hover span{
    width: 20px;
}
.navbar-toggler:hover span:nth-child(2){
    width: 25px;
}
.slick-prev{
    left: 0;
    background: url('../img/home/i-back.png') center center no-repeat!important;;
}
.slick-next{
    right: 0;
    background: url('../img/home/i-next.png') center center no-repeat!important;;
}
.slick-prev,
.slick-next{
    width: 40px;
    height: 40px;
}
.slick-prev::before,
.slick-next::before{
    display: none;
}
.accordion{
    background: #e8e8e8;
}
.accordion .accordion-item{
    border: none;
    margin-bottom: 1px;
}
.accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.accordion-button,
.accordion-button:not(.collapsed){
    background: #f2f2f2;
    box-shadow: none;
    border-radius: 0;
}
.accordion-body{
    padding: 45px 0;
}
.accordion-button,
.accordion-button:not(.collapsed){
    color: #46494a;
    font-size: 1.4rem;
    font-weight: 300;
    outline: none;
}
.accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}
.accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-icon);
}
.accordion-body iframe{
    width: 100%;
    height: 600px;
}
@media (max-width: 991px) {
    .accordion-body iframe{
        height: 70vw;
    }
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #f55703;
}
.m_login .boxlayout.m_regis h3{
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.swal2-icon.swal2-success .placeholder{
    opacity: 0.4;
    border-color: #eee;
}
.swal2-container{
    color: #fff;
}
.swal2-icon.swal2-success .line{
    background: #f55703;
}
.swal2-modal button.styled{
    border-radius: 5px;
}
.show-swal2{
    border-radius: 20px;
}
.room_pagination{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
/* Main Web {*/
    #main_menu{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 0;
        background: #fff;
        /*padding-bottom: 20px;*/
        font-size: 1.2rem;
        border-radius: 0 0 20px 0;
    }
    #main_menu > .container{
        max-width: 100%;
        padding: 0;
    }
    
    #main_menu > .container{
        display: flex;
        align-items: flex-start;
    }
    .navbar-brand{
        flex-grow: 1;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-collapse{
        flex-grow: inherit;
    }
    #nav_function{
        display: flex;
        align-items: center;
    }
    #nav_function .cart{
        display: flex;
        position: relative;
    }
    #nav_function .cart .count{
        position: absolute;
        left: 0;
        right: 0;
        color: #000;
        text-align: center;
        bottom: 0;
        font-weight: 300;
    }
    .main_membrer{
        display: flex;
        background: #f55703;
        height: 100%;
        border-radius: 0 0 20px 0px;
        align-items: center;
        color: #fff;
        padding-left: 50px;
        padding-right: 40px;
        margin-right: -15px;
        position: relative;
        z-index: 1;
        gap:20px;
    }
    .main_membrer a{
        color: #fff;
    }
    .main_membrer i{
        display: none;
    }
    .langbox{
        background: #f5ad03;
        color: #fff;
        height: 100%;
        padding: 15px 30px;
        border-radius: 0 0 20px 0px;
        display: flex;
        align-items: center;
        padding-left: 45px;
    }
    .langbox a{
        color: #fff;
        padding: 0 10px;
        display: inline-block;
        line-height: 15px;
    }
    .langbox a:first-child{
        border-right: 2px solid #fff;
    }
    .langbox a.active{
        font-weight: 500;
    }
    #MainNav .navbar-nav{
        background: #0d56a9;
        height: 100%;
        align-items: center;
        border-radius: 0 0 20px 20px;
        padding-left: 40px;
        padding-right: 20px;
        position: relative;
        z-index: 3;
        margin-right: -15px;
        margin-left: 30px;
    }
    #MainNav .navbar-nav .nav-link{
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.1rem;
    }
    #MainNav .navbar-nav .nav-link.search{
        font-size: 1.8rem;
    }
    .hr{
        position: relative;
        border-bottom: 1px solid #ddd;
        z-index: 1;
    }
    .hr:before{
        content: '';
        display: block;
        background: #0d56a9;
        width: 91px;
        height: 13px;
        position: absolute;
        left: 0;
        bottom: -7px;
        border-radius: 6px;
    }
    .lessonbox{
        border-radius: 5px;
        /*overflow: hidden;*/
        border: 1px solid #dadada;
    }
    .lessonbox .img{
        border-radius: 3px;
        overflow: hidden;
        height: 280px;
        margin-left: -1px;
        margin-right: -1px;
    }
    .lessonbox .img > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .lessonbox: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);
    }
    .lessonbox .info{
        padding: 15px 20px;
        padding-bottom: 20px;
    }
    .lessonbox .info .subject{
        font-size: 1.2rem;
        font-weight: 400;
        min-height: 60px;
    }
    .lessonbox .info p{
        color: #86898b;
    }
    .newsbox .info a.viewall,
    .lessonbox .info a.viewall{
        background: #d9d9d9;
        color: #000;
        font-size: 1.2rem;
        padding: 10px 30px;
        border-radius: 30px;
        display: block;
        text-align: center;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .newsbox .info a.viewall:hover,
    .lessonbox .info a.viewall:hover{
        background: #0d56a9;
        color: #fff;
    }
    .seeall{
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .seeall a.btn{
        background: #000;
        color: #fff;
        padding: 10px 30px;
        border-radius: 30px;
        font-size: 1.2rem;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .seeall a.btn:hover{
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05);
    }
    .shopsbox .img{
        height: 300px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        margin-bottom: -3px;
        z-index: 1;
    }
    .shopsbox .img > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .shopsbox: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);
    }
    .shopsbox .info{
        border: 1px solid #ddd;
        border-top: none;
        background: #fff;
        min-height: 250px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }
    .shopsbox .info .subject{
        font-size: 1.3rem;
        margin-bottom: 0px;
        padding: 20px 25px;
        font-weight: 400;
        min-width: 100%;
    }
    .shopsbox .info .desc{
        min-width: 100%;
    }
    .shopsbox .info .desc .type{
        padding: 10px 25px;
        min-width: 100%;
        color: #86898b;
        font-size: 1.1rem;
    }
    .shopsbox .info .desc .price{
        background: #e76a28;
        color: #fff;
        padding: 0px 25px; 
        font-size: 1.6rem;
        text-align: center;
        min-width: 100%;
        display: flex;
        height: 66px;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .newsbox{
        background: #fff;
        border-radius: 40px;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        overflow: hidden;
        padding: 30px;
        display: flex;
        column-gap: 30px;
    }
    .newsbox.eq2{
        margin-top: 140px;
    }
    .newsbox .img{
        min-width: 320px;
        max-width: 320px;
        height: 340px;
        overflow: hidden;
    }
    .newsbox .img > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .newsbox .img:hover > 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);
    }
    .newsbox .info{
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        position: relative;
    }
    .newsbox .info .subject{
        font-size: 1.5rem;
        margin-bottom: 10px;
        font-weight: 300;
    }
    .newsbox .info .time{
        min-width: 100%;
        color: #86898b;
    }
    .newsbox .info .viewall{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    footer{
        background: #f2f2f2;
        position: relative;
    }
    footer::before{
        content: '';
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 500px;
        height: 137px;
        background: #f55703;
        z-index: 0;
        border-radius: 70px 0 0 70px;
    }
    footer::after{
        content: '';
        position: absolute;
        bottom: 150px;
        right: 0;
        width: 300px;
        height: 80px;
        background: #f5ad03;
        z-index: 1;
        border-radius: 40px 0 0 40px;
    }
    footer .copyright{
        background: #0d56a9;
        color: #fff;
        padding: 50px 0;
        text-align: center;
    }
    footer .copyright .container{
        column-gap: 20px;
        display: flex;
        justify-content: center;
    }
    footer .copyright .container a{
        color: #fff;
    }
    footer .footerinfo{
        padding-bottom: 100px;
        padding-top: 100px;
    }
    footer .footerinfo > .container{
        display: flex;
    }
    footer .footerinfo > .container .f_left{
        flex-grow: 1;
        border-right: 1px solid #0d56a9;
        padding-right: 30px;
    }
    footer .footerinfo > .container .f_left > ul{
        display: flex;
        min-width: 100%;
        max-width: 100%;
        justify-content: space-around;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer .footerinfo > .container .f_left > ul > li > a{
        font-size: 1.2rem;
        color: #0d56a9;
        font-weight: 400;
        margin-bottom: 15px;
        display: block;
    }
    footer .footerinfo > .container .f_left > ul > li > ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer .footerinfo > .container .f_left > ul > li > ul > li > a{
        color: #86898b;
        display: block;
        padding: 5px 0;
    }
    footer .footer_soial{
        display: flex;
        gap: 15px;
        margin-top: 15px;
    }
    footer .footer_soial a{
        font-size: 2.5rem;
        color: #f55703;
    }
    footer .footerinfo > .container .f_right{
        max-width: 500px;
        min-width: 500px;
        padding-left: 70px;
        color: #86898b;
    }
    footer .footerinfo > .container .f_right h4{
        font-size: 1.2rem;
        margin-top: 15px;
        font-weight: 400;
    }
    footer .footerinfo > .container .f_right address{
        margin-bottom: 0;
    }
    .m_inner{
        padding-top: 200px;
        padding-bottom: 150px;
    }
    .inner_header{
        padding-bottom: 80px;
    }
    .inner_header .message{
        padding-left: 130px;
    }
    .inner_header .message h1{
        font-size: 3.5rem;
        font-weight: 400;
    }
    .m_inner .hr:before{
        background: #f5ad03;
    }
    .card_info{
        background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        padding: 40px;
    }
    .card_info .info{
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        background: #0d56a9;
        color: #fff;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .card_info:hover .info{
        opacity: 1;
    }
    .card_info .info h2{
        font-weight: 300;
        min-width: 100%;
        text-align: center;
        padding-left:30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }
    .card_info .img{
        height: 250px;
    }
    .card_info .img > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .card_info .info .links{
        display: flex;
        flex-wrap: wrap;
        gap:10px;
        min-width: 80%;
        max-width: 80%;
    }
    .card_info .info .links > a{
        min-width: 100%;
        text-align: center;
        display: block;
        border: 1px solid rgba(255,255,255,0.5);
        color: #fff;
        padding: 5px 10px;
        max-width: 50px;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .card_info .info .links > a:hover{
        background: rgba(255,255,255,0.2);
    }
    .partner_lists{
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }
    .partner_lists .card_info{
        min-width: calc(25% - 30px);
        max-width: calc(25% - 30px);
        position: relative;
    }
    .inner_tg{
        position: relative;
    }
    .inner_tg .info{
        position: absolute;
        top: 0;
        bottom: 0;
        color: #fff;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
    }
    .inner_tg .img > img{
        width: 100%;
    }
    .inner_tg .info .ms{
        max-width: 50%;
    }
    .inner_tg .info .ms > h2{
        font-size: 3.5rem;
        font-weight: 200;
    }
    .inner_tg .info .ms > p{
        font-size: 2rem;
    }
    .inner_tg .info .ms .plink{
        display: flex;
        column-gap: 30px;
        margin-top: 3vw;
    }
    .inner_tg .info .ms .plink a{
        display: block;
        color: #fff;
        padding: 10px 80px;
        border: 1px solid #fff;
        font-size: 1.5rem;
    }
    .m_inner.innerview .inner_header{
        padding-bottom: 0;
    }
    .partnerlogo{
        position: relative;
        margin-bottom: 80px;
    }
    .partnerlogo .card_info{
        width: 415px;
        height: 338px;
        margin-top: -180px;
    }
    .partnerlogo .card_info .img{
        height: 100%;
        width: 100%;
    }
    .partnerlogo .card_info .img > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .home_lesson .nav-tabs,
    .home_news .nav-tabs{
        margin-top: 40px;
        justify-content: center;
        border: none;
        gap:20px;
    }
    .home_lesson .nav-tabs .nav-link,
    .home_news .nav-tabs .nav-link{
        border: none;
        background: #dadada;
        border-radius: 30px;
        padding: 5px 50px;
        font-size: 1.5rem;
        color: #000;
        font-weight: 300;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .home_news .nav-tabs .nav-link:hover,
    .home_lesson .nav-tabs .nav-link:hover{
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05);
    }
    .home_lesson .nav-tabs .nav-link.active{
        background: #0d56a9;
        color: #fff;
    }
    .home_news .nav-tabs .nav-link.active{
        background: #f5ad03;
        color: #fff;
    }
    .home_lesson .tab-content,
    .home_news .tab-content{
        margin-top: 50px;
    }
    ul.lesson_lists{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 0;
    }
    ul.lesson_lists > li{
        padding: 20px;
        width: 25%;
    }
    .lessonview .nav-tabs{
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }
    .lesson_views{
        display: flex;
        padding-top: 50px;
    }
    .lesson_views .co_left{
        flex-grow: 1;
        padding-right: 150px;
        padding-left: 50px;
    }
    .lesson_views .co_left .inner_html{
        margin-top: 15px;
    }
    .lesson_views .co_left > h2{
        font-weight: 400;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .lesson_views .col_right{
        max-width: 340px;
        min-width: 340px;
    }
    .lesson_views .col_right > h3{
        font-weight: 400;
    }
    .lesson_views .col_right ul.lesson_lists > li{
        width: 100%;
        padding: 0;
        padding-bottom: 30px;
    }
    .lessonbox .info .btn.btn-cart{
        font-size: 1.5rem;
        padding: 10px 20px;
        display: block;
    }
    .lesson_views .lesson_group select{
        border-radius: 30px;
        font-size: 1.3rem;
        padding: 10px 40px;
        padding-left: 30px;
        height: auto;
        margin-left: -30px;
    }
    .lesson_views .lesson_group p{
        color: #86898b;
        padding: 20px 0;
        font-size: 1.2rem;
    }
    .lesson_views .lessoninfo > h3{
        font-weight: 300;
        font-size: 2.2rem;
        margin-bottom: 20px;
        color: #46494a;
    }
    .lesson_views .lessoninfo .desc{
        display: flex;
        column-gap: 40px;
    }
    .lesson_views .lessoninfo .desc .img{
        max-width: 280px;
        min-width: 280px;
    }
    .lesson_views .lessoninfo .desc .ms{
        color: #86898b;
        font-size: 1.2rem;
    }
    .lesson_views .lessoninfo .desc .ms > div{
        padding-bottom: 10px;
        display: flex;
    }
    .lesson_views .lessoninfo .desc .ms strong{
        color: #000;
        min-width: 140px;
        display: inline-block;
    }
    .lesson_views .lessoninfo .desc .ms > a.btn{
        font-size: 1.8rem;
        padding: 10px 80px;
        margin-top: 50px;
    }
    .lesson_section{
        padding-top: 40px;
    }
    .m_news .home_lesson .nav-tabs .nav-link.active{
        background-color: #f5ad03;
    }
    .m_news .lessonbox{
        border: none;
    }
    .m_news .lessonbox .more{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
    }
    .share{
        background: #f5ad03;
        color: #fff;
        font-size: 1.5rem;
        width: 43px;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        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:hover{
        background: #0d56a9;
        color: #fff;
    }
    .m_news .lessonbox .info{
        padding-left: 0;
        padding-right: 0;
    }
    .m_news .lessonbox .info a.viewall{
        padding-left: 50px;
        padding-right: 50px;
        font-size: 1.2rem;
    }
    .news_views{
        display: flex;
        padding-top: 80px;
        background: #eee;
        padding-bottom: 150px;
    }
    .news_views .container{
        display: flex;
    }
    .news_views .co_left{
        flex-grow: 1;
        padding-right: 100px;
        padding-left: 50px;
    }
    .news_views .co_left > h2{
        font-weight: 400;
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .news_views .col_right{
        max-width: 452px;
        min-width: 452px;
        padding-top: 70px;
    }
    .news_views .col_right > h3{
        font-weight: 400;
        padding : 0 25px;
        padding-bottom: 15px;
    }
    .news_views .co_left > .desc{
        display: flex;
        align-items: center;
        column-gap: 30px;
        padding-bottom: 30px;
    }
    .news_views .co_left > .desc .date{
        color: #86898b;
    }
    .lessonview.m_news .nav-tabs{
        border: none;
    }
    .news_views .col_right{

    }
    ul.news_lists{
        list-style:  none;
        padding: 0;
        margin: 0;
        background: #fff;
        padding: 30px;
    }
    ul.news_lists > li{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    ul.news_lists > li:last-child{
        margin-bottom: 0;
    }
    .newsrelate{
        display: flex;
        column-gap: 15px;
    }
    .newsrelate .img{
        min-width: 135px;
        max-width: 135px;
    }
    .newsrelate .info .subject{
        font-size: 1.3rem;
        font-weight: 300;
        color: #000;
    }
    .ck_checkout_box{
        position: fixed;
        z-index: 999;
        left: 0;
        top:0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        justify-content: flex-end;
        display: none;
    }
    .ck_checkout_box .ck_close{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .ck_checkout_box .ck_bg{
        background: #fff;
        max-width: 500px;
        font-size: 1.4rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .ck_checkout_box .ck_bg .ck_header{
        background: #0d56a9;
        color: #fff;
    }
    .ck_checkout_box .ck_bg .ck_header .ms2{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .ck_checkout_box .ck_bg .ck_header .btn{
        font-size: 1.5rem;
        padding: 12px 50px;
        display: block;
    }
    .ck_checkout_box .ck_bg .ck_products,
    .ck_checkout_box .ck_bg .ck_header{
        padding: 30px 50px;
        min-width: 100%;
        max-width: 100%;
    }
    .ck_products{
        flex: 1;
        overflow: auto;
        padding: 20px;
    }
    .ck_products > ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .ck_products > ul > li{
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    .ck_products > ul > li:last-child{
        border-bottom: none;
    }
    .ck_products > ul > li > .img{
        max-width: 100px;
        min-width: 100px;
    }
    .ck_products > ul > li > .ck_info{
        flex-grow: 1;
        padding-left: 30px;
    }
    .ck_products > ul > li > .ck_info .name{
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.7rem;
        margin-bottom: 15px;
    }
    .ck_products > ul > li > .ck_info .id{
        font-size: 1.1rem;
        color: #75736f;
        margin-bottom: 10px;
    }
    .ck_products > ul > li > .ck_info .fn_unit{
        display: flex;
    }
    .ck_products > ul > li > .ck_info .fn_unit a{
        background: #000;
        color: #fff;
        padding: 0 10px;
        border-radius: 0;

    }
    .ck_products > ul > li > .ck_info .fn_unit input{
        max-width: 80px;
        text-align: center;
        border: 1px solid #000;
        font-weight: 200;
        outline: none;
    }
    .ck_products > ul > li > .ck_right{
        max-width: 100px;
        min-width: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .ck_products > ul > li > .ck_right .ck_price{
        font-weight: 400;
    }
    .ck_products > ul > li > .ck_right .ck_del{
        margin-top: 10px;
    }
    .ck_products > ul > li > .ck_right .ck_del:hover{
        color: #f55703;
    }
    .btnOpentCart{
        cursor: pointer;
    }
    .shipping_info{
        
    }
    .csreer_layout h2{
        color: #0d56a9;
        text-align: center;
        margin-bottom: 50px;
        font-size: 3rem;
    }
    .csreer_layout .filters{
        background: #0d56a9;
        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;
        cursor: pointer;
    }
    #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;
    }
    .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_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;
    }
/* }Main Web */

/* Inner HTML {*/
    .inner_html{
        font-size: 1.2rem;
    }
    .cke_editable iframe,
    .inner_html iframe{
        width: 100%;
        height: 50vw;
        margin: 15px 0;
    }
    .cke_editable h2,
    .inner_html h2,
    .accordion-body h2{
        color: #0d56a9;
    }
    .cke_editable img,
    .inner_html img{
        max-width: 100%;
        height: auto;
    }
    .about_html{
        padding: 120px 0;
        padding-bottom: 0;
    }
    .about_html .sec1,
    .about_html .sec2,
    .about_html .sec3{
        display: flex;
        padding-bottom: 150px;
    }
    .about_html .sec1 > .img,
    .about_html .sec3 > .img{
        max-width: 35%;
        min-width: 35%;
        text-align: center;
    }
    .about_html .sec1 > .info{
        padding-left: 10%;
    }
    .about_html .sec3 > .info{
        padding-right: 10%;
    }
    .about_html .sec1 > .info,
    .about_html .sec3 > .info{
        font-size: 1.5rem;
        color: #7d7777;
    }
    .about_html .sec1 > .info h2,
    .about_html .sec3 > .info h2{
        color: #322e2e;
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .about_html .sec2{
        justify-content: space-around;
    }
    .about_html .sec3{
        padding-bottom: 0;
    }
    .contactinfo .container{
        display: flex;
        column-gap: 140px;
    }
    .contactinfo .container > .img{
        min-width: 580px;
        max-width: 580px;
    }
    .contactinfo .container > .img img{
        width: 100%;
    }
    .contactinfo .container > .info{
        position: relative;
    }
    .contactinfo .container > .info .maininfo{
        padding-right: 270px;
    }
    .contactinfo .container > .info::before{
        content: '';
        display: block;
        width: 93px;
        height: 93px;
        background: #f5ad03;
        top: 50px;
        right: 0;
        position: absolute;
        border-radius: 50%;
    }
    .contactinfo .container > .info::after{
        content: '';
        display: block;
        width: 176px;
        height: 176px;
        background: #f55703;
        top: 180px;
        right: 0;
        position: absolute;
        border-radius: 50%;
    }
    .contactinfo .container > .info .maininfo > .img{
        margin-bottom: 50px;
    }
    .contactinfo .container > .info .maininfo > h2{
        font-weight: 400;
        font-size: 3.5rem;
        color: #807f7c;
    }
    .contactinfo .container > .info .maininfo > p{
        color: #75736f;
        font-size: 1.3rem;
    }
    .contact_type > .row{
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 50px 0;
        margin: 50px 0;
        text-align: center;
        font-size: 1.3rem;
    }
    .contact_type > .row > .col{
        border-right: 1px solid #ddd;
        padding: 0 15px;
    }
    .contact_type > .row > .col:last-child{
        border-right: none;
    }
    .contact_teacher > div{
        display: flex;
        align-items: flex-end;
        column-gap: 40px;
    }
    .contact_teacher > div .user{
        max-width: 250px;
        min-width: 250px;
        position: relative;
    }
    .contact_teacher > div .user .img img{
        width: 100%;
    }
    .contact_teacher > div .user .name{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 20px;
        background: #0d56a9;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        border-radius: 40px;
    }
    .contact_teacher > div.row1 .user .name{
        background: #f55703;
    }
    .contact_teacher > div.row2 .user .name{
        background: #f5ad03;
    }
    .contact_teacher > div .info{
        flex-grow: 1;
    }
    .contact_teacher > div .info .desc{
        display: flex;
        align-items: center;
        column-gap: 30px;
        font-size: 1.3rem;
        color: #75736f;
        font-weight: 300;
        padding-bottom: 15px;
    }
    .contact_teacher > div.row1 .info .desc{
        flex-direction: row-reverse;
    }
    .contact_teacher > div.row1 .info .desc .img{
        max-width: 50px;
        min-width: 50px;
    }
    .contactinfo{
        padding-bottom: 100px;
    }
    .contactform{
        background: #e6e6e6;
        padding: 100px 0;
    }
    @media (min-width: 991px) {
        .contactform .container{
            max-width:952px;
        }
    }
    .contactform .form_contact h2{
        text-align: center;
        font-weight: 300;
        margin-bottom: 50px;
        font-size: 2.2rem;
    }
    .form_contact .captcha{
        display: flex;
        align-items: center;
        column-gap: 40px;
    }
    .form_contact .boxcaptcha{
        display: inline-block;
    }
    .contactaddress{
        padding: 80px 0;
    }
    .contactaddress .row .col{
        padding: 10px 50px;
        border-right: 1px solid #eee;
        color: #676869;
        font-size: 1.2rem;
    }
    .contactaddress .row .col:last-child{
        border-right: none;
    }
    .googlemap{
        background: #0d56a9;
        padding: 100px 0;
        color: #fff;
        padding-bottom: 150px;
    }
    .googlemap h3{
        text-align: center;
        font-weight: 300;
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    .m_inner.m_contact{
        padding-bottom: 0;
    }
    @media (min-width: 991px) {
        .googlemap .container{
            max-width: 1440px;
        }
    }
    .googlemap iframe{
        width: 100%;
        height: 600px;
    }
    .logobox > a.img{
        display: flex;
        height: 170px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logobox > a.img > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .clients_box{
        padding: 30px 0;
        border-top: 1px solid #eee;
    }
    .productbox{
        display: flex;
        column-gap: 20px;
    }
    .productbox .img{
        max-width: 150px;
        min-width: 150px;
    }
    .productbox .desc .productid{
        font-size: 1.1rem;
        color: #75736f;
    }
    .productbox .desc a{
        display: block;
        font-weight: 300;
        color: #676869;

    }
    .text-bg-shopping,
    .text-bg-success,
    .text-bg-warning{
        font-weight: 300;
        font-size: 1.1rem;
        padding: 7px 25px;
        border-radius: 5px;
        color: #fff!important;
    }
    .text-bg-warning{
        background: #e48516!important;
    }
    .text-bg-success{
        background: #4d9903!important;
    }
    .text-bg-success{
        background: #4d9903!important;
    }
    .text-bg-shopping{
        background: #0d55a9!important;
    }
    .i_heart,
    .i_heart:hover{
        font-size: 1.5rem;
        color: #999;
    }
    .i_heart.active{
        color: #f02b59;
    }
    .form_contact .invalid-feedback{
        color: red;
    }
    ul.relate_product{
        list-style: none;
        padding: 0;
    }
    ul.relate_product > li{
        margin-bottom: 30px;
    }
    .search_layout{
        background: #0d55a9;
        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;
    }
/* }Inner HTML */


/* SHARE */
.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;
    }  
}




.inner_slide{
    max-width: 1200px;
}
.inner_slide .slick-slide img{
    width: 100%;
}
.inner_slide .slider-for{
    padding-bottom: 20px;
}
.inner_slide .slider-for .img{
    height: 700px;
}
.inner_slide .slider-for .img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}
.inner_slide .slider-nav{
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    background: #000;
}
.inner_slide .slider-nav .slick-prev{
    left: 0;
}
.inner_slide .slider-nav .slick-next{
    right: 0;
}
.inner_slide .slider-nav .img{
    padding: 10px;
    height: 150px;
    border: 5px solid transparent;
}
.inner_slide .slider-nav .img > img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: #000;
}
.inner_slide .slider-nav .slick-current .img{
    border-color: #f5ad03;
}
@media (max-width: 1920px) {
    .inner_slide{
        max-width: 1100px;
    }
}
@media (max-width: 1899px) {
    .inner_slide{
        max-width: 800px;
    }
    .inner_slide .slider-for{
        padding-bottom: 10px;
    }
    .inner_slide .slider-for .img{
        height: 500px;
    }
    .inner_slide .slider-nav .img{
        height: 100px;
    }
}
@media (max-width: 1399px) {
    .inner_slide {
        max-width: 745px;
    }
}
@media (max-width: 1199px) {
    .inner_slide {
        max-width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .inner_slide .slider-for .img{
        height: 70vw;
    }
    .inner_slide .slider-nav .img{
        height: 15vw;
    }
}
#btnGoogleLogin iframe{
    margin: auto!important;
}
