﻿@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext';
@font-face {
  font-family: 'SanFranciscoDisplay-Bold';
  src: url('fonts/SanFranciscoDisplay-Bold.otf')  format('truetype') ;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Light';
  src: url('fonts/SanFranciscoDisplay-Light.otf')  format('truetype') ;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Regular';
  src: url('fonts/SanFranciscoDisplay-Regular.otf')  format('truetype') ;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Semibold';
  src: url('fonts/SanFranciscoDisplay-Semibold.otf')  format('truetype') ;
}
@font-face {
  font-family: 'SanFranciscoDisplay-Thin';
  src: url('fonts/SanFranciscoDisplay-Thin.otf')  format('truetype') ;
}
@font-face {
  font-family: 'UTM Avo';
  src: url('fonts/UTM Avo.ttf')  format('truetype') ;
}
@font-face {
  font-family: 'UTM AvoBold';
  src: url('fonts/UTM AvoBold.ttf')  format('truetype') ;
}
/*===============================================================
x.x - Generals
===============================================================*/

body {
    background:#f4f4f4;
  color: #4b4f56;
  font-weight: 400;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  position: relative;
}

/*****************************/

h1, h2, h3, h4, h5, h6 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
p {
    font-size: 100%;
    line-height: 1.7em;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}
a{
    color:#212020;
}
a:hover{
    text-decoration:none;
    color:#e44919;
}
*:focus,
*:active,
a:active,
a:focus,
input:focus,
input:active { 
    -moz-outline-style: none;
	outline:none;
	outline: 0;
}

.table {
    display:table;
}
.table .table-row{
    display:table-row;
    
}
.table .table-cel{
    display:table-cell;
    vertical-align:middle;
    padding-right:10px;
}

/******MAPS*******/
.responsive-maps {
    position: relative;
    padding-bottom: 45%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.responsive-maps iframe,
.responsive-maps video,
.responsive-maps object,
.responsive-maps embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*************/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.responsive-video iframe,
.responsive-video video,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumbs img {
	width: 100%;
	 -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.thumbs:hover img {
	 -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

/* Lightbox Style*/
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.91);
  z-index: 9999999;
  display: block;
}
.nivo-lightbox-overlay img,
.nivo-lightbox-overlay iframe {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  -moz-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
}
.nivo-lightbox-overlay .nivo-lightbox-nav {
  top: 25%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next {
  height: 50%;
  width: 10%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev {
  padding-left: 20px;
  background: url(../icons/chevron-left.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-next {
  padding-right: 20px;
  background: url(../icons/chevron-right.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  background: url(../icons/close.png) center center no-repeat;
  width: 65px;
  height: 65px;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next,
.nivo-lightbox-overlay .nivo-lightbox-close {
  opacity: .6;
  font-size: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nivo-lightbox-overlay .nivo-lightbox-prev:hover,
.nivo-lightbox-overlay .nivo-lightbox-next:hover,
.nivo-lightbox-overlay .nivo-lightbox-close:hover {
  opacity: 1;
}


/*===============================================================
sosial network
===============================================================*/
.social {
    background:#122044;
    overflow:auto;
    padding:10px 0;
}

.social ul li {
    display: inline-block;
    margin-right:10px;
    color: #dcdcdc;
    float:right
}
.social ul li a {
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #122045;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    position:relative;
}
.social ul li a:hover {
    background: #ccc;
    color: #e44919;
}
.social ul li a i {
    font-family: "genericons";
    position: absolute;
    font-size:16px;
    font-style:normal;
    left:5px;
    top: 1px;
}
/*===============================================================
1.0 - Header
===============================================================*/

.language {
    text-align:center;
    line-height:28px;
    border:1px solid #ccc;
}
.language a{
    padding:0 5px;
    color:#4b4f56;
    font-weight:bold;
}

.banner-header {
    padding-right:10px;
    padding-top:10px;
}
.banner-header img{
    width:100%;
}
@media all and (max-width: 900px) {
    .language {
        padding-right:0px;
        border:0px solid #ccc;
    }
    .banner-header {
        display:none;
    }
}

.bannerleft {
    width:160px;
    position:absolute;
    margin-left:-178px;
    margin-top:20px;
}
.bannerleft img{
    width:100%;
}
@media all and (max-width: 1200px) {
    .bannerleft {
        display:none;
    }
}

.bannerright {
    margin-top:20px;
    width:160px;
    position:absolute;
    margin-left:948px;
}
.bannerright img{
    width:100%;
}
@media all and (max-width: 1200px) {
    .bannerright {
        display:none;
    }
}

.topnav {
	padding: 20px 0;
}
.hiddenPC {
	display: none !important;
}
.slogan {
	font-size:16px;
    font-family: UTM AvoBold, Arial, sans-serif;
    line-height:20px;
    text-align:center;
    color:#243b98;
}
.slogan >p{
	font-size:12px;
    font-family: UTM Avo, Arial, sans-serif;
    text-align:center;
    color:#747474;
}
.hiddenTAB {
	display: block !important;
}
@media all and (max-width: 900px) {
    .hiddenTAB {
		display: none !important;
	}
}
    @media all and (max-width: 768px) {
        
        .navbar {
            background: rgba(189, 189, 189, 0.9) !important;
            padding:0 15px;
	    }
	    .hiddenPC {
		    display: block !important;
	    }
	    .hiddenMB {
		    display: none !important;
	    }
	    
	    .nav > li > a {
		    padding: 10px 20px !important;
	    }
	    .topnav .col-md-8 {
		    text-align: center;
		    float: none !important;
	    }
	    .topnav {
	        padding: 0px;
            overflow:auto;
        }
        .logoMobile {
            display:block !important;
	    }

        .navbar-toggle {
            padding: 9px 10px;
            margin-top: 5px;
            margin-bottom: 5px;
            background:#fff;
        }

    }

    .logoMobile {
        display:none;
		padding: 5px 0px 5px 10px;
	}
    .logoMobileShow {
        display:block;
		padding: 5px 0px 5px 10px;
	}
    .navbar-sticker {
        display:block !important;
	    position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: rgba(36, 59, 152, 0.9) !important;
        -webkit-box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
        -moz-box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
        box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
    }
    .navbar-sticker .navbar-nav > li > a {
        color: #fff!important;
    }
    
.navbar {
	background-color:transparent;
    position: relative;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px!important;
    min-height: 45px;
    background:#243b98;
    z-index:1;
}
.navbar-nav {
    float:left;
}

.navbar-default .navbar-nav > li > a {
    color: #e5e3e3;
    padding: 0px 15px 0 15px!important;
    margin: 10px -18px 10px 0;
    font-family:'UTM AvoBold';
}
.navbar-default .navbar-nav > li > a:after {
    content:"|";
    padding:0 10px;
    color:#ccc!important;
}


@media all and (max-width: 768px) {
   .navbar-default .navbar-nav > li > a {
       margin: 10px 0px;
       border-right:0px;
    }
   .navbar-default .navbar-nav > li > a:after {
        content:"";
        padding:0 10px;
        color:#ccc!important;
    }
}
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav > li:last-of-type > a:after {
    content:"";
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }
.dropdown-menu > li > a {
    padding:5px 10px 10px 15px;
}

.navbar-default .navbar-nav > .active > a {
    background:transparent;
    color:#fff;
}
.navbar-default .navbar-nav > .active > a:hover {
    background:transparent;
    color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  


@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        background:rgba(90, 117, 206, 0.9);
        width:90%;
    }
  .navbar-nav  {
     display: inline;
     float:left;
     width:100%;
     margin: 7.5px 0px;
  }
  .navbar-nav .item_li{
     border-bottom:1px solid #d8d7d7;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #1a1a1a;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #d9d4d4;

   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
     background-color: #d9d4d4;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  
}  




/*=================================
    Đường dãn urlPart
*/
.urlPart {
    background:#d2d2d1;
    overflow:auto;
}
.urlPart img{
    float:right;
}
.urlPart ul{
    list-style:none;
    line-height:51px;
    padding-left:15px;
}
.urlPart ul li{
    float:left;
    font-family: "SanFranciscoDisplay-Regular";
    color:#58246a;
}
.urlPart ul li ::after{
    content:">";
    padding:0 10px;
}
.urlPart ul li a{
    color:#58246a;
}
@media (max-width: 600px) {
    .urlPart img{display:none;}
}  



/*===============================================================
slider
===============================================================*/

.carousel-caption {
    background:#e44919;
    position:absolute;
    left: 0px;
    bottom:0px;
    text-align:left;
    padding-left:10px;
    font-weight:bold;
    background: -moz-linear-gradient(left, rgba(36,59,152,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(36,59,152,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(36,59,152,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   z-index:0;
   padding-top: 10px;
    padding-bottom: 10px;
}
    
#slide .carousel-caption .title{
    font-size: 4.0em;
    color: #fff;
}

.carousel-indicators {
    left: 0%!important;
    width: 100%!important;
    text-align:right;
    margin-left:auto;
    padding-right:10px;
}
@media (max-width: 768px) {
    .carousel-indicators {
        display:none;
    }
} 
/*===============================================================
hiệu ứng đổ bóng
===============================================================*/
.header{
     -webkit-box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
    -moz-box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
     box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
     background:url("/skins/images/bg-header.png") center;
     background-repeat:repeat-y;
}

/*===============================================================
BOX content
===============================================================*/
.box {
    -webkit-box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
    -moz-box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
     box-shadow: 0 0px 10px rgba(88, 36, 106, 0.5);
     margin-top:20px;
     border:3px solid #fff;
     background:#fff;
}

.margin-left {
    margin-right: 10px!important;
    margin-left: 15px!important;
}

@media (max-width: 768px) {
    .margin-left {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
}


/*===============================================================
BOX LEFT
===============================================================*/

.menuright ul{
    list-style:none;
    margin:0px;
    padding:0;
}
.menuright ul li{
    padding:13px 0 13px 15px;
    background: #9abfd7;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(237,237,236,0.8) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(237,237,236,0.8)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(237,237,236,0.8) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(237,237,236,0.8) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(237,237,236,0.8) 100%);
}
.menuright ul li a {
    color:#4e4e4e;
    font-weight:bold;
}
.menuright ul li a:hover {
    color:#4267b2;
}
.menuright ul li i {
    font-family: "genericons";
    font-size:16px;
    font-style:normal;
    vertical-align:middle;
    margin-right:5px;
}
.user {
    background:#243b98;
    min-height:210px;
    padding:10px;
    overflow:hidden;
    color:#ffffff;
}
.user img{
    border:3px solid #ffffff;
    width:90px;
}

/********NEWS RANDOM****************/
.box-left .news-random {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}
.box-left .news-random > img{
    width:100%;
    margin-bottom:10px;
}
.box-left .news-random a{
    line-height: 1.25;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
    color:#4b4f56;
}
.box-left .news-random a:hover{
    color:#4267b2;
}
.box-left .news-random hr{
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #e1e0e0;
}
/********MENU LEFT****************/
.box-left .menu-left {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

.box-left .menu-left a {
    color: #90949c;
    display: block;
    margin-bottom: 1px;
    border-radius: 2px;
    border-bottom:1px solid rgba(88, 36, 106, 0.3);
    color: #666 !important;
    font-size: 13px !important;
    padding: 8px 8px 8px 18px;
    position: relative;
    vertical-align:middle;
}
.box-left .menu-left a:hover {
    background-color: #fbfbfb;
    color: #222 !important;
    text-decoration: none;
}
.box-left .menu-left a:before {
    font-family: "genericons";
    font-size: 18px;
    color: #4267b2;
    content: "\f428";
    position: absolute;
    left: 1px;
    top: 2px;
}

/*===============================================================
VIDEO CLIP
===============================================================*/

.sec-videoclip {
    clear:both;
    position:relative;
    margin-top:20px;
    overflow:auto;
    background:#ccc;
}
.sec-videoclip span{
    position:absolute;
    font-size:30px;
    top:40%;
    left:70px;
    color:#fff;
}
.sec-videoclip h2{
    background:#212020;
    color: #fff;
    margin:0px 0;
    font-size: 14px;
    font-weight:bold;
    padding: 8px 0px;
    text-align:center;
    vertical-align: baseline;
    word-wrap: break-word;
}

/*===============================================================
NHÓM CÁC TIN MỚI, TIN NỔI BẬT, TIN XEM NHIỀU (BÊN PHẢI)
===============================================================*/
.list-box-news {
    font-family: "genericons";
    position:relative;
    padding-bottom:20px;
}
.list-box-news .top{
    position:absolute;
    top:0px;
    right:10px;
    cursor:pointer;
    font-weight:bold;
    font-family:Genericons;
}
.list-box-news .down{
    position:absolute;
    bottom:0px;
    right:10px;
    cursor:pointer;
    font-weight:bold;
    font-family:Genericons;
}
.list-box-news h1{
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: baseline;
    word-wrap: break-word;
}
.list-box-news hr{
    margin-top: 0px;
    margin-bottom: 0px;
}
.list-box-news ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.list-box-news .groupnews {
    padding:10px;
    overflow:hidden;
    height:85px;
}
.list-box-news .groupnews .thumbnal > a >img{
    width:100%;
}
.list-box-news .groupnews .discription > h2{
    font-size:100%;
    padding-left:10px;
    vertical-align:top;
    margin: 0px;
    font-weight:normal;

}
.list-box-news .groupnews .discription > h2 >a{
   color:#4b4f56;
   line-height:1.3em;
}
.list-box-news .groupnews .discription > .date-category{
   padding-left:10px;
   border-top:1px dotted rgba(0, 0, 0, 0.06);
   margin-top:5px;
}
.list-box-news .groupnews .discription > .date-category i{
   color:#90949c;
   font-size:12px;
}

/*===============================================================
BOX BÌNH LUẬN MỚI NHẤT
===============================================================*/
.list-box-comments {
    overflow:auto;
}
.list-box-comments h2{
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: baseline;
    word-wrap: break-word;
}


/*===============================================================
TRANG TIN DẠNG DANH SÁCH
===============================================================*/
.sec-news {
    margin:10px;
}
 @media (max-width: 600px) {
   
    .itemListnews .des{
        padding-right: 0px;
        padding-left: 0px;
        text-align: justify;
    }
   
}
.itemListnews {
    clear:both;
    position:relative;
    margin-top:5px;
    overflow:auto;
}
.itemListnews img{
    width:100%;
    margin:15px 0;
}

.itemListnews .des h2{
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0;
    padding: 0;
    font-family: SanFranciscoDisplay-Regular;
}
.itemListnews .des p{
    color:#4b4f56;
}
.itemListnews .des a{
    color:#243b98;
}
.itemListnews .des a:hover{
    text-decoration:none;
    color:#e44919;
}

.sec-GridPage {
    padding:10px ;
}

.sec-GridPage .itemNews {
    padding:10px ;
}
.sec-GridPage .itemNews img{
    width:100%;
    border:1px solid #ccc;
}
.sec-GridPage .itemNews h1{
    font-size: 22px;
    line-height: 1.3;
    margin: 10px 0;
    padding: 0;
    vertical-align: baseline;
}
.sec-GridPage .itemNews a{
    color:#212020;
}
.sec-GridPage .itemNews a:hover{
    text-decoration:none;
    color:#e44919;
}
/*Like share*/

.likeShare {
    height:35px;
}
.likeShare a {
    margin-top:10px;
    font-size: 12px;
    font-weight: bold;
    padding:5px 6px;
    margin-left:10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.likeShare .sl-facebook{
    background:#4267b2;
}
.likeShare .sl-facebook i{
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 5px 0 5px 23px;
    background-image: url("/skins/icons/facebook.png");
}
.likeShare .sl-facebook span{
    color: #fff;
}
.likeShare .sl-twitter{
    background:#8fc9d5;
}
.likeShare .sl-twitter i{
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 5px 0 5px 20px;
    background-image: url("/skins/icons/twitter.png");
}
.likeShare .sl-twitter span{
    color: #fff;
}


.likeShare .sl-pinterest{
    background:#f26e17;
}
.likeShare .sl-pinterest i{
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 5px 0 5px 20px;
    background-image: url("/skins/icons/pinterest.png");
}
.likeShare .sl-pinterest span{
    color: #fff;
}

.likeShare .sl-google{
    background:#f24017;
}
.likeShare .sl-google i{
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 5px 0 5px 20px;
    background-image: url("/skins/icons/google.png");
}
.likeShare .sl-google span{
    color: #fff;
}
/*===============================================================
PAGE DETAIL
===============================================================*/
 .sec-newdetail {
    clear:both;
    position:relative;
}

.sec-newdetail hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.sec-newdetail >.box {
    margin-left:-15px;
}

.sec-newdetail .category{
    margin-bottom: 10px;
}
.sec-newdetail .category span{
    font-style:italic;
}
.sec-newdetail .itemNews {
    padding:5px 0;
    text-align: justify;
}
.sec-newdetail .itemNews img{

    max-width:100%!important;
    height:auto !important;
}
.sec-newdetail .itemNews h1{
    font-size: 22px;
    line-height: 1.3;
    margin: 10px 0;
    padding: 0;
    vertical-align: baseline;
}
.sec-newdetail .itemNews a{
    color:#4267b2;
}
.sec-newdetail .itemNews a:hover{
    text-decoration:none;
    color:#132d60;
}

 @media (max-width: 900px) {
        .sec-newdetail .itemNews table{
            width:100% !important;
        }
	}
 
 /*===============================================================
TIN BÀI KHÁC 
===============================================================*/

.box-newsOther {
    overflow:auto;
}
.box-newsOther h1{
    font-size:130%;
    font-weight:bold;
    padding-left:15px;
}
.box-newsOther .groupnews {
    padding:10px;
    overflow:auto;
}
.box-newsOther .groupnews .thumbnal > a >img{
    width:100%;
}
.box-newsOther .groupnews .discription > h2{
    font-size:100%;
    vertical-align:top;
    margin-top: 10px;
    font-weight:normal;
}
@media (max-width: 900px) {
    .box-newsOther .groupnews .discription > h2{
        padding-left:10px;
        margin-top: 0px;
    }
}
.box-newsOther .groupnews .discription > h2 >a{
   color:#4b4f56;
   line-height:1.3em;
}

.box-newsOther .groupnews .discription > h2 >i{
   color:#90949c;
   margin-left:10px;
}

.box-newsOther .nextreadmore{
    text-align:center;
    clear:both;
    margin-bottom:10px;
}
.box-newsOther .nextreadmore span{
    font-size:100%;
    font-weight:bold;
    color:#e56510;
    cursor:pointer;
}

/*===============================================================
GRID PAGE MEMBER
===============================================================*/
.sec-gridmember {
    padding:20px ;
}
.sec-gridmember .itemmember {
    margin:10px -5px ;
    padding:8px ;
    border:1px solid #ccc;
    -webkit-box-shadow: 0 0px 3px rgba(88, 36, 106, 0.5);
    -moz-box-shadow: 0 0px 3px rgba(88, 36, 106, 0.5);
     box-shadow: 0 0px 3px rgba(88, 36, 106, 0.5);
     min-height:280px;
     overflow:hidden;
}
.sec-gridmember .itemmember img{
    width:100%;
}
.sec-gridmember .itemmember h3{
    font-size: 14px;
    line-height: 1.1;
    margin: 5px 0;
    padding-top: 10px;
    text-align:center;
}
.sec-gridmember .itemmember p{
    font-size: 12px;
    text-align:center;
    color:#3d3e3e;
    padding-bottom:0px;
    margin-bottom:0px;
}
.sec-gridmember .itemmember a{
    color:#272626;
}
.sec-gridmember .itemmember a:hover{
    text-decoration:none;
    color:#272626;
}

/*===============================================================
PAGE - CONTACT
===============================================================*/

.sec-contact {
    clear:both;
    position:relative;
}
.sec-contact hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.sec-contact >.box {
    padding:15px;
}
/*===============================================================
PAGE - ALBUM
===============================================================*/

.sec-album {
    clear:both;
    position:relative;
}
.sec-album >.box {
    margin-left:-15px;
    padding:15px;
}
/*===============================================================
7.0 - Gallery
===============================================================*/
.photo-gallery-wrapper {
  overflow: hidden;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper,
.photo-gallery-wrapper .gallery-item {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  padding:10px 5px;
}


.photo-gallery-wrapper .title-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper h2 {
  color: #ffffff;
  padding: 45% 0;
  margin-top: -3px;
}
.photo-gallery-wrapper .title-wrapper h2 span {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .photo-gallery-wrapper {
    background: #1a1a1a;
  }
  .photo-gallery-wrapper .title-wrapper {
    width: 100%;
    height: 70px;
    background: #ff3c00;
  }
  .photo-gallery-wrapper .title-wrapper h2 {
    padding: 0;
    line-height: 70px;
  }
  .photo-gallery-wrapper .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .photo-gallery-wrapper .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .photo-gallery-wrapper .gallery-item {
    width: 100%;
  }
}
.gallery-item {
  position: relative;
}
.gallery-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 64px;
  background: rgba(14, 75, 165, 0.7);
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item .icon img {
  display: inline-block;
}
.gallery-item:hover .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}


/*===============================================================
9.0 - Home Player
===============================================================*/
/*==== Video Item ====*/
.video-item {
  position: relative;
}
.video-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -26px;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}


/*===============================================================
14.0 - Footer
===============================================================*/
#sec-footer {
  padding:10px 0px 0px 50px;
  margin-top:20px;
  background: #515354;
/* Old browsers */
background: -moz-linear-gradient(top, rgba(10,6,10,0.5) 0%, rgba(10,6,10,0.8) 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,6,10,0.5)), color-stop(100%,rgba(10,6,10,0.8)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(10,6,10,0.5) 0%,rgba(10,6,10,0.8) 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(10,6,10,0.5) 0%,rgba(10,6,10,0.8) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(10,6,10,0.5) 0%,rgba(10,6,10,0.8) 100%);
}
 #sec-footer .itemfooter {
    color:#fff;
    font-size:11px;
    overflow:auto;
}
  #sec-footer .itemfooter img {
    float:left;
    margin-right:10px;
}
  @media screen and (max-width: 768px) {
    #sec-footer {
        padding: 20px 0 20px 10px;
    }
      #sec-footer .itemfooter img {
        float:none;
    }
}
    #sec-footer .menufooter {
        margin-bottom:15px;
    }
    #sec-footer .menufooter a{
        color:#fff;
    }
    #sec-footer .menufooter a:hover{
        color:#e44919;
    }
    #sec-footer .menufooter a:after{
        content:"|";
        padding:0 10px;
    }
    #sec-footer .menufooter a:last-of-type:after{
        content:"";
    }

.coppyright {
    background: #0a060a;
    padding:10px;
    text-align:center;
    color:#fff;
    font-size:14px;
}
/**********LOGO*****************************/

.itemdt {
	text-align: center;
    margin:0 5px;
    border:1px solid #ccc;

    filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
}
.itemdt h2{
    margin-top: 0px;
	color:#58246a;
    font-size:16px;
    font-family:SanFranciscoDisplay-Regular;
}
.itemdt:hover{
    filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
}


.clip-circle {
  clip-path: circle(70px at center);
}


.itemgioithieu {
	padding-right:25px;
}
@media screen and (max-width: 768px) {
  .itemgioithieu {
	padding-right:0px;
    }
}

.itemgioithieu .content {
    background:#f2f3f4;
    color:#231f20;
    padding:10px;
    margin-top:10px;
}

.itemgioithieu > .itemheader {
    border-bottom:5px solid #d2d2d1;
    margin-bottom:10px;
    text-align:center;
}
.itemgioithieu > .itemheader > span {
    font-family:SanFranciscoDisplay-Regular;
    font-size:16px;
    color:#58246a;
    text-align:center;
    border-bottom:5px solid #58246a;
    padding:0 20px;
}
.itemgioithieu >.content > h2 {
    font-family:SanFranciscoDisplay-Thin;
    font-size:16px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.box-title {
    text-align:center;
    position:relative;
    margin-top:50px;
}
.box-title > span{
    background:#58246a;
    position:absolute;
    color:#ffffff;
    top:-15px;
    left:50%;
    margin-left:-60px;
    z-index:100000;
    font-family:SanFranciscoDisplay-Regular;
    font-size:16px;
    padding:5px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.newshome {
    border-top:5px solid #58246a;
    padding:50px 0;
}
.itemNews {
    padding:0 15px;
}
.itemNews >.content{
    max-height:100px;
    overflow:hidden;
}
.itemNews >.content > h2 {
    font-family:SanFranciscoDisplay-Regular;
    font-size:16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*===============================================================
LOGIN
===============================================================*/

.login {
	display:block;
    text-align:center;
    width:350px;
    margin:10px auto;
    padding:10px 30px;
    background:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px; /*Firefox*/
    -webkit-border-radius: 5px;  /*Chrome và Safary*/
}
.login input[type="text"],input[type="email"],input[type="password"]{
	width:80%;
	border:1px solid #9ba5b3;
	margin:10px auto;
    height:40px;
}

@media screen and (max-width: 768px) {
  .login {
	    display:block;
        text-align:center;
        width:280px;
        margin:10px auto;
        padding:10px;
        background:#fff;
        border-radius: 5px;
        -moz-border-radius: 5px; /*Firefox*/
        -webkit-border-radius: 5px;  /*Chrome và Safary*/
    }
    .login input[type="text"],input[type="email"],input[type="password"]{
	    width:100%!important;
	    border:1px solid #9ba5b3;
	    margin:10px auto;
        height:40px;
    }
}
.login a{
    width:200px;
	display:block;
	text-align:center;
	color:#4267b2;
    margin:15px auto;
}
.login input[type="submit"]{
	width: 150px;
	padding:5px;
	background:#4267b2;
	border:none;
	font-weight:600;
	color:#fff;
	border-radius:3px;

}
/*===============================================================
thông tin
===============================================================*/
.info {
    list-style:none;
    margin: 0px;
    padding: 0;
}
.info li{
    padding:10px 0;
    border-bottom: 1px dashed #ccc;
}

.btchange {
    text-align:right;
    margin-top:30px;
}
.btchange a{
    font-weight:bold;
    color:#4267b2;
    font-size:16px;
    font-family: "genericons";
}
.btchange a > i{
    padding: 10px;
    font-size:20px;
}

/*===============================================================
đăng ký
===============================================================*/

.register {
	display:block;
    padding:10px 30px;
    background:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px; /*Firefox*/
    -webkit-border-radius: 5px;  /*Chrome và Safary*/
}
     .register h3 {
        text-align:center;
    }
.register input[type="text"],input[type="email"],input[type="password"]{
	width:100%;
	border:1px solid #9ba5b3;
	margin:10px auto;
    height:40px;
}
@media screen and (max-width: 768px) {
  .register {
	    display:block;
        width:280px;
        margin:10px auto;
        padding:10px;
        background:#fff;
        border-radius: 5px;
        -moz-border-radius: 5px; /*Firefox*/
        -webkit-border-radius: 5px;  /*Chrome và Safary*/
    }
    .register input[type="text"],input[type="email"],input[type="password"]{
	    width:100%!important;
	    border:1px solid #9ba5b3;
	    margin:10px auto;
        height:40px;
    }
}
.register a{
    width:200px;
	display:block;
	text-align:center;
	color:#4267b2;
    margin:15px auto;
}
.register input[type="submit"]{
	width: 150px;
	padding:5px;
	background:#4267b2;
	border:none;
	font-weight:600;
	color:#fff;
	border-radius:3px;

}
/*======================================================================
x.x - Animations
======================================================================*/
@keyframes spinny {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

