html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

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

a {
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    border: none
}

body, button, input, select, optgroup, textarea {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

p {
    margin-bottom: 10px
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    background: #f3f3f3
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

a.custom-logo-link img {
    margin: 0
}

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

ul {
    list-style: none
}

ol {
    list-style: decimal
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border: none
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a, a:visited, a:focus, a:active, a:focus {
    outline: 0;
    color: #333;
    text-decoration: none;
    font-weight: bold
}

.inline {
    display: inline
}

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

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

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

.clear:before, .clear:after {
    content: "";
    display: table;
    table-layout: fixed
}

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

#dkModal input::-webkit-input-placeholder {
    color: #222;
    text-transform: uppercase
}

#dkModal input:-ms-input-placeholder {
    color: #222;
    text-transform: uppercase
}

#dkModal input::-moz-placeholder {
    color: #222;
    text-transform: uppercase
}

#dkModal input:-moz-placeholder {
    color: #222;
    text-transform: uppercase
}

img.Logo-menu {
    width: 200px
}

.text-slider h2 {
    font-size: 60px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: -3px;
    text-align: center;
    color: #fff;
    margin-top: 30px
}

div#slider {
    position: relative
}

.text-slider {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    z-index: 9;
    text-align: center
}

div#slider-event {
    margin-bottom: 20px;
    background: #fff
}

#smallProducts .owl-item h4 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.1px;
    text-align: center;
    color: #333
}

h1.mobile-logo {
    position: absolute;
    z-index: 9;
    width: 200px;
    top: -16px;
    left: 35px;
    display: none
}

#smallProducts .owl-item {
    display: inline-block;
    width: 14.5%;
    vertical-align: top;
    position: relative;
    float: left;
    padding: 10px
}

#smallProducts .owl-item h4 {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.1px;
    text-align: center;
    color: #333;
    margin-top: 10px
}

#smallProducts .owl-item img {
    display: block;
    width: 75px;
    height: auto;
    margin: 0 auto
}

h2.headding-home {
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #333;
    padding-top: 35px
}

.beauty-service {
    background-color: #f4f2ee;
    margin-top: 82px;
    margin-bottom: 112px
}

div#bigProducts {
    position: relative;
    bottom: -50px
}

div#smallProducts {
    position: relative;
    bottom: -20px;
    display: -webkit-box;
    width: 100%
}

div#doctors-home {
    background: url(asset/images/xxbg_doctor.jpg) no-repeat;
    background-size: cover
}

div#doctors-home h2 {
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: -1px;
    text-align: center;
    color: #333;
    position: relative;
    top: 50px
}

div#doctors-home .content-doctor {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: -.4px;
    text-align: center;
    color: #666;
    position: relative;
    top: 60px
}

.box-slider {
    background-color: #fff;
    padding: 20px;
    position: relative;
    top: 150px
}

.box-slider h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 15px
}

.box-slider h5 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: center;
    color: #666;
    position: relative
}

div#banner-ads-home {
    background-color: #666;
    margin-top: 175px
}

#banner-ads-home h2:after {
    width: 34px;
    display: block;
    height: 3px;
    background-color: #d8d8d8
}

#banner-ads-home h3 {
    font-size: 46px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -1.2px;
    text-align: center;
    color: #fff;
    margin-top: 36px;
    padding-left: 20%
}

#banner-ads-home h4 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: center;
    color: #fff;
    margin-top: 26px;
    padding-left: 20%;
    padding-right: 10%
}

#banner-ads-home h2 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: center;
    color: #fff;
    margin-top: 113px;
    padding-left: 20%
}

#box-before-after h2 {
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: -1px;
    text-align: center;
    color: #333;
    margin-top: 72px
}

#box-before-after h3 {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: -.4px;
    text-align: center;
    color: #666;
    margin-bottom: 42px
}

#box-before-after .col-5-c {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 7px
}

#box-before-after {
}

.img-overlay {
    background: #0000007a
}

.img-overlay {
}

.text {
    font-size: 18px
}

.box-sidebar-news h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-align: center;
    color: #fff
}

.box-sidebar-news .meta {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: -.4px;
    text-align: center;
    color: #fff
}

.box-sidebar-news .text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 9999
}

.box-sidebar-news li {
    margin-bottom: 11px;
    position: relative;
    overflow: hidden
}

.col-md-6.col-lg-6.box-sidebar-news {
    padding: 0
}

div#home-news {
    margin-top: 20px
}

.prd-text-footer h3 {
    font-size: 38px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -1.1px;
    text-align: left;
    color: #0236ab;
    margin-top: 92px
}

.prd-text-footer h4 {
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.7px;
    text-align: left;
    color: #666;
    margin-top: 12px;
    margin-bottom: 32px
}

.prd-text-footer .link a {
    background-color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: #333;
    padding: 10px 48px
}

.prd-text-footer .link {
    margin-bottom: 100px
}

.prd-text-footer h3 {
    font-size: 38px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -1.1px;
    text-align: left;
    color: #0236ab;
    margin-top: 92px
}

.prd-text-footer h4 {
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.7px;
    text-align: left;
    color: #666;
    margin-top: 12px;
    margin-bottom: 32px
}

.prd-text-footer .link a {
    background-color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: #333;
    padding: 10px 48px
}

.prd-text-footer .link {
    margin-bottom: 100px
}

.footer-products {
    float: left;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
    top: 13px
}

.product-footer.col-md-3 img {
}

.footer-products .title-post.f-Roboto-Bold a {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: #333;
    margin: 0
}

.footer-products .exc-post.f-Roboto-Regular {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: left;
    color: #666
}

.footer-products .price {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: #333
}

.footer-products .title-post.f-Roboto-Bold {
    margin: 10px 0
}

div#footer-products {
    margin-bottom: 52px
}

footer#colophon {
    background-color: #262626;
    padding-bottom: 70px
}

.text-contact p {
    font-size: 14px;
    color: #000;
    margin-bottom: 4px
}

.text-contact {
    margin-top: 5px
}

.menu-footer a:hover {
    opacity: 1;
    padding-left: 10px
}

.form-footer p {
    font-size: 17px;
    color: #000;
    line-height: 19px
}

.form-footer input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #df2d2d;
    text-transform: uppercase !important
}

.form-footer input.wpcf7-form-control.wpcf7-submit {
    background-color: #db2829;
    font-size: 17px;
    font-weight: 600;
    font-weight: bold;
    color: #fff;
    width: 31%;
    text-transform: uppercase !important;
    border-radius: 0 10px 10px 0
}

.menu-footer a {
    opacity: .8;
    font-weight: bold;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: normal;
    color: #fff
}

.form-footer input {
    height: 48px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding-left: 10px;
    width: 100%;
    border-radius: 10px 0 0 10px
}

.widget-footer.widget_nav_menu a:hover {
    color: #fff
}

.widget-footer.widget_nav_menu a {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.15;
    letter-spacing: -.4px;
    text-align: left;
    color: #b1b0b0;
    text-transform: uppercase
}

.about-footer {
    float: left;
    margin-right: 51px
}

.widget-footer.widget_nav_menu {
    float: left;
    width: 203px
}

section#text-2 {
    float: right
}

.about-footer img {
    width: 187px;
    margin-bottom: 34px;
    margin-top: 37px
}

.widget-footer form.wpcf7-form {
}

.widget-footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border: none;
    background: transparent;
    width: 67%;
    padding-left: 10px;
    height: 40px
}

.widget-footer form p {
    margin-bottom: 0;
    border: 1px solid;
    height: 42px;
    background-color: #d8d8d8;
    position: relative
}

.widget-footer input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: center;
    color: #333;
    width: 110px;
    border: none;
    border-radius: 0;
    position: absolute;
    float: right;
    top: 0;
    right: 0
}

.widget-footer div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #fff
}

section#text-2 h5 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.4px;
    text-align: left;
    color: #999;
    margin-top: 10px
}

img.logo-w {
    margin: 0 auto;
    width: 202px
}

.col-md-6.banner img {
    opacity: 0
}

.logo-footer a {
    color: #f1485b;
    font-size: 18px
}

h1.page-title {
    object-fit: contain;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
    text-transform: uppercase
}

div#breadcrumbs span, div#breadcrumbs a {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    padding: 0
}

div#box-pager {
    clear: both
}

div#breadcrumbs {
    padding: 5px 0
}

.widget-c90-news .title {
    line-height: 11px
}

#wrap-main {
    background: #fff;
    padding: 0
}

.art-post {
    padding: 20px;
    min-height: 440px
}

.art-post .title-post a {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.art-post .title-post {
}

.art-post .exc-post p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666
}

#box-pager div.pagination span, #box-pager div.pagination a {
    padding: 5px 10px;
    border-radius: 0;
    box-shadow: 0 0 0;
    background-color: #fff;
    border: solid 1px #cbcbd0;
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666
}

#box-pager div.pagination span.current {
}

#links_select {
    padding: 5px;
    margin: 5%;
    width: 90%;
    height: 30px
}

.C90_Links.widget h2.widget-title {
    background: red
}

.widget_polls-widget.widget h2.widget-title {
    display: none
}

.widget h2.widget-title {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    background-color: #1c65b5;
    box-shadow: inset 6px 0 0 0 #fdf504;
    padding-left: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-transform: uppercase
}

.widget {
    margin-bottom: 24px;
    background-color: #fff;
    border: solid 1px #edecf2;
    float: left;
    width: 100%
}

.widget .menu li:last-child a {
    border: none
}

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

.widget .menu li.current-menu-item a:after, .widget .menu li a:hover:after {
    width: 100%
}

.widget .menu li a:after {
    display: block;
    height: 1px;
    width: 0;
    content: ' ';
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    top: 12px;
    background: #000
}

.widget .menu li a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-align: left;
    color: #000;
    padding: 11px 0;
    border-bottom: 1px solid #ccc;
    margin-left: 18px;
    width: calc(100% - 60px)
}

.single .widget-c90-news .image {
    float: left;
    width: 100px;
    margin-right: 15px
}

.widget-c90-news .image {
    float: left;
    width: 100px;
    margin-right: 15px
}

.single .widget-c90-news .text {
}

.widget-c90-news .text {
    float: left;
    width: calc(100% - 115px);
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #666
}

.widget-c90-news .text a:hover {
    color: #286aa6
}

.widget-c90-news .text a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    color: #154bb0
}

.widget-c90-news li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
    padding: 0 4px;
    border-bottom: 2px solid #f5f5f5
}

.C90_News_Widget {
    float: left;
    border: none
}

.C90_News_Widget h2.widget-title {
    margin-bottom: 5px
}

.title-latest {
    background: #1c65b5;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    box-shadow: inset 6px 0 0 0 #fdf504
}

#home_box_news .title {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 5px
}

#home_box_news .title a {
    color: #154bb0;
    line-height: 16px;
    text-align: justify;
    font-weight: bold
}

.panel-heading {
    border-radius: 5px;
    background-color: #edecf2
}

.panel-heading a {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 20px
}

h4.panel-title {
    padding: 20px
}

.panel-body .rely {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin: 15px 0
}

.panel-body {
    padding: 0 5px
}

.t_form.f-Roboto-Bold.text-uppercase {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background-color: #edecf2;
    box-shadow: inset 2px 0 0 0 #333;
    padding-left: 23px;
    padding-top: 15px;
    padding-bottom: 15px
}

form#form-ask input {
    height: 40px;
    object-fit: contain;
    background-color: #fff;
    border: solid 1px #e1e1e7;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

form#form-ask button {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    height: 41px;
    object-fit: contain;
    background-color: #333;
    color: #fff;
    border-radius: 0
}

textarea#ask_content {
    height: 183px;
    object-fit: contain;
    background-color: #fff;
    border: solid 1px #e1e1e7;
    padding: 10px
}

form#form-ask button[type="reset"] {
    background: #fff;
    color: #333;
    border: 1px solid;
    float: right
}

.title-as.f-Roboto-Bold.text-uppercase {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin-bottom: 23px;
    margin-top: 10px
}

.question_as {
    margin-top: 30px
}

h4.panel-title a img {
    width: 24px;
    position: absolute;
    right: 35px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.Home_News_Widget {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    padding: 10px
}

.left-row .content-text h4 {
    color: #333;
    font-size: 20px
}

.left-row .content-text h4 a {
    color: #444
}

.left-row .content-text h4 a:hover {
    color: red
}

.news-item img {
    position: relative;
    overflow: hidden
}

a.readmore-home:hover {
    background-color: #e03838;
    color: #fff
}

.boxProjects {
    position: absolute;
    width: 100%;
    bottom: 136px
}

.site-footer-home h4 {
    font-size: 15px;
    color: #ffffff8a;
    margin: 15px 0 11px
}

.site-footer-home p {
    font-size: 13px;
    color: #ffffffa8
}

.site-footer-home span {
    margin-right: 30px
}

.site-footer-home {
    background-color: #0008
}

#slider-home-event .owl-dots {
    position: absolute;
    left: 45%;
    z-index: 9;
    bottom: 10px
}

.owl-dot.active {
    opacity: 1
}

.slider > .container > .row {
    background: url(asset/images/xbg_slider_quote.jpg);
    padding: 0 30px 0;
    position: relative;
    background-size: cover; 
    height: 230px
}

.box-category .title-cat .sub_child li {
    display: inline-block;
    margin: 0
}

.box-category .title-cat .sub_child a {
    font-size: 13px;
    text-transform: initial;
    padding: 0 7px;
    border-left: 1px solid
}

.owl-dots {
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0e4ca1;
    border-radius: 50%;
    margin: 4px;
    opacity: .6
}

div#sliderProjects.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%
}

div#sliderProjects .owl-prev {
    position: absolute;
    left: -40px;
    font-size: 30px;
    background: #f9c83f
}

div#sliderProjects .owl-next {
    position: absolute;
    right: -40px;
    font-size: 30px;
    background: #f9c83f
}

a.readmore-home {
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    color: #333
}

a.readmore-home i {
    color: #333;
    position: relative;
    z-index: 9;
    font-weight: bold;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 9px
}

#colophon.site-footer-home {
    padding: 0;
    z-index: 9;
    width: 100%;
    bottom: 0;
    background: #000c
}

a.readmore-home:hover i {
    color: #286aa6;
    left: 3px
}

#masthead {
    width: 100%;
    z-index: 999
}

h4.panel-title a[aria-expanded="true"] img {
    transform: rotate(90deg)
}

div#page {
    background-color: #f3f3f3;
    overflow: hidden
}

.top-bar .container {
    background: #f1f1f1;
    font-size: 13px;
    padding: 5px 10px;
    color: #034f93;
    font-weight: bold
}

form#search-global-form {
    background-color: #fff;
    position: relative;
    width: 250px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    padding: 2px 0
}

.social ul {
    display: inherit
}

.social ul li {
    display: inline
}

.social ul li a {
    color: #fff
}

.hotline {
    color: #fff
}

.email.inline a {
    color: #fff
}

.top-bar i {
    margin-right: 8px
}

header#masthead.fixedTop .logo-wrap, header#masthead.fixed .logo-wrap {
    display: none
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child {
    background: none
}

#slider-home-event .image {
    overflow: hidden;
    float: left;
    width: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: 4px
}

#slider-home-event .text * {
    font-family: "Times New Roman", Times, serif !important;
    margin-bottom: 0;
    line-height: 26px
}

#slider-home-event .text {
    float: right;
    width: 71%;
    padding: 0 20px;
    padding-right: 15px;
    height: 100%;
    padding-top: 32px;
    font-family: Time;
    padding-left: 15px;
    margin-right: 5%
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
    background: url(asset/images/xxmenu-saparator.jpg) no-repeat;
    background-position: center right
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.logo_menu {
    padding-top: 0;
    position: relative;
    top: -109px
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item.logo_menu > a.mega-menu-link {
    background: transparent;
    padding-top: 0
}

.box-content-top-bar > div {
    margin-right: 20px
}

.menu-wrap .container {
    background: url(asset/images/xxallmenu.png) repeat-x;
    background-size: contain;
    padding: 0;
    margin: 5px auto
}

.widget-c90-faqs a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.widget-c90-faqs li {
    list-style: none;
    padding-left: 10px;
    margin: 16px 0;
    background: url(asset/images/xxdoted.png) no-repeat;
    background-position: 10px 10px;
    padding-left: 29px
}

.box-links a {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    height: 41px;
    object-fit: contain;
    padding: 10px 37px;
    margin: 0 7px;
    border: solid 1px #979797
}

.box-links {
    height: 40px;
    text-align: center;
    margin: 10px 0
}

h2.entry-title a:hover {
    color: #286aa6
}

h2.entry-title a {
    color: #333
}

h2.entry-title {
    line-height: 10px
}

.entry-content.post-loop .exc-post {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666
}

.entry-content.post-loop {
    background: #fff;
    width: 90%;
    position: relative;
    top: -30px;
    left: 5%;
    padding: 19px;
    box-sizing: border-box
}

.box-images.post-loop img {
    max-width: 100%
}

.post-box {
    min-height: 420px
}

.f-FSTrajanPro-Bold.text-uppercase.ct_title_form.col-md-12 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    margin-left: 14px;
    padding-bottom: 10px;
    width: 96%
}

.t_sslab.f-FSTrajanPro-Bold {
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin: 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    margin-left: 14px;
    padding-bottom: 10px;
    width: 96%
}

form#form-contact input {
    background-color: #fff;
    height: 40px;
    border: solid 1px #e1e1e7;
    padding-left: 10px
}

textarea#contact_content {
    background-color: #fff;
    border: solid 1px #e1e1e7;
    padding: 10px
}

form#form-contact button {
    background-color: #5ec2c0;
    color: #fff;
    padding: 10px 50px;
    border: none;
    border-radius: 0
}

.office p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin-bottom: 5px
}

.fb-content.col-md-7 h2 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.fb-content.col-md-7 .exc-post {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666
}

.post-feedback {
    margin-bottom: 35px
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:before {
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 9px;
    background: #000;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    left: 50%
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover:before {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0
}

.nav-tabs li a {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333
}

.tabs-service > li.active > a, .tabs-service > li.active > a:focus, .tabs-service > li.active > a:hover {
    color: #333
}

.tabs-service > li > a {
    margin-right: 0;
    line-height: 28px
}

.tabs-service {
    border-bottom: 0 solid #eee
}

.tabs-service li a, .tabs-service > li.active > a:focus, .tabs-service > li.active > a:hover {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333
}

.tabs-service li.active a:after, .tabs-service li:hover a:after {
    width: 100%;
    left: 0
}

.tabs-service li :after {
    display: block;
    content: ' ';
    height: 2px;
    width: 0%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background: #222
}

.tabs-service li {
    position: relative;
    float: left;
    width: 20%;
    border-bottom: 2px solid #edecf2;
    padding-bottom: 10px;
    text-align: center
}

.tabs-service > li > a:hover {
    text-decoration: none
}

.tabs-service.fixed {
    width: 100%;
    background: #fff;
    padding-top: 10px;
    box-shadow: 3px 1px 10px #ccc;
    left: 0
}

ul.comment_tabs li.active, ul.comment_tabs li:hover {
    border-color: #222
}

ul.comment_tabs li {
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    bottom: 10px
}

ul.comment_tabs li a {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    display: block
}

ul.comment_tabs li:last-child:after {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: #ccc;
    top: 4px
}

#reply-title {
    display: none
}

.comments-box > div.active {
    display: block
}

.comments-box > div {
    display: none
}

div#comment-form input {
    height: 40px;
    background-color: #fff;
    border: solid 1px #e1e1e7;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    border-radius: 0;
    color: #333
}

div#comment-form input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 40px;
    margin-left: 16px
}

.des-comment strong {
    font-size: 20px;
    color: #333
}

.des-comment {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666;
    margin-bottom: 10px;
    padding-left: 10px
}

.heading-service {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    letter-spacing: .1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.comment {
    margin-top: 20px;
    float: left;
    width: 100%
}

.product-information h2 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.info label {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #999;
    width: 100%
}

.info li.price {
    font-size: 30px
}

.info li {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px
}

.art-post.box-product:hover {
    bottom: 7px;
    box-shadow: 0 2px 20px #ccc
}

.art-post.box-product {
    position: relative;
    min-height: 390px;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    transition: all .5s ease .0s
}

#homeVideo {
    height: 762px
}

.home-overlay {
    background-color: #000000a3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.entry-meta {
    margin: 10px 0;
    border-bottom: 1px dotted #b6b6b6;
    padding: 5px 0;
    border-top: 1px dotted #b6b6b6;
    font-size: 13px
}

.entry-meta span {
    margin: 0 5px
}

.exc-news {
    font-size: 15px;
    color: #8a8a8f
}

.box-images.news-loop {
    float: left;
    margin-right: 15px
}

.entry-content.news-loop {
    float: left;
    width: calc(100% - 265px)
}

.news-box {
    margin-bottom: 43px
}

.likebox.row {
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    padding: 14px 0;
    margin-bottom: 20px
}

.col-logo {
    float: left;
    margin: 0 10px
}

.logo-bg-like {
    width: 70px;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    padding: 4px
}

.entry-meta > div {
    display: inline
}

.fb_iframe_widget, .fb_iframe_widget span {
    position: static !important
}

header.entry-header.news-loop h2 {
    font-size: 20px;
    font-weight: 600;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #333;
    position: relative;
    top: -5px
}

.box-category .title-cat:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 100px;
    height: 3px;
    background-color: #1554b9
}

.box-news-home .left-row {
    width: 50%;
    float: left
}

.box-news-home .right-row {
    width: 50%;
    float: left;
    padding-left: 10px
}

.box-category .title-cat {
    position: relative;
    width: 100%;
    min-height: 34px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    clear: both;
    /*display: flex*/
}

#slider-home-event .owl-nav {
    position: absolute;
    width: 50px;
    top: 2px;
    height: 100%;
    right: 0
}

div#slider-home-event.owl-theme .owl-nav [class*="owl-"] {
    background: #edecf2;
    color: #222;
    padding: 8px 10px 5px 10px;
    font-size: 20px
}

div#slider-home-event.owl-theme .owl-nav .owl-prev {
    left: 12.3%;
    position: absolute;
    border-radius: 0 5px 5px 0
}

.fb-content.col-md-7 h2 a {
    color: #333
}

a.hotline {
    background: #f62e40;
    display: block;
    width: 159px;
    font-size: 24px;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: normal;
    float: right
}

form#search-global-form input {
    width: 80%;
    float: left;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 0;
    background: no-repeat;
    border: none;
    height: 25px;
    color: #034f96;
    font-weight: 100;
    line-height: 21px
}

form#search-global-form button {
    background: none;
    border: none;
    color: #020202;
    border-radius: 0;
    font-size: 14px;
    padding: 3px 0;
    width: 20%;
    font-weight: bold;
    text-align: right
}

header#masthead.site-header.fixed, header#masthead.site-header.fixedTop {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px #aaa;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    transition: all .5s ease .0s
}

div#slider-home-event.owl-theme .owl-nav span:before {
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    transition: all .5s ease .0s
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-menu_logo > a.mega-menu-link:before {
    display: none
}

div#slider-home-event.owl-theme .owl-nav .owl-prev:hover span:before {
    content: "\e662" !important
}

div#slider-home-event.owl-theme .owl-nav .owl-next:hover span:before {
    content: "\e661" !important
}

div#slider-home-event.owl-theme .owl-nav .owl-next {
    right: 12.3%;
    position: absolute;
    border-radius: 5px 0 0 5px
}

.related-item.col-md-6 .R_text {
    float: left;
    width: calc(100% - 100px)
}

.related-item.col-md-6 .img {
    width: 96px;
    height: 96px !important;
    float: left;
    position: relative;
    left: -15px
}

h1.entry-title {
    font-size: 24px;
    color: #333
}

.entry-content {
    color: #333;
    font-size: 15px;
    font-weight: normal
}

#smallProducts .owl-item.show:before {
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    transition: all .5s ease .0s
}

.prd-text-footer {
    padding-left: 100px
}

#smallProducts .owl-item {
    cursor: pointer
}

#smallProducts .owl-item.show h4 {
    font-weight: 400
}

#smallProducts .owl-item.show:before {
    display: block;
    content: '';
    height: 2px;
    width: 80px;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 33px
}

.related-item.col-md-6 .R_text h3 {
    font-size: 15px;
    color: #333
}

.related-item.col-md-6 .R_text p {
    font-size: 14px;
    color: #666;
    text-transform: lowercase
}

.box-related-mews {
    border-top: 1px solid #dedee1;
    margin-top: 50px
}

.post-item-end-post {
    margin-bottom: 29px;
    height: 100px
}

.widget-c90-news .post-item-end-post .text a:hover {
    color: #0b4b81
}

.widget-c90-news .post-item-end-post .text a {
    color: #333;
    font-family: SFProDisplay-Medium
}

h3.heading-bt-post:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 100px;
    height: 3px;
    background-color: #1554b9
}

.box-related-mews > h3 {
    font-weight: bold;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    height: 60px
}

img.logo-w2 {
    height: 103px
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-has-children > a.mega-menu-link:after {
    position: absolute
}

#main-menu-nav {
    padding: 0 0
}

h2.cat_title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    padding-bottom: 0;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul {
    border-top: 4px solid #62c3c1
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-menu-item > ul li a {
    padding: 5px 10px !important;
    border-bottom: 1px dotted #ccc
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-menu-item > ul {
    border-top: 4px solid #62c3c1
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul > .mega-menu-item-has-children > a {
    background: #222 !important;
    border-radius: 5px;
    color: #fff !important
}

.project-item h4 {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    background-color: #286ba6bd
}

.project-item h4 a {
    color: #fff
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item > ul > .mega-menu-item-has-children > ul li a {
    padding: 5px 10px !important;
    border-bottom: 1px dotted #ccc
}

.mega-current-menu-item a {
}

@media only screen and (max-width: 1921px) {
    #homeVideo {
        height: 1080px
    }
}

@media only screen and (max-width: 1681px) {
    #homeVideo {
        height: 950px
    }
}

@media only screen and (max-width: 1441px) {
    #homeVideo {
        height: 810px
    }
}

@media only screen and (max-width: 1281px) {
    #homeVideo {
        height: 720px
    }
}

@media only screen and (max-width: 769px) {
    #homeVideo {
        height: 480px
    }
}

.table-custom td {
    padding: 10px
}

.table-custom th {
    padding: 20px;
    text-transform: uppercase;
    font-size: 13px
}

.wpb_wrapper h3 {
    font-size: 16px
}

.project-des p {
    font-family: SFProDisplay-Regular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    margin-bottom: 60px
}

.project-des h4 {
    font-family: SFProDisplay-Regular;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 20px
}

.widget-footer h2.widget-title, #top-footer .C90_News_Widget h2.widget-title {
    font-weight: bold;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #333;
    box-shadow: inset 4px 0 0 0 #286ba6;
    padding-left: 12px;
    margin-bottom: 31px
}

section#top-footer {
    background-color: #efeff4;
    padding-top: 64px;
    padding-bottom: 70px
}

section#top-footer {
    background-color: #efeff4;
    padding-top: 64px;
    padding-bottom: 70px
}

#top-footer iframe {
    height: 335px
}

footer#footer {
    background: url(asset/images/xxbg_footer.jpg) no-repeat center;
    padding-top: 13px;
    padding-bottom: 10px
}

.box-middle-footer h4 {
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ef3f50;
    margin-bottom: 12px;
    margin-top: 7px
}

#form-comments {
    background: #fff
}

#form-register h3 {
    font-weight: bold;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    text-align: left;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 5px
}

div#form-register {
    text-align: center;
    padding: 0
}

div#form-register p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 35px
}

span.wpcf7-form-control-wrap.your-email {
    display: block;
    width: 65%;
    float: left
}

ul.inline.social {
    display: block;
    margin-top: 5px
}

.link_term {
    font-size: 15px;
    font-weight: normal;
    color: #da274e
}

ul.inline.social li {
    display: inline
}

ul.inline.social li a:hover {
    color: #fff;
    background-color: red
}

ul.inline.social li a {
    color: #d4d4d4;
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}

div#form-register textarea {
    padding-left: 10px;
    border-radius: 0;
    border: none;
    font-size: 15px;
    height: 76px;
    font-weight: bold;
    color: #666;
    width: 55%
}

.other-project {
    padding: 0 10px !important
}

.office h3 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    color: #333;
    text-shadow: 0 0 black;
    margin-bottom: 20px
}

.office p strong {
}

.clearfix {
    clear: both
}

.office {
    margin-bottom: 20px
}

.gmaps {
    margin-bottom: 20px
}

div#form-register input {
    height: 48px;
    padding-left: 10px;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    width: 100%
}

div#form-register .form-group p {
    margin-bottom: 0
}

div#form-register input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    background-color: #dd3339;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    width: 200px;
    text-transform: uppercase
}

div#slider_news .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%
}

div#slider_news .owl-nav .owl-prev {
    font-size: 25px;
    position: absolute;
    left: 0;
    padding: 7px;
    background: #1554b9
}

div#slider_news .owl-nav .owl-next {
    font-size: 25px;
    position: absolute;
    right: 0;
    padding: 7px;
    background: #1554b9
}

div#slider-home-event .owl-nav .owl-next {
    font-size: 15px;
    position: absolute;
    right: -16px;
    padding: 4px 7px;
    color: #fff;
    border-radius: 5px;
    top: 0
}

div#slider-home-event .owl-nav .owl-prev {
    font-size: 15px;
    position: absolute;
    right: -16px;
    padding: 4px 7px;
    color: #fff;
    border-radius: 5px;
    bottom: 0
}

.right-row .img {
    width: 80px;
    float: left;
    height: 80px !important
}

.right-row .content-text {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px
}

.right-row .title {
    line-height: 15px
}

.right-row .description {
}

.right-row .news-item {
    width: 100%;
    clear: both;
    margin-bottom: -1px;
    float: left;
    border-top: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px
}

.right-row .title a {
    font-size: 14px;
    color: #154bb0;
    line-height: 13px;
    font-weight: 600
}

.Home_News_Widget {
    border: 1px solid #dedede;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff
}

.box-category .title-cat a {
}

.left-row .content-text h4 {
    color: #333;
    font-size: 17px;
    padding: 5px 0
}

.box_1_right {
    width: 100%;
    margin-bottom: 20px
}

.news-item_special .content-text {
    width: 70%;
    float: left
}

.news-item_special {
    float: left;
    background: #fff;
    border-bottom: 2px solid #f5f5f5
}

.news-item_special .img {
    float: left;
    width: 30%
}

.news-item_special .content-text a {
    font-size: 14px;
    color: #154bb0;
    font-weight: bolder
}

.left-row .content-text h4 a {
    color: #154bb0
}

.news-item .img {
    position: relative;
    overflow: hidden
}

.left-row .content-text h4 a:hover {
    color: red
}

.news-item img {
    position: relative;
    overflow: hidden
}

.box-category .title-cat > a {
    margin-right: 20px
}

.box-category .title-cat a {
    color: #da0000;
    font-size: 18px
}

.slider__box {
    width: 70%;
    float: left
}

div#home_box_news a {
    font-size: 14px;
    font-weight: 100
}

.news__box {
    width: 30%;
    float: left
}

.home-main .col-md-4 {
    padding-right: 0
}

.home-main .col-md-8 {
    padding-left: 0
}

.box_1_left {
    display: block;
    width: 100%;
    float: left;
    background: #fff
}

.title-text {
    width: 100%;
    height: 75px;
    text-align: left;
    padding: 10px;
    background: #01207796;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0
}

.title-text a {
    color: #ffff;
    font-size: 14px;
    font-weight: normal
}

.box-category .title-cat a:hover {
    color: #1c65b5
}

div#form-register input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #286aa6
}

.box-related-mews .project-item h4 a {
    color: #fff;
    font-size: 17px
}

.news-item_special .content-text .title {
    line-height: 14px;
    padding-left: 7px
}

#footer form h3 {
    display: none
}

#main-menu-nav ul.mega-sub-menu {
    border-top: 7px solid #6d6d6d !important
}

#main-menu-nav ul.mega-sub-menu li {
    text-transform: uppercase !important;
    border-bottom: 1px solid #ccc !important
}

.tagcloud {
    padding: 0 10px 10px
}

.related_news.row li a {
    font-size: 14px;
    font-weight: 500
}

.box_most__view {
    margin-bottom: 20px
}

.related_news.row li {
    list-style: circle;
    list-style-position: inside
}

.related_news.row {
    padding-left: 20px
}

.home .description {
    display: block
}

.description {
    display: none
}

i.ti-control-pause.ti-control-play:before {
    content: "\e6ad" !important
}

.tagcloud a {
    padding: 3px 7px;
    color: #111;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px !important;
    margin: 2px
}

.box_most__view li {
    border-bottom: 1px solid #cccc
}

.box_most__view a {
    font-size: 14px;
    font-weight: 100;
    text-align: justify;
    color: #184975
}

.box_most__view h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #e43b3b;
    padding-bottom: 5px
}

h3.text-center.title-cham-ngon {
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    padding-left: 214px;
    font-size: 23px;
    position: relative;
    top: 40px;
    margin-top: -25px
}

button.btn__pause {
    font-size: 15px;
    position: absolute;
    right: 14px;
    padding: 6px 7px;
    background: transparent;
    color: #fff;
    border-radius: 5px;
    top: 47%;
    z-index: 999;
    cursor: pointer;
    border: none
}

.box-search-header {
    text-align: right;
    float: right
}

figcaption.wp-caption-text {
    background: #ccc;
    text-align: center
}

.box-slider_header {
    width: 33.1%;
    display: inline-block;
    float: left;
    margin: .1%
}

.box-slider_header .image {
    background-size: cover
}

ul.wp-polls-ul {
    width: 90%;
    margin: 5%
}

.wp-polls > p {
    color: #fff;
    background: red;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px
}

.box__ads_right, .box__ads_left {
    max-width: calc((100% - 1000px) / 2);
    position: fixed;
    top: 15%;
    width: 200px
}

.box__ads_right {
    right: 0
}

.box__ads_left {
    left: 0
}

.answer {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px
}
.box-action-button button:disabled,
.box-action-button button[disabled]{
    background-color: #cccccc;
    color: #666666;
    opacity: 0.8;
}
.box-result {
    background: #f1f1f1;
    padding: 10px;
}
.widget-c90-poll a {
    width: 50%;
    background: #ff0001;
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin: 10px auto;
    text-align: center;
    position: relative;
    border-radius: 6px;
}

.widget-c90-poll a span {
    font-size: 34px;
    position: absolute;
    right: 6%;
    top: 7px;
    line-height: 12px;
}


.C90_Poll_Widget.widget
h2.widget-title {
    background: red;
    /* box-shadow: 0 0 0; */
    text-align: center;
}
.box-action-button button {
    /* position: absolute; */
    right: 10px;
    background: #1a66b5;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    margin: 5px;
}
.box_percent {
    background: #ccc;
    height: 7px;
    width: 85%;
    float: left;
}
.answer_percent {
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    width: 100%;
    float: left;
}
.box-result h5 {
    text-align: center;
}

.answer_percent label {
    font-size: 14px;
    display: block;
    margin-top: 9px;
    width: 100%;
    float: left;
}

.answer_percent span {
    color: #d82d2c;
    font-size: 15px;
    font-weight: bold;
    top: 3px;
    position: relative;
}
.answer_percent strong {
    font-size: 13px;
    display: block;
    position: relative;
    bottom: 5px;
    left: 11px;
}
.box_percent >div {
    float: left;
    height: 7px;

}
.box_percent >div.current {
    float: left;
    height: 7px;
    background: #0d559c;
    text-align: center;

}
.box-action-button button.actopm-view-vote {
    background: #fdf507;
    color: #0d559c;
}

.answer [type="radio"]:checked,
.answer [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.answer [type="radio"]:checked + label,
.answer [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.answer [type="radio"]:checked + label:before,
.answer [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #1a66b5;
    border-radius: 100%;
    background: #fff;
}

.answer [type="radio"]:checked + label:after,
.answer [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1a66b5;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.answer [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.answer [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (min-width: 75em) {
    .container {
        max-width: 1000px
    }
}