/*-------------------------------------------------------------------------------------
Theme Name:	Morello
Theme URI: 	http://themes.iki-bir.com/morello
Version:	1.0.1
Author:		elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. GENERAL
	02. BUTTON
	03. HEADER
	04. STICKY HEADER
	05. HEADER HEIGHT
	06. HAMBURGER MENU ICON
	07. REVOLUTION SLIDER
	08. SERVICES
	09. INFO CARDS
	10. PORTFOLIO
	11. THUMBNAIL OVERLAY
	12. BLOG
	13. COMMENTS
	14. OWL CAROUSEL
	15. PROGRESS BAR
	16. CIRCLE PROGRESS
	17. TOOLTIP
	18. TABS
	19. ACCORDION / TOGGLE
	20. TILES
	21. FACTS
	22. PROCESS
	23. PRICING & TABLES
	24. WIDGETS
	25. MAILCHIMP / NEWSLETTER
	26. FORMS
	27. VIDEO PARALLAX
	28. GO TO TOP
	29. SOCIAL ICONS
	30. LIGHTGALLERY
	31. FONT ICON PAGES
	32. DIVIDERS
	33. BOX LAYOUT
	34. RESPONSIVE
    35. CUSTOM
	
	font-family: 'Work Sans', sans-serif;
	text: #595959
	hover: #088c9b
	headings: #303030
	
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%
}
iframe {
    border: none
}
::selection {
    background: #d4eaf5; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #d4eaf5; /* Firefox */
    color: #2f2f2f;
}
.animsition-loading,
.animsition-loading:after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.lg-outer .lg-item:after,
.animsition-loading,
.tp-loader.spinner {
    content: "";
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
    border-top: 6px solid rgba(28,28,28,0.08);
    border-right: 6px solid rgba(28,28,28,0.08);
    border-bottom: 6px solid rgba(28,28,28,0.08);
    border-left: 6px solid #088c9b;
    -webkit-transform: translateZ();
    transform: translateZ();
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
    border-radius: 100%;
    background: none;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 9999999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-top: 6px solid rgba(28,28,28,0.08);
    border-right: 6px solid rgba(28,28,28,0.08);
    border-bottom: 6px solid rgba(28,28,28,0.08);
    border-left: 6px solid #088c9b;
    border-radius: 100%;
}
#preloader .textload {
    width: 100%;
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    text-transform: uppercase;
    text-align: center;
    color: #088c9b;
    font-family: 'arial', sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #595959;
    font-family: 'arial', sans-serif;
    background: none;
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.navbar,
footer {
    flex-shrink: 0
}
.content-wrapper {
    flex: 1 0 auto
}
.container {
    padding-right: 0;
    padding-left: 0;
}
em {
    font-family: 'Lora', serif
}
body,
li,
address {
    line-height: 22px
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit !important;
}
p {
    margin: 0 0 10px;
    text-align: justify;
}
a {
    color: #088c9b;
    transition: all 150ms ease-in;
}
a.line {
    transition: border 0.2s;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}
a.line:hover {
    border-bottom: 1px solid #088c9b;
    transition: border 0.2s;
}
a:hover,
a:focus {
    color: #088c9b;
    text-decoration: none;
}
.nocolor,
.email-link {
    color: #595959 !important
}
.nocolor:hover,
.email-link:hover {
    color: #088c9b
}
strong {
    font-weight: 600
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #303030;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
h5 {
    font-size: 15px;
    line-height: 19px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
h1.post-title,
h2.post-title {
    font-size: 22px;
    line-height: 26px;
    background-color: #068c9b;
    padding: 5px 20px;
    width: 100%;
}

h1.post-title a,
h2.post-title a{
    color: #fff;
}

.post-title {
    text-align: left;
}
.post-title a {
    color: #045a64;
}
.post-title a:hover {
    color: #000000 !important;
}
.section-title {
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: 40px;
}
.section-title h2 {
    padding: 0 20px;
    margin: 0;
    overflow: hidden;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #05a7b9;
}
.section-title h2:before,
.section-title h2:after {
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.09);
    display: inline-block;
    vertical-align: middle;
}
.section-title.text-center h2:before,
.section-title.text-center h2:after {
    width: 100px
}
.section-title h2:before {
    margin-left: -100%;
    margin-right: 20px;
}
.section-title h2:after {
    margin-right: -100%;
    margin-left: 20px;
}
.section-title.no-line h2 {
    padding: 0
}
.section-title.no-line h2:before,
.section-title.no-line h2:after {
    display: none
}
.section-title .lead {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.section-title h2 + .lead {
    margin-top: 15px;
    margin-bottom: 10px;
}
.page-title h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.page-title .more a {
    color: #707070
}
.page-title .more a:hover {
    color: #088c9b
}
.page-title .more:after {
    display: none
}
.breadcrumbs.more span:after {
    content: "/";
    vertical-align: middle;
    font-size: 12px;
    padding: 0 10px 0 10px;
    color: #707070;
}
.breadcrumbs.more span:last-child:after {
    display: none
}
.page-title.bg {
    background: url(style/images/art/page-title.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}
.lead em {
    font-weight: bold
}
.inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.inner2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.parallax .inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.meta,
.meta a {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #707070;
    font-size: 13px;
}
.meta a:hover,
.more:hover {
    color: #088c9b !important;
}
.meta span:after {
    content: "/";
    font-size: 10px;
    vertical-align: 2px;
    padding: 0 10px 0 10px;
}
.meta span:last-child:after {
    display: none
}
.meta {
    display: block;
    margin-bottom: 10px;
}
.more {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
}
.more:after {
    content: "→";
    padding-left: 5px;
}
.meta.tags {
    margin: 0 0 10px 10px !important;
    display: inline-block;
}
.meta.tags a:before {
    content: "#";
    display: inline;
}
.thin {
    width: 85%;
    margin: 0 auto;
}
.thin2 {
    width: 65%;
    margin: 0 auto;
}
.dark-wrapper {
    background: #f9f9f9
}
.inverse-wrapper {
    background: #354b9c;
    color: #d5d5d5 !important;
}
.inverse-wrapper.color-wrapper {
    background: #088c9b
}
.inverse-wrapper p {
    color: #000 !important
}
.inverse-wrapper .lead {
    color: #fff !important
}
.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #048c9b;
}
.inverse-wrapper hr {
    border-bottom: 2px solid rgba(255,255,255,0.15)
}
.inverse-wrapper .section-title h2:before,
.inverse-wrapper .section-title h2:after {
    border-color: rgba(255,255,255,0.15)
}
.inverse-wrapper .social li a {
    color: #d5d5d5 !important
}
.navbar .inverse-wrapper .social li a {
    color: #fff !important
}
.inverse-wrapper a {
    color: #fff !important
}
.navbar .inverse-wrapper .social li a:hover {
    color: #068c9b !important
}
footer a {
    color: #595959
}
footer a:hover {
    color: #068c9b
}
footer.inverse-wrapper a,
footer.inverse-wrapper,
footer.inverse-wrapper .lead {
    color: #068c9b !important
}
footer.inverse-wrapper a:hover,
.inverse-wrapper a:not(.btn):hover {
    color: #068c9b !important
}
.footer.inverse-wrapper p{
    margin: 0;
}
.inverse-wrapper .meta,
.inverse-wrapper .meta a {
    color: #a1a1a1 !important
}
footer.footer-bg1 {
    background-image: url(style/images/art/footer1.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding-bottom: 320px;
}
footer.footer-bg2 {
    background-image: url(style/images/art/footer2.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding-bottom: 250px;
    background-color: #FFF;
}
hr {
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,0.09);
    padding-top: 80px;
    margin-bottom: 100px;
    box-shadow: none;
}
.blog.single hr {
    padding-top: 50px;
    margin-bottom: 70px;
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #d0d0d0;
    font-size: 11px;
}
.alert {
    border-radius: 0
}
.alert-success {
    border-color: #c0d6ae
}
.alert-info {
    border-color: #a3d5df
}
.alert-warning {
    border-color: #eddebf
}
.alert-danger {
    border-color: #ddb8be
}
.alert .close {
    line-height: 26px
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
blockquote {
    font-size: 22px;
    line-height: 34px;
    font-weight: normal;
    color: inherit;
    font-style: italic;
    position: relative;
    border: 0;
    padding: 0 0 0 50px;
}
blockquote p {
    font-family: 'Lora', serif
}
blockquote:before {
    font-family: 'Lora', serif;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    top: 5px;
    line-height: 60px;
    left: 0;
    color: #cfcfcf;
    content: "\201C";
}
blockquote small,
blockquote .small {
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.google-map.full {
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.row-offset-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-offset-0 > [class*="col-"],
.row-offset-0 .row-same-height > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row-full-height {
    height: 100%
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-lg-height,
.col-md-height,
.col-sm-height,
.col-xs-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}
@media (min-width: 1200px) { 
	.col-lg-height {
	    display: table-cell;
	    float: none !important;
	    vertical-align: middle;
	}
}
@media (min-width: 992px) { 
	.col-md-height {
	    display: table-cell;
	    float: none !important;
	    vertical-align: middle;
	}
}
@media (min-width: 768px) { 
	.col-sm-height {
	    display: table-cell;
	    float: none !important;
	    vertical-align: middle;
	}
}
.row-offset-0 .inner-col {
    padding: 90px
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li {
    display: inline-block;
    margin-right: 10px;
}
.contact-info li a {
    color: #303030
}
.contact-info li a:hover {
    color: #088c9b
}
.contact-info i {
    color: #088c9b;
    padding-right: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*	02. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
    color: #FFF !important;
    background: #088c9b;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 13px;
    line-height: 1;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 150ms ease-in;
    box-shadow: none;
    display: inline-block;
}
.btn i {
    padding-right: 10px;
}
.btn.btn-large {
    padding: 15px 22px;
}
.btn.btn-square {
    padding: 11px 13px;
    border-radius: 50%;
    background-color: #088c9b !important;
}
.btn.btn-square:hover {
    background-color: #000 !important;
}
.btn.fixed-width {
    width: 165px
}
@-moz-document url-prefix() { 
	.btn {
	    padding-top: 11px !important
	}
	.btn.btn-large {
	    padding-top: 14px !important
	}
}
.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
}
.btn-submit {
    margin: 0 !important
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #65b4d9;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-color: transparent;
}
.btn-border {
    background: none !important;
    border: 2px solid #fff;
}
.btn-border.dark {
    border: 2px solid #303030;
    color: #303030 !important;
}
.btn.btn-blue {
    background: #088c9b
}
.btn.btn-red {
    background: #f47285
}
.btn.btn-green {
    background: #63c5cb
}
.btn.btn-purple {
    background: #9a8eb2
}
.btn.btn-navy {
    background: #4e81a0
}
.btn.btn-pink {
    background: #e782a5
}
.btn.btn-orange {
    background: #f0927b
}
.btn.btn-brown {
    background: #a78476
}
.btn.btn-lime {
    background: #c1d87a
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #65b4d9 !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #e76376 !important
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #52b3b9 !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #84779f !important
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #3d6e8c !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #d06b8f !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #e2775d !important
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
    background: #957366 !important
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
    background: #aabf6a !important
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
    background: #fff !important;
    color: #303030 !important;
}
.btn-border.dark:hover,
.btn-border.dark:focus,
.btn-border.dark:active,
.btn-border.dark.active {
    background: #303030 !important;
    color: #fff !important;
}
.goodshare.share-facebook {
    background: #4470cf
}
.goodshare.share-facebook:hover {
    background-color: #4066b9
}
.goodshare.share-twitter {
    background: #5daed5
}
.goodshare.share-twitter:hover {
    background-color: #569cbe
}
.goodshare.share-pinterest {
    background: #c53942
}
.goodshare.share-pinterest:hover {
    background-color: #b0363e
}
.goodshare-wrapper {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}
.goodshare-wrapper li {
    cursor: pointer;
    display: inline;
    margin: 0 5px;
}
.goodshare-wrapper a {
    color: #595959;
    font-size: 15px;
}
.goodshare-wrapper a:hover {
    color: #088c9b
}
.navigation .btn {
    margin-bottom: 0
}
/*-----------------------------------------------------------------------------------*/
/*	03. HEADER
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 1008;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: relative;
}
.navbar.extended {
    background: #fefefe
}
.navbar.extended.narrow .navbar-collapse {
    background: none !important
}
.navbar.extended.narrow:not(.fixed) .navbar-collapse .container {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar .navbar-header {
    display: table;
    position: relative;
    table-layout: fixed;
}
.container>.navbar-header,
.container>.navbar-collapse {
    margin: 0;
    padding: 0;
}
.navbar-brand {
    padding: 0;
    line-height: 0;
    float: none;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0 !important;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.navbar .nav-bars-wrapper {
    display: none
}
.navbar .nav-bars-wrapper .nav-bars-inner {
    pointer-events: none
}
.navbar .navbar-collapse {
    border: 0;
    box-shadow: none;
    overflow: hidden;
}
.navbar .navbar-nav {
    margin: 0 !important
}
.navbar .navbar-nav > li > a {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 150ms ease-in;
    line-height: 1;
    color: #303030 !important;
    position: relative;
}
.inverse-wrapper .navbar-nav > li > a {
    color: #FFF !important
}
.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current > a {
    background: none
}
.navbar .nav > li.current > a,
.navbar .nav > li > a:hover,
.inverse-wrapper .nav > li.current > a,
.inverse-wrapper .navbar-nav > li > a:hover {
    color: #088c9b !important
}
.navbar .navbar-nav > li > a:focus {
    color: inherit
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    z-index: -1 !important;
}
.navbar .dropdown-menu li:first-child {
    border: 0
}
.navbar .dropdown-menu li a {
    background: none;
    border: none;
    color: #d2d2d2 !important;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus,
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 0;
    filter: none;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    color: #fff !important
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar .info li {
    display: inline;
    font-size: 13px;
    padding-right: 15px;
}
.navbar .info.text-right li {
    padding: 0;
    padding-left: 15px;
}
.info i {
    margin-right: 8px;
    font-size: 14px;
    vertical-align: -1px;
}
.widget .info i {
    float: left
}
.widget .info p {
    overflow: hidden;
    margin: 0;
}
.info.list-inline li {
    padding-left: 5px;
    padding-right: 5px;
}
.info.list-inline li i {
    float: none;
    display: inline;
}
.info.list-inline li p {
    float: none;
    display: inline;
}
.navbar .info a {
    color: #303030
}
.navbar .info a:hover {
    color: #088c9b
}
.top-bar {
    padding: 12px 0
}
.top-bar.inverse-wrapper {
    color: #FFF !important
}
.top-bar .container {
    display: table
}
.caret {
    border: 0;
    top: 0;
    vertical-align: 0;
    margin-left: 1px;
    position: relative;
}
.caret:before {
    content: '\f123';
    font-family: "Ionicons";
    font-weight: normal;
    font-size: 9px;
}
.navbar-nav:not(.sm-collapsible) ul .caret:before {
    content: '\f125'
}
.navbar-nav:not(.sm-collapsible) ul {
    margin-top: 11px
}
.navbar .info,
.navbar .social-wrapper {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.fixed {
    margin: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
}
.navbar.extended.fixed .navbar-collapse {
    background: transparent
}
.navbar.narrow.fixed,
.navbar.classic.fixed.inverse-wrapper {
    background: #303030
}
.banner--clone {
    position: fixed;
    z-index: 1007;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
/*-----------------------------------------------------------------------------------*/
/*	05. HEADER HEIGHT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) { 
	.navbar.extended .navbar-nav,
	.navbar.extended.fixed .navbar-nav {
	    height: 54px
	}
	.navbar.extended .navbar-nav > li > a,
	.navbar.extended.fixed .navbar-nav > li > a {
	    line-height: 54px
	}
	.navbar.classic .navbar-nav,
	.navbar.classic .navbar-header {
	    height: 94px
	}
	.navbar.classic .navbar-nav > li > a {
	    line-height: 94px
	}
}
/* sticky */
.navbar.fixed .navbar-header {
    height: 65px
}
@media (min-width: 992px) { 
	.navbar.fixed .navbar-nav {
	    height: 65px
	}
	.navbar.fixed .navbar-nav > li > a {
	    line-height: 65px
	}
}
.navbar.fixed .top-bar {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	06. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/
.nav-bars {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    pointer-events: all;
}
.nav-bars:focus {
    outline: none
}
.nav-bars span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #2e2e2e;
}
.nav-bars span::before,
.nav-bars span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2e2e2e;
    content: "";
}
.nav-bars span::before {
    top: -8px
}
.nav-bars span::after {
    bottom: -8px
}
.nav-bars span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.nav-bars span::before,
.nav-bars span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.nav-bars span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.nav-bars span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.nav-bars.is-active span {
    background: none
}
.nav-bars.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-bars.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-bars.is-active span::before,
.nav-bars.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
/*-----------------------------------------------------------------------------------*/
/*	07. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tparrows {
    cursor: pointer;
    background: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: background 200ms ease-in;
}
.tparrows:hover {
    background: none
}
.tparrows:before {
    font-family: "Ionicons";
    font-size: 50px;
    color: rgba(255,255,255,0.7);
    display: block;
    line-height: 1;
    text-align: center;
    transition: color 200ms ease-in;
}
@-moz-document url-prefix() { 
	.tparrows:before {
	    padding-top: 0px
	}
}
.tparrows:hover:before {
    color: rgba(255,255,255,1)
}
.tparrows.tp-leftarrow:before {
    content: '\f3cf'
}
.tparrows.tp-rightarrow:before {
    content: '\f3d1'
}
.tp-bullet {
    transition: background 200ms ease-in;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: none;
}
.tp-bullet.selected,
.tp-bullet:hover {
    background-color: #ffffff
}
.tp-caption.large {
    font-size: 42px;
    line-height: 45px;
    color: #303030;
    font-weight: 500;
    letter-spacing: -1px;
}
.tp-caption.large em,
.tp-caption.medium em {
    font-weight: bold
}
.tp-caption.medium {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #303030;
}
.tp-caption.light {
    color: #FFF !important
}
.rev-bullet {
    color: #088c9b;
    font-size: 20px;
    vertical-align: 2px;
}
.boxshadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.2) !important
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(48,48,48,0.6)
}
.tp-bannertimer {
    background: rgba(255,255,255,0.25)
}
.tp-caption.dark-layer {
    background: rgba(21, 21, 21, 0.5);
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: table-cell;
}
#slider-video {
    margin-bottom: 10px !important
}
.erinyen .tp-thumb-over {
    background: rgba(0,0,0,0.5)
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
    background: transparent
}
/*-----------------------------------------------------------------------------------*/
/*	08. SERVICES
/*-----------------------------------------------------------------------------------*/
.numbered {
    counter-reset: stepsNum
}
.numbered .number {
    counter-increment: stepsNum;
    color: #088c9b;
}
.numbered .number:before {
    content: counter(stepsNum, decimal)
}
.numbered .number:after {
    content: ".";
    padding-right: 5px;
}
.border-box .box {
    border: 2px solid rgba(0,0,0,0.09);
    padding: 30px 20px;
    transition: all 200ms ease-in;
}
.border-box .box:hover {
    border-color: #088c9b
}
.border-box .box p {
    margin: 0
}
.border-box .box p + p {
    margin-bottom: 15px
}
.border-box.icon-top .box {
    padding: 60px 20px 35px;
    margin-top: 35px;
}
.border-box {
    margin-bottom: -30px
}
.border-box .box {
    margin-bottom: 30px
}
.border-box.icon-top .box .icon {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
.border-box .box .icon-img {
    background: none
}
.border-box .box .icon-img img {
    border-radius: 100%
}
.border-box .box .author .icon {
    margin: 0 auto
}
.border-box .icon:not(.icon-bg) i {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 15px;
    color: #088c9b;
}
.icon-bg {
    background: #088c9b;
    color: #FFF;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 100%;
    display: table;
}
.icon-bg i {
    display: table-cell;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.icon-bg.icon-s {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
}
.icon-bg.icon-s i {
    font-size: 25px
}
.feature {
    padding: 0 0 0 70px;
    position: relative;
    margin-bottom: 30px;
}
.feature .icon {
    position: absolute;
    left: 0;
}
.icon-m img {
    width: 85px;
    height: 85px;
}
.icon-m img {
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    width: auto;
}
.icon-m i {
    font-size: 50px
}
.icon-l img {
    width: 100%
}
.icon-s:not(.icon-bg) i {
    font-size: 45px;
    color: #088c9b;
    display: inline-block;
    margin-bottom: 15px;
}
.services {
    margin-bottom: -20px
}
.services .service {
    margin-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/*	09. INFO CARDS
/*-----------------------------------------------------------------------------------*/
.info-cards {
    padding: 0;
    margin: 0;
}
.info-cards li.info-card {
    list-style: none;
    clear: both;
    margin-top: 80px;
    overflow: hidden;
}
.info-cards li.info-card:first-child {
    margin: 0
}
.info-cards li.info-card .icon img {
    width: 400px;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/* 	10. PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.portfolio-grid .item figure {
    margin-bottom: 0
}
.portfolio-grid.detailed .item figure {
    margin-bottom: 20px
}
.portfolio-grid.col3 .items-wrapper,
.portfolio-grid.col4 .items-wrapper {
    margin-bottom: -15px;
    margin-right: -15px;
}
.portfolio-grid .item {
    float: left
}
.portfolio-grid.col3 .item,
.portfolio-grid.col4 .item {
    margin-bottom: 15px;
    width: 33.33339%;
    padding-right: 15px;
}
.portfolio-grid.col4 .item {
    width: 25%
}
.portfolio-grid.detailed .items-wrapper {
    margin-bottom: -40px
}
.portfolio-grid.detailed .item {
    margin-bottom: 40px
}
.isotope-filter {
    margin-bottom: 30px
}
.isotope-filter ul {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid rgba(0,0,0,0.09);
}
.isotope-filter ul li {
    display: inline-block;
    position: relative;
}
.isotope-filter ul li a {
    display: inline-block;
    color: #2e2e2e;
    background: none;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 0;
    padding-bottom: 15px;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    border: 0;
}
.isotope-filter.text-center ul li a {
    margin: 0 20px
}
.isotope-filter ul li a.is-checked:after {
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    position: absolute;
    border-bottom: 2px solid #088c9b;
}
.isotope-filter ul li a.is-checked,
.isotope-filter ul li a:hover {
    color: #088c9b
}
.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.item-details li {
    margin-bottom: 10px
}
.item-details li strong {
    padding-right: 3px;
    color: #303030;
    font-weight: 500;
    letter-spacing: -0.5px;
}
/*-----------------------------------------------------------------------------------*/
/*	11. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
figure li a,
figure li a img {
    display: block;
    overflow: hidden;
    position: relative;
}
figure a img {
    display: inline;
    max-width: 100%;
}
figure a .overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    transition: all 200ms ease-in;
    background: #FFF;
    background: rgba(123,196,230,0.9);
}
figure a .overlay.icon:after {
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
figure a:hover .overlay {
    opacity: 1
}
figure a .overlay .info {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: table;
}
figure a .overlay .info span {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
figure a .overlay.icon .info span:before {
    font-family: 'Ionicons';
    content: '\f44a';
    letter-spacing: normal;
    font-size: 22px;
}
/*-----------------------------------------------------------------------------------*/
/*	12. BLOG
/*-----------------------------------------------------------------------------------*/
.box {
    position: relative;
    border: 2px solid rgba(0,0,0,0.09);
    padding: 30px 35px;
}
.blog-carousel figure,
.blog-carousel2 figure {
    margin: 0 !important
}
.grid-view .box,
.blog-carousel .box,
.blog-carousel2 .box {
    border-top: 0
}
.blog-carousel .post-title,
.blog-carousel2 .post-title,
.grid-view .post-title {
    margin-bottom: 35px
}
.list-view .post-title {
    margin-bottom: 20px
}
.grid-view .post {
    margin-bottom: 30px
}
.list-view .post {
    margin-bottom: 20px
}
.list-view.featured {
    margin-bottom: -60px;
    overflow: hidden;
}
.classic-view .main {
    margin-bottom: 30px
}
.classic-view .post {
    margin-bottom: 60px
}
.classic-view .post-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
.pagination {
    display: block;
    margin: 0 0 20px 0;
    text-align: right;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 0;
}
.pagination ul > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination ul > li > a {
    display: inline;
    border: 2px solid rgba(0,0,0,0.09);
    border-left: 0;
    padding: 11px 18px;
    margin: 0;
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.pagination ul > li > a:hover {
    color: #088c9b
}
.pagination ul > li:first-child > a {
    border-left: 2px solid rgba(0,0,0,0.09)
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none;
    margin-bottom: 8px;
}
.pagination ul > .active > a span {
    color: #088c9b
}
.pagination i {
    font-size: 12px
}
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox:first-child {
    margin-top: 0
}
.sidebox a {
    color: inherit
}
.sidebox a:hover {
    color: #088c9b
}
.sidebar {
    padding-left: 35px !important
}
.sidebar.left-sidebar {
    padding-left: 15px !important;
    padding-right: 35px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	13. COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}
#comments ol.commentlist {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
#comments ol.commentlist li {
    background: none;
    margin-top: 30px;
}
#comments ol.commentlist li:first-child {
    margin: 0
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}
#comments .user img {
    border-radius: 100%
}
#comments .message p {
    margin: 0
}
#comments .message p + p {
    margin-top: 15px
}
#comments .message-inner {
    margin-left: 95px;
    position: relative;
    overflow: hidden;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
    margin-top: 30px;
}
#comments ol.commentlist ul.children li .message {
    padding: 25px;
    background-color: #f3f5f6;
}
#comments .info h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    display: inline;
}
#comments .info h4 {
    margin-bottom: 2px
}
#comments .info h4 a {
    color: #303030
}
#comments .info h4 a:hover {
    color: #088c9b
}
#comments .info .meta {
    display: block
}
#comments .info .meta .date {
    display: inline
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/* 	14. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-carousel {
    position: relative;
    padding-bottom: 20px;
    padding-right: 3px;
}
.owl-carousel figure {
    margin-bottom: 15px
}
.blog-carousel figure {
    margin: 0
}
.clients {
    padding: 0;
    margin-bottom: 40px;
}
.clients:last-child {
    margin-bottom: 0px;
}
.clients .item img {
    width: auto;
    max-width: 100%;
}
.clients .owl-controls {
    display: none !important
}
.owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    background: none;
    width: auto;
    height: auto;
    font-size: 50px;
    color: rgba(255,255,255,0.7);
    transition: color 200ms ease-in;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
    font-family: "Ionicons"
}
.owl-carousel .owl-nav .owl-prev {
    left: 25px
}
.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 25px;
}
.owl-nav .owl-prev:before {
    content: '\f3cf'
}
.owl-nav .owl-next:before {
    content: '\f3d1'
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: rgba(255,255,255,1)
}
.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    bottom: 0px;
    cursor: pointer;
    z-index: 2;
    transition: all 150ms ease-in;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
    display: block;
    border-radius: 100%;
    border: 2px solid #d2d2d2;
    width: 11px;
    height: 11px;
    transition: all 150ms ease-in;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d2d2d2
}
.quote .author {
    padding-left: 50px;
    display: table;
}
.quote .author .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.quote .author.text-center {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.quote .author .meta {
    margin: 0
}
.quote .author h5 {
    margin: 0
}
.quote .author .icon {
    float: left;
    margin-right: 10px;
}
.quote .author .icon img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.testimonials1 blockquote {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
.testimonials1 blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0;
    content: "\201D";
}
.testimonials1 blockquote:after,
.testimonials1 blockquote:before {
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 60px;
    top: 5px;
}
.testimonials2 blockquote {
    padding: 0 0 0 40px
}
.testimonials2 blockquote:before,
.testimonials2 blockquote:after {
    font-size: 70px
}
.testimonials2 blockquote {
    font-size: 16px;
    line-height: 28px;
}
/*-----------------------------------------------------------------------------------*/
/*	15. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 3px
}
.progress-list li {
    margin-bottom: 10px
}
.progress-list li span {
    float: right
}
.progress.plain {
    height: 20px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #088c9b !important;
    margin-top: -2px;
}
.bar-container {
    background: none !important;
    border-top: 2px solid rgba(0,0,0,0.09);
    border-bottom: 0;
    line-height: 1;
}
/*-----------------------------------------------------------------------------------*/
/*	16. CIRCLE PROGRESS
/*-----------------------------------------------------------------------------------*/
.circle-progress-wrapper {
    padding-bottom: 40px;
    margin-bottom: -40px;
}
.circle-progress {
    height: auto
}
.circle-progress > svg {
    height: 100%;
    display: block;
}
.circle-progress p {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 45px;
    word-break: keep-all;
}
.circle-progress p:after {
    display: inline-block;
    content: "%";
    font-size: 20px;
    vertical-align: middle;
}
.circle-progress h4 {
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 17px;
}
/*-----------------------------------------------------------------------------------*/
/*	 17. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
    font: inherit
}
.tooltip-inner {
    color: #fff;
    background-color: #088c9b;
    padding: 5px 12px 5px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #088c9b
}
.tooltip.right .tooltip-arrow {
    border-right-color: #088c9b
}
.tooltip.left .tooltip-arrow {
    border-left-color: #088c9b
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #088c9b
}
/*-----------------------------------------------------------------------------------*/
/*	18. TABS
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li > a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.nav-tabs {
    border-bottom: 2px solid rgba(0,0,0,0.09);
    margin-bottom: 15px;
}
.nav-tabs > li {
    margin: 0 25px 0 0
}
.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #303030;
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs > li > a:hover {
    background: none;
    border: 0;
    color: #088c9b;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #088c9b;
    border: 0;
    background: none;
}
.nav-tabs > li.active > a:after {
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    position: absolute;
    border-bottom: 2px solid #088c9b;
}
/*-----------------------------------------------------------------------------------*/
/*	19. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}
.panel-group .panel-heading .panel-title {
    color: #303030;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
    border: 2px solid rgba(0,0,0,0.09);
    border-radius: 0;
    transition: all 150ms ease-in;
}
.panel-group .panel-title > a {
    display: block;
    padding: 10px 20px;
}
.panel-group .panel-active a,
.panel-group .panel-title > a:hover {

}
.panel-group .panel-heading .panel-title:hover,
.panel-group .panel-active .panel-heading .panel-title {
    border: 2px solid #088c9b;
    color: #088c9b;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}
.panel-body {
    padding: 20px 0
}
/*-----------------------------------------------------------------------------------*/
/*	20. TILES
/*-----------------------------------------------------------------------------------*/
.tiles .items:after {
    content: '';
    display: block;
    clear: both;
}
.tiles {
    margin: 0 -20px -20px 0;
    overflow: hidden;
}
.tiles.instagram {
    margin: 0 -10px -10px 0
}
.tiles .item {
    float: left;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.tiles .item {
    height: auto
}
.tiles .item figure {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.tiles.instagram .item {
    margin-bottom: 10px !important
}
.tiles.instagram .item figure {
    margin: 0 10px 0 0
}
.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* 	21. FACTS
/*-----------------------------------------------------------------------------------*/
.facts .icon {
    background: #088c9b;
    color: #FFF;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 100%;
    display: table;
    margin: 0 auto;
}
.facts .icon i {
    display: table-cell;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.facts .counter {
    color: #303030;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 28px;
}
.facts p {
    color: #707070;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.inverse-wrapper .facts .icon {
    background: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
.inverse-wrapper .facts .icon i {
    font-size: 60px
}
.inverse-wrapper .facts .counter {
    color: #fff !important;
    font-size: 35px;
}
.inverse-wrapper .facts p {
    font-size: 14px
}
/*-----------------------------------------------------------------------------------*/
/*	22. PROCESS
/*-----------------------------------------------------------------------------------*/
.process {
    margin-bottom: -30px
}
.process .content {
    padding: 20px 20px 30px 20px;
    position: relative;
}
.process.numbered .content .number {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 70px;
    color: #303030;
    opacity: 0.07;
    font-family: 'Lora', serif;
    font-weight: bold;
    font-style: italic;
    z-index: 0;
}
.process .content .icon {
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 70px;
    color: #303030;
    opacity: 0.07;
    z-index: 0;
}
.process.numbered .number:before {
    content: counter(stepsNum, decimal-leading-zero) !important
}
.process.numbered .number:after {
    display: none
}
.row-full-height {
    height: 100%
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
/*-----------------------------------------------------------------------------------*/
/* 	23. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/
.panel.pricing {
    text-align: center;
    border: 2px solid rgba(0,0,0,0.09);
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    margin: 0;
}
[class*="col-"]:first-child .panel.pricing {
    border-left: 2px solid rgba(0,0,0,0.09)
}
.panel.pricing.active {
    border-color: transparent
}
.panel.pricing.active::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: 3px solid #088c9b !important;
    z-index: 5;
    transition: all 200ms ease-in;
}
.panel.pricing .panel-heading {
    padding: 0
}
.panel.pricing .panel-title {
    margin: 0;
    padding: 35px 0;
    font-size: 22px;
    color: #303030;
    background: #FFF;
    border-bottom: 2px solid rgba(0,0,0,0.09);
}
.panel.pricing table {
    margin-bottom: 0
}
.pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    background: #FFF;
    border-top: 2px solid rgba(0,0,0,0.09);
}
.panel.pricing .price {
    padding: 37px 0 30px;
    margin: 0 0 -1px 0;
    color: #088c9b;
    font-weight: 700;
    background: #f7f7f7;
}
.price-value {
    font-size: 50px
}
.price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 16px;
}
.price-duration {
    font-size: 14px;
    display: block;
}
.price-duration:before {
    content: "/";
    padding-right: 5px;
}
.panel-desc {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-family: 'Lora', serif;
    font-style: italic;
    color: #707070;
    font-size: 13px;
    letter-spacing: normal;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 0;
    line-height: 1;
    vertical-align: top;
}
.pricing .table > tbody > tr > td {
    border: 0
}
.panel.pricing .table > tbody > tr:nth-child(2n) {
    background: none
}
.panel-footer {
    padding: 25px 0 40px;
    background: none;
    border: 0;
    background: #FFF;
}
.panel.pricing .panel-footer a {
    margin: 0
}
.panel.pricing2 {
    border: 0 !important
}
.panel.pricing2 {
    border-left: 2px solid rgba(0,0,0,0.09) !important
}
[class*="col-"]:first-child .panel.pricing2 {
    border-left: 0 !important
}
.panel.pricing2 .price {
    padding: 10px 0 0;
    margin: 0;
    color: #303030;
    background: none;
    font-weight: 500;
}
.panel.pricing2 .panel-title,
.pricing2 .panel-body {
    border: 0;
    background: none;
}
.panel.pricing2 .panel-title {
    padding-top: 5px;
    font-size: 20px;
}
.pricing2 .price-duration {
    font-size: 14px;
    display: inline;
}
.pricing2 .panel-heading {
    padding-top: 10px !important
}
.pricing2 .panel-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
}
/*-----------------------------------------------------------------------------------*/
/* 	24. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebar .meta a {
    color: #aaa !important
}
.sidebar .meta a:hover,
footer .meta a:hover {
    color: #088c9b !important
}
footer hr {
    padding-top: 20px;
    margin-bottom: 40px;
}
footer [class*="col-"] .widget {
    margin-top: 30px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}
.widget-title {
    margin-bottom: 15px
}
footer .widget .post-list {
    padding: 0;
    margin: 0;
}
footer .widget .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer .widget .post-list li {
    clear: both;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}
footer .widget .post-list li .meta {
    margin-bottom: 5px
}
footer .widget .post-list li a {
    color: #4d4d4d
}
footer .widget .post-list li a:hover {
    color: #088c9b
}
footer .widget .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
}
footer .widget .post-list p {
    margin-bottom: 0
}
.sidebox .post-list {
    padding: 0;
    margin: 0;
}
.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.sidebox .post-list li a {
    color: #4d4d4d
}
.sidebox .post-list li a:hover {
    color: #088c9b
}
.sidebox .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebox .post-list .post-content {
    margin-left: 85px;
    margin-bottom: 0;
}
.sidebox .post-list li .meta {
    margin-bottom: 2px
}
.widget .list {
    list-style: none;
    margin: 0;
}
ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: -10px;
}
ul.tag-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
}
.inverse-wrapper ul.tag-list li a {
    color: #fff !important
}
/*-----------------------------------------------------------------------------------*/
/*	25. MAILCHIMP / NEWSLETTER
/*-----------------------------------------------------------------------------------*/
.newsletter-wrapper .newsletter-form {
    background: none;
    font-family: inherit;
}
.newsletter-wrapper {
    position: relative;
    width: 100%;
}
.newsletter-wrapper .newsletter-form input[type="email"] {
    width: 100%;
    transition: all 150ms ease-in;
    padding-right: 85px;
}
footer .newsletter-wrapper,
footer .searchform {
    width: 300px;
    max-width: 100%;
}
.newsletter-wrapper .newsletter-form .btn {
    position: absolute;
    right: -4px;
    top: 0;
    padding: 14px 20px;
}
@-moz-document url-prefix() { 
	.newsletter-wrapper .newsletter-form .btn {
	    padding-top: 13px !important
	}
}
.newsletter-form input.email {
    display: block;
    padding: 8px 0;
    margin: 0;
    text-indent: 15px;
    width: 100%;
    min-width: 130px;
}
.newsletter-wrapper .newsletter-form form {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	26. FORMS
/*-----------------------------------------------------------------------------------*/
select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 400;
}
label {
    font-weight: inherit
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 41px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 41px;
    color: inherit;
    background: transparent;
    border: 2px solid rgba(0,0,0,0.09);
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in;
}
.widget input {
    margin-bottom: 0
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.15);
}
textarea {
    height: 100%;
    padding: 8px 13px;
    line-height: 22px;
    margin-bottom: 20px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}
.form-container .form-field {
    position: relative
}
.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 37px;
    border-right: 1px solid #ccc;
    font-weight: normal;
}
.form-container .form-field input,
.form-container .form-field select {
    -moz-appearance: none
}
/*.form-container [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}*/
select {
    color: #595959 !important
}
@-moz-document url-prefix() { 
	select {
	    color: #595959 !important;
	    text-shadow: 0 0 0 transparent !important;
	}
}
.vanilla-form .btn {
    display: block
}
.text-center .vanilla-form .btn {
    margin: 0 auto
}
.vanilla-form label.custom-select {
    position: relative;
    display: block;
}
.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 41px;
    width: 41px;
    pointer-events: none;
    padding: 10px 0 0 0;
    color: #858585;
}
.vanilla-form label.custom-select span {

}
.vanilla-form label.custom-select span::after {
    content: '\f123';
    font-family: "Ionicons";
    font-size: 11px;
}
.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form label.custom-select select.error,
.vanilla-form label.custom-select select.error:active,
.vanilla-form label.custom-select select.error:focus {
    border: 2px solid #de4747
}
.state-error,
.btn.state-error:hover {
    background: #de4747 !important;
    color: #FFF;
}
.vanilla-form .radio-set {
    margin-bottom: 10px
}
.vanilla-form .radio-set label {
    margin-right: 10px
}
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: -3px;
    position: relative;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #088c9b
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}
.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}
.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #088c9b;
    border-color: #088c9b;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #088c9b
}
.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}
.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #088c9b;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}
.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ddb8be;
    color: #a94442;
}
.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #c0d6ae;
    color: #3c763d;
}
.searchform {
    position: relative
}
.searchform input {
    width: 100%
}
.searchform input {
    margin: 0;
    padding-right: 90px;
}
.searchform .btn {
    position: absolute;
    right: -4px;
    top: 0;
    padding: 14px 20px;
}
@-moz-document url-prefix() { 
	.searchform .btn {
	    padding-top: 13px !important
	}
}
::-webkit-input-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
}
:-moz-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #595959 !important;
    font-weight: normal !important;
}
/*-----------------------------------------------------------------------------------*/
/* 	27. VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/
.video-wrap video {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
}
video::-webkit-media-controls {
    display: none !important
}
.video-wrap {
    height: 100%;
    width: 100%;
}
#video-work {
    background: url('style/video/office.jpg') fixed no-repeat center center;
    background-size: cover;
}
.content-overlay {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    background: rgba(30,30,30,0.5);
}
.content-overlay .text {
    display: table-cell;
    vertical-align: middle;
}
.outer-wrap {
    height: 500px
}
/*-----------------------------------------------------------------------------------*/
/*	28. GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
    bottom: 20px;
    right: 20px;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
    font-size: 16px;
}
#scrollUp i {
    font-size: 12px;
    color: #FFF;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	29. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.pull-right .social li,
.social.pull-right li,
.text-right .social li {
    margin: 0 0 20px 20px
}
.text-center .social li,
.social.text-center li {
    margin: 0 10px 20px 10px
}
.social li a {
    display: table;
    line-height: 1;
}
.social li a i {
    background: none;
    box-shadow: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 16px;
    transition: all 150ms ease-in;
}
.social li a {
    color: #595959
}
.social li a:hover {
    color: #088c9b
}
/*-----------------------------------------------------------------------------------*/
/*	30. LIGHTGALLERY
/*-----------------------------------------------------------------------------------*/
.lg-backdrop {
    background: #303030
}
.lg-icon {
    transition: all 200ms ease-in
}
.lg-outer .lg-thumb-item {
    border-radius: 0
}
.lg-outer .lg-thumb-item,
.lg-outer .lg-thumb-item:hover {
    border-color: transparent
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item.active:hover {
    border-color: #088c9b
}
.lg-outer .lg-thumb {
    text-align: center
}
.lg-outer .lg-thumb-item {
    float: none;
    display: inline-block;
}
.lg-sub-html {
    z-index: 1060
}
.lg-sub-html p {
    font-size: 14px;
    color: #d5d5d5;
}
.lg-sub-html .post-title,
.lg-sub-html h3 {
    color: #FFF;
    font-size: 20px;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 80px
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer {
    background: #272727 !important
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
    background: rgba(48,48,48,0.5) !important
}
.lg-outer .lg-toogle-thumb,
#lg-counter,
.lg-toolbar .lg-icon,
.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #ccc
}
.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb {
    border-radius: 0
}
.lg-outer .lg-toogle-thumb {
    z-index: 1061
}
.lg-sub-html {
    padding: 15px 40px
}
.lg-outer .lg-thumb {
    padding: 7px 0
}
.lg-outer .lg-item {
    background: none
}
.lg-outer .lg-item.lg-complete:after {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	31. FONT ICON PAGES
/*-----------------------------------------------------------------------------------*/
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
}
.font-icons i {
    font-size: 36px !important
}
.alert .close {
    line-height: 20px
}
.retina-icons-code {
    font-size: 14px
}
.retina-icons-code i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    background: none;
    white-space: normal;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none !important
}
.table-bordered {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    border-left: none;
    background: none;
}
.table-bordered th,
.table-bordered td {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important
}
.retina-icons-code td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}
.retina-icons-code th {
    padding: 20px 10px !important
}
.retina-icons-code .table th,
.retina-icons-code .table td {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important
}
.retina-icons-code .table-bordered>thead>tr>th,
.retina-icons-code .table-bordered>tbody>tr>th,
.retina-icons-code .table-bordered>tfoot>tr>th,
.retina-icons-code .table-bordered>thead>tr>td,
.retina-icons-code .table-bordered>tbody>tr>td,
.retina-icons-code .table-bordered>tfoot>tr>td {
    border: 1px solid rgba(0,0,0,0.15) !important
}
.retina-icons-code code {
    color: inherit
}
.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}
.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}
.flats {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.flats img {
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    margin-bottom: 50px;
    display: inline;
}
/*-----------------------------------------------------------------------------------*/
/*	32. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm6 {
    margin-right: 6px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp25 {
    padding-right: 25px
}
.rp30 {
    padding-right: 30px
}
.rp40 {
    padding-right: 40px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp5 {
    padding-left: 5px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp25 {
    padding-left: 25px
}
.lp30 {
    padding-left: 30px
}
.lp35 {
    padding-left: 35px
}
.lp40 {
    padding-left: 40px
}
.lp50 {
    padding-left: 50px
}
.lp100 {
    padding-left: 100px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp25 {
    padding-top: 25px
}
.tp30 {
    padding-top: 30px
}
.tp40 {
    padding-top: 40px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.tm40 {
    margin-top: 40px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm40 {
    margin-bottom: 40px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
/*-----------------------------------------------------------------------------------*/
/*	33. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) { 
	.box-layout {
	    background: transparent url(style/images/bg1.jpg) repeat fixed;
	    padding: 0;
	}
	.box-layout .content-wrapper {
	    background: #FFF;
	    position: relative;
	}
	.box-layout .content-wrapper,
	.box-layout footer.footer {
	    width: 1270px;
	    margin: 0 auto;
	    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
	.box-layout footer.footer {
	    box-shadow: none
	}
	.box-layout footer.footer-bg2 {
	    position: relative;
	    z-index: 999;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) { 
	.portfolio-grid.col4 .item {
	    width: 33.33339%
	}
    .grid-view-post-product .post {
        border: 1px solid rgba(193,193,193,1) !important;
        display: block !important;
    }
    .grid-view-post-product .box {
        padding: 10px !important;
        width: 100% !important;
        float: none !important;
        border: none !important;
        padding-bottom: 0 !important;
    }
    .grid-view-post-product .post-title {
        height: auto !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .grid-view-post-product .post .box ul {
        padding: 0 !important;
        margin: 0 !important;
        display: none !important;
    }
    .grid-view-post-product figure {
        padding: 10px !important;
        width: 100% !important;
    }
}
@media (min-width: 992px) { 
	.navbar .navbar-collapse {
	    float: right;
	    position: relative;
	    right: 0;
	}
	.navbar .navbar-nav {
	    float: none;
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    margin: 0 !important;
	}
	.navbar .navbar-nav > li {
	    margin: 0;
	    display: inline-block;
	}
	.navbar.extended.centered .navbar-nav > li > a {
	    padding-left: 10px;
	    padding-right: 30px;
	}
	.navbar.extended .navbar-nav > li > a {
	    padding-right: 30px;
	    padding-left: 0;
	}
	.navbar.extended.narrow .navbar-nav > li > a {
	    padding-right: 20px;
	    padding-left: 10px;
	}
	.navbar .navbar-nav > li:last-child > a {
	    padding-right: 0
	}
	.navbar.classic .navbar-nav > li:last-child > a {
	    padding-right: 8px
	}
	.navbar .dropdown-menu {
	    padding-top: 11px;
	    padding-bottom: 11px;
	    background: #393939;
	}
	.navbar .dropdown-menu li {
	    border: none
	}
	.navbar .dropdown-menu li a {
	    padding: 11px 22px
	}
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 11px 22px;
	    color: #FFF !important;
	}
	.navbar-nav ul ul {
	    padding-top: 6px !important;
	    padding-left: 2px !important;
	}
	.navbar-nav ul ul ul {
	    padding-left: 5px !important
	}
	.navbar-nav ul ul li {

	}
	.navbar.extended .navbar-header {
	    width: 100%;
	    height: auto;
	    padding: 30px 0;
	}
	.navbar.extended .navbar-collapse {
	    float: none !important;
	    width: 100%;
	}
	.navbar.extended.centered .navbar-brand,
	.navbar.extended.centered .navbar-header,
	.navbar.extended.centered .navbar-collapse {
	    float: none !important;
	    text-align: center;
	}
	.navbar.extended .info,
	.navbar.extended .social-wrapper {
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	}
	.navbar .top-bar .info,
	.navbar .top-bar .social-wrapper {
	    width: auto;
	    display: table-cell;
	    vertical-align: middle;
	}
	.navbar.extended.centered .social-wrapper {
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	}
	.navbar.extended .social-wrapper {
	    width: auto
	}
	.navbar.extended.fixed .navbar-header {
	    display: none
	}
	.navbar.extended.centered .navbar-nav > li {
	    margin: 0 10px
	}
	.navbar.extended .navbar-nav > li {
	    margin: 0 20px 0 0
	}
	.navbar.classic .navbar-nav > li {
	    margin: 0 0 0 50px
	}
	.navbar.extended.centered .navbar-nav > li > a {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.navbar.extended .navbar-collapse {
	    background: #f3f3f3
	}
	.navbar.extended:not(.centered) .navbar-collapse .container,
	.navbar.classic .container {
	    display: table;
	    vertical-align: middle;
	}
	.navbar.extended .navbar-collapse .navbar-nav {
	    float: none;
	    display: inline-block;
	}
	.navbar.extended .navbar-collapse .navbar-nav > li {
	    display: inline-block
	}
	.navbar.classic .navbar .navbar-nav {
	    float: none;
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    margin: 0 !important;
	}
	.navbar.classic .navbar-header {
	    display: table;
	    position: relative;
	}
	.navbar.classic .navbar-brand {
	    width: auto
	}
	.info-cards li.info-card.left .icon {
	    float: left
	}
	.info-cards li.info-card.right .icon {
	    float: right
	}
	.info-cards li.info-card.left .info-content {
	    padding-left: 470px
	}
	.info-cards li.info-card.right .info-content {
	    padding-right: 470px
	}
    .blog-content {
        padding-left: 47.5px !important;
        padding-right: 47.5px !important;
    }
}
@media (max-width: 991px) { 
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-header .navbar-brand {
	    width: 100%
	}
	.navbar .nav-bars-wrapper {
	    display: table-cell;
	    vertical-align: middle;
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar .navbar-nav > li {
	    margin: 0 30px
	}
	.navbar .navbar-nav > li > a {
	    color: #fff !important
	}
	.navbar .nav > li.current > a,
	.navbar .nav > li > a:hover {
	    color: #fff !important
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 10px 0px !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar .top-bar,
	.navbar .info {
	    display: none
	}
	.navbar:not(.fixed) .navbar-header {
	    height: 94px !important
	}
	.navbar .navbar-brand {
	    text-align: left !important
	}
	.navbar-default:not(.fixed) {
	    background: #f3f3f3 !important
	}
	.navbar.extended.narrow.fixed {
	    background: rgba(255,255,255,0.9)
	}
	.navbar .navbar-collapse,
	.navbar .navbar-collapse .container.inverse-wrapper {
	    background: #393939 !important;
	    padding: 0;
	}
	.navbar.extended.narrow:not(.fixed) .navbar-collapse .container {
	    padding: 0
	}
	.navbar .navbar-nav {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.info-cards li.info-card .icon img {
	    display: inline
	}
	.info-cards li.info-card .icon {
	    text-align: center;
	    margin-bottom: 30px;
	}
	[class*="col-"][class*="lp"] {
	    padding-left: 15px;
	    margin-top: 30px;
	}
	[class*="col-"][class*="rp"] {
	    padding-right: 15px
	}
	.tp-caption .btn {
	    padding: 10px 17px !important;
	    font-size: 11px !important;
	}
	.thin,
	.thin2 {
	    width: 100%
	}
	.grid-view figure img,
	.list-view figure img {
	    width: 100% !important
	}
	.list-view figure {
	    margin-bottom: 20px
	}
	.portfolio-grid.col3 .item,
	.portfolio-grid.col4 .item {
	    width: 50%
	}
}
@media (min-width: 768px) and (max-width: 1024px) { 
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar .navbar-header {
	    width: 750px;
	    margin: 0 auto;
	    padding-left: 15px;
	    padding-right: 15px;
	}
    .grid-view-post-product .post {
        border: 1px solid rgba(193,193,193,1) !important;
        display: block !important;
    }
    .grid-view-post-product .box {
        padding: 10px !important;
        width: 100% !important;
        float: none !important;
        border: none !important;
        padding-bottom: 0 !important;
    }
    .grid-view-post-product .post-title {
        height: auto !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .grid-view-post-product .post .box ul {
        padding: 0 !important;
        margin: 0 !important;
        display: none !important;
    }
    .grid-view-post-product figure {
        padding: 10px !important;
        width: 100% !important;
    }
    .post-content .post-header__pdf .post-header__item {
        justify-content: flex-start !important;
        width: 100% !important;
    }
}
@media (max-width: 767px) { 
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar .navbar-header {
	    padding-left: 20px;
	    padding-right: 20px;
	    width: 100%;
	}
	.tp-caption .btn {
	    padding: 9px 15px !important;
	    font-size: 9px !important;
	}
	footer [class*="col-"] {
	    margin-bottom: 30px
	}
	[class*="col-"] {
	    /* margin-bottom: 30px */
	}
	.form-container [class*="col-"] {
	    margin-bottom: 0
	}
	.border-box.icon-top [class*="col-"] {
	    margin-bottom: 60px
	}
	.panel.pricing {
	    border: 2px solid rgba(0,0,0,0.09)
	}
	.panel.pricing2 {
	    border-left: 0 !important;
	    border-top: 2px solid rgba(0,0,0,0.09) !important;
	}
	[class*="col-"]:first-child .panel.pricing2 {
	    border-top: 0 !important
	}
	.pricing2 .panel-heading {
	    padding-top: 30px !important
	}
	.portfolio-grid.col3 .item,
	.portfolio-grid.col4 .item {
	    width: 100%
	}
	.portfolio-grid img {
	    width: 100%
	}
	.tiles .col-xs-6 {
	    width: 100%
	}
	.process [class*="col-"] {
	    display: inline
	}
	.sidebar {
	    margin-top: 60px;
	    padding-left: 15px !important;
	}
	#flow .tp-caption {
	    display: none
	}
	.xs-center {
	    text-align: center
	}
	.parallax .col-xs-12 {
	    margin: 0
	}
	.grid-view .grid-view-post {
	    width: 100% !important
	}
	.page-title h1,
	.breadcrumbs {
	    float: none !important
	}
	.breadcrumbs {
	    margin-top: 5px
	}
	#comments .user {
	    display: none
	}
	#comments .message-inner {
	    margin-left: 0
	}
	#comments ul.children {
	    padding: 0 0 0 25px
	}
	.section-title h2 {
	    padding: 0;
        font-size: 20px;
	}
	.section-title h2:before,
	.section-title h2:after {
	    display: none
	}
    .box-sidebar{
        display: none;
    }
    .box-sidebar-mobile{
        display: block !important;
    }
    .box-call-mobile{
        position: fixed;
        width: 100%;
        padding: 20px;
        z-index: 9999;
        bottom: 0;
        display: flex !important;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }
    .box-master-page {
        padding-top: 0 !important;
        margin-left: auto !important;
        margin-top: 75px !important;
        margin-bottom: 0 !important;
    }
    .grid-view-about-post .main {
        height: auto !important;
    }
    .grid-view-post-product:nth-child(odd) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .grid-view-post-product:nth-child(even) {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .grid-view-post-product {
        margin-bottom: 10px !important;
    }
    .wrapper-sidebar {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    .description_top{
        display: none;
    }
    #scrollUp{
        display: none !important;
    }
    .reset-margin{
        margin:0 !important;
    }
    .footer{
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 0 !important;
        padding-bottom: 60px !important;
    }
    .box-logo-mobile img {
        width: 80px !important;
    }
    .lang li{
        float: left;
        list-style: none;
        margin-left: 10px;
    }
    .lang ul{
        float:right;
    }
    .call-zalo {
        right: 20px !important;
    }
    .menu-list li a {
        display: block;
    }
    .section-title h2:before {
        margin-left: -100%;
        margin-right: 20px;
    }
    .section-title h2:after {
        margin-right: -100%;
        margin-left: 20px;
    }
    .section-title h2:before, .section-title h2:after {
        content: '';
        width: 100%;
        border-bottom: 2px solid rgba(0,0,0,0.09);
        display: inline-block;
        vertical-align: middle;
    }
    .grid-view-about-post:nth-child(odd) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .grid-view-about-post:nth-child(even) {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .grid-view-about-post {
        margin-bottom: 10px !important;
    }
    .grid-view-product-type-post{
        margin-bottom: 30px !important;
    }
    .grid-view-product-type-post:nth-child(odd) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .grid-view-product-type-post:nth-child(even) {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .box-product{
        margin-right:10px !important;
    }
    .grid-view-product-post{
        margin-bottom: 10px !important;
        padding-left: 10px !important;
    }
    .SP{
        display: none;
    }
    .grid-view-post-product .post {
        display: block !important;
    }
    .grid-view-post-product .post-title {
        text-align: center;
        margin-bottom: 0 !important;
        font-size: 12px;
        height: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grid-view-post-product .post-title a {
        font-weight: bold;
    }
    .grid-view-post-product .box {
        padding: 10px;
        width: 100% !important;
        float: none;
        border: none;
    }
    .grid-view-post-product figure {
        padding: 0 !important;
        width: 100% !important;
    }
    .grid-view-post-product .post .box ul {
        padding: 0;
        display: none;
    }
    .box-product-type {
        padding: 0 !important;
    }
    .grid-view-product-type-post .title h3 {
        font-size: 14px !important;
    }
    .line-footer-SP{
        display: block !important;
    }
    .SP{
        display: block;
    }
    .PC{
        display: none;
    }
    .border-bottom-line{
        border-bottom: solid 1px #a5a5a5;
    }
    .post-content p{
        text-align: justify;
        margin: 0 0 10px;
    }
    .blog-example {
        padding: 0 !important;
    }
    .grid-view-product-example-post {
        margin-right: 0 !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 10px !important;
    }
    .grid-view-product-example-post .title h3 {
        height: 30px !important;
    }
    .box-category a{
        font-size: 20px !important;
    }
    .btn-product-type {
        padding: 1px 1px !important;
    }
    .grid-view-product-post .post .box a .text-blue, .text-red,.title h3 {
        line-height: 19px !important;
    }
    .grid-view-product-post .post .box,.grid-view-product-example-post .post .box {
        padding-top: 20px !important;
    }
    .post-content .post-title {
        font-size: 20px !important;
    }
    /* .blog-content {
        padding-left: 47.5px !important;
        padding-right: 47.5px !important;
    } */
    .box-product-detail{
        /* padding-left: 15px !important;
        padding-right: 15px !important; */
    }
    .box-product-detail p{
        font-size: 16px;
    }
    .blog-posts .post-content .col-md-9{
        padding:0 20px;
    }
    .box-blog-detail{
        /* padding-left: 15px !important;
        padding-right: 15px !important; */
    }
    .box-menu-mobile{
        top: 0px;
        position: fixed;
        height: 100%;
        width: 70%;
        z-index: 9999;
        left: -101%;
        display: block !important;
    }
    .grid-view-product-type-post .title h3{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .post-content .post-header{
        flex-flow: column;
        /* padding: 20px; */
    }
    .post-header .post-header__photos {
        margin-right: 0px !important;
        margin-bottom: 40px;
    }
    .post-header .post-header__photos .thumnail {
        gap: 10px !important;
        margin-top: 10px !important;
    }
    .post-header .post-header__photos .thumnail .thumnail-image {
        height: unset;
    }
    .post-content .post-header__pdf {
        flex-flow: column;
        padding: 20px;
    }
    .post-content .post-header__pdf .post-header__item {
        justify-content: flex-start !important;
        width: 100% !important;
    }
    .youtube-video {
        width: 100% !important;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  35. CUSTOM
/*-----------------------------------------------------------------------------------*/
.decoration_top{
    z-index: 1;
    height: 11px;
    background-repeat: repeat-x;
    background-image: url(../images/backdeco.png);
    width: 100%;
    margin-top: 30px;
}
.description_top{
    width: 100%;
    background-color: #068c9b;
    color: #fff;
    z-index: 99999;
    position: fixed;
    text-align: center;
    line-height: 30px;
    top: 0;
}
.grid-view-post-product{
    margin-bottom: 25px;
}
.grid-view-post-product:nth-child(odd) {
    padding-left: 25px;
    padding-right: 12.5px;
}
.grid-view-post-product:nth-child(even) {
    padding-right: 25px;
    padding-left: 12.5px;
}
.grid-view-post-product .post{
    border: 1px solid rgba(193,193,193,1);
    display: flex;
}
.grid-view-post-product .box {
    padding: 10px;
    width: 100%;
    float: left;
    border:none;
}
.grid-view-post-product .box ul li{
}
.grid-view-post-product figure {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.box-master-page{
    margin:0;
    margin-left: 280px;
}
.footer{
    padding:30px 25px;
    background: #f1f1f1;
}
.box-carousel{
    margin: 30px 0;
}
.parallax .inner {
    padding-top: 0;
    padding-bottom: 0;
}
.box-sidebar{
    padding: 0;
    position: fixed;
    height: 100%;
    background-color: #048c9b;
    top: 30px;
    width: 280px;
}
.box-logo{
    text-align: center;
    padding: 20px 40px;
    background: url(../images/bg2.jpg);
    background-repeat: no-repeat;
}
.box-logo img{
    width: 100%;
}
.box-menu{
    padding:20px 0 0 0;
    background-image: linear-gradient(#03a7b9 10%, #048c9b 90%);
    display: flex;
    flex-flow: column;
    align-items: center;
}
.box-menu ul{
    padding:0;
}
.box-menu li{
    list-style: none;
    text-decoration: none;
    margin:5px 0;
}
.box-menu li a{
    color:#fff;
    font-size: 12px;
}
.box-menu li a:hover{
    color:#000000;
}
.box-menu .menu-submenu {
  display: none;
}
.box-menu .menu-submenu ul{
  padding:0 0 0 10px;
}
.box-menu .active > a {
  color:#000000;
}
.box-menu i {
  display: none;
}
.box-menu .active > i {
  display: inline-block;
}
.menu-submenu{
  margin-left: 10px;
}
.menu-submenu .active > i {
  display: inline-block;
}
.menu-submenu .active > a {
  color:#000000;
}
.box-lang{
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 10px;
}
.box-lang p{
    color: #fff;
    margin-top: 10px;
}
.box-lang img{
    width: 30px;
    border-radius: 0;
}
.box-sidebar-mobile{
    display: none;
    background-color: #fff;
    padding:10px 10px 0 10px;
    border-bottom: solid 1px #dadada;
}
.clear-both{
    clear: both;
}
.box-logo-mobile{
    float: left;
}
.box-logo-mobile img{
    width: 100px;
}
.box-lang-mobile img{
    height: 22px;
    border-radius: 0;
}
.box-lang-mobile p{
    margin: 0;
    text-align: right;
    font-size: 13px;
    color: #db2017;
    display: inline-block;
    font-weight: bold;
}
.lang{
    text-align:right;
    margin-top:5px;
}
/*menu mobile*/
.show-menu-mobile{
    font-size: 28px;
}
.hamburger-menu {
    text-align: center;
    display: inline-block;
    padding:0;
    margin-top: -2px;
}
.menu .name {
    margin: 0;
    font-size: 13px;
    color: #048c9b;
    display: block;
    font-weight: bold;
    margin-left: -5px;
    margin-top: -2px;
    text-align: center;
}
.hamburger-menu img{
    height: 40px;
    filter: invert(8%) sepia(100%) saturate(6481%) hue-rotate(174deg) brightness(102%) contrast(143%);
}
.hamburger-menu a{
    color:#048c9b;
    font-size: 54px;
}
.hamburger-menu a:hover, .hamburger-menu a:focus {
    color: #048c9b;
}
.hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #8a8a8a;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 0;
}
.hamburger-menu span:nth-child(2) {
    top: 9px;
}
.hamburger-menu span:nth-child(3) {
    top: 18px;
}
.hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
.hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-list .menu-submenu {
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
}
.menu-list .menu-submenu li {
    text-decoration: none;
    text-align: left;
    padding: 10px 0;
}
.menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    max-width: 450px;
    background: #048c9b;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
    text-align: left;
}
.menu-list li.notsub{
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
    text-align: left;
}
.menu-list li:first-of-type {
    border-top: 0;
}
.menu-list li a{
    color:#fff;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #db2017;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
/*end menu mobile*/
/*call and email*/
.box-call-mobile{
    display: none;
}
.phone-mobile{
    float: left;
}
.phone-mobile a{
    color:#0bcd74;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-flow: column;
}
.zalo-mobile a{
    color:#ff5439;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-flow: column;
}
.phone-mobile a img, .zalo-mobile a img{
    animation: phone-circle-fill 1s infinite ease-in-out;
}
.phone-mobile i,.email-mobile i,.menu-hamburger-mobile i{
    font-size: 50px;
}
.email-mobile{
    float:right;
}
.menu-hamburger-mobile{
    float:left;
}
@-webkit-keyframes phone-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
/*end call and email*/
/*about*/
.grid-view-about-post{
    margin-bottom: 25px;
}
.grid-view-about-post:nth-child(odd) {
    padding-left: 25px;
    padding-right: 12.5px;
}
.grid-view-about-post:nth-child(even) {
    padding-right: 25px;
    padding-left: 12.5px;
}
.grid-view-about-post .title{
    background-color: #cdcdcd;
    text-align: center;
    padding:5px 0 0 0;
    border-radius: 10px 10px 0px 0px;
}
.grid-view-about-post .title h3{
    font-size: 16px;
    color:#088c9b;
    line-height: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: bold;
}
.grid-view-about-post .post {
    border:1px solid rgba(193, 193, 193, 1);
}
.grid-view-about-post .post .box {
    padding: 10px 10px;
    border: none;
}
.grid-view-about-post .post .box .post-title, .grid-view-product-example-post .post .box p {
    min-height: 65px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid-view-about-post .post .box .more, .blog-posts .post .post-content .more, .grid-view-product-post .post .box .more, .grid-view-product-example-post .post .box .more {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    background: #03a859;
    padding: 5px 10px;
}
.grid-view-about-post .main{
    padding:0;
}
.grid-view-about-post .main img{
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.btn-detail, .btn-blog-detail {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}
.btn-detail .more{
    color: #fff !important;
}
.btn-detail .more:hover{
    color: #fff !important;
}
.btn-detail .more:after, .btn-blog-detail .more:after {
    content: "";
    padding-left: 0;
}
.btn-blog-detail .more{
    color: #fff !important;
}
.btn-blog-detail .more:hover{
    color: #fff !important;
}
/*end about*/
/*single page*/
.post-content .post-header {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,0.09);
}
.post-header .post-header__photos{
    flex: 1;
    margin-right: 40px;
    display: flex;
    flex-flow: column;
}
.post-header .post-header__photos .big-image{
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 20px;
}
.post-header .post-header__photos .thumnail{
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.post-header .post-header__photos .thumnail .thumnail-image{
    overflow: hidden;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 60px;
}
.post-header .post-header__photos .thumnail .active > img{
    border: 1px solid #43adb9;
    box-shadow: 5px 5px 15px #e5e5e5;
}
.post-header .post-header__info-tech{
    flex: 1;
}
.post-content .post-header__title {
    border-bottom: 2px solid rgba(0,0,0,0.09);
    margin-bottom: 20px;
}
.post-content .post-header__title .post-title {
    margin-bottom: 0;
    overflow: unset;
    height: auto;
    padding: 10px 20px;
}
.post-content .post-header__title .post-title a {
    color: #fff;
}
.post-content .post-header__content {
    display: flex;
    flex-flow: column;
}
.post-content .post-header__content ul{
    list-style: none;
    display: flex;
    flex-flow: column;
    flex: 1;
    padding: 0 20px;
}
.post-content .post-header__content li{
    display: flex;
    justify-content: space-between;
}
.post-content .post-header__content li:nth-child(odd){
    background-color: #eee;
}
.post-content .post-header__content li span {
    flex: 1;
}
.post-content .post-header__content li span:first-child{
    flex: 1;
    padding-left: 10px;
}
 li span:last-child{
    flex: 2;
    padding-left: 10px;
}
.post-content .post-header__pdf {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.post-content .post-header__pdf .box-img{
    display: flex;
    background-color: #068c9b;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
}
.post-content .post-header__pdf .box-description{
    margin: 0px 20px;
    height: 100%;
    width: 100%;
}

.post-content .post-header__pdf .box-description a{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
}

.post-content .post-header__pdf .box-description a .title h2{
    margin-bottom: 10px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.post-content .post-header__pdf .box-description a .download{
    text-align: right;
}

.post-content .post-header__pdf .box-description a .download .budicon-download{
    margin-right: 10px;
}

.post-content .post-header__pdf .post-header__item {
    display: flex;
    border: solid 1px #048c9b;
    padding: 20px;
    justify-content: center;
    align-items: center;
    width: 31%;
}
.post-content .post-header__pdf .post-header__item a {
    color: #000000;
}
.post-content .post-header__pdf .post-header__item:hover {
    box-shadow: 5px 5px 15px #e5e5e5;
}
.post-content .post-header__pdf .post-header__item:hover a, .post-content .post-header__pdf .post-header__item:hover h2, .post-content .post-header__pdf .post-header__item:hover h6 {
    color: #00646c;
}
.post-content .post-header__pdf .post-header__item:hover .box-img {
    background-color: #00646c;
}
.post-content .post-header__pdf .post-header__item .box-icon {
    width: 50px;
    margin-right: 5px;
    filter: invert(10);
}

.post-content .post-header__pdf .post-header__item path{
    filter:red;
}

.post-content .post-header__content .group-info{
    display: flex;
    padding: 0;
    flex-flow: column;
}
.post-content .post-header__content .group-info__title{
    flex: 2;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.post-content .post-header__content .group-info__title .item{
    padding: 10px;
    flex: 2;
    text-align: left;
}
.post-content .post-header__content .group-info__title:nth-child(odd){
    background-color: #eee;
}
.post-content .post-header__content .group-info__value{
    flex: 2;
}
.post-content .post-header__content .group-info__value .item{
    padding-left: 10px;
}
.post-content .post-header__content .group-info__value:nth-child(odd){
    flex: 2;
}

/* .post-content .post-header__content li span:first-child(){
    flex: 1;
} */
/*.post-content .post-header__title .post-title {
/* .post-content .post-title {
    margin-bottom: 0;
    overflow: unset;
    height: auto;
    background-color: #354b9c;
    padding: 10px;
} */
.post-content img {
    width: 100%;
    border-radius: 10px;
}
/* .post-content .post-title a {
    color: #fff;
} */
/* .post-content .post-title a:hover {
    color: #088c9b;
} */
.post-content .main{
    text-align: center;
    border-radius: 10px;
}
.box-category{
    padding: 10px 10px 20px 10px;
}
.box-category a{
    font-size: 24px;
    color: #05a7b9;
    text-transform: uppercase;
}
.box-category a:hover{
    color: #088c9b;
}
.box-category .section-title {
    margin-bottom: 0;
    margin-top:0;
}
.blog-example{
    margin-bottom:20px;
    padding: 0 35px;
}
/*end single page*/
/*product-type page*/
.box-product-type{
    padding:0 15px;
}
.grid-view-product-type-post{
    padding-right:12.5px;
    margin-bottom: 50px;
}
.grid-view-product-type-post:nth-last{
    padding-right:0;
    margin-bottom: 50px;
}
/*.grid-view-product-type-post:nth-child(odd) {
    padding-left: 0;
    padding-right: 15px;
}*/
/*.grid-view-product-type-post:nth-child(even) {
    padding-right: 25px;
    padding-left: 12.5px;
}*/
.grid-view-product-type-post .title{
    text-align: center;
    border-top: solid 1px #05a7b9;
    border-bottom: solid 1px #05a7b9;
    margin-bottom: 5px;
}
.grid-view-product-type-post .title h3{
    font-size: 16px;
    color:#000;
    line-height: 100%;
    padding: 20px 0;
    margin-bottom: 0;
    height: 50px;
}
.grid-view-product-type-post .post{
    /*border:1px solid rgba(193, 193, 193, 1);*/
    position: relative;
}
.btn-product-type {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 2.5px 5px;
    background-color: #03a859;
}
.btn-product-type .more{
    font-weight: bold;
    color: #fff !important;
}
.meta a:hover, .more:hover {
    color: #fff;
}
.btn-product-type .more:after {
    content: "";
    padding-left: 0;
}
.grid-view-product-type-post .main{
    padding: 0;
}
.grid-view-product-type-post .main img{
    width: 100%;
}
/*end product type*/

/*product page*/
.box-product{
    margin-right:25px;
}
.post .box .text-green-custom{
    min-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.grid-view-product-post{
    margin-bottom: 25px;
    padding:0;
    padding-left: 25px;
}
.grid-view-product-post .title{
    padding: 10px;
    padding-bottom: 0;
}
.grid-view-product-post .title h3{
    font-size: 13px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    height: 30px;
}
.grid-view-product-post .post{
    border:1px solid rgba(193,193,193,1);
    position: relative;
}
.grid-view-post-product .post-title {
    height: auto;
}
.grid-view-post-product .post .box li{
  list-style: none;
}
.grid-view-post-product .post .box li::before {
  content: "-";
  padding-right: 8px;
}
.grid-view-post-product .post .box li a{
  color: #000;
}
.grid-view-post-product .post .box li a:hover{
  color: #048c9b;
}
.grid-view-post-product .post .box ul{
  padding:0;
  margin: 0;
  height: 135px;
  overflow: auto;
}
.grid-view-product-post .post .box{
    padding: 10px;
    border:none;
    text-align: left;
    font-size: 13px;
}
.grid-view-product-example-post .post .box a .text-blue, .text-red{
    height: 30px;
}
.grid-view-product-post .post .box a .text-blue, .text-red{
    height: 30px;
}
.btn-product {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 10px 20px;
    background-color: #191d32;
}
.btn-product .more{
    font-weight: bold;
    color: #088c9b;
}
.btn-product .more:after {
    content: "";
    padding-left: 0;
}
.grid-view-product-post .main{
    padding: 0;
}
.grid-view-product-post .main img{
    width: 100%;
}


.grid-view-product-example-post{
    margin-bottom: 25px;
    padding:0;
    margin-right: 0;
    padding:0 12.5px;
}
/*.grid-view-product-example-post:last-child{
    margin-bottom: 25px;
    padding:0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 5px;
}*/
.grid-view-product-example-post .post .box{
    padding: 10px;
    border:none;
    text-align: left;
    font-size: 13px;
}
.grid-view-product-example-post .post .box a{
    color: #000;
}
.grid-view-product-example-post .title{
    padding: 10px;
    padding-bottom: 0;
    height: 30px;
}
.grid-view-product-example-post .title h3{
    font-size: 13px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    /*color: #354b9c;*/
    font-weight: bold;
}
.grid-view-product-example-post .post{
    border:1px solid rgba(193,193,193,1);
    position: relative;
    border-radius: 10px;
}
.grid-view-product-example-post .main{
    padding: 0;
}
.grid-view-product-example-post .main img{
    width: 100%;
}

/*end product*/
/*blog*/
.post-title-detail {
    margin-bottom: 0;
    overflow: unset;
    height: auto;
    background-color: transparent;
    text-align: left;
    padding: 0;
}
.post-title-detail a {
    color: #303030;
}
.post-title-detail a:hover {
    color: #088c9b;
}
/*end blog*/
/*blog detail*/
.blog-content{
    margin-bottom: 25px;
}
/*end blog detail*/
/*login*/
.auth-wrapper .auth-box {
    margin: 0;
}
/*end login*/
.fixed{
    position: fixed;
    z-index: 9999;
    right: 10px;
}
.text-justify{
    text-align:justify;
}
.pd-top-bottom-20{
    padding:20px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.reset-margin{
    margin:0;
}
.reset-padding{
    padding:0;
}
.color-yellow{
    color:#088c9b;
}
.color-green-custom{
    color:#088c9b;
}
.full-with{
    width: 100% !important;
}
.text-blue{
    color: #00549A;
}
.text-green-custom{
    color: #088c9b;
}
.text-red{
    color: #fd2e2e;
}
.text-dark{
    color: #000000;
}
.wrapper-sidebar{
}
.call-zalo{
    z-index: 99999;
    width: 120px;
    position: fixed;
    right: 20px;
    bottom: 75px;
    text-align: center;
}
.call-zalo img{
    width: 100%;
}

.pagination {
    display: block;
    margin: 0 0 20px 0;
    text-align: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li > a {
    display: inline;
    border: 1px solid rgba(0,0,0,0.09);
    border-left: 0;
    padding: 11px 18px;
    margin: 0;
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.pagination>li>a, .pagination>li>span{
    display: inline;
    border: 1px solid rgba(0,0,0,0.09) !important;
    border-left: 0;
    padding: 11px 18px;
    margin: 0;
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent !important;
}
.pagination li > a:hover {
    color: #088c9b;
}
.pagination li > span:hover {
    color: #088c9b !important;
}
.pagination li:first-child > a {
    border-left: 2px solid rgba(0,0,0,0.09)
}
.pagination > .active > span {
    color: #088c9b;
}
.pagination i {
    font-size: 12px
}

.grid-view-product-type-post .main:hover:after,
.grid-view-product-post .main:hover:after,
.grid-view-product-example-post .main:hover:after,
.post-content .main:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.grid-view-product-type-post .main:after,
.grid-view-product-post .main:after,
.grid-view-product-example-post .main:after,
.post-content .main:after 
{
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}

.grid-view-post-product .main a{
    display: block;
}
.grid-view-post-product .main a:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.grid-view-post-product .main a:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.clear{
    clear: both;
}
.lang-en{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.line-footer-SP{
    display: none;
    border-bottom:solid 1px #ffcc66 !important;
}
.SP{
    display: none;
}
.PC{
    display: block;
}
.box-menu-mobile{
    display: none;
}
iframe{
    border-radius: 10px;
}
img{
    border-radius: 10px;
}
.post{
    border-radius: 11px;
}
.custom-line{
    padding-top: 20px !important;
    margin-bottom: 20px !important;
}
.youtube-video {
    aspect-ratio: 16 / 9;
}