* {
	font-family: 'Arial', serif;
}
.topimage img {
	width: 100%;
}
.carousel-item img {
    width: 100%;
}
li.nav-item {
    background: #0095d6;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.pdtop {
	margin-top: 15px;
}
.pdbottom {
	margin-bottom: 10px;
}
h2.card-title {
    font-size: 15px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
	height: 57px;
    line-height: 19px;
}
h2.card-title a {
  color: #000;
}
.sp {
	border: 1px solid #e4e4e3;
    margin-bottom: 10px;
}
.sp img {
	width: 100%;
	height: auto;
}
.htpad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.widgettitle, .tdm {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    color: #ffffff;
    background: #0095d6;
}
.pdbottom.tdm.alert-primary.ent-mar:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 1.33333333em;
    line-height: 0.75em;
    margin-right: 10px;
}
li#rpwe_widget-2 {
    list-style: none;
}
.ent-left {
	float: left
}
.ent-mar {
	margin-left: 10px !important;
    margin-right: 10px !important;
    clear: both;
}
.ent-mar-1 {
	margin-left: 10px !important;
    margin-right: 10px !important;
}
.carousel-indicators li {
	cursor: pointer;
}
/* Css wiget post, vi k de trong index nen viet ra css*/

.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3{
    background: none!important;
    clear: none;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 1.5em;
    text-transform: uppercase;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
	display: inline;
	float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}
/* End Css wiget post, vi k de trong index nen viet ra css */

/* css padding bootstrap */

.pad-10,.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
/* End css padding bootstrap */
/* css Menu */

.main-nav {
  background: #0095d6;
}


.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
#main-menu {
  clear: both;
}
/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* End css Menu */

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}
span.sub-arrow {
    border-color: #ffffff transparent transparent transparent !important;
    right: 6px !important;
}

.list-group a {
    background: #424242;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px !important;
    border-top: 0px solid #fff !important;
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 18px;
    padding-right: 18px;
}
.list-group a:before {
    content: "\f0da";
    padding-right: 6px;
    font-family: FontAwesome;
}
div#main-menu {
    list-style: none;
    width: 100%;
}
a:hover {
    text-decoration: none;
}
.ent-background {
    background: #0095d6;
}
.coppyright {
    background: #bfbfbf !important;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.box-text-footer p {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 5px;
}
footer.container {
    padding-left: 10px;
    padding-right: 10px;
}
.box-text-footer {
    padding-top: 20px;
    color: white;
}
.kk {
    float: left;
    height: 300px;
    background: #0095d6;
}
.box-text-footer p:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 15px;
    padding-right: 0.5em;
    margin-left: 5px;
}
.lh {
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid;
    background: #1d2124;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}
.maps iframe {
    width: 100%;
    height: 220px;
}
.nav-brand a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    background: #fff;
}
.sm-clean {
    border-radius: 0px !important;
}
/*CSS MENU NGANG*/
.sub-menu li a {
    padding-left: 18px;
    padding-right: 18px;
}
.list-group > li:hover {
    z-index: 1;
}
.list-group > li {
    list-style: none;
}
ul.sub-menu2 {
    position: absolute;
    left: 100%;
    display: none;
    z-index: 1;
    list-style: none;
    width: 100%;
    -webkit-padding-start: 1px;
    left: 100%;
     margin-top: -45px;
}
ul.sub-menu1 {
    position: absolute;
    left: 100%;
    display: none;
    z-index: 1;
    list-style: none;
    width: 100%;
    -webkit-padding-start: 1px;
    left: 100%;
     margin-top: -45px;
}
.sub-menu1 a, .sub-menu2 a {
  height: 45px;
  line-height: 45px;
}
ul.sub-menu1{
  margin-left: -10px;
}
.list-group li:hover .sub-menu1 {
    display: block;
    left: 100% !important;
}
.sub-menu1 li:hover .sub-menu2 {
    display: block;
    left: 100% !important;
}
#main-menu2 {
  clear: both;
}

#main-menu-state2:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state2:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state2:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}



#main-menu-state2:not(:checked) ~ #main-menu2 {
  display: none;
}

#main-menu-state2:checked ~ #main-menu2 {
  display: block;
}
/*END CSS MENU NGANG*/

.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #949494;
    padding-bottom: 15px;
}
p#breadcrumbs {
    margin-bottom: 1px;
}
.col-post {
	width: 20%;
	float: left;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 60%;
    padding: 12px;
}
.ent-mar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
}

/*Css Phone*/


.call-mobile {
    display: none;
    background: #ED1C24;
    position: fixed;
    bottom: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    left: 5px;
    z-index: 99999;
}
.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #B52026;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
}
.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}


@media (min-width: 576px) {  }

@media (min-width: 768px) { 
 }
@media (max-width: 991px) {
  .hidden-mb {
    display: none;
  }
	.col-post {
		width: 50%;
	}
}

@media (min-width: 992px) {
	#main-menu > li {
		background: #0095d6;
	}
	#main-menu > li > a{
		color: #fff;
		font-family: 'Arial', serif;
		font-size: 15px;
		padding-left: 18px;
		padding-right: 18px;
	}
  .hidden-mt {
    display: none;
  }
  /* css menu */
    #main-menu {
    float: left;
    clear: none;
    }
    .main-menu-btn {
    position: absolute;
    top: -99999px;
    }
    #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
    }
  /* ent css menu */
}

@media (min-width: 1200px) { 

}

@media (max-width: 768px) {
.call-mobile, .call-mobile1 {
    display: block;
} 
}

