/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2023 VINADES.,JSC. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Mon, 18 Sep 2023 04:36:50 GMT
 */
 @media only screen and (max-width: 1200px) {
 	.grid_xuly{
 		display: grid;
 		grid-template-columns: repeat(auto-fit, minmax(150px, auto));
 	}
 }
 .grid_xuly{
 	display: grid;
 	grid-template-columns: repeat(5, 35% 10% 10% 10% 35%);
 }
 .right_div_mau{
 	justify-content: flex-end;
 	display: flex;
 }
 .active_data{
 	color: #ffffff;
 	background-color: #c9302c;
 	border-color: #ac2925;
 }
 .desktop{
 	width: 100%; height: 900px; margin: 0px; top: 0px; left: 0px;
 }
 #demo-container iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    border: none;
    background: #fff;
}
#demo-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ddd;
    margin-top: 10px;
}
.mobile{
    width: 375px;
    height: 100%;
    margin: 0% auto;
}
.tablet{
    width: 849px;
    height: 100%;
    margin: 0% auto;
}
.body-xemthu-interface{
    height: 100%;
}