body {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
}

.row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.main-container {
    margin: 0 auto;
    width: 1280px;
    background: #ffffff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 20px 35px 0px rgba(0,0,0,0.6);
}
.main-content{
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.footer-content{
    background: #e7e8e8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dund-content{
    background: #ffffff;
    padding-top: 20px;
}
.sponsor{
    background: #1b57b0;
    padding: 5px;
}
.footer-title{
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.col{
    width: 378px;
    padding-left: 5px;
    padding-right: 5px;
}
.col1{
    width: 756px;
    padding-right: 0px;
    padding-left: 0px;
}
.header {
    padding-top: 10px;
    background-image: url("../images/bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    border-top: 3px solid #252525;
}

.header .nav li {
    margin-top: 13px;
    border-right: 1px solid #ffffff !important;
    line-height: 5px;
    padding-top: -10px;
    padding-right: 5px;
}

.header .nav li a {
    border-radius: 0px;
    color: #403340;
    text-transform: uppercase;
    padding: 5px;

}

.header .nav li:last-child {
    border-right: none !important;
}

.header .nav li a:hover,
.header .nav li.active a,
.header .nav li.active a:hover {
    color: #000000;
    background: none;
}
.topmenu{
    margin-right: -20px;
}
.topmenu li{
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.logo3 {
    padding-right: 30px;
    margin-left: -75px;
}

.menu {
    background: #ffffff;
    border-bottom: 3px solid #d9d9d9;
    border-top: 3px solid #d9d9d9;
    height: 60px;
    margin-top: 30px;
}
.shadow{
   text-align: center;
}
ul.my-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    position: relative;
    width: auto;
}

ul.my-menu li {
    filter: none;
    position: relative;
    transition: all 0.1s linear 0s;
}

ul.my-menu > li {
    float: left;
}

ul.my-menu > li:first-child {
    border-left: none;
}

ul.my-menu > li:last-child {
    border-right: none;
}

ul.my-menu li:hover > ul {
    display: block;
}

ul.my-menu li:hover > ul li a {
    background-color: #F7F7F7;
}

ul.my-menu li:hover {
    background: #F7F7F7;
}

ul.my-menu li a:hover {
    margin-top: -3px;
    margin-bottom: -6px;
    background: #F7F7F7;
    border-top: 3px solid #bab7b7;
    border-bottom: 3px solid #bab7b7;
    text-decoration: none;
}

ul.my-menu li a {
    border-radius: 0;
    color: #06327b;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
}

ul.my-menu li > ul li a:hover {
    background: white !important;
    color: #000000;
    padding: 0px;
    margin: 0px;
    border: none;
}

ul.my-menu li > ul {
    background: #ffffff;
    border: medium none;
    border-radius: 0;
    display: none;
    float: none;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 100%;
    transition: top 0.25s linear 0s, opacity 0.25s linear 0s;
    width: 180px;
    z-index: 9999;
    margin: 0px;
    padding: 0px;
}

ul.my-menu li > ul > li > ul {
    background: #dbdbdb;
    border: medium none;
    border-radius: 0;
    display: none;
    float: none;
    left: 100%;
    list-style: outside none none;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0px;
    transition: top 0.25s linear 0s, opacity 0.25s linear 0s;
    width: 200px;
    z-index: 9999;
}

ul.my-menu li > ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    filter: none;
    float: none;
    height: auto;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.title {
    padding: 10px;
    color: #000000;
    font-size: 16px;
}
.title-lined-icon-container {
    background: #d9dade;
    float: right;
    height: 2px;
    margin-top: -30px;
    padding-left: 10px;
    width: 100%;
}
.lang {
    margin-top: 30px;
}
.info{
    margin-top: 30px;
    color: #053478;
    text-transform: uppercase;
    font-size: 20px;
}

/*Social Icons*/
.social-icons {
    margin: 0 auto;
    width: 180px;
    margin-top: 5px;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    text-indent: -9999px;
}

.social-icons li a, a.social-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
    background-position: 0 -32px;
}

.social_facebook {
    background: url(../images/facebook.png) no-repeat;
}

.social_google {
    background: url(../images/site.png) no-repeat;
}

.social_linkedin {
    background: url(../images/linkedin.png) no-repeat;
}

.social_twitter {
    background: url(../images/twitter.png) no-repeat;
}

.social_yahoo {
    background: url(../images/yahoo.png) no-repeat;
}

.social_youtube {
    background: url(../images/youtube.png) no-repeat;
}

.news {
    margin-left: -15px;
    margin-right: -15px;
}

.news-title a {
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
       margin-bottom: 5px;
}

.news-date {
    color: #a9b1b3;
    margin-bottom: 10px;
}

.news-text {
    color: #ffffff;
    margin-bottom: 10px;
}

.news-image img {
    width: 265px;
    height: auto;
    margin: 0 auto;
}

.news-item {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.news-item-title a {
    color: #475055;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.news-item-image {
    float: left;
    margin-right: 10px;
}

.news-item-image img {
    width: 80px;
    height: 60px;
}

.news-item-date {
    color: #a9b1b3;
    margin-bottom: 10px;
    font-size: 11px;
}

.page-title {
    color: #475055;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-image {
    margin-right: 10px;
    float: left;
}

.page-text {
    color: #475055;
    text-align: justify;
    margin-bottom: 10px;
}

.video-item {
    position: relative;
    margin-bottom: 10px;
}

.video-img img {
    width: 368px;
    height: 250px;
}

.video-text {
    position: absolute;
    bottom: 0px;
    background: rgba(11, 37, 73, 0.7);
    padding: 10px;
    color: #ffffff;
    width: 100%;
    height: 50%;
}
.video-item1{
    position: relative;
    margin-bottom: 10px;
}

.video-img1 img {
    width: 368px;
    height: 250px;
}

.video-text1 {
    position: absolute;
    bottom: 0px;
    background: rgba(123, 123, 123, 0.8);
    padding: 10px;
    color: #ffffff;
    width: 100%;
    height: 50%;
}

.video-item-news{
    position: relative;
    padding: 10px 0px;
}

.video-img-news img {
    width: 270px;
    height: 150px;
    overflow: hidden;
  }

.video-text-news {
    position: absolute;
    bottom: 0px;
    background: rgba(13, 74, 165, 0.8);
    padding: 5px;
    color: #ffffff;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
}
.video-item-news-side{
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}

.video-img-news-side img {
    width: 180px;
    height: 120px;
    overflow: hidden;
  }

.video-text-news-side {
    position: absolute;
    bottom: 0px;
    background: rgba(27, 87, 176, 0.8);
    padding: 10px;
    color: #ffffff;
    width: 114%;
    height: 25%;
}
.video{
    padding-left: 0px;
    padding-right: 5px;
    width: 275px;
}
.page-image{
    float: left;
    margin-right: 10px;
}
.page-text{
    text-align: justify;
    margin-right: 10px;
}
.big-photo{
    width: 240px;
}
.big-photo img{
    width: 240px;
    height: 310px;
    overflow: hidden;
}
.small-photo img{
    width: 155px;
    height: 100px;
    overflow: hidden;
}
.small-photo{
    margin-bottom: 5px;
    width: 155px;
}
.big-photo-side{
    width: 240px;
}
.big-photo-side img{
    width: 210px;
    height: 205px;
    overflow: hidden;
}
.small-photo-side img{
    width: 155px;
    height: 100px;
    overflow: hidden;
}
.small-photo-side{
    margin-bottom: 5px;
    width: 155px;
}
.border{
    margin-bottom: 20px;
    margin-top: 5px;
    height: 2px;
    background: #bec3ed;
}
.spo{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.post-item {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.post-title {
    color: #475055;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.post-image {
    float: left;
    margin-right: 5px;
}

.post-image img {
    height: 80px;
    width: 120px;
}

.post-text {
    text-align: justify;
}

.readmore a {
    float: right;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 11px;
    color: #034591;
}

.pagination {
    float: right;
    margin-top: 0;
    padding-top: 10px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #DADDE0;
    border-radius: 4px;
    color: #408bca;
    float: left;
    margin-right: 5px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination span,
.pagination > a.active,
.pagination > a:hover {
    background: none repeat scroll 0 0 #034591;
    color: #ffffff;
}

.poll {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.poll .btn1 {
    background: #9b325f;
    border-radius: 0px !important;
    color: #ffffff;
    height: 32px;
    font-size: 12px;
}

.photo img {
    width: 255px;
    height: auto;
}

.footer {
    background: #0819c4;
    padding: 10px;
    margin-bottom: 20px;
}

.footer-item li a {
    color: #606079;
    text-decoration: underline;
}

.footer-logo {
    margin: 0 auto;
}

.footer-address li {
    color: #6c4f4f;
    margin-bottom: 10px;
}

.copyright {
    color: #811717;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 10px;
    background: #ffffff;
    width: 100%;
}

.topmenu-img{
    width:130px;border-radius: 5px;
}