

@media screen and (min-device-width: 1024px) { 
    .inner-content-div,.slimScrollDiv{
        height: 360px !important;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1023px) { 
    .inner-content-div,.slimScrollDiv{
        height: 340px !important;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    .inner-content-div,.slimScrollDiv{
        height: 230px !important;
    }
}
@media (max-width: 767px){

    #hero {
        display: none;
    }
}

.nv-block-banners {
    border: 1px #26abff52 solid;
}
.bordered .nav-tabs {
    background-color: #cc000000 !important;
}
.sticky-nav {
    border-bottom: 4px #26abff solid !important;
}
body {
    text-align: justify;
}

.list-group-item,.text-title-md-bold {
    background: url("../images/arrow_left_orange.png") no-repeat 0 8px;
}
.img-newscenter img{
    width: 100%;
}
.entry-thumb img {
    max-height: 18px !important;
}

 .panel-heading {
    font-size: large;
    text-transform: uppercase;
    font-weight: bold;
 
}
li.company_name {
    font-size: medium;
    font-weight: bold;
}
ul.company_info {
    font-size: 16px;
}
.list_news_right{
    height: 526px;
    overflow: scroll;
}

.list_news_right::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #0a7697;
}


video {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100vh;
 object-fit: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
  #heroVideoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   /* z-index: -1;*/
    display: none;
  }
   @media (min-width: 768px) {
      #heroVideoBg { display: inline-block;}
    }
 
  #heroImgBg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  @media (min-width: 768px) {
        #heroImgBg {display: none;}
    }
  #cdsContent {
    position: relative;
    color: #fff;
    font-size: xx-large;
    padding: 100px 160px;
}
  #heroContent {
    text-align: center;
    padding-top: 100px;
    position: relative;
  }
.banner__title {
    font-size: 44px;
    font-weight: 700;
    /*line-height: 64px;*/
    animation-name: reveal-text;
    animation-duration: 540ms;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: translateY(-100%);
    position: relative;
    font-family: "BT-BeauSans", sans-serif;
    width: 560px;
    color: #ffffff;
    animation-delay: 200ms;
}
.video__banner img {
   width: 100%;
   height: 100%;
}
.video__banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
ul.breadcrumbs.list-none a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.breadcrumbs a:before {
    border-color: #dcdcdc00 #dcdcdc #dcdcdc00 transparent !important;
}
.breadcrumbs a:after, .show-subs-breadcrumbs:after {
    border-left-color: #dcdcdc17 !important;
}
.breadcrumbs a, .show-subs-breadcrumbs {
    background-color: #dcdcdc00 !important;
}
.breadcrumbs {
    border-bottom: none !important;
}
.display{
    background: url(../images/solution-bg.png);
    height: 200px !important;
    display: flex !important;
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

#footer {
    background-color: #105295;
    background-size: 100% 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/bg-footer.jpg);
    color: #fff;
    padding: 20px 0px;
}

/*BEGIN TIN THEO DONG*/
.notifications-index .notification-item .notification-list, .tbl-scroll {
    height: 280px;
    overflow-y: auto;
}
.notification-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}
.notification-list .list-item .title {
    margin: 0;
    font-weight: 400;
    padding: 10px 15px;
    width: 80%;
    line-height: 23px;
    border-left: 1px solid #006abc;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-size: 14px;
}
.notification-list .list-item .date {
    width: 30%;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
.notification-list .list-item::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #006abc;
    border-radius: 50%;
    left: 28%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*END TIN THEO DONG*/
.tin_anh {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #eb99eb;
    justify-content: center;
    align-items: center;
}
.tin_anh img {
    width: 100%;
}

.bt-bgc3{
	background: url(../../../../images/bgs/sec-bg-04.jpg) 0% 0% / cover;
}
.bt-bg-contruction{
	background: url(../../../../images/demos/construction/construction-bg.jpg) 0% 0% / cover;
}
.bt-bg-res{
	background: url(../../../../images/demos/restaurant/chef-msg.jpg) 0% 0% / cover;
}
.chudephananh {
    padding-left: 20px;
    background-image: url(../images/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.company_info li em {
    font-size: 1.4em;
    width: 26px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
}
.logo img {
    /*max-width: 80px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}
.logo {
    display: flex;
    justify-content: center;
}
.bannercont {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #a9dce8  url("../images/bg_header.webp") top center no-repeat;
    height: 176px;
}
.menuhead {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
li.tabnews {
    width: 50%;
    text-align: center;
}
.sitebannertext, .sn {
    color: #0906cc;
    width: 100%;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-transform: uppercase;
}
.sitebannertext, .sd {
    color: #CD2027;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px)  {
	.btmenu   {
		overflow: scroll !important;
	}
}
.white h3{color : white;}
li.md-icon {
    display: inline-block;
    font-size: 35px;
    padding: 0 7px;
}
.counter-white .odometer{
	color: white;
}
#cycle > div { 
    display: inline-block;
}
.no-padding {
    padding: 0;  
}
.no-bottom {padding-bottom: 0;}
.btlogin input.required {
    border-width: medium;
    border-style: double;
    padding: 10px 12px;
    height: auto;
    border-color: #d9d9d9;
	width: 100%;
}
.btlogin input{
	
	display: block !important;
}
.control-group{
	clear: both;
}
.btlogin2{ text-align: center;}
.btlogin2 li{
	display: inline-block;
	margin: 0 5px;
}
label[for="remember"],input.labelauty:checked+label>span.labelauty-checked,.labelauty-unchecked,input.labelauty+label>span.labelauty-checked-image, input.labelauty+label>span.labelauty-unchecked-image{
	display: none !important;
}
#member-registration fieldset .control-group{clear: both;}
#member-registration fieldset .control-group .control-label{
	float: left;
    margin-right: 11px;
	width: 40%;
}
#member-registration fieldset .control-group .controls{
	float: left;
}
#member-registration .control-group.btbutton{
	text-align: center;
	margin-top: 7px;
}
#member-registration fieldset .control-group input.required {
    border-width: medium;
    border-style: double;
    padding: 10px 12px;
    height: auto;
    border-color: #d9d9d9;
	width: 100%;
}
.top-bar ul ul li { 
    display: inline-block;
    line-height: 40px !important; 
}
.top-info >div { 
	float: left;
}
.mod-languages{color: #000;}
.w-recent-posts .btlist .post-img img { 
	width: 65px !important;
	height: 55px  !important;
}
 .w-recent-posts .btlist .post-image.posts-gal{ 
	width: 65px !important;
	float: left;
	margin-right: 10px;
}
 .w-recent-posts .btlist .post-image.posts-gal img{ 
	width: 65px !important;
	height: 55px  !important;
}
 .btlist .post-img  iframe {
	width: 65px !important;
	height: 55px !important;
}
.btlist1 .post-image.bthome2-5 iframe{
  height: 220px !important;
}