/* 
Theme Name: FCTheme
Version: 4.0
*/

/*
* Native styles for wisiwyg editor
*/
.the_content{
    overflow: hidden;
    zoom: 1;
}
.the_content:after{
    content: ""
    display: block;
    clear: both;
}

.the_content p{
    display: block;
    margin: 1em 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.the_content a{
    text-decoration: underline;
}
div#sidebar-right .gform_widget:before{
  height:0;
}
div#sidebar-right .gform_widget{
  padding-top:0;
}
.tin-tuc-grid .item{
  padding:0 10px;
  overflow:hidden;
}
.tin-tuc-grid .item h4{
  color:#333;
  font-size:15px;
} 


.owl-pagination {
    display: block;
    text-align: center;
    margin: 20px auto 0px auto;
    position: relative;
    z-index: 100;
}
.owl-controls .owl-page {
    display: inline-block;
    padding: 0 3px;
}
.owl-controls .owl-page span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #6f6f6f;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
}
.owl-controls .owl-page.active span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #43b649;
    border: 1px solid #43b649;
}