﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    /*height:100%;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
      padding-bottom: 15px;
    /*min-height:100%;*/
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
/*huytq14*/
.title-bar {
    background: rgba(0, 0, 0, 0) url("/Images/bg-title.png") no-repeat scroll 0 0 / cover ;
    border: 1px solid #29bbfa;
    border-radius: 6px;
    color: white;
    font-family: "robotocondensed-regular";
    font-size: 16px;
    height: 30px;
    padding-left: 34px;
     padding-top: 4px;
    text-align: left;
      clear:both;
}
.container-right {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;
  
    /*margin-left:15px;
    margin-right:15px;*/
}
.container-right2 {
    font: 400 16px/35px "robotocondensed-regular";
}
.title-right {
    border-bottom: 2px solid #45a6f9;
    font-family: "robotocondensed-regular";
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px 10px;
}
.news-content {
    padding-top:10px;
    text-align:justify;
    padding:3px;
  margin:  0 0 3px !important;
}
.news-content .img-left {
   float:left;
   width:32%;
    margin: 0px 6px 6px 0px;/*top, right, bottom, left*/
}
.news-content .img-right {
   float:right;
   width:36%;
    margin: 0px 6px 6px 6px;/*top, right, bottom, left*/
}
.col-news {
    background: rgba(0, 0, 0, 0) url("/Images/bg-news.gif") no-repeat scroll 100% 99%;
    /*height: 210px;*/
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom:5px;
    position: relative;
    width: 100%;
}

.Title_Container {
    border-bottom: 1px solid #1a87dd;
    margin-bottom: 5px;
    margin-top: 3px;
    min-height: 32px;
}
.Title_Container span {
    color: white;
    font-family: RobotoCondensed-Regular;
    font-size: 17px;
    margin-left: 12px;
    padding: 15px 30px 5px 1px;
    text-align: left !important;
    text-transform: none;
}
.bgTitleCt {
    background: rgba(0, 0, 0, 0) url("/Images/bgtitle.png") repeat-x scroll left top;
    border-radius: 5px 0 0;
    border-top: 1px solid #2fb4e1;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 29px;
    padding: 2px 10px 0;
    position: relative;
    text-transform: uppercase;
}
.Title_Container .dnnIcon {
    display: inline-block;
    margin-left: 0;
    margin-right: -5px;
    vertical-align: middle;

    background: rgba(0, 0, 0, 0) url("/Images/butter3.png") repeat-x scroll 0 0;
    height: 8px;
    margin-top: -3px;
    width: 8px;
}
i.bgR {
    background: rgba(0, 0, 0, 0) url("/Images/bgRtitle.png") no-repeat scroll left top;
    height: 29px;
    position: absolute;
    right: -72px;
    top: -1px;
    width: 75px;
}
.container{ -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5); box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);}
.dropdown-menu > li > a {
  font-family: "RobotoCondensed-Regular" !important;
}
.TitleListRight{color:white; padding: 0 25px;  background: rgba(0, 0, 0, 0) url('/Images/bgmenuall.png') repeat scroll 0 0;}
.ListRight {
    padding: 0;
    margin: 0;
    
    border-color: blue;
    border-style: solid;
    border-width: 1px;
}
    .ListRight li div {
        color: black;
        padding: 0 15px;
        background: #d1f4fd none repeat scroll 0 0;
        background: url('/Images/liststyle.png') no-repeat scroll 5px 15px;
    }

    .ListRight li {
        border-bottom: 1px solid #d1f4fd !important;
        list-style: outside none none;
    }
        .ListRight li:hover {
            background: #d1f4fd none repeat scroll 0 0;
        }
    .ListRight .active {
        background: #d1f4fd none repeat scroll 0 0;
    }
    .ListRight li a:hover {
        text-decoration: none;
    }
#footer {
    position: relative;
    /*position:absolute;*/
    
}

#footer .footer-content
    {
        background-color: red;
        text-align: center;
        background:  url("../Images/bgfooter.png") repeat scroll 0 0;
        min-height: 33px;
        /* IE10+ */ 
background-image: -ms-linear-gradient(top, #78bffe 0%, #3C93E1 50%, #1B69AE 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #78bffe 0%, #3C93E1 50%, #1B69AE 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #78bffe 0%, #3C93E1 50%, #1B69AE 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #78bffe), color-stop(50, #3C93E1), color-stop(100, #1B69AE));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #78bffe 0%, #3C93E1 50%, #1B69AE 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #78bffe 0%, #3C93E1 50%, #1B69AE 100%);
padding: 7px 0 2px;
color: #fff;
    }
.NewsTitle {
    padding-left: 5px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 15px;
}
.NewsTitle a:hover{
   text-decoration:none;
   color:#1900ff;
}
.OtherNewsTitle {
width: 100%;font-weight:bold; float: left; padding: 0 15px 5px; background: url('/Images/liststyle.png') no-repeat scroll 5px 8px;
}
.OtherNewsTitle a:hover{
   text-decoration:none;
   color:#1900ff;
}

.img_usercounter, img_usercounterSum {
    background: rgba(0, 0, 0, 0) url("/Images/icon_counterSum.png") no-repeat scroll 6px 1px;
    height: 20px;
}
.img_usercounter > span, .img_usercounterSum > span {
    text-align: right;
    width: 40%;
}
.img_usercounter > span:first-child, .img_usercounterSum > span:first-child {
    margin-left: 32px;
}
.img_usercounterSum {
    background: rgba(0, 0, 0, 0) url("/Images/icon_counterSum2.png") no-repeat scroll 6px 1px !important;
}
.number_user {
    color: #1071db;
    float: right;
    font-weight: bold;
}

.navbar-nav li
{
    margin: 0 2px;
}

.navbar-nav li:first-child{
    margin-left: 0;
}

.navbar-nav li.active a
{
    background-color: #1968c4 !important;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

// It only contains animation duration and fill-mode
// Feel free to change duration
.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.owl-animated-out{
  z-index: 1
}


.owl-animated-in{
  z-index: 0
}


.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}



@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media all and (max-width: 1199px) {

    .navbar-collapse
    {
        text-align: center;

    }

    .navbar-nav
    {
        display: inline-block;
        float: none;
    }

    .navbar-right
    {
        display: inline-block;
        float: none !important;
    }
}


@media all and (max-width: 1024px) {

    .container
    {
       width: 90%;
    }
}




@media all and (max-width: 767px) {


    .container
    {
       width: 97%;
    }

   #slideshow
   {
       margin: 0 auto;
   }

   .navbar-collapse
   {
       background-color: #fff;
       text-align: left;
   }

   .navbar-collapse .navbar-nav
   {
       width: 100%;
       padding: 10px 0 0;
   }

   .navbar-collapse .navbar-nav li a{
       background: none !important;
       display: block;
       color: #000;
       text-align: left;
       height: auto;
   }

    .navbar-collapse .navbar-nav li a:hover,  .navbar-collapse .navbar-nav li.active a:hover{
        color:#337ab7 !important;
    }

   .navbar-collapse .navbar-nav li.active a{
       color:#337ab7 !important;
   }

   .navbar-collapse .navbar-nav.navbar-right
   {
       padding: 0;
   } 


}