﻿@import url('mobile.css');
@import url('custom-bootstrap.css');

body
{
    background-image: url('./images/bg.png');
}

body *
{
    font-size: 15px;
    font-family: segoe ui, arial;
}

h1, h2, h3, h4, h5, h6
{
    font-family: oswald !important;
}

.banner
{
    height: 100px;     
    background: #005a9c;
    border-bottom: 1px solid #00387a;
}
.banner-bg
{
    margin-top: -60px;
    margin-bottom: 15px;
}
.bg-inner
{
    margin: 0 15px;
}
.banner-bg .row
{
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 0 5px #999; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: #ffffff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10 preview */
    background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

@media only screen and (max-width: 1199px) { 
table {
	overflow-x: scroll;
	display: block;
}
}

.footer
{
    padding: 30px 0;
    color: #f8f8f8;
    border-bottom: 1px solid #00387a;
    background: #005a9c;
}

.copyright
{
    background-color: #005a9c;
    padding: 15px;
    border-top: 1px solid #446bad;
    color: white; 
    background: #005a9c;
}

.logo
{
    max-width: 100%;
    padding: 5px 0;
    height: 90px;
}

.search
{
    float: right;
    margin-top: 25px;
}
.toplink
{
    color: white !important;
    display: inline-block;
    margin: 10px;
}
.bg-white
{
    background-color: #fff !important;
    border-radius: 5px;
    margin: 15px 0;
}
.main-nav
{
    background: #005a9c;
    border-top: 1px solid #446bad;
}
.navbar-nav
{
    display: block !important;
    margin: 0 !important;
    width: 100%;
}
.navbar
{
    padding: 0 !important;
    margin: 0;
}

.nav-link
{
    text-transform: uppercase;
    font-family: oswald;
    font-weight: normal;
    color: #333 !important;
    padding: 15px !important;
    font-size: 14px;
}

.dropdown-toggle::after
{
    display: none !important;
}

.nav-item.active, .nav-item:hover
{
    background: #005a9c;
    border-bottom: 2px solid #012f50;
}
.nav-item.active > a, .nav-item:hover > a
{
    color: white !important;
}
.navbar-nav > li:first-child
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.navbar-nav > li:last-child
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navbar-nav > li
{
    list-style: none;
    display: block;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.navbar-nav > li::after
{
    content: '\f0da';
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 16px;
    color: #333;
}
.nav-item.active::after, .nav-item:hover::after
{
    color: white !important;
}

.nav-item.dropdown:hover .dropdown-menu
{
    display: block;
}

.dropdown-menu
{
    padding: 0 !important;
    left: 100% !important;
    border-radius: 0 !important;
    top: -3px !important;
}

.dropdown-item
{
    border-bottom: 1px solid #eee !important;
}

.dropdown-item:last-child
{
    border-bottom: none;
}
.dropdown-link
{
    font-size: 14px;
    display: block;
    padding: 5px 0;
    position: relative;
    color: #444 !important;
}

.dropdown-link::before
{
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    left: -10px;
    top: 6px;
    color: #333;
}
.main-nav .fa.fa-bars
{
    color: white;
    font-size: 25px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover .dropdown-sub-menu
{
    display: block;
}
.navbar-nav .dropdown-sub-menu
{
    position: absolute;
    left: 100%;
    top: 0;
    border: 1px solid #ddd;
    background: white;
    display: none;
}
.dropdown-sub-link::before
{
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    left: -10px;
    top: 6px;
    color: #333;
}

.dropdown-sub-link
{
    color: #444 !important;
    padding: 9px 10px;
    display: block;
    border-bottom: 1px solid #eee;
}
.search > span
{
    position: relative;
    display: block;
    height: 100%;
}

.searchInputContainer
{
    display: block;
    height: 100%;
}

.search input
{
    display: block;
    height: 100%;
    padding: 4px 5px;
    border: none !important;
    background: #e6e7ed;
    max-width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}

.search li
{
    font-size: 13px;
}

.dnnSearchBoxClearText
{
    display: none;
}

.SearchButton
{
    font-size: 0;
    position: absolute;
    top: 17px;
    right: 5px;
}

.SearchButton::before
{
    content: "\f002";
    margin-top: -5px;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: -12px;
    font-size: 16px;
    color: #555;
}

.subLevelRight
{
    left: 100% !important;
    top: 0 !important;
}

.heading_wrapper > h2
{
    display: block;
    color: #666;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: left;
    margin: 0 0 9px 0;
    background-color: #333946;
    height: 40px;
    line-height: 40px;
}

.TitleH3.centered
{
    text-align: center;
    display: block;
    margin: 10px 0;
}

.newsdsumary, .newsdsumary *
{
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: normal !important;
    color: #777 !important;
    line-height: 25px !important;
}

.custommenu
{
    margin: 0;
    padding: 0;
}

.custommenu li
{
    display: block;
    padding: 8px 0 8px 5px;
    border-bottom: 1px solid #e9e9e9;
    color: #555;
}

.custommenu li::before
{
    content: "\f054";
    font-family: fontawesome;
    font-size: 11px;
}

.custommenu li.selected, .custommenu li:hover
{
    background: #f1f1f1;
}

.custommenu li a, .custommenu li a:hover
{
    text-decoration: none;
    color: #444;
    display: inline-block;
}

.style-3.scrollup
{
    padding: 0;
}

.style-3.scrollup a
{
    padding: 10px 0;
    color: #555;
}

.cm-2 a
{
    display: block;
    text-align: center;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px;
    color: #555;
}

.cm-2 a:hover
{
    background: #f0f0f0;
}
.cm-2 span::before {
	content: '\f115';
	font-family: fontawesome;
	color: #017bb3;
	margin-right: 10px;
}
.cm-2 span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-family: oswald;
	color: #017bb3;
	text-align: left;
}

.style-15 p a span
{
    font-family: 'Oswald' , sans-serif !important;
    font-size: 16px;
    text-transform: uppercase !important;
}

.style-1-title
{
    margin-bottom: 0 !important;
    background-color: #333946;
}

.style-1-title a, .style-1-title a:hover
{
    font-family: 'Oswald' , sans-serif !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    background: none;
    color: black;
    padding: 0 0 10px 0;
    display: block;
    max-width: 200px;
    border-bottom: 1px solid #d0d0d0;
}

.style-4 a.title
{
    font-family: 'Oswald' , sans-serif !important;
    font-size: 22px !important;
    color: #f47920 !important;
    margin-top: 10px;
}

.newstitle
{
    margin: 0 0 5px 0;
    padding: 0;
    font-family: 'Oswald' , sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}

.style-10-first .thumb img
{
    max-width: 100%;
    height: auto;
}

.t-columns
{
    margin: 20px 0;
}

.style-10-first a:not(.thumb)
{
    padding: 0;
    display: block;
    margin-top: 15px;
    min-height: auto;
    font-size: 18px;
    color: black;
    font-family: 'Playfair Display' , serif;
    font-weight: bold;
}

.style-10-first p
{
    text-align: justify;
    font-size: 13px;
    color: black;
}

.style-10-list
{
    margin-left: 15px;
}

.style-10-list li
{
    padding: 0 0 5px 0;
    margin: 10px 0;
    list-style: disc;
}

.style-10-list li a
{
    color: #0056c6;
    font-size: 14px;
}

.style-1-title a, .style-1-title a:hover
{
    color: #0056c6;
    font-size: 16px !important;
    border: none;
    font-weight: normal;
}

.style-15 p a
{
    background: #1A86C7;
    border: 2px solid white;
}

.pager
{
    text-align: left !important;
}

.pager a
{
    color: #cc5500;
    margin: 0 2px;
}

.pager li.active a, .pager li:hover a
{
    background: #F47920 !important;
    color: white !important;
    border-color: transparent;
}

.filterday input
{
    display: inline-block;
    width: 70% !important;
    float: left;
}

.filterday a
{
    padding: 1px 10px;
    display: inline-block;
    color: #cc5500;
}

.contentpane .sp-slide
{
    background: white;
    padding: 5px;
    height: 230px !important;
}

.style-8 img
{
    max-width: 100%;
    margin-bottom: 5px;
}

.sp-horizontal .sp-arrows
{
    top: 40% !important;
}

.contentpane .sp-mask.sp-grab
{
    height: 240px !important;
    margin-bottom: 10px;
}

.logoslider
{
    background: white;
    padding: 10px 0 !important;
}

.logoslider li
{
    border: none;
}

.logoslider img
{
    max-height: 85px;
    width: auto !important;
    margin: 0 auto;
}

.publish
{
    margin: 0;
}

.publish > *
{
    margin-left: 5px;
}

.rptRecent .bx-wrapper
{
    margin-bottom: 20px;
}

.linkhead
{
    font-family: Oswald;
    font-weight: normal;
    margin-bottom: 5px;
}

.style-2 a.piclink
{
    max-width: none;
}


.filterday input
{
    font-size: 12px;
}

.panelSubscribe
{
    background: white;
    padding: 10px !important;
    margin-top: 15px;
}

.panelSubscribe i
{
    font-size: 34px;
}

.panelSubscribe h6
{
    font-size: 17px;
    font-family: oswald;
    margin: 10px 0 10px 5px;
}

.container-fluid.no-padding.info
{
    font-size: 13px;
    margin-bottom: 10px;
}

#txbSubscribe
{
    font-size: 13px;
}

.btnSubscribe
{
    font-size: 12px !important;
    float: right !important;
    margin-top: 1px !important;
}

.subname
{
    display: block;
    height: 20px;
    line-height: 20px;
}

.subname *
{
    font-size: 25px;
    color: white;
    font-family: oswald;
}

.subname img
{
    margin: 0 10px;
}

.slideshow
{
    background: #f2f2f2;
    padding: 10px 0 20px 0;
    margin-bottom: 25px;
}

.nav .dropdown span
{
    font-size: 14px;
}

#dnn_top1
{
    background-color: #00ade6;
    height: 90px;
    text-align: center;
}

#danhmuc
{
    text-align: center;
    margin-left: 300px;
}

#danhmuc ul
{
    text-align: center;
}

#danhmuc ul li
{
    float: left;
    display: inline;
    list-style: none;
    margin-top: 25px;
    margin-right: 40px;
}

#danhmuc li a
{
    color: #fff;
    padding: 20px 35px;
    border: solid 1px #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto' ,Arial;
}

.linkhead
{
    font-family: Oswald;
    font-weight: normal;
    margin-bottom: 5px;
}

.filterday input
{
    font-size: 12px;
}

.panelSubscribe
{
    background: white;
    padding: 10px !important;
    margin-top: 15px;
}

.panelSubscribe i
{
    font-size: 34px;
}

.panelSubscribe h6
{
    font-size: 17px;
    font-family: oswald;
    margin: 10px 0 10px 5px;
}

.container-fluid.no-padding.info
{
    font-size: 13px;
    margin-bottom: 10px;
}

#txbSubscribe
{
    font-size: 13px;
}

.btnSubscribe
{
    font-size: 12px !important;
    float: right !important;
    margin-top: 1px !important;
}

.nav .dropdown span
{
    font-size: 14px;
}

.border-top
{
    border-top: 5px solid #00AAE0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    background: white;
}

.title-2
{
    margin-bottom: 20px;
}

.style-4 > div
{
    border: none;
    margin-bottom: 10px;
}

.TitleH1
{
    font-family: oswald;
    font-size: 35px;
    color: #777;
}

.title-h1 > h1
{
    margin: 0;
}

.homecontent .filterday
{
    display: none;
}

.home-2
{
    background: #fafafa;
    padding: 10px;
}

ul.style-2
{
    margin: 0 0 0 10px;
    padding: 0;
}

.home-2 ul.style-2 li
{
    margin: 10px 10px 10px;
    display: list-item;
    list-style: disc;
    text-align: justify;
}

.subcontent .style-1-title
{
    display: none;
}

.subcontent-center
{
    padding: 10px;
}

.style-15 .skew
{
    border: 1px solid #6abbed;
}

#thptcontact
{
    color: #fff;
}

#thptsocial *
{
    color: #fff;
}

.player-3 li
{
    list-style-type: disc;
    color: #000;
    font-size: 12px;
    font-family: arial;
}

.video .videotitle
{
    font-size: 18px;
    font-family: oswald;
    color: #f47920;
    margin-top: 5px;
}

.player-3 li a, .player-3 li a:hover
{
    list-style-type: disc;
    color: #555;
    line-height: 20px;
    text-align: justify;
    display: block;
    margin-bottom: 7px;
}

.player-2-more
{
    display: none;
}

.style-1-title a, .style-1-title a:hover
{
    font-family: 'Oswald' , sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    background-color: #09f;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
}

.catlink
{
    line-height: 17px !important;
    display: inline-block;
    text-align: justify;
}

.video
{
    margin-bottom: 20px;
}

.gallery
{
    margin-bottom: 20px;
}

.videotitle
{
    margin-top: 0;
    font-family: oswald;
    font-size: 25px;
    text-align: justify;
    line-height: 25px;
}

.source b
{
    margin: 0;
}

#contentdetail img
{
    max-width: 100% !important;
    height: auto !important;
}

ul.player-3
{
    margin-left: 10px;
}

ul.style-2 li
{
    display: list-item;
    list-style: disc;
    margin: 7px 0 7px 5px;
    text-align: justify;
}

footer h2
{
    font-family: oswald;
    font-size: 25px;
}

#thptcontact
{
    text-align: left;
}


.style-15 .img:hover
{
    opacity: 1 !important;
}

#mediaspace_wrapper
{
    width: 100% !important;
}

#thptcontact p
{
    line-height: 25px;
}

.text-logo h1
{
    color: black;
    text-align: center;
}

.text-logo h2
{
    font-family: "Oswald";
    color: red;
    font-size: 26px;
    text-decoration: bold;
    text-align: center;
    margin-top: -3px;
    line-height: 40px;
    word-spacing: 2px;
}

.text-center h2
{
    text-align: left;
    font-size: 22px;
    padding-left: 80px;
}

.text-center p
{
    text-align: left;
    padding-left: 80px;
}

.gov-logo
{
    margin-top: -25px;
}

#mediaspace_displayarea
{
    width: 100% !important;
}

.owl-carousel i
{
    display: none;
}

#footer-right
{
    border-left: 1px solid #585858;
}

.style-10-first
{
    position: relative;
}
.style-10-first img
{
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.style-10-first .thread
{
    display: none;
}
.style-10-first .info:hover
{
    background: rgba(0,0,0,0.4);
}
.style-10-first .info
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 10px;
    border-radius: 10px;
}
.style-10-first .date
{
    color: #00fffe;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px black;
}
.style-10-first .date::before
{
    content: '\f017';
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
}
.style-10-first .info .detail
{
    font-family: oswald;
    font-weight: normal;
    font-size: 22px;
    color: white;
    text-shadow: 1px 1px black;
    margin-top: 0;
}
.style-10-first .sumary
{
    color: #f0f0f0;
    font-size: 13px;
    margin-top: 10px;
}

.style-17 li > a
{
    color: #333 !important;
    font-size: 18px !important;
    font-family: oswald;
}

.style-17 img
{
    display: none;
}
.style-17 li
{
    display: block;
    clear: both;
    text-align: left;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.style-17 .date
{
    font-size: 12px;
    color: #777;
    display: block;
    text-align: right;
}
.style-17 .date::before
{
    content: '\f017';
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
}
.style-17 .link
{
    font-size: 13px;
    font-weight: normal;
    color: #444;
    line-height: 19px;
}
.style-17 .link::before
{
    content: '\f0da';
    font-family: fontawesome;
    margin-right: 10px;
    margin-bottom: 30px;
    display: block;
    float: left;
}
.contentpane
{
    background: white;
    padding: 40px 0;
}
.etep-1
{
    background: white;
    margin: 15px 0;
    border-radius: 5px;
    overflow: hidden;
}
.etep-1 .container-header
{
    background: white;
    border-bottom: 1px solid #eee;
}
.etep-1 .container-header h2
{
    display: block;
    margin: 0;
    padding: 0;
}
.etep-1 .container-header .title
{
    display: block;
    color: #444;
    font-family: oswald;
    font-size: 17px;
    padding: 10px;
}
.etep-1 .container-header .title::before
{
    content: '\f212';
    font-family: fontawesome;
    margin-right: 10px;
    color: #005a9c;
}
.etep-1 .container-content
{
    padding: 10px;
}
.doc-style-5 .item
{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.doc-style-5 .item i
{
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #183883;
}
.doc-style-5 .title
{
    font-family: oswald;
    color: #333;
    font-size: 15px;
}
.doc-style-5 span
{
    display: none;
}
.doc-style-5 .item:last-child
{
    border: none;
}
.doc-style-5 .item i::before
{
    content: '\f017';
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
}
.doc-style-5 .title i
{
    display: none;
}
.style-25 img
{
    border-radius: 10px;
    max-width: 100%;
}
.style-25 .date
{
    color: #666;
    font-size: 13px;
    margin: 10px 0;
}
.style-25 .date::before
{
    content: '\f017';
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
}
.style-25 .item > a
{
    font-family: oswald;
    font-size: 20px;
    color: #333;
}
.style-25 .sumary
{
    font-size: 13px;
    margin-top: 15px;
    color: #555;
}
.etep-2 .title
{
    text-align: center;
    font-size: 22px;
    font-family: oswald;
    margin-bottom: 20px;
    background: #006cff;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
}
.etep-2 .container-header
{
    text-align: center;
}
.doc-style-5
{
    padding: 0 10px;
}
.style-29 .title
{
    font-family: oswald;
    color: #444;
    line-height: 20px;
    text-align: justify;
    display: block;
}
.style-29 .date
{
    display: none;
}
.style-29 > div
{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.style-29 > div:last-child
{
    border: none;
}
.style-29-category
{
    display: none;
}
.style-4-container
{
    background: white;
    border-radius: 10px;
}
.style-4-category
{
    background: #006cff;
    color: white;
    padding: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
}
.style-4-category a
{
    font-family: oswald;
    color: white;
    font-size: 20px;
}
.style-4
{
    padding: 0 15px;
}
.addinfo
{
    color: #777;
    font-size: 12px;
}
.style-4 .sumary
{
    color: #666;
    font-size: 13px;
}
#contentdetail
{
    background: white;
    padding: 0 15px;
    border-radius: 10px;
}
.owl-carousel .owl-item img
{
    height: auto !important;
}
.doc-style-1 > h4
{
    display: none;
}
.sp-layer
{
    background: rgba(255,255,255,0.75) !important;
    width: 100% !important;
}
.style-7 .sp-slide a
{
    color: black;
    font-family: oswald;
    display: block;
    font-size: 19px;
}
.style-7 .date
{
    display: block;
    color: #005a9c;
    font-size: 13px;
}
.style-7 .sumary
{
    display: block;
    color: #555 !important;
    font-size: 13px;
    display: none;
}
.etep-3 .title
{
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: oswald;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 20px;
}
.style-3 .imglink
{
    margin: 0 0 10px;
    width: 100%;
}
.style-3-first img
{
    width: 100%;
}
.style-3-first a b
{
    font-family: oswald;
    font-weight: normal;
    font-size: 15px;
    color: #444;
    padding: 0 10px;
    display: block;
}
.style-3-first a b
{
    font-family: oswald;
    font-weight: normal;
    font-size: 15px;
    color: #444;
    padding: 0 10px;
    display: block;
}
.style-3 li
{
    margin-left: 25px;
}
.style-3-list a
{
    font-size: 13px;
    padding-right: 10px;
    color: #444;
    text-align: justify;
    display: block;
}
.style-3-first p
{
    padding: 10px;
    font-size: 13px;
    color: #666777;
    text-align: justify;
}
.videoitem .name
{
    font-family: oswald;
    font-weight: normal;
    color: #444;
    font-size: 15px;
    display: block;
    text-align: justify;
}
.videoitem
{
    margin-right: 30px;
}
.video-style-6 .videoitem
{
    display: block;
    width: 100%;
}
.video-style-6 img
{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.video-style-6 span
{
    font-size: 15px;
    font-family: oswald;
    color: #444;
}
.video-player-3 iframe
{
    display: block;
    width: 100% !important;
}
.owl-carousel .owl-item
{
    text-align: center;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    margin: 0 10px;
    height: 150px;
    padding: 5px;
}
.owl-carousel .owl-stage-outer
{
    height: 160px;
}
.style-5-category
{
    display: none;
}
.style-5 .calendar
{
    border: 1px solid #eee;
    border-radius: 5px;
}
.style-5 b
{
    font-size: 25px;
    font-family: oswald;
    color: #930000;
}
.style-5 strong
{
    font-size: 15px;
    color: #666;
    font-family: oswald;
    border-top: 1px solid #f0f0f0;
    width: 90%;
    margin: 0 auto;
}
.style-5-wrapper
{
    margin: 5px 0;
    clear: both;
    padding: 0 15px;
}
.style-5-wrapper > a
{
    font-family: oswald;
    font-size: 14px;
    color: #333;
    display: block;
}
.style-5-wrapper .comment
{
    display: none;
}
.style-5-wrapper .sumary
{
    font-size: 13px;
    color: #666;
    font-style: italic;
}
.style-5-more {
	float: right;
	margin-bottom: 15px;
	font-style: italic;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-sub-item.active, .dropdown-sub-link:hover
{
    background-color: #005a9c !important;
}
.dropdown-item.active > a, .dropdown-item:active > a, .dropdown-sub-item.active a, .dropdown-sub-link:hover
{
    color: white !important;
}
.incategorylist li
{
    list-style: disc;
}
.incategorylist span
{
    color: #444;
    line-height: 25px;
}

.style-4 .thread
{
    display: none;
}


.cm-2 img {
	display: none;
}
.style-5-comment {
	display: none;
}
