/*
Theme Name: SeoViet
Theme URI: seoviet.vn
Author: seoviet
Author URI: seoviet.vn
Description: 
Version: 4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: seoviet

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

## Sidebar - Widgets

# Content

	## Posts and pages

	## Comments

# Media

	## Captions

	## Galleries

## Layout construct

## Shortcode

## Footer

## Menu Mobile

## Custom css

## Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&subset=vietnamese'); */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&subset=vietnamese');

html{font-size:62.5%;}

body {font-family: 'Montserrat', Arial, sans-serif;font-size: 14px;}

a {color: #116280;}

a:hover, a:active, a:focus, a:visited {text-decoration: none}

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

@font-face {

	font-family: UTMGOD;

	src:url("lib/fonts/UTMGod.ttf");

}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.site-title, .site-description {font-size: 0;margin: 0}

.site-header .header-content {position: relative}

/* Header style 1 */

.site-header.logo-left .header-content {

	display: table;

	width: 100%;

	background: url(lib/images/bg-menu.png) right center no-repeat;

}

.site-header.logo-left .header-content .logo img {

	margin: 10px 0;

}

@media (min-width: 768px) {

	.site-header.logo-left .header-content .logo, 

	.site-header.logo-left .header-content .main-navigation {

		display: table-cell;

		vertical-align: middle;

	}

}

.site-header.logo-left .header-content .logo img {

	margin: 12px 0;

	max-height: 92px;

}

/* Header style 2 */

.site-header.logo-center > .container {

	max-width: 100%;

	padding-left: 0;

	padding-right: 0;

}

.site-header.logo-center .logo {

	text-align: center;

}



/*--------------------------------------------------------------

# Main Navigation

--------------------------------------------------------------*/

.main-navigation {

	background: #116280;

}

.site-header.logo-left .main-navigation {

	background: none;

}

.site-header.logo-left .main-navigation ul.menu {

	float: right;

}

.main-navigation ul {

	padding: 0;

	margin: 0;

}

.main-navigation ul.menu li {

	position: relative;

	display: block;

}

.main-navigation ul.menu > li {

	float: left;

	margin-right: 40px;

}

.main-navigation ul.menu > li:last-child {

	margin-right: 0;

}

.main-navigation ul.menu > li.icon-search {

	margin-right: 6px;

}

.main-navigation ul.menu li a {

	font-size: 14px;

	color: #333333;

	display: block;

	white-space: nowrap;

	padding: 8px 20px 8px 8px;

	font-weight: normal;

	line-height: 84px;

}

.main-navigation ul.menu > li > a {

	font-size: 16px;

	font-weight: 600;

	padding: 0;

	line-height: 40px;

	color: #FFF;

	text-transform: uppercase;

}

.site-header.logo-left .main-navigation ul.menu > li > a {

	color: #FFF;

}

.main-navigation ul.menu > li.menu-item-has-children > a:after {

    content: "\f0d7";

    font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    margin-left: 5px;

}

.main-navigation ul.menu > li > a:hover,

.main-navigation ul.menu > li.current-menu-item > a,

.site-header.logo-left .main-navigation ul.menu > li > a:hover,

.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a {

	/* color: #FF0; */

}

/* Submenu 1 */

.main-navigation ul ul {

    background-color: #fff;

    border-top: 5px solid #116280;

	min-width: 210px;

	padding: 5px;

	left: 0;

    position: absolute;

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);

    opacity: 0;

    visibility: hidden;

    z-index: 99999;

    -webkit-transition: transform 0.2s ease-out;

    -moz-transition: transform 0.2s ease-out;

    transition: transform 0.2s ease-out;

    -webkit-transform: translate3d(0, -5px, 0);

    -moz-transform: translate3d(0, -5px, 0);

    -ms-transform: translate3d(0, -5px, 0);

    -o-transform: translate3d(0, -5px, 0);

    transform: translate3d(0, -5px, 0);

}

.main-navigation ul li:hover > ul {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.main-navigation ul.menu ul li a:hover,

.main-navigation ul.menu ul li.current-menu-item a,

.site-header.logo-left .main-navigation ul.menu ul li a:hover,

.site-header.logo-left .main-navigation ul.menu ul li.current-menu-item a {

	background: #0d0d0d;

	color: #FFF;

}

.main-navigation ul ul li a {

	border-bottom: 1px solid #f2f2f2;

}

.main-navigation ul ul li:last-child a {

	border-bottom: none;

}

.main-navigation ul ul li.menu-item-has-children > a:before {

    content: "\f0da";

    float: right;

    margin-right: -14px;

	font-family: Font Awesome\ 5 Free;

    font-weight: 900;

    line-height: 22px;

}

/* Submenu 2 */

.main-navigation ul ul ul {

    position: absolute;

    left: 80%;

    top: -10px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: transform 0.2s ease-out;

    -moz-transition: transform 0.2s ease-out;

    transition: transform 0.2s ease-out;

}

.main-navigation ul ul ul li {

    width: 100%;

    opacity: 1;

}

.main-navigation ul ul li:hover > ul {

	opacity: 1;

    left: 100%;

    visibility: visible;

}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

.heading {

	margin: 0 0 15px 0;

	padding: 0;

	font-size: 15px;

	color: #116280;

	font-weight: normal;

	line-height: 40px;

	text-transform: uppercase;

    border-bottom: 3px solid #f2f2f2; 

}

.heading a {

	position: relative;

	display: inline-block;

	color: #116280;

}

.heading a:after {

    content: '';

    display: inline-block;

    position: absolute;

    bottom: -3px;

    left: 0;

    width: 100%;

    height: 3px;

    background: #116280;

}

.page-title, h1.entry-title {

	font-size: 22px;

	font-weight: normal;

	color: #116280;

	margin: 5px 0 15px 0;

}

.page-title-bar {

    padding: 20px 0 10px 0;

    margin-bottom: 20px;

}

.page-title-bar .title {

    font-size: 24px;

    line-height: 1.4;

    margin-top: 0;

}

.breadcrumb {

	padding: 5px 0;

	margin-bottom: 10px;

	background: none;

	color: #333333;

}

#back-top {margin: 0}

#back-top a {display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s}

#back-top span {border-radius: 5px;display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 60px;right: 30px;z-index: 9;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;text-indent: 100%;white-space: nowrap;background: #116280 url(lib/images/top.png) no-repeat center 50%;opacity: .5;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s}

#back-top span:hover {opacity: 1}

iframe[name='google_conversion_frame'] {height: 0 !important;width: 0 !important;line-height: 0 !important;font-size: 0 !important;margin-top: -13px;float: left}

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px}

.col-xs-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}

@media (min-width: 768px) { .col-sm-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}

@media (min-width: 992px) {.col-md-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}

@media (min-width: 1200px) {.col-lg-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}

.wpcf7 label {font-weight: 600;display: block}

.wpcf7 div.wpcf7-validation-errors {margin: 2em 0 1em}

.wpcf7 .span.wpcf7-not-valid-tip {margin: 5px 0}

.page_nav {

	text-align: center;

	margin-bottom: 20px;

}

.page_nav * {

	display: inline-block;

	padding: 3px 10px;

	background: #FFF;

	border: 1px solid #116280;

	margin: 0;

}

.page_nav .current, .page_nav .page-numbers:hover {

	background: #116280;

	color: #FFF;

}

.screen-reader-text {display: none}

.btn {

	font-size: 14px;

	background: #116280;

	color: #FFF;

}

.btn.focus, .btn:focus, .btn:hover {

	color: #FFF;

	opacity: .9;

}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {

	background: #116280;

	border: none;

}

.form-control {

	height: 34px;

	font-size: 14px;

}

textarea.form-control {

	height: 160px;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {display: inline;float: left;margin-right: 1.5em}

.alignright {display: inline;float: right;margin-left: 1.5em}

.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.content-sidebar-wrap:before,.content-sidebar-wrap:after {clear: both;display: table;content: " "}

.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {content: "";display: table;table-layout: fixed}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both}



/*--------------------------------------------------------------

# Sidebar - Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 1.5em;

}

.widget select {

	max-width: 100%;

}

.sidebar .widget {

	margin: 0 0 20px 0;

}

.sidebar .widget-title {

	font-size: 15px;

	color: #FFF;

	font-weight: normal;

	text-transform: uppercase;

	text-align: center;

	background: #116280;

	line-height: 40px;

	height: 40px;

	margin: 0;

}

.sidebar .widget_nav_menu > div, .widget_supports .list-supporter, 

.sidebar .content-feature-page, .sidebar .slider-products,

.sidebar .list-post-item {

	border: 1px solid #cccccc;

	border-top: none;

}

.sidebar .list-post-item, .sidebar .content-feature-page {

	padding: 10px;

}

.sidebar ul {

	margin: 0;

	padding: 0;

}

.sidebar ul li {

	display: block;

}

/* Widget Search */

.search-form label {

	width: calc( 100% - 22px );

	float: left;

	margin-bottom: 0;

}

.search-form input[type=search] {

	width: 100%;

	border: none;

	background: none;

	outline-width: 0;

	color: #FFF;

	font-weight: normal;

}

.search-form input[type=submit] {

	float: right;

	background: url(lib/images/btsearch.png) center center no-repeat;

	/* text-indent: -9999px; */

	border: none;

	width: 22px;

	height: 22px;

	outline-width: 0;

}

.search-form input[type=search]::-webkit-input-placeholder,.search-form input[type=search]::-moz-placeholder,.search-form input[type=search]:-ms-input-placeholder,.search-form input[type=search]:-moz-placeholder {color: #FFF;font-weight: normal;}

.sidebar .search-form {

	padding: 5px 12px;

	background: #176fc8;

	overflow: hidden;

}

.site-header input[type=search] {color: #333333}



/* Widget Custom Menu */

.sidebar .widget_nav_menu ul li {

	position: relative;

	padding: 8px 10px;

}

.sidebar .widget_nav_menu ul li:not(:last-child) {

	border-bottom: 1px solid #cccccc;

}

.sidebar .widget_nav_menu ul li a {

	font-size: 14px;

	font-weight: normal;

	display: block;

	color: #333333;

}

.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {background: #FFF;position: absolute;left: 80%;top: -1px;z-index: 99;opacity: 1;visibility: hidden;width: 200px;border: 1px solid #cccccc;-moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear}

.sidebar .widget_nav_menu .menu-item-has-children:hover > .sub-menu {left: 100%;opacity: 1;visibility: visible}

/* Widget Recent Posts */

.sidebar .widget_recent_entries ul li {

	padding: 5px 10px;

	border-bottom: 1px solid #cccccc

}

.sidebar .widget_recent_entries ul li:last-child {

	border-bottom: none;

}

.sidebar .widget_recent_entries .post-date {

	display: block;

}

/* Widget Recent Posts */

.widget .list-post-item li {

	margin-bottom: 10px;

}

.widget .list-post-item li:last-child {

	margin-bottom: 0;

}

.widget .list-post-item .post:after {

	clear: both;

}

.widget .list-post-item .alignleft {

	width: 100px;

	margin-right: 10px;

}

.widget .list-post-item .alignright {

	width: 100px;

	margin-left: 10px;

}

.widget .list-post-item .aligncenter {

	text-align: center;

}

.widget .list-post-item h3 {

	margin: 0 0 5px 0;

	font-size: 14px;

	font-weight: 600;

	line-height: 1.4;

	max-height: 40px;

	overflow: hidden;

}

.widget .list-post-item h3 a {

	color: inherit;

}

/* Widget Support */

@media (min-width: 1200px) {

	.widget_supports .list-supporter {

		padding-top: 200px;

		background-image: url(lib/images/bg-support.png);

		background-repeat: no-repeat;

		background-position: top center;

		background-size: contain;

	}

	.widget_supports .support-style-3 {

		padding-top: 0;

		background: none;

	}

}

.widget_supports .support-style-1 {

	background-color: #116280;

}

.widget_supports .support-style-1 .supporter {

	padding: 0 10px 10px 10px;

}

.widget_supports .support-style-1 li {

	padding: 5px 0;

	font-size: 14px;

	color: #FFF;

	border-top: 1px solid #FFF;

}

.widget_supports .support-style-1 li:first-child {

	border-top: none;

}

.widget_supports .support-style-1 li:last-child {

	border-bottom: none;

}

.widget_supports .support-style-1 .fa {

	width: 22px;

	margin-right: 12px;

}

.widget_supports .support-style-2 .supporter {

	margin: 0 8px;

	padding: 5px 8px 5px 50px;

	border-top: 1px solid #dddddd;

	background: url(lib/images/ic-phone.png) 7px 10px no-repeat;

	position: relative;

}

.widget_supports .support-style-2 .supporter:first-child {

	border-top: none;

}

.widget_supports .support-style-2 .name {

	font-size: 13px;

	font-weight: 600;

}

.widget_supports .support-style-2 .phone {

	font-size: 20px;

	color: #048f18;

	font-family: 'Myriad Pro', Arial, sans-serif;

	font-weight: 600;

}

.widget_supports .support-style-2 .skype {

	position: absolute;

	right: 7px;

	bottom: 10px;

	z-index: 1;

}

.widget_supports .support-style-2 .email {

	margin: 0 8px;

	font-weight: 600;

	border-top: 1px solid #dddddd;

	line-height: 30px;

}

.widget_supports .support-style-2 .email a {

	color: #333333;

}

.widget_supports .support-style-3 {

	padding: 5px 0;

}

.widget_supports .support-style-3 ul {

	padding: 10px 15px;

	background: url(lib/images/zalo_logo.png) 186px center no-repeat;

}

.widget_supports .support-style-3 ul li {

}

.widget_supports .support-style-3 .name {

	font-size: 16px;

}

.widget_supports .support-style-3 .phone {

	font-size: 22px;

	font-weight: bold;

	color: #ff0000;

}

/* Widget Slider Products */

.sidebar .content-feature-page, .sidebar .slider-products {

	padding: 10px 10px 0 10px;

}

.widget_slider_products li .item-product {

	overflow: hidden;

	margin-bottom: 10px;

	padding-bottom: 10px;

	border-bottom: 1px dashed #cccccc;

}

.widget_slider_products li .item-product:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

.widget_slider_products li .alignleft, .widget_slider_products li .alignright {

	width: 86px;

	height: 86px;

	border-radius: 50%;

	overflow: hidden;

	background: #FFF;

    align-items: center;

}

.widget_slider_products li .alignleft {

	margin-right: 15px;

}

.widget_slider_products li .alignright {

	margin-left: 15px;

}

.widget_slider_products li .item-product img {

	width: auto;

	display: inline-block;

}

.widget_slider_products li .item-product .alignnone img {

	margin: 0 auto 10px;

}

.widget_slider_products li h3 {

	margin: 0 0 5px;

	font-size: 15px;

	line-height: 24px;

	max-height: 48px;

	overflow: hidden;

}

.widget_slider_products li h3 a {

	color: #333333;

}

.widget_slider_products li .price {

	color: #116280;

	margin: 0;

}

.sidebar .widget_listpost_widget ul {

	padding: 20px 10px;

	background: #fafafa;

}

.owl-carousel .owl-nav > div > div {

    background: #f5f5f5;

    padding: 5px 10px;

}

.owl-carousel .owl-nav .fa {font-size: 20px;color: #116280}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {

	position: absolute;

	top: 50%;

	opacity: 0;

    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;

    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;

    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;

}

.owl-carousel .owl-nav .owl-prev {

    -webkit-transform: translateX(20%);

    -ms-transform: translateX(20%);

    transform: translateX(20%);

    left: 2%;

}

.owl-carousel .owl-nav .owl-next {

    -webkit-transform: translateX(-20%);

    -ms-transform: translateX(-20%);

    transform: translateX(-20%);

    right: 2%;

}

.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {

	opacity: 1;

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);

    background: transparent;

}

.owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;margin: 20px 0 0 0}

.owl-dots .owl-dot {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}

.owl-dots .owl-dot {display: inline-block;zoom: 1}

.owl-dots .owl-dot span {background: #cccccc;width: 10px;height: 10px;margin: 5px 7px;display: block;-webkit-backface-visibility: visible;-webkit-transition: opacity 200ms ease;-moz-transition: opacity 200ms ease;-ms-transition: opacity 200ms ease;-o-transition: opacity 200ms ease;transition: opacity 200ms ease;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span:hover {background: #f3c40a}

/* Widget Featured Page */

.widget_featuredpage .entry-title {

	font-size: 15px;

	font-weight: 600;

	line-height: 1.4;

	margin: 0;

}

.widget_featuredpage .entry-title a {

	color: #116280;

}

.widget_featuredpage .alignleft, .widget_featuredpage .alignright {

	width: 30%;

}

.widget_featuredpage .alignleft {

	margin-right: 10px;

}

.widget_featuredpage .alignright {

	margin-left: 10px;

}

.widget_featuredpage .aligncenter {

	margin-bottom: 10px;

}

.widget_featuredpage p {

	font-size: 13px;

	text-align: justify;

}

/* Widget Information */

.widget_information li {

	padding: 3px 0;

}

.widget_information .fa {

	width: 14px;

	margin-right: 5px;

}

/* Widget Social */

.widget_social ul li {display: inline-block;margin-right: 5px;font-size: 20px;}

.widget_social ul li a {

    display: inline-block;

    height: 30px;

    width: 30px;

    color: #333;

    background: #fff;

    line-height: 30px;

    border-radius: 50%;

    transition: transform 300ms;

    font-size: 14px;

    text-align: center;

    border: 1px solid #666666;

}

.widget_social .icon_facebook a {color: #3b5999}

.widget_social .icon_twitter a {color: #55acee}

.widget_social .icon_google a {color: #dd4b39}

.widget_social .icon_youtube a {color: #cd201f}

.widget_social .icon_linkedin a {color: #0077B5}

.widget_social .icon_pinterest a {color: #bd081c}

.widget_social .icon_instagram a {color: #e4405f}

.widget_social ul li a:hover {transform: translatey(-5px)}

/* Count Per Day */

.sidebar .cpd {

	padding: 5px 10px;

}

.sidebar .cpd li {

	padding: 5px 0;

	border-bottom: 1px solid #cccccc;

}

.sidebar .cpd li:last-child {

	border-bottom: none;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {display: block}

.hentry {margin: 0 0 1.5em}

.byline, .updated:not(.published) {display: none}

.single .byline, .group-blog .byline {display: inline}

.page-links {clear: both;margin: 0 0 1.5em}

.entry-content {

	line-height: 25px;

}

.single .entry-content table tr td {

    padding: 8px;

    line-height: 1.42857143;

    border: 1px solid #333;

}

.entry-meta {

	font-size: 13px;

	margin-bottom: 10px;

}

.entry-meta span {

	display: inline-block;

	margin-right: 10px;

}

.entry-meta span .fa {

	color: #116280;

}

.socials-share {

    margin-top: 20px;

    padding: 20px 0 15px 0;

    border-top: 1px solid #ebebeb;

    border-bottom: 1px solid #ebebeb;

}

.socials-share .fb_iframe_widget {

    position: relative;

    top: -6px;

}

.post-next-prev {

	border-bottom: 1px solid #ebebeb;

	margin: 20px 0;

}

.post-next-prev-content span {

    display: block;

    font-size: 12px;

    color: #c1c1c1;

    margin-bottom: 7px;

}

.post-next-prev-content a {

    display: block;

    color: #222;

    margin-bottom: 20px;

}

.related-posts .td-related-title {

	font-size: 20px;

}

.related-posts ul {

	padding-left: 0;

    list-style-position: inside;

}

.related-posts ul li {

	margin-bottom: 5px;

}

.related-posts ul li a {

	color: #333333;

}

.sidebar .widget_nav_menu ul li a:hover,.post-next-prev-content a:hover, .related-posts ul li a:hover,.widget_slider_products li h3 a:hover, .widget .list-post-item h3 a:hover, .new-list article .more-link {color: #116280;}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comments-area .comment-list .comment-content a {word-wrap: break-word}

.comment-form label {display: block}

.comment-form textarea,.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {width: 100%;padding: 5px 10px}

.comment-form input, .comment-form textarea {border: 1px solid rgba(51, 51, 51, 0.1);color: rgba(51, 51, 51, 0.7)}

.comment-form input[type="submit"] {background: #116280;color: #FFF;padding: 5px 10px}

.comment-list {list-style: none;margin: 0;padding: 0}

.comment-list article, .comment-list .pingback, .comment-list .trackback {border-top: 1px solid #eaeaea;border-top: 1px solid rgba(51, 51, 51, 0.1);padding: 1.6em 0}

.comment-content {padding: 10px 20px 45px;margin: 25px 0 0;font-size: 15px;border: 1px solid #dfdfdf;border-radius: 3px;line-height: 1.5em !important}

.comment-list li .reply {position: absolute;margin: -45px 0 0 10px;padding: 5px 10px}

.comment-list .children {list-style: none;margin: 0}

.comment-list .children > li {padding-left: 0.8em}

.comment-author {padding: 10px 5px 0}

.comment-list li .avatar {background: #fff;float: left;margin: 0 10px 0 0px;border-radius: 50%;-moz-border-radius: 50%}

.comment-list p, .ping-list p {font-weight: normal;text-transform: none;margin: 10px 5px 10px 0;padding: 0;word-wrap: break-word}

.comment-list li .fn, .comment-list li .cfn {font-size: 16px;display: inline-block;margin: 10px 0 0}

.comment-list li .says {display: none}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {max-width: 100%}

.videoWrapper {

   position: relative;

   padding-bottom: 56.25%; /* 16:9 */

   padding-top: 25px;

   height: 0;

}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed{

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {margin-bottom: 1.5em;max-width: 100%}

.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto}

.wp-caption .wp-caption-text {margin: 0.8075em 0}

.wp-caption-text {text-align: center}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {margin-bottom: 1.5em}

.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%}

.gallery-columns-2 .gallery-item {max-width: 50%}

.gallery-columns-3 .gallery-item {max-width: 33.33%}

.gallery-columns-4 .gallery-item {max-width: 25%}

.gallery-columns-5 .gallery-item {max-width: 20%}

.gallery-columns-6 .gallery-item {max-width: 16.66%}

.gallery-columns-7 .gallery-item {max-width: 14.28%}

.gallery-columns-8 .gallery-item {max-width: 12.5%}

.gallery-columns-9 .gallery-item {max-width: 11.11%}

.gallery-caption {display: block}



/*--------------------------------------------------------------

## Layout construct 

--------------------------------------------------------------*/

.site-content {

	/* padding-top: 15px; */

}

.sidebar-content .site-main,

.content-sidebar .site-main {

	float: right;

	width: 74.5%;

}

.sidebar-content .sidebar,

.content-sidebar .sidebar {

	float: left;

	width: 23.5%;

}

.content-sidebar .site-main {

	float: left;

}

.content-sidebar .sidebar {

	float: right;

}

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap,

.content-sidebar-sidebar .content-sidebar-wrap {

	float: left;

	width: 75.5%;

}

.sidebar-content-sidebar .site-main,

.sidebar-sidebar-content .site-main,

.content-sidebar-sidebar .site-main {

	float: right;

	width: 67.5496689%;

}

.sidebar-content-sidebar .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary,

.content-sidebar-sidebar .sidebar-primary {

	float: left;

	width: 31.1258278%;

}

.sidebar-content-sidebar .sidebar-secondary,

.sidebar-sidebar-content .sidebar-secondary {

	float: right;

	width: 23.5%;

}

.sidebar-sidebar-content .sidebar {

	float: left;

}

.sidebar-sidebar-content .content-sidebar-wrap {

	float: right;

}

.content-sidebar-sidebar .sidebar-primary {

	float: right;

}

.content-sidebar-sidebar .sidebar-secondary {

	float: right;

	width: 23.5%;

}

.content-sidebar-sidebar .site-main {

	float: left;

}

.page-template-page-fullwidth .site-main {

	width: 100%;

}

@media (max-width: 992px) {

	.sidebar-content .site-main,.content-sidebar .site-main,.sidebar-content .sidebar,.content-sidebar .sidebar,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap,.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .site-main,.sidebar-sidebar-content .site-main,.content-sidebar-sidebar .site-main,.sidebar-content-sidebar .sidebar-primary,.sidebar-sidebar-content .sidebar-primary,.content-sidebar-sidebar .sidebar-primary,.sidebar-content-sidebar .sidebar-secondary,.sidebar-sidebar-content .sidebar-secondary,.content-sidebar-sidebar .sidebar-secondary {width: 100%;}

}



/*--------------------------------------------------------------

## Category

--------------------------------------------------------------*/

.new-list article {

	overflow: hidden;

	margin-bottom: 20px;

}

.new-list article h3 {

	margin: 0 0 10px 0;

	font-size: 16px;

	line-height: 1.4;

}

.new-list article h3 a {

	color: #116280;

	font-weight: 600;

}

.new-list article p {

	color: #747474;

	text-align: justify;

}

.new-list article .alignleft {

	width: 35.5%;

	margin-right: 15px;

	overflow: hidden;

}

.new-list article .alignleft img {width: 100%;height: auto;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}

.new-list article .alignleft img:hover {transform: scale(1.1);-webkit-transform: scale(1.1)}

.ps-meta-info {

    margin-top: 20px;

    padding: 5px 0;

    border-top: 1px solid #e0dede;

    border-bottom: 1px solid #e7e6e6;

    font-size: 13px;

}

.ps-alignleft {

    display: inline;

    margin-right: 15px;

}

.ps-alignright {

    display: inline;

    margin-left: 15px;

}

.ps-inline-sep {

    padding: 0 5px;

}

.post-categories, .post-categories * {

    display: inline-block;

}



/*--------------------------------------------------------------

## Shortcode 

--------------------------------------------------------------*/

.sh-blog-shortcode .element .entry-content {

	margin: 0;

}

.sh-blog-shortcode .element .entry-thumb a {

	overflow: hidden;

	display: block;

}

.sh-blog-shortcode .element .entry-thumb a img {width: 100%;height: auto;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}

.sh-blog-shortcode .element .entry-thumb a img:hover {transform: scale(1.1);-webkit-transform: scale(1.1)}

.sh-blog-shortcode .element .entry-title {

	margin: 10px 0 5px 0;

	font-size: 15px;

	font-weight: 600;

	line-height: 1.4;

}

.sh-blog-shortcode .element .entry-description {

	text-align: justify;

	line-height: 1.4;

}

/* Blog Shortcode 1 */

.sh-blog-shortcode.style-1 .element .entry-thumb {

	float: left;

	width: 35%;

	margin-right: 15px;

}

.sh-blog-shortcode.style-1 .element .entry-title {

	margin: 0 0 5px 0;

}

.sh-blog-shortcode.style-1 .element .entry-title a {

	color: #116280;

}

.sh-blog-shortcode.style-1 .element .entry-title a:hover {

	color: #116280;

}

.sh-blog-shortcode.style-1 .element .entry-description p {

	margin-bottom: 5px;

}

/* Blog Shortcode 5 */

.sh-blog-shortcode.style-5 .post-inner:before, .sh-blog-shortcode.style-5 .post-inner:after {content: '';display: table}

.sh-blog-shortcode.style-5 .post-inner:after {clear: both;}

.sh-blog-shortcode.style-5 .entry-thumb {

	float: left;

	width: 110px;

	margin-right: 15px;

}

.sh-blog-shortcode.style-5 .element .entry-title {

	margin-top: 0;

}

.sh-blog-shortcode.style-5 .element .entry-description {

	font-size: 13px;

}

/* Blog Shortcode 6 */

.sh-blog-shortcode.style-6 .entry-thumb {

	padding: 3px;

	background: #FFF;

	border: 1px solid #cdcdcd;

}

.sh-blog-shortcode.style-6 .entry-title a {

	color: #333333;

}

.sh-blog-shortcode.style-6 .entry-title a:hover {

	color: #116280;

}

.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout {

	margin-bottom: 20px;

}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {

	float: left;

	width: 110px;

	margin-right: 15px;

}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {

	margin-top: 0;

}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {

	margin-bottom: 10px;

    padding-bottom: 10px;

    border-bottom: 1px solid #dfdfdf;

}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {

	margin-bottom: 0;

}

.sh-blog-shortcode.style-6 .second-element-layout .element:before,.sh-blog-shortcode.style-6 .second-element-layout .element:after {content: '';display: table;}

.sh-blog-shortcode.style-6 .second-element-layout .element:after {clear: both;}

/* Blog Shortcode 7 */

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {

	float: left;

	width: 30%;

	margin-right: 20px;

}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {

    margin: 0 0 5px 0;

}

.sh-blog-shortcode.style-7 .second-element-layout {

	margin-bottom: 20px;

}

.sh-blog-shortcode.style-7 .second-element-layout .element {

	margin-bottom: 5px;

}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {

	margin: 0;

}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {

	content: '';

	display: inline-block;

	width: 5px;

	height: 5px;

	background: #116280;

	border-radius: 50%;

	position: relative;

	top: -2px;

	margin-right: 5px;

}

@media (max-width: 414px) {

	.sh-blog-shortcode .element {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

	}

}



/*--------------------------------------------------------------

## Menu Mobile 

--------------------------------------------------------------*/

.navbar {

	display: none;

	margin-bottom: 0;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);

    background: #FFF;

    z-index: 999999;

    background: #116280;

    padding: 0;

    min-height: 46px;

}

/* Breakpoint Responsive  */

@media (max-width: 1024px) {

	#site-navigation {display: none}

	.navbar {display: block}

	.site {padding-top: 46px}

	.logged-in .site {padding-top: 14px}

}

@media (max-width: 782px) {

	.logged-in .site {padding-top: 0}

}

.navbar-brand {

	padding: 4px 0;

	font-size: 16px;

	position: absolute;

	left: 50%;

    transform: translate(-50%, 0);

}

.navbar-brand img {max-height: 38px;}

#mobilenav {background: #1e1e1e;position: fixed;height: 100%;width: 250px;top: 0;font-size: 0.9em;left: 0;overflow-x: hidden;overflow-y: scroll;-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;-webkit-transform: translate(-250px);-moz-transform: translate(-250px);-ms-transform: translate(-250px);-o-transform: translate(-250px);transform: translate(-250px);z-index: 9999999;}

#mobilenav.opened {-webkit-transform: translate(0px);-moz-transform: translate(0px);-ms-transform: translate(0px);-o-transform: translate(0px);transform: translate(0px);z-index: 9999999;}

.toplg {padding: 32px 10px 16px 10px;text-align: center;}

.toplg img {max-width: 150px;margin: 0 auto;}

#mobilenav h3, #mobilenav p {color: #f2f2f2;text-align: center;font-size: 18px;}

#mobilenav .mobile-menu {margin: 15px 0;padding: 0 10px;}

#mobilenav li {display: block;position: relative;}

#mobilenav li a {color: #fff;position: relative;display: block;text-align: left;margin: 0;padding: 5px 10px;line-height: 25px;-webkit-transition: all 0.35s linear;-moz-transition: all 0.35s linear;-o-transition: all 0.35s linear;transition: all 0.35s linear;}

#mobilenav li.current-menu-item > a, #mobilenav li:hover > a {background: #282d36;}

#mobilenav .arrow {border-radius: 0;position: absolute;top: 6px;right: 5px;width: 25px;height: 25px;cursor: pointer;text-align: center;font-family: "Font Awesome\ 5 Free";font-weight: 900;line-height: 25px;vertical-align: top;color: #FFF;-webkit-transition: all 0.25s ease 0s;-moz-transition: all 0.25s ease 0s;transition: all 0.25s ease 0s;}

#mobilenav .arrow:before {content: "\f067";}

#mobilenav li.menu-item-has-children.open>.arrow:before {content: "\f068";}

#mobilenav ul.sub-menu {display: none;list-style: none;margin: 0;padding: 0 0 0 10px;}

.panel-overlay {opacity: 0;filter: alpha(opacity=0);}

.panel-overlay.active {background: #000;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999999;min-height: 100vh;opacity: 0.35;filter: alpha(opacity=35);-webkit-transition: opacity 0.2s ease-in-out 0s;-moz-transition: opacity 0.2s ease-in-out 0s;transition: opacity 0.2s ease-in-out 0s;}

#showmenu {position: absolute;top: 0;right: 10px;z-index: 5;}

#hamburger .hamburger{margin-left:10px}

.hamburger{padding:10px;height:45px;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}

.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}

.hamburger-inner{display:block;top:50%;margin-top:-2px}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:2px;background-color:#FFF;border-radius:2px;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}

.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}

.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}

.hamburger--collapse .hamburger-inner::before{-webkit-transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)}

.hamburger--collapse .hamburger-inner::after{top:-20px;-webkit-transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}

.hamburger--collapse .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}

.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-10px,0) rotate(-45deg);transform:translate3d(0,-10px,0) rotate(-45deg);-webkit-transition-delay:.32s;transition-delay:.32s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}

.hamburger--collapse.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1)}

.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear}



/*--------------------------------------------------------------

## Footer 

--------------------------------------------------------------*/

.site-footer {

	color: #FFF;

    margin-top: -21px;

}

.site-footer .wrap1,

.site-footer .wrap2 {

	padding: 10px 15px 10px 0;

}

.site-footer p {

	margin-bottom: 0;

}

.site-footer a {

	color: #FFF;

}

.site-footer .site-info,

.site-footer .footer-widgets {

	background: #116280;

}

.site-footer .site-info .wrap2 {

	border-top: 1px solid #3f8098;

}

.footer-widgets h4.widget-title {

	font-weight: bold;

	font-size: 14px;

	text-transform: uppercase;

}

.footer-widgets ul {

    padding-left: 0;

    list-style: none;

}

.footer-widgets ul li {

	padding: 0;

}

.footer-widgets #information-3 ul li {

	font-weight: bold;

}

.footer-widgets {

	padding: 50px 0 10px 0;

}

.footer-widgets .widget_media_image {

	text-align: center;

}

@media(min-width: 1200px) {

	.footer-widgets .footer-widgets-area:not(:last-child) {

		-webkit-box-flex: 0;

	    -ms-flex: 0 0 25%;

	    flex: 0 0 25%;

	    max-width: 25%;

	}

	.footer-widgets .footer-widgets-area:last-child {

		-webkit-box-flex: 0;

	    -ms-flex: 0 0 50%;

	    flex: 0 0 50%;

	    max-width: 50%;

	    padding: 0;

	}

}

.footer-widgets .footer-widgets-area:last-child .textwidget .vc_custom_heading:not(:first-child) {

    margin-top: 48px;

}

.footer-widgets .vc_custom_heading {

	font-size: 14px;

    padding-top: 0;

    font-weight: bold;

}



.site-info .wrap2 {

    padding: 20px 0;

}

.site-info .copyright {

	font-size: 12px;

	padding-top: 10px;

}

.site-info p {

	margin: 0;

	line-height: 25px;

}

.site-info .widget_social p>a {

	display: inline-block;

	margin-left: 10px;

	color: #70919d;

	border: 1px solid #70919d;

	border-radius: 50%;

	line-height: 36px;

	width: 36px;

	text-align: center;

}



/*--------------------------------------------------------------

## Custom Css 

--------------------------------------------------------------*/

@media(min-width: 1200px) {

	.container {

		max-width: 1230px;

	}

}

.site-header {

	background: #116280;

	position: relative;

}

.site-content .entry-header {

	display: none;

}

#section4 .vc_column-inner .wpb_wrapper .heading4,

#section1 .heading1 {

	font-size: 35px;

	color: #116280;

	text-transform: uppercase;

	font-family: UTMGOD, Arial;

	letter-spacing: 2px;

}

#section4 .vc_column-inner .wpb_wrapper h2 {

	font-size: 28px;

	font-weight: 600;

	color: #474747;

	text-transform: uppercase;

}

#section7 .button3 a,

#section4 .button3 a,

#section2 .button1 button,

html .button1 a.vc_general {

	border: 2px solid #116280;

	text-transform: uppercase

}

#section0 .ms-anim-layers .ms-btn-container a,

#section2 .button1 button,

#section4 .button3 a,

html .button1 a.vc_general {

	padding: 15px 47px;

	font-weight: bold;

}

#section7 .button3 a:after,

#section0 .ms-anim-layers .ms-btn-container a:after,

#section3 .ms-anim-layers .ms-btn-container a:after,

#section4 .button3 a:after,

#section2 .button1 button:after,

html .button1 a.vc_general:after {

	content: '\f054';

	font-family: 'Font Awesome 5 Free';

	font-weight: 700;

	margin-left: 15px;

	

}

html .button1 a.vc_general:after {

	color: #116280;

}

#section2 .button1 button:after, #section3 .ms-anim-layers .ms-btn-container a:after {

	color: #ecd69f;

}

#section4 .button3 a:after,

#section2 .button1 a.vc_general:after,

#section7 .button3 a:after {

	color: #116280;

}

#section0 .ms-anim-layers .ms-btn-container a:after

#section3 .ms-anim-layers .ms-btn-container a:after,

#section2 .button1 button:after {

	color: #ecd69f;

}

#section1 .wpb_single_image {

	padding: 4px;

	margin-top: 35px;

	position: relative;

}

#section1 .wpb_single_image img {

	padding: 10px;

	background: #FFF;

	box-shadow: 0px 4px 4px 0px rgba(6, 7, 7, 0.25);

}

#section1 .vc_column-inner .wpb_wrapper  .wpb_content_element .wpb_wrapper > p {

	margin-top: 30px;

	margin-bottom: 40px;

}

#section1 .wpb_wrapper .ultsl-arrow-left4,

#section1 .wpb_wrapper .ultsl-arrow-right4 {

    padding: 10px;

    background: #116280;

    color: #fff;

    position: absolute;

    border-radius: 50%;

}

#section1 .wpb_wrapper .ultsl-arrow-right4 {

	right: 12px;

}

#section1 .wpb_wrapper .ultsl-arrow-left4 {

	left: 12px;

} 

#section2 .vc_row {

	padding: 10px 0 15px;

}

@media(min-width: 1200px) {

	.row-align-center {

		align-items: center;

	}

	#section2 .vc_row .vc_col-sm-8 {

		width: 60%;

	}

	#section2 .vc_row .vc_col-sm-4 {

		width: 40%;

	}

}

#section2 .vc_column-inner .wpb_wrapper h2,

#section3 .vc_column-inner .wpb_wrapper h2 {

	font-size: 35px;

	color: rgb(236, 214, 159);

	text-transform: uppercase;

	font-family: "UTMGOD";

}

#section3 .vc_column-inner .wpb_content_element .wpb_wrapper p,

#section2 .vc_column-inner .wpb_wrapper .wpb_content_element p {

	color: #FFF;

	font-size: 14px;

	text-align: justify;

	margin: 25px 0 25px;

}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {

	margin-bottom: 0px !important;

} 

#section2 .button1 button {

	border: 2px solid #ecd69f;

	color: #FFF !important;

}

#section3 .vc_row .wpb_column {

	margin-bottom: 50px;

	position: relative;

}

#section3 {

	padding-top: 0;

}

#section6 .vc_column-inner .wpb_wrapper h2,

#section4 .vc_column-inner .wpb_wrapper h2 {

    margin: 10px 0 35px 0;

}

#section6 .vc_column-inner .wpb_wrapper .heading4,

#section6 .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-tabs-list,

#section4 .vc_column-inner .wpb_wrapper .heading4,

#section4 .vc_column-inner .wpb_wrapper .vc_tta-container .vc_tta-tabs-list {

	text-align: center!important;



}

#section6 .vc_column-inner .wpb_wrapper .heading4 a {

	color: #116280;

	text-transform: uppercase;

	font-size: 35px;

	font-family: "UTMGOD";

}

#section6 .wpb_wrapper .vc_tta-tabs-container,

#section4 .wpb_wrapper .vc_tta-tabs-container {

	text-align: center;

}

#section6 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li,

#section4 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li {

	margin-right: 10px;

	border: 2px solid #116280;

	font-size: 14px;

	text-transform: uppercase;

	color: #116280;



}

#section6 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li a {

	padding: 8px 34px;

}

#section4 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li a {

	padding: 8px 27px;

}

#section6 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li a,

#section4 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li a {

	background: #FFF;

	border-radius: 0;

	border: none;

}

#section8 input[type=submit]:hover,

#section6 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li a:hover,

#section4 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li a:hover,

#section6 .wpb_wrapper .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {

	background: #116280!important;

	border: none;

	color: #FFF !important;

	border-radius: 0;

}

#section6 .wpb_wrapper .vc_tta-panels-container

#section4 .wpb_wrapper .vc_tta-panels-container {

	margin-top: 40px;

}

#section4 .wpb_wrapper .wpb_content_element .wpb_wrapper p {

	margin: -20px 0 22px 0;

	text-align: justify;

	color: #474747;

}

#section4 .slick-dots {

	position: absolute;

    bottom: 45px;

}

html .wpb-js-composer #section4 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {

	color: #505050;

	font-weight: 600;

}

@media(min-width: 1200px) {

	#section4 .vc_col-sm-8 {

		width: 60%;

		display: inline-block;

		float: left;

	}

	#section4 .vc_row {

		margin: 0;

	}

	#section4 .vc_col-sm-4 {

		width: 40%;

		display: inline-block;

		float: left;

	}

	#section4 .vc_col-sm-4 .vc_column-inner {

		padding: 0 15px 0 30px !important;

	}

	#section4 .vc_tta-panel-body,

	#section4 .vc_column_container>.vc_column-inner,

	#section4 .vc_col-sm-8 {

		padding: 0;

	}

}





#section4 .ult-carousel-wrapper {

	margin-bottom: 0; 

    padding-bottom: 0; 

}



.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before,

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {

	border: none;

}

.vc_row:after, .vc_row:before{

	border: none;

}

#section5 .vc_column-inner  {

	padding: 0;

}

#section6 {

	padding: 30px 0;

    margin-bottom: 30px;

}

#section6 .vc_tta-panels,

#section4 .vc_tta-panels {

	margin-top: 40px;

	border-radius: 0;

}

#section6 .vc_tta-panels {

	background: #FFF;

}

#section6 .vc_tta-panels {

	border: none !important;

}

#section0 .msp-cn-3-1 {

  color: #f3e27b;

  text-transform: uppercase;

  font-size: 40px;

  text-shadow: 1px 1px rgba(6, 7, 7, 0.75);

  -moz-transform: matrix( 1.99697003194498,0,0,1.99697003194498,0,0);

  -webkit-transform: matrix( 1.99697003194498,0,0,1.99697003194498,0,0);

  -ms-transform: matrix( 1.99697003194498,0,0,1.99697003194498,0,0);

  font-family: 'UTMGOD'!important;

}

#section0 .msp-cn-3-2 {

	font-size: 24px;

	font-family: 'Montserrat';

}

#section7 .vc_column-inner .wpb_wrapper .content7 .wpb_wrapper p {

	margin: 18px 0 25px;

}

#section7 .content7 {

 	color: rgb(95, 95, 95);

}

#section7 .heading1 {

	font-size: 26px;

	color: #116280;

	font-weight: bold;

}

#section8 .content8 .wpb_wrapper {

	color: #FFF;

    text-align: right;

    text-transform: uppercase;

    padding: 74px 0 100px;

    font-size: 16px;

    font-weight: 600;

    line-height: 0.5em;

}

#section8 label {

	margin-top: 60px;

}

#section8 .email {

	width: 75%;

	border: none;

    padding: 15px 15px 15px 20px;

}

#section8 input[type=email]::placeholder {

	font-size: 16px;

	color: #5f5f5f;

	font-weight: bold;

}

#section8 input[type=submit] {

    width: 25%;

    border: none;

    background-color: #ecd69f;

    padding: 14px 15px 16px 15px;

    font-weight: bold;

    font-size: 18px;

    cursor: pointer;

}

.wpcf7 div.wpcf7-validation-errors {color: #FFF;}

/* HEADER-MAIN */

/* Menu Fixed */

.header-main.fixed {

	position: fixed;

	width: 100%;

	top: 0;

	z-index: 99999;

    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);

    animation: stuckMoveDown .6s;

    background: #116280;

}

.header-main.fixed ul.menu {

	border: none;

}

.header-main.fixed ul.menu > li > a {

	line-height: 55px;

	color: #FFF;

}

.header-main.fixed .header-content .logo img {

    margin: 5px 0;

    max-height: 45px;

}

.logged-in .header-main.fixed {

	top: 32px;

}

.ms-default-btn:hover {

    background-color: #116280 !important;

    opacity: 1;

    color: #FFF !important;

}

.msp-preset-btn-135:hover {

    background-color: #ffa200 !important;

    color: #fff;

    opacity: 1;

    color: #FFF !important;

}

@keyframes stuckMoveDown {

    0% {

        transform: translateY(-100%)

    }

    100% {

        transform: translateY(0)

    }

}

@keyframes stuckFadeIn {

    0% {

        opacity: 0

    }

    100% {

        opacity: 1

    }

}

/* HEADER-MAIN */



/* SEARCH */

.icon-search .fa {

    cursor: pointer;

    color: #333;

    margin: 15px 10px 15px 0;

}

.icon-search .search-form {

    display: none;

    position: absolute;

    z-index: 1;

    right: 0;

    bottom: -82px;

    background: #FFF;

    box-shadow: 0 2px 6px rgba(0,0,0,.2);

    width: 340px;

    padding: 5px 10px;

    line-height: 1.4;

}

.icon-search .search-form label {

    float: left;

    margin-bottom: 0;

    width: calc(100% - 70px);

}

.icon-search .search-form label input[type=search] {

    border: 0;

    width: 100%;

    height: 34px;

    padding: 5px 15px;

    border: 1px solid #ccc;

    border-right: 0;

    outline-width: 0;

    font-weight: normal;

    font-family: 'Roboto',Arial,sans-serif;

    font-size: 13px;

    color: #333;

}

input[type=search] {

    -webkit-appearance: none;

}

.icon-search .search-form input[type=submit] {

    float: left;

    width: 70px;

    background: #116280;

    color: #FFF;

    border: 0;

    padding: 8px 5px;

    font-size: 13px;

}

.header-main.fixed .icon-search .search-form {

	bottom: -44px;

}

.search-form input[type=submit] {

	float: right;

    background: url(lib/images/btsearch.png) center center no-repeat;

    /* text-indent: -9999px; */

    border: none;

    width: 22px;

    height: 34px;

    outline-width: 0;

}

button, html input[type=button], input[type=reset], input[type=submit] {

    -webkit-appearance: button;

    cursor: pointer;

}

.screen-reader-text {

    display: none;

}

.icon-search i {

	cursor: pointer;

	border: 1px solid #f4e477;

    padding: 10px;

    border-radius: 50%;

}

.icon-phone a {

	padding: 0!important;

}

.icon-phone b {

    border: 1px solid #f4e477;

    padding: 10px;

    border-radius: 20px;

}

/* SEARCH */



.top-header {

	padding: 6px 0;

	text-align: right;

	background: url(lib/images/bg-topheader.png) left center repeat-y, #FFF;

}

.top-header p {

	margin: 0;

	line-height: 25px;

}

.top-header .widget_social a {

	background: none;

	color: #666666;

}

.top-header .widget {

	display: inline-block;

	margin: 0 40px 0 0;

}

.top-header .widget:last-child {

	margin-right: 0;

}

html #flags {

	position: relative;

	top: 2px;

	width: auto;

	height: 18px;

}

.top-header ul {

	margin: 0;

	padding: 0;

}

.top-header .icon_linkedin, .top-header .icon_instagram {

	display: none;

}

.top-header .widget_nav_menu {

	padding: 0 36px;

	background: url(lib/images/bg-li.png) left center no-repeat,

				url(lib/images/bg-li.png) right center no-repeat;

}

.top-header .widget_nav_menu ul li {

	display: inline-block;

	margin: 0 12px;

}

.top-header .widget_nav_menu ul li a {

	display: block;

	font-size: 14px;

	color: #404040;

	line-height: 30px;

}

html .wpb-js-composer #section4 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {

	background: #f9f3e2;

}

.owl-carousel .entry-thumb {

	margin-bottom: 15px;

}

.owl-carousel .entry-description p {

	text-align: justify;

}

.header-main .logo {

	position: relative;

}

.header-main .logo:before {

	content: '';

	display: block;

	width: 1400px;

	height: 28px;

	background: url(lib/images/bg-line.png) right center no-repeat;

	position: absolute;

	top: -28px;

	left: -1150px;

}

.site-header.logo-left .header-content .logo img {

	position: relative;

	top: -15px;

}

.site-header.logo-left .header-main.fixed .header-content .logo img {

	top: 0;

}

#mobilenav li:not(.menu-item) {

	display: none;

}

.owl-carousel .element .entry-title {

	font-size: 18px;

	font-weight: 600;

}



/*--------------------------------------------------------------

## Responsive 

--------------------------------------------------------------*/

/* Extra large devices (large desktops) */



/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

	.site-main .entry-content {

		width: 100%;

	}

	#section8 .vc_col-sm-3 {

		width: 40%;

	}

	#section8 .vc_col-sm-9 {

		width: 60%;

	}

	.main-navigation ul.menu > li > a {

		padding: 0 10px;

	}

}



@media (max-width: 1024px) {

	.top-header, .header-main {

		display: none;

	}

}



/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

	body {

		overflow-x: hidden;

	}

	html .vc_custom_1522322025860 {

		padding-top: 0 !important;

	}

	#section3 .vc_row .vc_col-sm-6,

	#section4 .vc_col-sm-8,

	#section4 .vc_col-sm-4,

	#section2 .vc_col-sm-8,

	#section2 .vc_row .vc_col-sm-4 {

		width: 100%;

	}

	#section2 .vc_col-sm-8 {

		margin-bottom: 20px;

	}

	.copyright {

		margin-bottom: 20px;

	}

	#section8 .content8 .wpb_wrapper {

		padding: 10px 0;

	}

	#section8 .email, #section8 input[type=submit] {

		width: 100%;

		padding: 10px 15px;

	}

	#section8 .email {

		margin-bottom: 10px;

	}

	#section8 input[type=submit] {

		font-size: 16px; 

	}

	#section8 .vc_col-sm-3,

	#section8 .vc_col-sm-9 {

		width: 100%;

	}

	#section8 .vc_col-sm-3 .content8 .wpb_wrapper {

		text-align: center;

		padding-bottom: 10px;

	}

	#section8 .vc_col-sm-9 label {

		margin-top: 10px;

		margin-bottom: 25px;

	}

}



/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {

	.site-info, .site-info * {

		text-align: center;

	}

}



/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

	#section4 .vc_column-inner .wpb_wrapper .heading4, #section1 .heading1,

	#section2 .vc_column-inner .wpb_wrapper h2, #section3 .vc_column-inner .wpb_wrapper h2,

	#section7 .heading1 {

		font-size: 24px;

	}

	#section0 .ms-anim-layers .ms-btn-container a, #section2 .button1 button, #section4 .button3 a, 

	html .button1 a.vc_general, #section7 .button3 a {

		padding: 10px 12px;

		font-size: 14px;

	}

	.footer-widgets .vc_custom_heading,

	html .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title,

	#section4 .vc_column-inner .wpb_wrapper h2,

	.owl-carousel .element .entry-title {

		font-size: 16px;

	}

	.site-info .widget_social p>a {

		line-height: 30px;

		width: 30px;

	}

}

