/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

 
@font-face
{
	font-family: "Averta-Regular";
	src: url(Averta-Regular.ttf);
}
@font-face
{
	font-family: "Averta-Semibold";
	src: url(Averta-Semibold.ttf);
}
@font-face
{
	font-family: "Averta-bold";
	src: url(AVERTA-BOLD.ttf);
}
@font-face
{
	font-family: "Lato";
	src: url(Lato-Regular.ttf);
}
@font-face
{
	font-family: "Lato-Bold";
	src: url(Lato-Bold.ttf);
}
@font-face
{
	font-family: "Lato-Heavy";
	src: url(Lato-Heavy.ttf);
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}
.row.row-main
{
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	max-width: 1170px;
}
body{color: #000;font-family: "Averta-Regular" !important;}
/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Lato";
	font-size: 16px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
	top: 0 !important;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */
.nav > li > a
{
	font-weight: normal !important;
	font-family: "Lato-Bold" !important;
	padding-left: 5px;
    padding-right: 5px;
    color: #000
}
#wrap {
	background: #f4f4f4;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.home #wrap{
	background: white;
}

.wrap {
	margin: 0 auto;
	width: 980px;
	padding: 0;
}

#header .wrap{
	width: 1170px;
}


/* Header
------------------------------------------------------------ */
#header {
	/* background: white; */
	/* margin: 0 auto; */
	/* height: 85px; */
	/* width: 100%; */
	/* position: relative; */
	/* z-index: 9999; */
	/* box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.52); */
	/* float: left; */
}

.home #header {
	box-shadow: none;
	/* background: url(shadow.png) no-repeat bottom center;/* 
	/* height: 110px; /* 
	/* float: left; */
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: 'Lato';
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 13px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0 0;
	width: 920px;
	position: relative;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 200px;
}

.header-image #title a{
	background: url(logo.png) no-repeat left center;
}

.header-image #description {
	display: none;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {

	clear: both;
	color: #333;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {

}

.menu-primary {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	background: url(button-menu.png) no-repeat right center;
	color: #323232;
	display: block;
	padding: 10px 20px 7px 15px;
	position: relative;
	text-decoration: none;
	font-size: 15px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #cc192a;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 240px;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #ededed;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #cc192a;
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 245px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 980px;
}

.home #inner{
	width: 100%;
	padding: 20px 0 0 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: 0px 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #d6d6d6;
}

.breadcrumb a{
	color: #B1030D;
	font-weight: bold;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */
.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.page .entry-content,
.page .entry-content,
.single .entry-content,
.single .entry-content{
	background: white;
	padding: 10px;
	margin-bottom: 0;
	font-family: "Averta-Regular";
}

.full-width-content #content .entry-content{
	background: none;
	padding: 0;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	font-size: 18px;
}

.entry-content p {
	margin: 0 0 25px;
	text-align: justify;
}
.yarpp-related h3 {
    font-weight: bold;
    padding: 0 0 5px 0;
    font-size: 125%;
    text-transform: capitalize;
    margin: 0;
}
.tabbed-content li
{
	margin-right: 0;
	margin: 0 25px;
}
.tabbed-content li a
{
	border: 1px solid #b1265c;
	border-radius: 10px;
	color: #000;
	font-weight: normal !important;
}
.tabbed-content li.active a
{
	border: 1px solid #215a81;
	background: #215a81;
	color: #fff;
	border-radius: 10px;
}	
blockquote {
	background: url(blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: "Lato-Bold";
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	padding: 9px 10px 8px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 13px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.wp-post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: #DAD6D6;
    color: #888888;
    padding: 8px 13px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.navigation li a:hover,
.navigation li.active a {
	background: #cc192a;
    color: white;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 300px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
}

#header .caia_code_widget{
	float: right;
}

input.searchsubmit.search-submit {
    display: none;
}

#form-box {
    display: none;
	width: 230px;
}

#open_form {
    background: url(search.png) no-repeat top center;
    text-indent: -9999px;
    height: 18px;
    width: 18px;
    margin-right: 15px;
    margin-top: 5px;
	cursor: pointer;
	float: right;
}

#form-box input.s.search-input {
    height: 35px;
    width: 200px;
	padding-left: 40px;
    margin-top: -28px;
    z-index: 8000;
    position: relative;
    background: url(search2.png) no-repeat right 10px center #eee;
    border-radius: 20px;
    border: none;
    margin-right: 10px;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

#close_form {
    float: left;
    background: url(huy.png) no-repeat;
    position: relative;
    z-index: 9999;
    text-indent: -9999px;
    height: 26px;
    width: 26px;
	margin-top: -30px;
	margin-left: -15px;
	cursor: pointer;
}
/*
#header .searchform {
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	box-sizing: border-box;
	margin: 0px 20px 7px 0px;
	padding: 0px 6px 0px 6px;
	border: 2px solid #b1030d;
	border-radius: 25px;
	transition: all 200ms ease;
	cursor: text;
	z-index: 9999;
	background: white;
}

#header .searchform::after{
  	content: "";
 	position: absolute;
    width: 3px;
 	height: 10px;
 	right: -3px;
  	top: 12px;
  	background: #b1030d;
 	 border-radius: 3px;
  	transform: rotate(-45deg);
  	transition: all 200ms ease;	
}

#header .searchform.active,
#header .searchform:hover {
  width: 200px;
  margin-right: 20px;
}
#header .searchform.active:after,
#header .searchform:hover:after {
  height: 0px;
}
#header .searchform input{
  width: 100%;
  border: none;
  box-sizing: border-box;
  color: inherit;
  background: transparent;
  outline-width: 0px;
  background: none;
}

#header .search-submit{
	display: none;
}

*/


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: white;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}

#footer .wrap {
	overflow: hidden;
	padding: 0 0 0 0;
	width: 100%;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

#footer .widget_text{
	float: left;
	width: 33%;
	margin-left: 15px;
	margin-right: 15px;
}
#footer #text-5{
	float: left;
	width: 26%;
	margin-left: 15px;
	margin-right: 15px;
}
#footer .widget_text h4.widget_title{
	text-transform: uppercase;
	font-size: 24px;
	color: #323232;
}

#footer .widget_text .adress{
	background: url(diachi.png) no-repeat left 5px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#footer .widget_text .mail{
	background: url(email.png) no-repeat left center;
	padding-left: 25px;
	margin-bottom: 5px;
}

#footer .widget_text .tel{
	background: url(tel.png) no-repeat left center;
	padding-left: 25px;
	margin-bottom: 5px;
}

#footer .widget_text ul{
	/* float: right; */
	list-style: none;
}

#footer ul li{
	display: inline-block;
	margin-right: 5px;
}

#footer .widget_text ul li a img:hover{
	background: #333;
	border-radius: 100px;
}

#footer .caia_ads_widget{
	float: left;
	width: 100%;
	background: #cc192a;
	padding: 10px 0;
	color: white;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0;
}
/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Block
------------------------------------------------------------ */

.block {
	clear: both;
	margin: 0 0 20px 0;
}

.block .older-posts ul {
	padding-left: 15px;
}

.block-title {
	font-size: 16px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 9px 10px 8px;
}

.block-wrap {
	padding: 10px;
}

/*Caia widget advertise
--------------------------------------------------------------*/
.caia_ads_widget, .sidebar .caia_ads_widget, .caia_ads_widget .widget-wrap{
	text-align:center;
	background:none;
	border:none;
	padding:0px;
}
.caia_ads_widget .widgettitle{
	background:none;
	color:inherit;
	border:none;
	padding:0px;
	width:100%;
	margin:0px;
}

/*---------home---------*/
-slider{
	float: left;
	width: 100%;
	height: auto;
	margin-top: -25px;
}

#header .widget_nav_menu{
	position: absolute;
	left: 0;
	top: 25px;
}

#header .widget_search,
#header .widget_text{
	margin-top: 5px;
}

 .widget_bang-gia-widget{
	float: left;
	width: 100%;
	height: auto;
}

 h4.widget_title{
	text-align: left;
	text-transform: uppercase;
	color: #323232;
	font-size: 26px;
	margin: 30px 0;
}

.banggia {
    float: left;
    width: 306px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.banggia a img{
	width: 291px;
	height: 203px;
	margin-bottom: 10px;
}

.banggia .more-link{
	font-size: 18px;
	color: #cc192a;
	text-transform: uppercase;
}

.banggia .more-link span{
	color: #323232;
}

.banggia-alllink {
    text-align: center;
    float: left;
    width: 100%;
    margin: 40px 0;
}

.banggia-alllink a{
	background: url(banggia.png) no-repeat center center;
    padding: 20px 150px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

 .widget_gioi-thieu-widget{
	float: left;
	width: 100%;
	height: auto;
	background: #f4f4f4;
}

 .widget_gioi-thieu-widget .gioi-thieu-home {
    text-align: center;
}

 .widget_gioi-thieu-widget .gioi-thieu-home iframe{
	width: 470px !important;
	height: 270px !important;
	margin-top: 15px;
}

 .widget_gioi-thieu-widget .gioi-thieu-home p{
    color: #888888;
    font-size: 14px;
}

 .widget_dich-vu-widget{
	float: left;
	width: 100%;
	height: auto;
	background: #f4f4f4;	
}

 .widget_dich-vu-widget .dichvu{
	float: left;
	width: 25%;
	height: 230px;
	text-align: center;
	color: white;
}
.xem-them {
    display: block;
    width: 102px;
    border: 2px solid #b8292f;
    text-align: center;
    padding: 2px 5px;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
}
#dichvu-1{
	background: #ea3c4c;
}

#dichvu-2{
	background: #dc2839;
}

#dichvu-3{
	background: #cc192a;
}

#dichvu-4{
	background: #bf0b1c;
}

#dichvu-1:hover{
	background: #dc2839;
}

#dichvu-2:hover{
	background: #cc192a;
}

#dichvu-3:hover{
	background: #bf0b1c;
}

#dichvu-4:hover{
	background: #ea3c4c;
}

 .widget_dich-vu-widget .dichvu .imgdv{
	width: 130px;
	height: 110px;
	margin: 0 auto;
	margin-top: 40px;
}

 .widget_dich-vu-widget .dichvu h3{
	padding: 0 50px;
}

 .widget_dich-vu-widget .dichvu h3 a{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}

 .code-widget_tab_content{
	float: left;
	width: 100%;
	height: auto;
	background: white;
}

 ul.tabs {
    list-style: none;
    margin-bottom: 20px;
	text-align: center;
}

 ul.tabs li{
	display: inline;
	padding: 8px 15px;
	background: #f0f0f0;
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 10px;
	border-radius: 6px;
}

 ul.tabs li.active,
 ul.tabs li:hover{
	background: #cc192a;
	color: white;	
}

 .widget_tin-tuc-widget{
	float: left;
	width: 100%;
	height: auto;
	background: #f4f4f4;
	padding-bottom: 20px;
}

 .widget_tin-tuc-widget .tintuc{
	float: left;
	width: 46%;
	margin-right: 2%;
	height: auto;
	margin-bottom: 10px;
}

 .widget_tin-tuc-widget .tintuc p{
	font-size: 13px;
}

.news{
	/* float: left; */
	/* width: 46%; */
	/* margin-right: 2%; */
	/* height: auto; */
	/* margin-bottom: 15px; */
}

 .widget_tin-tuc-widget .tintuc a img,
.news a img{
	float: left;
	width: 200px;
	height: 135px;
	margin: 0px 10px 20px 0px;
}

 .widget_tin-tuc-widget .tintuc h3 a,
.news h2 a{
	font-size: 16px;
	color: #215a81;
	font-weight: bold;
}

 .widget_tin-tuc-widget .tintuc a.more-link,
.news a.more-link{
	color: #cc192a;
	font-size: 14px;
}

.news p {
    margin: 0 0 0 0;
}

.pk{
    /* width: 310px; */
    /* float: left; */
    /* margin-right: 15px; */
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 199px;
    object-fit: cover;
    box-shadow: 0px 1px 7px 2px #ddd;
}

.pk img{
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0;
    object-fit: cover;
}

.pk h3.title a{
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}  

.pk .detail{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 3px 2px #ddd;
}


.pk .title a{
	color: white;
    transform: translateY(-100px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    opacity: 0
}

.pk:hover .detail{
    background: #215a81a6;
}

.pk:hover .title a{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    text-decoration: none;
}

 .widget_slogan-widget{
	float: left;
	width: 100%;
	height: 300px;
	background: url(/wp-content/uploads/2021/05/feldback.png) no-repeat top center;
	margin-top: 20px;
	text-align: center;
}

.default.zt_parallax_wrap{
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(255, 255, 255);
	background: url(/wp-content/uploads/2021/05/feldback.png) 0% 0 repeat fixed;
	height: 300px;
}

 .default.zt_parallax_wrap .wrap{
    background: url(blockquote.png) no-repeat top 40px center;
    padding-top: 20px;
	text-align: center;
}

 .default.zt_parallax_wrap .wrap #slogan{
	margin-top: 80px;
    padding-bottom: 30px;
}

 .default.zt_parallax_wrap .wrap #slogan p{
	color: white;
	font-size: 17px;
	padding: 0 90px;
}

 .default.zt_parallax_wrap .wrap #slogan h3{
	font-size: 17px;
	font-weight: bold;
	color: white;
	opacity: 1;
	margin-bottom: 5px;
	margin-top: 20px;
}

 .default.zt_parallax_wrap .wrap #slogan h4{
	font-size: 17px;
	color: white;
	opacity: 0.8;
	font-weight: normal;
}

#content-before-footer{
	float: left;
	width: 100%;
	background: url(/wp-content/uploads/2023/07/backtren.png) no-repeat top center;
	background-size: cover;
	height: 330px;
	text-align: center;
	box-shadow: 0px 0px 2px 2px #ddd;
}

.top-content-before-foot{
	margin-top: 60px;
	float: left;
	margin-left: 1%;
	width: 45%;
	text-align: left;
}
.top-content-before-foot .img img
{
	width: auto;
}
.right-content-foot {
    float: right;
    margin-right: 0;
    width: 53%;
    margin-top: 55px;
    text-align: right;
}

.flip3D{
	width:130px;
	height:130px;
	margin: 40px 0px 0px 20px;
	float: right;
	border-radius: 15px;
}

.flip3D img{
	border-radius: 18px;
}

.flip3D > .front img{
	width: 100%;
	height: 100%;
}

.flip3D > .front{
    position:absolute;
    -webkit-transform: perspective( 600px ) rotateY( 0deg );
    transform: perspective( 600px ) rotateY( 0deg );
    width:130px;
    height:130px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: visible;
    transition: -webkit-transform .5s linear 0s;
    transition: transform .5s linear 0s;
}
 
.flip3D > .back{
    position:absolute;
    -webkit-transform: perspective( 600px ) rotateY( 180deg );
    transform: perspective( 600px ) rotateY( 180deg );
    width:130px;
    height:130px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear 0s;
    transition: transform .5s linear 0s;
}
 
.flip3D:hover > .front{
    -webkit-transform: perspective( 600px ) rotateY( -180deg );
    transform: perspective( 600px ) rotateY( -180deg );
}
 
.flip3D:hover > .back{
    -webkit-transform: perspective( 600px ) rotateY( 0deg );
    transform: perspective( 600px ) rotateY( 0deg );
}

.category h1.archive-heading,
.search h1.archive-heading,
.tag h1.archive-heading{
    text-align: center;
	margin-bottom: 20px;
}

.category h1.archive-heading a,
.search h1.archive-heading a,
.tag h1.archive-heading a,
.single h1.entry-title,
.page h1.entry-title{
    text-transform: uppercase;
    color: #323232;
    font-size: 26px;
	text-align: center;
	font-weight: normal;
	font-family: "Lato-Bold";
}

.single h1.entry-title,
.page h1.entry-title{
	margin-bottom: 20px;
}

.des-cat {
    text-align: center;
    margin-bottom: 30px;
}

.des-cat img{
    margin-bottom: 10px;
}

.des-cat p{
	color: #888888;
}

.single .entry-content h2,
.page .entry-content h2{
	color: #d3d13f;
	font-size: 18px;
	font-weight: bold;
}

.single .entry-content h3,
.page .entry-content h3{
	color: #cc192a;
	font-size: 15px;
	font-weight: normal;
	font-family: "Lato-Bold";
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav{
	height: 50px;
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a{
	background-color: #6F6E6E;
    color: white !important;
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a, .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    background-color: #cc192a;
}

#text-6{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.hotline {
    float: right;
    font-size: 16px !important;
    color: #cc192a;
    font-weight: bold;
}

#sidebar .caia_ads_widget a img:hover{
	opacity: 0.7;
}
.div-gioithieu-title, .div-gioithieu-title p {
    margin-bottom: 20px;
    color: #2c2c2c;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 30px;
    position: relative;
    font-family: 'Lato-Bold';
}
.div-gioithieu-title:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    left: 0;
    background: url(/wp-content/uploads/2021/05/line.png) center no-repeat;
}
.sections_about .img 
{
	text-align: right;
}
.sections_about .img img {
    width: auto;
    max-width: 100%;
}
.home-news-index
{
	position: relative;
	height: 270px;
	margin-bottom: 40px;
	overflow: hidden;
}
.home-news-index .wp-post-image {
    background-color: #fff;
    border: unset;
    padding: 0;
    width: 100%;
    height: 236px;
    object-fit: cover;
}
.home-news-index .content
{
	position: absolute;
	bottom: 0;
	width: 80%;
	margin: 0 auto;
	display: block;
	background: #fff;
	left: 0;
	right: 0;
	box-shadow: 0px 3px 6px 0px #ddd;
}
.home-news-index .content .block_abs a
{
	display: flex;
	align-items: center;
}
.home-news-index .content .date
{
	text-align: center;
	display: inline-block;
	background: #215a81;
	color: #fff;
	padding: 5px;
}
.home-news-index .content .date strong
{
	font-size: 20px;
}
.home-news-index .content h3
{
	display: inline;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
    font-family: "Lato-Bold";
    padding-left: 15px;
    padding-right: 15px;

}
.home-news-index .content:hover a h3
{
	color: #b1265c !important;
}
.section_services
{
	padding: 30px 0;
}
.section_services .box_box
{
	/* background: #1fa08c; */
	box-shadow: 0px 1px 4px 0px #000000a6;
	padding: 20px;
	margin-bottom: 20px;
}
.section_services .box_box h3
{
	font-family: "Averta-Semibold";
	font-size: 25px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.cate_parent_top{
	color:#000000;
	font-family: "Averta-bold";
	font-size: 20px;
}
.section_services .box_box ul
{
	list-style: none;
}
.section_services .box_box ul li
{
	display: block;
	margin-bottom: 15px;
}
.section_services .box_box ul li a
{
	background: #fff;
	color: #000;
	font-family: "Averta-Regular";
	font-size: 18px;
	width: 100%;
	padding: 10px 25px;
	display: block;
	border: 1px solid #ececec;
	border-radius: 28px;
	position: relative;
	padding-left: 33px;
}
.section_services .box_box ul li a:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2023/07/dowright.png) no-repeat;
	float: left;
	margin-right: 10px;
	vertical-align: top;
	/* padding-top: 13px; */
	position: absolute;
	top: 13px;
	left: 7px;
}
.sections_buy_box
{
	margin-bottom: 30px;
}
.sections_buy_box .text-white
{
	color: #fff;
}
.div-gioithieu-title.text-white:before {
    background: url(/wp-content/uploads/2021/05/linenew.png) center no-repeat;
}
.sections_buy_box .icon-box
{
	min-height: 410px
}
.sections_buy_box .icon-box-img
{
    z-index: 10;
}
.sections_buy_box .icon-box-text
{
	border-radius: 20px;
	position: absolute;
	top: 40px;
	padding: 70px 30px 15px;
	background: #215a81;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 80%;
}
.sections_buy_box .icon-box-text h3
{
	color: #fff;
	font-family: "Lato-Bold";
	font-size: 20px;
	border-bottom: 1px solid #b1265c;
	padding-bottom: 10px;
	font-weight: normal;
	min-height: 60px;
}
.sections_buy_box .icon-box-text p
{
	color: #fff;
}
.sections_buy_box .icon-box-text a
{
	background: #d9d4d6;
	color: #484848;
	display: inline-block;
	border-radius: 10px;
	padding: 3px 15px;
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (min-width: 1200px){
	.section_services .box_box
	{
		min-height: 522px;
	}
}
/* Mobile
-----------------------------------------------------------------------------*/

@media screen and (max-width: 1280px){
	.right-content-foot {
		float: right;
		margin-right: 1%;
		width: 550px;
		margin-top: 90px;
	}

	.flip3D{ 
		width:120px; 
		height:120px; 
		margin: 40px 0px 0px 12px;
	}

	.flip3D > .front{
		width:120px; 
		height:120px;
	}
	 
	.flip3D > .back{
		width:120px;
		height:120px;
	}
}
.entry-header
{
    position: relative;
}
h1.entry-title.mb.uppercase {
    top: 30%;
    position: absolute;
    color: #fff;
    font-size: 30px;
}
    .wp-post-image {
        background-color: #f5f5f5;
        border: unset;
        padding: 0;
        width: 100%;
        height: 337px;
        object-fit: cover;
    }
    .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content h7, .entry-content h8
    {
        background: #215a81;
        color: #fff !important;
        text-transform: none;
        padding: 10px 10px;
        font-weight: normal !important;
        font-size: 21px !important;
    }
    @media(max-width: 768px)
    {
        .wp-post-image {
            height: 137px;
        }
        h1.entry-title.mb.uppercase {
            font-size: 22px;
        }
        .entry-content iframe
        {
            
            height: auto !important;
        }
    }
@media screen and (max-width: 960px) {
	/* Images
	------------------------------------------------------------ */
	
	img {
		height: auto;
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	#header .widget_nav_menu{
		display: none;
	}
	
	#header .widget_text{
		margin-top: 0;
	}
	
	#header .widget_search{
		display: none;
	}
	
	#header .widget-area{
		width: auto;
	}
	
	#sortable{
		margin-right: 50%;
	}
	
	.wrap {
		width: 100%;
	}
	
	#header .wrap{
		width: 100%;
	}
	
	.banggia{
		width: 31%;
		margin: 0 1%;
	}
	
	.banggia a img{
		width: 100%;
	}
	
	 .widget_dich-vu-widget .dichvu h3 a{
		font-size: 14px;
	}
	
	.pk{
		margin-left: 1%;
		margin-right: 1%;
		width: 31%;
	}

	#inner {
		width: 100%;
	}
	
	.content-sidebar #content, .sidebar-content #content{
		width: 100%;
	}
	
	.sidebar{
		width: 100%;
	}
	
	.flip3D > .front,
	.flip3D > .back{
		width: 25%;
		height: auto;
	}
	
	.flip3D{
		width: 25%;
		margin: 20px 0 0 0;
	}
	
	.flip3D.active {
		margin-left: 0;
	}
	
	.top-content-before-foot {
		margin: 0;
		float: left;
		width: 100%;
		padding: 0 7.5px;
	}
	
	.right-content-foot{
		width: 100%;
		margin: 0;
	}
	
	.code_widget-4{
		display: none;
	}
	
	#content-before-footer{
		height: 400px;
	}
}

@media screen and (max-width: 800px) {
	
}

@media screen and (max-width: 768px) {
	.sections_about .attachment-large
	{
		margin-top: 20px;
	}
	ul.tabs li {
		float: left;
		margin-right: 0;
		padding: 5px 0;
		width: 100%;
		margin-bottom: 5px;
		border-radius: 0;
	}
	.sections_buy_box .icon-box-text {
	    width: 100%;
	}
	.tabbed-content li {
	    width: 50%;
	    padding: 0 5px;
	    margin: 0 0 10px 0;
	}
	.tabbed-content li a {
	    width: 100%;
	    justify-content: center;
	}
	.default.zt_parallax_wrap
	{
		height: auto;
	}
	.default.zt_parallax_wrap .wrap #slogan {
	    padding-left: 7.5px;
	    padding-right: 7.5px;
	}
	#content-before-footer {
	    padding: 0 7.5px;
	}
	.flip3D {
	    width: 50%;
    	height: auto;
    	padding: 0 7.5px;
	}
	.flip3D > .front, .flip3D > .back {
	    width: 100%;
	    position: relative;
	}
	.home-news-index {
	    margin-bottom: 20px;
	}
	#footer #text-5 {
	    width: 100%;
	    text-align: left;
	}
}

@media screen and (max-width: 667px) {
	 .widget_dich-vu-widget .dichvu{
		width: 50%;
	}

	.pk {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.banggia {
		margin: 0 20%;
		width: 60%;
		margin-bottom: 10px;
	}
	
	 .widget_tin-tuc-widget .tintuc {
		float: left;
		height: auto;
		margin-bottom: 10px;
		margin-left: 2%;
		width: 96%;
	}

	#footer .widget_text {
		margin-bottom: 10px;
		width: 96%;
	}

	#footer .widget_text ul {
		float: left;
		width: 100%;
		margin-top: 10px;
	}

	.banggia-alllink a{
		background: #cc192a;
		float: left;
		width: 100%;
		padding: 15px 0;
		font-size: 16px;
	}
	
	 .default.zt_parallax_wrap .wrap #slogan p{
		padding: 0;
	}
	
	#content-before-footer{
		height: auto;
	}
	
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 568px) {
	

}

@media screen and (max-width: 500px) {

	 .widget_gioi-thieu-widget .gioi-thieu-home iframe,
	.single .entry-content iframe{
		width: 100% !important;
	}
	
	.single .entry-content iframe,
	.page .entry-content iframe{{
		width: 100% !important;
		height: auto !important;
	}
	
	.news {
		margin-left: 1%;
		width: 98%;
	}
	
	 .widget_tin-tuc-widget .tintuc a img, .news a img {
		width: 35%;
	}
}

@media screen and (max-width: 400px) {
	.banggia {
		margin: 0 10%;
		width: 80%;
		margin-bottom: 10px;
	}	
	
	 .widget_dich-vu-widget .dichvu {
		width: 100%;
	}
	
	.pk {
		width: 98%;
	}
	
	 .widget_tin-tuc-widget .tintuc a img, .news a img {
		height: 120px;
		width: 35%;
	}
	
	.sortable{
		display: none;
	}
	
}
@media (max-width: 768px)
{
    .entry-content iframe
    {
        height: 250px !important;
    }
}
@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {
	.banggia {
		margin: 0 5%;
		width: 90%;
		margin-bottom: 10px;
	}	
}

@media screen and (max-width: 320px) {

}

#autoAdsMaxLead_widget_button_group {
    left: 5px;
    bottom: 30px;
    position: fixed !important;
    z-index: 99800;
}
