/*
Theme Name: Tin tức 3
Theme URI: 
Author: King
Author URI: 
Description: Chuyên trang tin tức
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: willgroup
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content-inner {
	background: #fff;
}
.row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
.container,
[class*='col-'] {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.container:before,
.container:after {
	content: ' ';
	display: table;
	clear: both;
}
@media (max-width: 767px) {
	.site-content-inner {
		padding: 0.75rem;
	}
	.row {
		margin-left: -0.375rem;
		margin-right: -0.375rem;
	}
	.container,
	[class*='col-'] {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: Arial, sans-serif;
	font-size: 0.975rem;
	font-weight: 400;
	color: #333;
	background: #fff;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #1685D3;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.25;
}
.inline-block {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #999;
}
.form-control::-moz-placeholder {
	color: #999;
}
.form-control:-ms-input-placeholder { 
	color: #999;
}
.form-control:-moz-placeholder { 
	color: #999;
}
label {
	font-weight: 700;
	color: #333;
}
.required {
	color: #f00;
}
.input-group-addon {
	font-size: 0.875rem;
}
.form-control,
.custom-select,
.btn {
	font-size: 0.875rem;
	padding-top: 0.5625rem;
	padding-bottom: 0.4375rem;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
.form-control,
.custom-select {
	border-color: #ccc;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.custom-select {
	padding-left: 0.5rem;
	padding-right: 1.75rem;
}
button {
	cursor: pointer;
}
.btn-primary {
	color: #fff;
	background: #1685D3;
	border-color: #1685D3;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #333;
	border-color: #333;
}
.btn-secondary {
	color: #fff;
	background: #0099FF;
	border-color: #0099FF;
    border-radius: 0;
}
.btn-secondary:hover,
.btn-secondary:focus {
	color: #fff;
	background: #1685D3;
	border-color: #1685D3;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	font-size: 1rem;
	font-weight: 700;
	background: transparent;
	border-bottom: 1px solid #FFDFB2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 0 0.9375rem;
	margin-bottom: 1.25rem;
}
.breadcrumb-item.active,
.breadcrumb-item:last-child a {
	color: #333;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '\f105';
	font-family: FontAwesome;
	color: #333;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-pagination {
	text-align: center;
	border-top: 1px dashed #ccc;
	padding-top: 1.25rem;
	margin-top: 1.25rem;
}
.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.pagination .page-item {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125rem;
}
.pagination .page-link {
	color: #333;
	background: transparent;
	border-color: 0;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	text-align: center;
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
	color: #fff;
	background: #1685D3;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.show .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	border: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 15px 20px 10px;
	border-bottom: 0;
}
.modal-header .close {
	margin-top: 5px;
}
.modal-title {
	float: left;
}
.modal-body {
	padding: 20px 20px;
}
#modal-order .modal-header {
	display: block;
}
#modal-order .modal-content {
	background: rgba(16,127,208,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(16,127,208,1) 0%, rgba(24,43,57,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(16,127,208,1)), color-stop(100%, rgba(24,43,57,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(16,127,208,1) 0%, rgba(24,43,57,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(16,127,208,1) 0%, rgba(24,43,57,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(16,127,208,1) 0%, rgba(24,43,57,1) 100%);
	background: radial-gradient(ellipse at center, rgba(16,127,208,1) 0%, rgba(24,43,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107fd0', endColorstr='#182b39', GradientType=1 );
}
#modal-order .modal-title {
	font-family: 'UTMThuPhapThienAn';
	font-size: 3.375rem;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	color: #FBB730;
	float: none;
}
#modal-order .close {
	font-size: 1.25rem;
	font-weight: 400;
	color: #999;
	opacity: 1;
	border: 0.1875rem solid #999;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 1.375rem;
	height: 1.375rem;
	line-height: 1rem;
	margin: 0;
	text-align: center;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
}
#modal-order .close:hover {
	color: #fff;
	border-color: #fff;
}
#modal-order .text-top {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1.25rem;
}
#modal-order .text-top span {
	color: #FBB730;
}
.form-order .btn {
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	background: #FBB730;
	border-color: #FBB730;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.form-order .btn:hover {
	color: #fff;
	background: #1685D3;
	border-color: #1685D3;
}
.form-order .form-group {
	margin-bottom: 1.25rem;
}
#modal-order .text-bottom {
	font-size: 1rem;
	color: #FBB730;
	text-align: center;
	margin-bottom: 0.625rem;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header.scroll {
    -webkit-box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.top-bar {
    background: beige;
    color: #1685D3;
    padding: 10px 0;
}
.top-bar .address-topbar {
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}
/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/
.site-branding {
	background: #fff;
    padding: 10px 0;
}
.site-logo {
	font-family: 'Roboto';
	font-size: 0;
	font-weight: 700;
	color: #000;
	float: left;
	margin: 0;
    max-width: 40%;
}
.site-logo img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.75rem;
}
.col-content-head {
    margin-top: 30px;
}
.social-icon > i {
    display: inline;
}
.social-icon > i.icon-1 {
    color: red;
}
.social-icon > i.icon-2 {
    color: #0099FF;
}
.social-icon > i.icon-3 {
    color: green;
}
.social-icon .title-1 {
	display: inline-block;
    margin-left: 10px;
}
.social-icon .title-1 span {
    display: block;
    color: #0099FF;
}
.social-icon .title-1 span.strong {
    font-weight: bold;
    font-size: 16px;
}
.social-icon .title-1 span.strong a {
    color: #1685D3;
}
@media (max-width: 767px) {
	.site-logo {
		float: none;
		text-align: center;
	}
	.site-logo img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.625rem;
	}
	.site-hotline {
		margin-top: 1.25rem;
	}
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav {
	background: #1685D3;
}
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu > li {
	position: relative;
	float: left;
	padding: 0.875rem 1.5rem;
}
.site-nav .menu > li + li:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 1rem;
	left: 0;
	margin: auto;
	width: 1px;
	height: 1.25rem;
	background: #fff;
}
.site-nav .menu > li > a {
	font-size: 0.875rem;
	color: #fff;
    text-transform: uppercase;
}
.site-nav .menu > li:hover > a, 
.site-nav .menu > li:focus > a,
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
	color: #ffdfb2;
}
.site-nav .menu > li > a > i {
	margin-right: 0.5rem;
}
.site-nav .sub-menu {
	position: absolute;
	z-index: 10;
	top: 100%; left: 0;
	min-width: 12rem;
	padding: 0.625rem 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
.site-nav li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.site-nav .sub-menu > li > a {
	display: block;
	padding: 0.1875rem 1.25rem;
}
.site-nav .sub-menu > li > a:hover {
	color: #1685D3;
}
@media (max-width: 1199px) {
	.site-nav .menu > li {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (max-width: 991px) {
    .site-logo {
        max-width: 20%;
        margin: 0 auto;
        float: none;
    }
    .title.social-icon {
        text-align: center;
    }
	.site-nav-toggler {
		font-size: 1.5rem;
		color: #fff;
		background: transparent;
		border: 0;
		cursor: pointer;
		padding: 0.625rem 1.875rem;
	}
	.site-nav-toggler .icon {
		vertical-align: middle;
		margin-right: 0.3125rem;
	}
	.site-nav-toggler .text {
		font-size: 0.9375rem;
		font-weight: 400;
	}
	.site-nav-toggler .text {
		margin-left: 0.5rem;
		font-weight: 700;
	}
	.site-nav .menu {
		padding: 0.625rem 0;
	}
	.site-nav .menu > li {
		float: none;
		padding: 0.5rem 1.875rem;
	}
	.site-nav .menu > li + li:before {
		display: none;
	}
	.site-nav .sub-menu {
		position: relative;
		visibility: visible;
		opacity: 1;
	}
    .head-module .nav-module {
        float: none;
        position: relative;
    }
    .module-mobile-nav {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        z-index: 10;
        width: 250px;
        box-shadow: 0px 0px 3px #888;
    }
    .nav-module .module-mobile-nav ul li {
        float: none;
    }
}
/*--------------------------------------------------------------
# Site slider
--------------------------------------------------------------*/
.site-slider {
	margin-bottom: 1.25rem;
}
.site-slider .item a {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	display: block;
	padding-top: 37%;
}
.site-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.3125rem;
	width: 100%;
}
.site-slider .slick-dots li {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	margin: 0.25rem;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.site-slider .slick-dots li:hover,
.site-slider .slick-dots li.slick-active {
	background: #1685D3;
}
.site-slider .slick-dots li button {
	display: none;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-item {
    background: rgba(0,0,0,0.3);
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 60%;
    width: 100%;
    border: solid;
        border-top-color: currentcolor;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-width: medium;
    border-color: #ccc #aaa #aaa #ccc;
    border-width: 1px 2px 2px 1px;
    margin-bottom: 20px;
}
.service-item a img {
    height: auto;
    width: 100%;
    min-width: 100%;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}
.service-item a .view-caption {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background: rgba(22,133,211,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px;
    height: 45px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.service-item:hover a img {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*--------------------------------------------------------------
# module + widget
--------------------------------------------------------------*/
.module,
.widget {
	margin-bottom: 1.25rem;
}
.module .module-title,
.widget-title {
    font-size: 1.125rem;
    font-weight: 500;
}
.module .module-title a,
.widget-title a {
	color: inherit;
}
.widget .widget-title {
    font-size: 16px;
    margin-bottom: 20px;
    border-left: 3px solid #1685D3;
    text-transform: uppercase;
    line-height: 16px;
    padding-left: 8px;
    font-weight: bold;
}
.widget_text {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.head-module {
    color: #1685D3;
    padding: 0 0 0 10px;
    margin-bottom: 0;
    background: beige;
    border-color: #e7e7e7;
    border-left: 4px solid #1685D3;
    line-height: 50px;
}
.head-module::before,
.head-module::after {
    display: table;
    content: '';
    clear: both;
}
.head-module .module-title {
    float: left;
    line-height: 50px;
    margin-bottom: 0;
    margin-left: 10px;
}
.head-module .nav-module {
    float: right;
}
.nav-module ul {
    margin: 0;
    padding : 0;
}
.nav-module ul li {
    list-style: none;
    float: left;
}
.nav-module ul li a {
    display: block;
    padding: 0 10px;
    color: #777;
}
.nav-module ul li a:hover {
    background: #1685D3;
    color: #fff;
}
.module .module-content {
    padding: 1rem 0;
}
#secondary .widget_nav_menu {
    background: #ffdfb2;
    padding: 25px;
}
#secondary .widget_nav_menu ul {
    padding: 0;
    margin: 0;
}
#secondary .widget_nav_menu ul li {
    list-style: none;
}
#secondary .widget_nav_menu ul li a {
    display: block;
    background: #31b0d5;
    color: #fff;
    margin: 12px 0px;
    padding: 7px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 18px;
}
#secondary .widget_nav_menu ul li a:hover {
    background: #1685D3;
}
/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news {
	margin-bottom: 0.9375rem;
}
.news .image {
	border: 1px solid #e5e5e5;
	display: block;
	padding: 0.125rem;
}
.news .image img {
	width: 100%;
}
.news .name {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}
.news .name a {
	color: #1685D3;
}
.news .name a:hover {
	color: #0099FF;
}
.float-news + .float-news,
.news + .float-news {
	border-top: 1px dashed #ccc;
	padding-top: 0.625rem;
	margin-top: 0.625rem;
}
.float-news:before,
.float-news:after {
	content: ' ';
	display: table;
	clear: both;
}
.float-news .image {
	border: 1px solid #e5e5e5;
	float: left;
	padding: 1px;
	margin-right: 0.625rem;
}
.float-news .name {
	font-size: 0.975rem;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 0;
}
.float-news .name a {
    color: #1685D3;
}
.float-news .time {
	font-size: 0.75rem;
	font-style: italic;
	color: #888;
	display: block;
	overflow: hidden;
	margin-top: 0.375rem;
}
.float-news .time .icon {
	font-size: 0.8125rem;
	margin-right: 0.3125rem;
}
.float-news .excerpt {
	margin-top: 0.25rem;
	margin-bottom: 0;
    font-size: 0.875rem;
}
.float-news .name a:hover {
    color: #0099FF;
}
.aside-news .image {
	width: 40%;
	max-width: 5.5rem;
}
.aside-news .name {
    font-size: 0.9125rem;
    font-weight: 500;
}

.archive-large-news {
	margin-bottom: 1.25rem;
}
.archive-large-news .name {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.9375rem;
}
.archive-large-news .name a {
	color: #1685D3;
}
.archive-large-news .name a:hover {
	text-decoration: underline;
}
.archive-large-news .image {
	width: 50%;
	max-width: none;
	margin-right: 0.9375rem;
}
.archive-news,
.archive-news + .archive-news {
	border-top: 1px dashed #ccc;
	padding-top: 0.9375rem;
	margin-top: 0.9375rem;
}
.archive-news .image {
	width: 30%;
	max-width: 13rem;
}
.archive-news .name {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}
.archive-news .name a {
	color: #1685D3;
}
.archive-news .name a:hover {
	text-decoration: underline;
}

@media (max-width: 543px) {
	.archive-news .image {
		width: 30%;
		max-width: 5.3125rem;
	}
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-title {
	font-size: 1.5rem; 
	font-weight: 700;
	color: #1685D3;
	margin-bottom: 0.9375rem;
}
.entry-excerpt {
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 0.9375rem;
}
.entry-content {
	font-size: 0.9375rem;
	text-align: justify;
	margin-bottom: 1.25rem;
}
.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #337ab7;
}
.entry-content a:hover {
	color: #777;
}
.entry-content p {
	margin: 0 0 1em;
	padding: 0;
	text-rendering: geometricprecision;
}
.entry-content strong {
	font-weight: 700;
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 1.5rem 2.5rem;
	padding: 0;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content blockquote,
.entry-content blockquote::before {
}
.entry-content blockquote {
}
.entry-content blockquote::before {
}
.entry-content cite {
	font-style: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 2rem;
	width: 100%;
}
.entry-content tbody {
	border-bottom: 1px solid #ddd;
}
.entry-content th,
.entry-content td {
	text-align: left;
}
.entry-content th {
	font-weight: bold;
	text-transform: uppercase;
}
.entry-content td {
	border-top: 1px solid #ddd;
	padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
	display: block;
	margin: 0 auto 1em;
}
.entry-content img.alignnone {
	margin-bottom: 1em;
}
.entry-content .alignleft {
	float: left;
	text-align: left;
}
.entry-content .alignright {
	float: right;
	text-align: right;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 0 1em 1em 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 0 0 1em 1em;
}
.entry-content .wp-caption {
	max-width: 100%;
}
.entry-content .wp-caption img {
	width: 100%;
}
.entry-content .wp-caption-text {
	margin-top: 0.5rem;
	font-weight: 400;
	font-style: italic;
	text-align: center;
}

.entry-get-phone {
	border: 1px solid #1685D3;
	padding: 0.625rem 0.9375rem 0;
}
.entry-get-phone .logo {
	height: 7rem;
	margin-bottom: 0.625rem;
}
.form-get-phone label {
	margin-top: 1.25rem;
}
.form-get-phone .btn {
	padding-left: 0;
	padding-right: 0;
}

.entry-tags {
	margin-bottom: 1.25rem;
}
.entry-tags .title {
	font-size: 0.9375rem;
	font-weight: 700;
	font-size: 0.9375rem;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.5rem;
	margin-bottom: 0.625rem;
}
.entry-tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.entry-tags li {
	float: left;
	margin-right: 0.375rem;
	margin-bottom: 0.375rem;
}
.entry-tags li a {
	font-size: 0.8125rem;
	color: #fff;
	background: #1685D3;
	display: block;
	padding: 0.1875rem 0.5rem;
}
.entry-tags li a:hover {
	color: #fff;
	background: #333;
}

.entry-share {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.entry-share li {
	float: left;
	padding: 0;
	margin-right: 1.25rem;
	margin-bottom: 0.625rem;
}
.entry-share li:first-child {
	margin-top: -2px;
}

.entry-comments {	
	margin-bottom: 1.25rem;
}
.entry-comments .title {
	font-size: 0.9375rem;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.5rem;
	margin-bottom: 0.625rem;
}
.comments {
	list-style: none;
	padding: 0;
	margin-bottom: 1.25rem;
}
.child-comments {
	padding-left: 3.125rem;
	margin-bottom: 0;
}
.comment {
	font-size: 0.875rem;
	margin-bottom: 0.9375rem;
}
.comment .avatar {
	float: left;
	margin-right: 0.625rem;
}
.comment .info {
	overflow: hidden;
}
.comment .name {
	font-weight: 700;
	color: #365899;
	float: left;
}
.comment .reply {
	font-size: 0.75rem;
	color: #1685D3;
	float: right;
}
.comment .reply .icon {
	margin-right: 0.25rem;
}
.comment .content {
	clear: both;
	margin-top: 0.3125rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.form-get-phone label {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
# module related news
--------------------------------------------------------------*/
.module-related-news {
	margin-bottom: 1.25rem;
}
.module-related-news .module-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #1685D3;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
	margin-bottom: 0.625rem;
}
.module-related-news ul {
	padding-left: 0.9375rem;
	margin: 0;
}
.module-related-news ul li {
	color: #1685D3;
}
.module-related-news ul li + li {
	border-top: 1px dashed #ccc;
	padding-top: 0.375rem;
	margin-top: 0.375rem;
}
/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery-tabs {
    justify-content: center;
    margin-bottom: 1.25rem;
}
.gallery-tabs li {
    display: inline-block;
    margin: 0 0.3125rem 0.625rem;
}
.gallery-tabs .btn-outline-primary.active {
    color: #fff;
    background: #1685D3;
    border-color: #C5A154;
}
.gallery-tabs .btn-outline-primary:hover {
    color: #FFF;
    background-color: #1685D3;
    border-color: #1685D3;
    box-shadow: none;
    
}
.gallery-tabs .btn-outline-primary.active:focus {
    box-shadow: none !important;
}
.gallery {
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1), 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.gallery .desc {
    font-size: 0.8125rem;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    padding: 0.3125rem 0.625rem;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery .play, .fancybox-thumbs .play {
    font-size: 2.125rem;
    color: #FFF;
    border: 0.1875rem solid #FFF;
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.5rem;
    padding-left: 0.25rem;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease 0s;
}
.gallery:hover {
    box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.2), 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}
.gallery:hover .play, .fancybox-thumbs li:hover .play {
    color: #C5A154;
    border-color: #C5A154;
}
.gallery img {
    max-height: 240px;
    overflow: hidden;
    display: block;
}
/*--------------------------------------------------------------
# question and answer
--------------------------------------------------------------*/
.form-qa {
	background: #EEF3F9;
	border: 1px solid #1685D3;
	margin-bottom: 1.875rem;
}
.form-qa .title {
	font-size: 1rem;
	font-weight: 700;
	border-bottom: 1px solid #1685D3;
	padding: 0.5rem 0.9375rem;
	margin-bottom: 0;
}
.form-qa .content {
	padding: 0.9375rem 0.9375rem 0;
}
.form-qa .form-control {
	border-color: #1685D3;
}
.module-qa {
	margin-bottom: 2.5rem;
}
.module-qa .module-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #1685D3;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 0;
}
.module-qa .nav-pagination {
	border-top: 0;
	padding-top: 0;
}
.qa {
	border: 1px solid #e5e5e5;
	padding: 0.9375rem 0.9375rem;
	margin-top: -1px;
}
.qa:nth-of-type(2n + 2) {
	background: #f5f5f5;
}
.qa .title {
	font-weight: 700;
	color: #1685D3;
	margin-bottom: 0.5rem;
}
.qa .name {
	margin-bottom: 0.5rem;
}
.qa .answer {
	margin-top: 0.625rem;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.client-option {
    margin-bottom: 15px;
}
.client-option .item a {
    max-width: 50%;
    display: block;
    margin: 0 auto;
}
.site-footer .site-content-inner {
	padding-top: 0;
}
.ft-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.btn-facebook {
    background-color: #3b5998;
}
.btn-facebook:hover {
    background-color: #30487b;
}
.btn-twitter {
    background-color: #55acee;
}
.btn-twitter:hover {
    background-color: #309aea;
}
.btn-google-plus {
    background-color: #dd4b39;
    margin-right: 1px;
}
.btn-google-plus:hover {
    background-color: #ca3523;
}
.btn-adn {
    background-color: #ff3333;
}
.btn-adn:hover {
    background-color: #d05d48;
}
.footer-line a {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 35px;
    display: inline-block;
}
.footer-line a i {
    font-size: 20px;
}
.footer-main {
	background: #31b0d5;
	position: relative;
}
.footer-info {
	margin-top: 0.375rem;
	margin-bottom: 0.9375rem;
    color: #fff;
}
.footer-info a {
    color: #fff;
}
.footer-desc {
	padding-left: 0.625rem;
}
.footer-copyright {
	font-style: italic;
	color: #fff;
	background: #1685D3;
	text-align: center;
	padding: 0.5rem 0;
}
.footer-copyright a {
	color: inherit;
}
.footer-copyright a:hover {
	text-decoration: underline;
}
@media (max-width: 991px) {
	.footer-main:before {
		display: none;
	}
	.footer-desc {
		border-top: 1px solid #1685D3;
		padding-top: 0.9375rem;
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
.scroll-top {
	display: block;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 2.75rem;
	height: 2.75rem;
	line-height: 1;
	text-align: center;
	font-size: 2.25rem;
	color: #fff;
	background: #464646;
	border: 0.1875rem solid #464646;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.scroll-top:focus {
	color: #fff;
}
.scroll-top:hover {
	color: #fff;
	background: #333;
}