body,th,td {
    height: 100%;
    margin: 0;
    font-family: tahoma;
    font-size: 15px;
}

body {
    background: rgb(255,255,255);
    background: linear-gradient(51deg, rgba(255,255,255,1) 26%, rgba(240,240,240,1) 67%, rgba(178,160,148,1) 100%);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}

.bg_title {
    background: #d0e4f7;
    background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
    background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
    background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
    padding: 10 !important;
}


h4{
    font-size: 1.5em;
}

h5{
    font-size: 1.2em;
}

.col-pixel-width-logo { flex: 0 0 60px;}

.col-pixel-width-100 { flex: 0 0 30px;}

.col-pixel-width-tel { flex: 0 0 140px;}

.col-icon { flex: 0 0 60px;}

.tx_prompt{
    font-family: "Prompt";
}

input, select, textarea {
    font-size: 1em !important;
}

input[type="file"] {
    padding: 2px;
}

.logo_box{
    position: relative;
    float: left;
    width: 310px;
    height: auto;
}
.logo_box .logo{
    position: relative;
    float: left;
    width: 70px;
    height: auto;
}
.logo_box .title{
    position: relative;
    float: left;
    width: 230px;
    height: auto;
    padding-top: 20px;
    padding-left: 8px;
    box-sizing: border-box;
}
.logo_box .title .n1{
    font-family: "Prompt";
    line-height: 18px;
    font-weight: 300;
    font-size: 20px;
}
.logo_box .title .n2{
    font-family: "Prompt";
    line-height: 16px;
    font-size: 16px;
}

.logo_box_m{
    position: relative;
    float: left;
    width: 310px;
    height: auto;
}
.logo_box_m .logo{
    position: relative;
    float: left;
    width: 50px;
    height: auto;
}
.logo_box_m .title{
    position: relative;
    float: left;
    width: calc( 100% - 65px );
    height: auto;
    padding-top: 10px;
    padding-left: 8px;
    box-sizing: border-box;
}
.logo_box_m .title .n1{
    font-family: "Prompt";
    line-height: 16px;
    font-weight: 300;
    font-size: 20px;
}
.logo_box_m .title .n2{
    font-family: "Prompt";
    line-height: 14px;
    font-size: 14px;
}


#banner_top{
    margin-top: 140px;
    margin-bottom: 20px;
}

.img_banner {
	position: relative;
	padding-bottom: 33.75%;
	height: 0;
}
.img_banner div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: #666;
	overflow: hidden;
}

.menu_banner{
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}
.menu_banner .box{
    width: 100%;
    height: 90px;
}
.menu_banner .box .logo{
    z-index: 2;
    position:absolute;
    left: 3px;
    width: 60px;
    height: 60px;
    background-color: #9fd4ff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 4px 2px 9px -3px rgba(0,0,0,0.54); 
    box-shadow: 4px 2px 9px -3px rgba(0,0,0,0.54);
    overflow: hidden;
}
.menu_banner .box .title{
    z-index: 1;
    position:relative;
    top: 7px;
    width: 100%;
    height: auto;
    background-color: #def0ff;
    padding: 10px;
    padding-left: 65px;
    font-family: "Prompt";
    font-weight: 300;
    -webkit-box-shadow: 4px 2px 7px -3px rgba(0,0,0,0.54); 
    box-shadow: 4px 2px 7px -3px rgba(0,0,0,0.54);
    border-radius: 7px;
    color: #000000 !important;
    font-size: 16px;
}
.menu_banner .box a:hover{
    text-decoration: none !important;
}
.menu_banner .box .bg1:hover{
    background-color: #e8f2fd;
}
.menu_banner .box .bg2:hover{
    background-color: #fdebf5;
}
.menu_banner .box .bg3:hover{
    background-color: #ffdada;
}
.menu_banner .box .bg4:hover{
    background-color: #ebe8e8;
}
.menu_banner .box .bg5:hover{
    background-color: #f7ddc6;
}

@media screen and (min-width: 1023px) and (max-width: 1300px){
    #banner_top{
        margin-top: 150px;
    }
    .menu_banner{
        width: 33%;
        padding: 10px;
    }
    .menu_banner .box{
        height: 60px;
    }

}

@media screen and (min-width: 779px) and (max-width: 1024px){
    #banner_top{
        margin-top: 150px;
    }
    .menu_banner{
        width: 50%;
        padding: 10px;
    }
    .menu_banner .box{
        height: 60px;
    }

}

@media screen and (min-width: 0px) and (max-width: 780px){
    #banner_top{
        margin-top: 125px;
    }
    .menu_banner{
        width: 100%;
        padding: 10px;
    }
    .menu_banner .box{
        height: 60px;
    }

}


/* Menu */
.ct_leftside_box {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-right: 1px solid #DEE2E6;
}

.ct_leftside_menu::-webkit-scrollbar {
    width: 3px;
}

.ct_leftside_menu::-webkit-scrollbar {
    background-color: #F1F1F1;
}

.ct_leftside_menu::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 10px;
}

.ct_leftside_menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.ct_leftside_menu ul,
li {
    margin: 0px !important;
    padding: 0px !important;
}

.ct_leftside_menu .btn_dropdown_home {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.ct_leftside_menu .dropdown {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #737373;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #DEE2E6;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.ct_leftside_menu .dropbtn {
    background-color: #d3141400;
    border-right: 1px solid #DEE2E6;
    width: 100%;
    color: #737373;
    padding: 0.75rem 1.25rem;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.ct_leftside_menu .dropdown:hover .dropbtn {
    background-color: #f9f9f9;
}

.ct_leftside_menu .btn_non_dropdown {
    background-color: #d3141400;
    border-right: 1px solid #DEE2E6 !important;
    border-bottom: 1px solid #c0c0c0 !important;
    width: 100%;
    color: #737373;
    padding: 0.75rem 1.25rem;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.ct_leftside_menu .btn_non_dropdown a {
    color: #737373;
}

.ct_leftside_menu .btn_non_dropdown:hover {
    background-color: #f9f9f9;
}

.ct_leftside_menu .dropdown-content {
    float: left;
    position: relative;
    background-color: var(--color_main_light) ;
    min-width: 100%;
    overflow: hidden;
    /* max-height: 0;   //Fix disable show and hide menu */
    height: auto;
    transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
}

.ct_leftside_menu .dropdown-content a {
    color: #737373;
    margin: 0px;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ffffff !important;
}

.ct_leftside_menu .dropdown.show .dropdown-content {
    max-height: 1000px;
}

.ct_leftside_menu .dropdown-content a:hover {
    background-color: #fff278
}

@media screen and (min-width: 1px) and (max-width: 420px) {
    .ct_leftside_box,
    .ct_leftside_menu {
        position: relative;
        width: 100%;
        height: auto;
        border-right: 0px solid #DEE2E6;
        margin-bottom: 0px;
    }
    .ct_leftside_menu::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (min-width: 421px) and (max-width: 1023px) {
    .ct_leftside_box,
    .ct_leftside_menu {
        position: relative;
        width: 100%;
        height: auto;
        border-right: 0px solid #DEE2E6;
        /* margin-top: 80px; */
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1359px) {
    .ct_leftside_box,
    .ct_leftside_menu {
        width: 100%;
        /* margin-top: 80px; */
        margin-bottom: 0px;
    }
} 


.box_con {
    overflow: hidden;
    border: 1px solid #E3E4E8;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #0000001a;
}

.box_con_header {
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 30px;
    background-color: var(--color_main);
    color: #ffffff;
    border-bottom: 1px solid #E3E4E8;
}

.box_con_detail {
    width: 100%;
    padding: 15px;
}

.box_con_footer {
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #E3E4E8;
    box-sizing: border-box;
    overflow: auto;
}
.box_list_txt{
    padding: 1.5rem !important;
    border: 1px solid #DEE2E6;
    background-color: #fff;
}
.box_wb_top a{
    text-decoration: none;
    color: #000;
}
.box_wb_top .box_topic{
    height: auto;
    padding: 1.5rem !important;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    overflow: hidden;
    -webkit-box-shadow: 4px 2px 9px -3px rgba(0,0,0,0.54); 
    box-shadow: 4px 2px 9px -3px rgba(0,0,0,0.54);
}
.box_wb_top .box_topic:hover{
    border: 1px solid var(--color_main);
    -webkit-box-shadow: 4px 2px 9px -3px rgba(3, 40, 145, 0.54); 
    box-shadow: 4px 2px 9px -3px rgba(3, 40, 145, 0.54); 
}
.box_list_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.box_list_img img{
    width: 100%;
    height: auto;
}

.box_list_txt{
    padding: 1.5rem !important;
    border: 1px solid #DEE2E6;
    background-color: #fff;
}

.box_comment{
    padding: 1.5rem !important;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.box_comment:after{
    content: '';
    position: absolute;
    top: 15px;
    left: 3px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #DEE2E6;
}

.box_comment:hover{
    border: 1px solid var(--color_main);
}

.box_comment_admin{
    padding: 1.5rem !important;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.box_comment_admin:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 3px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #DEE2E6;
}

.box_comment_admin:hover{
    border: 1px solid var(--color_main);
}

.box_sub_img{
    width: 100%;
    height: 130px;
    overflow: hidden;
    
}
.box_sub_img img{
    width: 100%;
}

.box_t_sub{
    padding: 1.5rem !important;
    border: 1px solid #DEE2E6;
    background-color: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.box_t_sub:hover{
    border: 1px solid var(--color_main);
}

.ck-editor__editable {
    min-height: 500px;
}

.login_bg{
    background-color: var(--color_main);
}
.img_profile{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
}

.img_profile img{
    width: 100%;
}

.img_profile_txt{
    padding: 1.0rem;
    text-align: center;
    background-color: #fff;
    color: #000;
    
}

.ui-dialog-titlebar {
    background-color: var(--color_main);
    color: #fff;
}

.ui-dialog-title {
    height: 30px;
    line-height: 30px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
    display: none;
}
.btn_img_fs, .btn_lb_back{
    cursor: pointer;
}
.gl_fullcreen{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 9999;
    overflow: hidden;
}

.gl_fullcreen .btn_close{
    position: absolute;
    padding: 10px 13px;
    top: 3.5vw;
    right: 5vw;
    background-color: #fff;
    color:#000;
    z-index: 9999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.gl_fullcreen .btn_close:hover{
    background-color: #c5c5c5;
}

.btn_lb_left,
.btn_lb_right{
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    color: #fff;
}

.btn_lb_left:hover,
.btn_lb_right:hover{
    color: #c5c5c5;
}


.box_img_member{
    padding: 20px;
    box-shadow: 0 0.5rem 0.5rem #41414179 !important;
    margin-bottom: 10px;
    box-sizing: border-box;
    word-wrap: break-word !important;
    background: rgb(119,16,16);
    background: linear-gradient(173deg, rgba(119,16,16,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 61%, rgba(171,97,97,1) 100%);
}
.img_member_crop{
    height: 15vw;
    width: calc(15vw * 0.80); 
    overflow: hidden;
}
.img_member_crop img{
    width: 100%;
    height: auto;
}
.img_member_txt{
    width: 100%;
}

.btn_list{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    border: 1px solid #f47abf00;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    text-decoration: none;
    margin-bottom: 15px;
}

.btn_list:hover{
    background-color: #f7fcff;
    text-decoration: none;
    color: #000;
}

.tx_link{
    color: #000;
}
.tx_link:hover{
    text-decoration: none;
    color: #000;
}
.tx_br{
    color: #4a2626;
}

.btn_top{
    position: fixed;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
    bottom: 95;
    right: 32;
    background-color: var(--color_main);
    color: #ffffff;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 100;
    -webkit-box-shadow: 4px 2px 9px -3px rgba(0,0,0,0.54); 
    box-shadow: 4px 2px 9px -3px rgba(0,0,0,0.54);
}
.btn_top:hover{
    background-color: var(--color_main_light)
}
.btn_top i{
    color: #fff;
}

.col-pixel-width-40 { 
    flex: 0 0 40px; 
}

.navbar{
    z-index: 99;
}

#popup_detail{
    z-index: 102;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#popup_detail img{
    width: 100%;
}
#popup_detail a{
    text-decoration: none;
    border: none;
    outline-width: 0;
}

a.dropdown-item{
    font-size: 0.8em;
}
.hr_bar{
    height: 7px;
    background-color: #916F6F;
    border: 0;
}

.img_max_100 img{
    max-width: 100% !important;
}

#btn_bt_fb {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    bottom: 30;
    right: 30;
    background-color: #0077ff;
    color: #ffffff;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 100;
    -webkit-box-shadow: 4px 2px 9px -3px rgba(0, 0, 0, 0.54);
    box-shadow: 4px 2px 9px -3px rgba(0, 0, 0, 0.54);
    overflow: hidden;
}