* {
    margin:0;
    padding:0;
}
div.clear{
    clear: both;
}
html, body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 160%;
    position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
input, input:focus, select:focus {
	outline: none;
}
.container-fluid {
	padding: 0;
    overflow: hidden;
}
/* End position fixed navbar */

.positionfixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;  
}
/* End position fixed navbar */
.wrap {
	width: 1366px;
	margin: 0 auto;
	/* overflow: hidden; */
}
.header {
	position: relative;
    padding: 8px 20px;
    box-shadow: 0px 4px 6px rgb(52 106 168 / 10%);
}
.header .user-account {
	position: absolute;
	top: 8px;
	right: 20px;    
	display: flex;
    align-items: center;
    justify-content: center;
}
.header .user-account img {
	width: 80px;
	height: 80px;
	/* border-radius: 50%; */
	border: 1px solid #ccc;
}
.header .user-account a:first-child {
	color: #1363B9;
	font-size: 20px;
	margin-right: 16px;
}
.footer {
    background: #1363B9;
    color: #fff;
    padding: 80px 0 80px;
    line-height: 32px;
    font-size: 16px;
}
.footer h2 {
	font-size: 20px;
	text-align: center;
	border-bottom: 2px solid #ccc;
	padding-bottom: 4px;
}
.footer a {
	color: #fff;
}
.copyrighter {
    text-align: center;
    background: #0d3c6e;
    color: #fff;
    padding: 12px 0;
}
.copyrighter p {
	margin-bottom: 0;
}
.content {
	background: #F4FAFD;
	padding: 20px 0 20px;
}
.select-option h2 {
	text-align: center;
	margin-bottom: 20px;
    margin-top: 60px;
	text-align: center;
	font-size: 24px;
	color: #172B4D;
	font-weight: bold;
}
.select-item {
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    background: rgb(19 99 184 / 5%);
    position: relative;
}
.select-item:hover {
	border: 1px solid #1464B9;
    box-shadow: 4px 4px 4px #1363b97a;
}
.select-item a {
    display: block;
    line-height: 40px;
    text-align: left;
    color: #1363B9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-item a img {
	width: 40%;
	margin-right: 10px;
}
.select-item a span {
	color: #f46a6a;
}
.select-item small {
    color: #f46a6a;
    position: absolute;
    bottom: 4px;
    left: 6%;
    font-size: 14px;
}
.form-style label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.form-style label span, p strong span {
	color: #f46a6a;
}
.form-style input, .form-style select, #kb_no_vacxin, #kb_mths_vacxin {
	border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px;
    width: 100%;    
    margin-bottom: 16px;
    text-transform: capitalize;
}
.form-style .label-select .label-inline {
	display: initial;
}
.form-style .label-select input {
	width: initial;
}
.form-style input[type='submit'], #kb_no_vacxin, #kb_mths_vacxin {
	background: #f2651c;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.lb-mr  {
	display: inline-block;
	margin-right: 16px;
}
.logout {
	position: absolute;
    bottom: 0px;
    color: #1363c4;
    font-weight: bold;
    right: 96px;
    font-size: 16px;
}
.jconfirm .jconfirm-box {
	font-size: 20px;
    background: #259b07;
    color: #fff;
}
.jconfirm-title {
	font-size: 30px !important;
}
.form-style textarea {
	width: 50%;
	padding: 8px;
}
.form-style textarea:focus-visible {
	outline: none;
}
.timepicker, .timepicker-tx {
    border: 1px solid rgb(163, 175, 251);
    text-align: center;
    display: inline;
    border-radius: 4px;
	padding:5px;
}

.timepicker .hh, .timepicker .mm, .timepicker-tx .hh, .timepicker-tx .mm {
    width: 44px;
    outline: none;
    border: none;
    text-align: center;
}
.timepicker input, .timepicker-tx input{
	padding: 0 !important;
}
#example_wrapper #example_length {
	display: none;
}
#example_wrapper #example_info {
	display: none;
}
.dataTables_wrapper .dataTables_filter {
	float: left;
    margin-bottom: 20px;
}

button, button:focus {
	outline: none;
}
button:focus, .navbar-light .navbar-toggler {
	color: transparent;
}
.navbar {
	padding: 0;
	z-index: 100;
}
.navbarscroll {
	position: fixed;
}
.navbar ul li a {
    color: #fff !important;
    font-size: 16px;
    line-height: 40px;
    display: block;
}

#navbarNav{
	width: 98%!important;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav .nav-item {
    width: calc(100%/4);
    text-align: center;
    position: relative;
}
.navbar ul li a:hover {
	background-color: #d7650f;
    display: block;
}
.sub-menu {
    display: none;
    background: #054475;
    padding: 0;
}
.sub-menu li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.bg-light {
	background-color: #054475 !important;
}
#pagination-container ul {
    text-align: center;
}
#pagination-container ul li.active, #pagination-container ul li.disabled {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(80,173,78,.2);
    position: relative;
    top: -4px;
}
#pagination-container ul li {
    display: inline-block;
}
#pagination-container .current {
    position: relative;
    top: 3px;
}
#pagination-container ul li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.banner {
    margin-bottom: 20px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
.style-box {
    border:  1px solid #cccccc4a;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #fff;
}
.style-box h2+a {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 16px;
}
.style-box h2+a i {
    margin-left: 10px;
}
#submit-propose input[type="submit"], .discuss-form input[type="submit"] {
    background: #04AA6D;
    color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    width: 100px;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 20px;
}
.discuss-form input[type="submit"]  {
    width: 200px;
    margin: 0 auto;
}
.discuss-form input, .discuss-form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0;
    background-color: #fff;
    background-color: rgba(255,255,255, 0.8);
    font-weight: bold;
}
.discuss-container {
    background-color: #000; /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #000;
  border-radius: 10px;
  position: absolute;
  margin-top: -340px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 20px;
  text-align: center;
}
.menu-tab ul {
    display: flex;
    justify-content: center;
}
.menu-tab ul li {
    position: relative;
    list-style: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    
}
.menu-tab ul li.active {
    text-decoration: underline;
}
.menu-tab ul li:after {
    position: absolute;
    content: "/";
    right: -3px;
}
.menu-tab ul li:last-child:after {
    content: "";
}
.menu-tab ul li a {
    color: #000;
}
.list-discuss {
    margin-top: 60px;
}
.list-discuss .discuss-item{
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.discuss-item .author {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #ffefd7;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.discuss-item .discuss-detail {
    padding: 10px;
}
.discuss-item .discuss-detail .title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #489433;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.discuss-item .discuss-detail .content {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    background: transparent;
    padding: 0;
}
.discuss-item .discuss-detail .like-dis {
    display: flex;
    justify-content: space-between;
}
.more-discuss {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 115px;
    height: 40px;
    background: #04aa6d;
    color: #fff;
    line-height: 40px;
    border-radius: 10px;
    font-weight: bold;
}
.owl-nav {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}
.notify_bell{
	color: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 18px;
	cursor: pointer;
	z-index:3;
}

@media only screen and (max-width: 768px) {
	html, body {
		font-size: 16px;
	}
    .mobile-style {
        width: 90%;
        text-align: center;
    }
    .right-bn {
    position: static !important;
    margin: 0 auto;
    display: block;
}
    .style-box {
        height: auto;
    }
    .sub-menu {
        margin-left: 20px;
    }
	.wrap {
		width: 100%;
		padding: 0 15px;		
	}
    .notify_detail video {
        width: 100%;
        height: auto;
    }
	.header .user-account {
		position: static;
	}
	.header .user-account a {
		font-size: 14px;
	}
	.logout {
		right: 120px;
	}
	.form-style textarea {
		width: 100%;
	}
	.navbar .wrap {
		padding: 8px 15px;
	}
	.navbar-light .navbar-toggler-icon {
		filter: invert(1);
	}
	.navbar-light .navbar-toggler {
		border-color: #fff;
	}   
    .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
    } 
    li:hover .sub-menu {
        position: static;
    }
    .list-news li a span:first-child {
        width: 70% !important;
        margin-right: 10px !important;
    }
    .discuss-container {
        position: static;
        width: 100%;
        transform: none;
        margin-top: 0;
    }
    .bg-cover {
        display: none;
    }
    .avatar_comment img {
        height: auto !important;
    }
	.notify_bell{
		color: #bbccda;
		position: absolute;
		right: 20px;
		top: 15px;
		font-size: 20px;
		cursor: pointer;
	}
    .list-item-style li a {
        font-size: 12px !important;
        line-height: 24px;
    }
    .dlike, .eyeNoti {
        font-size: 14px;
    }
    .select-item {
        font-size: 13px;
    }
    .select-item a img {
        width: 20%;
    }
    .select-item a {
        justify-content: left;
    }
    .select-item small {
        font-size: 12px;
        right: 6%;
        left: auto;
    }
    .select-option h2 {
        font-size: 20px;
    }
    .list-item-style li a img {
        min-width: 65px;
    }
}
