/*reset*/
:focus {
    outline: 0;
}

body, ul, img, input, dl, dd, tr, th, td {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    padding: 0px;
    vertical-align: middle;
    line-height: normal;
    border: none;
}

body {
    overflow-x: hidden;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:focus {
    outline: none;
}

iframe {
    max-width: 100%;
}

.map iframe {
    width: 100%;
}

p {
    margin: 5px;
}

/*share*/
body {
    font-size: 14px;
    font-family: 'poppins', Helvetica, sans-serif;
    color: #333;
    background: #fff;
}

.bold {
    font-weight: bold;
}

.fontRed {
    color: red;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

b, strong {
    font-family: 'poppins semibold';
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .row {
        margin: 0;
    }
}

*:link, *:visited, *:hover, *:active, *:focus {
    transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
    -webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}

@font-face {
    font-family: 'poppins';
    src: url(../fonts/poppins-regular.eot);
    src: url(../fonts/poppins-regular.eot) format('embedded-opentype'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2'), url(../fonts/poppins-regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins semibold';
    src: url(../fonts/poppins-semibold.eot);
    src: url(../fonts/poppins-semibold.eot) format('embedded-opentype'), url(../fonts/poppins-semibold.woff) format('woff'), url(../fonts/poppins-semibold.woff2) format('woff2'), url(../fonts/poppins-semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'georgia';
    src: url(../fonts/georgia.eot);
    src: url(../fonts/georgia.eot) format('embedded-opentype'), url(../fonts/georgia.woff) format('woff'), url(../fonts/georgia.woff2) format('woff2'), url(../fonts/georgia.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova bold';
    src: url(../fonts/proximanova-bold.eot);
    src: url(../fonts/proximanova-bold.eot) format('embedded-opentype'), url(../fonts/proximanova-bold.woff) format('woff'), url(../fonts/proximanova-bold.woff2) format('woff2'), url(../fonts/proximanova-bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*nav*/
.nav_content {
    position: relative;
    z-index: 10;
    margin-top: 0;
    background: url(../images/bg.jpg);
}

header .wrapper {
    display: none;
}

.wrapper .toggle {
    float: right;
    width: 48px;
    height: 62px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-indent: -9999em;
    line-height: 24px;
    font-size: 1px;
    display: block;
    text-align: center;
    background: #004aba;
}

html.hc-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999999;
    overscroll-behavior: none
}

.hc-mobile-nav.is-ios * {
    cursor: pointer !important
}

.hc-mobile-nav .nav-container {
    position: fixed;
    z-index: 99999999;
    top: 0;
    width: 240px;
    max-width: 100%;
    height: 100%;
    transition: transform .4s ease
}

.hc-mobile-nav .nav-wrapper {
    width: 100%
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
    position: static;
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-mobile-nav li {
    position: relative;
    display: block
}

.hc-mobile-nav li.level-open > .nav-wrapper {
    visibility: visible
}

.hc-mobile-nav input[type="checkbox"] {
    display: none
}

.hc-mobile-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-mobile-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-mobile-nav a, .hc-mobile-nav a:hover {
    text-decoration: none
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
    pointer-events: none
}

.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-mobile-nav.nav-levels-expand .level-open > .nav-wrapper {
    max-height: none
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-mobile-nav.nav-levels-overlap ul ul {
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
    visibility: visible;
    transition: transform .4s ease
}

.hc-mobile-nav.side-left {
    left: 0
}

.hc-mobile-nav.side-left .nav-container {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
    transform: translate3d(-40px, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-right {
    right: 0
}

.hc-mobile-nav.side-right .nav-container {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
    transform: translate3d(40px, 0, 0)
}

.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-mobile-nav.nav-open .nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    display: none;
    top: 20px;
    z-index: 9980;
    min-height: 24px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495E;
    transition: all .2s ease
}

.hc-nav-trigger span::before, .hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.5)
}

.hc-mobile-nav .nav-wrapper {
    z-index: 2;
    background: #fafafa;
}

.hc-mobile-nav.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 15px 17px;
    color: #004aba;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-mobile-nav a {
    padding: 10px 17px;
    font-size: 14px;
    color: #333;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'poppins semibold';
}

.hc-mobile-nav:not(.touch-device) a:hover {
    background: #f2f2f2
}

.hc-mobile-nav li {
    text-align: left
}

.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
    background: rgba(0, 0, 0, 0.05);
    background-size: 100%;
    text-transform: uppercase;
    color: #808080;
}

.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
    background: rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav li.nav-parent a {
    padding-right: 58px
}

.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {
    content: '';
    display: inline-block;
    background: #4d4d4d;
    width: 20px;
    height: 2px;
    margin: 2px 0;
}

.hc-mobile-nav li.nav-close span::before {
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform: rotate(45deg) translate(4px, 0px);
}

.hc-mobile-nav li.nav-close span::after {
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    transform-origin: center
}

.hc-mobile-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

#main-nav {
    display: none
}

header {
    position: relative;
    padding: 50px 0 20px
}

header .git svg {
    width: 15px;
    height: 15px;
    fill: #fffce1;
    position: relative;
    top: 2px;
    padding: 0 10px;
    margin-right: 10px;
    border-right: 1px solid #4daabb;
    transition: border-color .15s ease-in-out
}

header .toggle {
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 9980;
    min-height: 24px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 16px;
    line-height: 24px;
}

header .toggle span {
    width: 20px;
    top: 50%;
}

header .toggle span, header .toggle span::before, header .toggle span::after {
    position: absolute;
    left: 50%;
    height: 2px;
    background: #fff;
    transition: all .1s ease;
    margin-left: -10px;
    border-radius: 10px;
}

header .toggle span::before, header .toggle span::after {
    content: '';
    width: 100%;
    border-radius: 5px;
}

header .toggle span::before {
    top: -6px
}

header .toggle span::after {
    bottom: -6px
}

header .toggle.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

header .toggle.toggle-open span::before {
    transform: translate3d(0, 6px, 0)
}

header .toggle.toggle-open span::after {
    transform: rotate(-90deg) translate3d(6px, 0, 0)
}

header .toggle:hover span, header .toggle:hover span::before, header .toggle:hover span::after {
}

header .toggle div {
    display: inline-block;
    margin-right: 15px
}

.hc-mobile-nav .nav-container {
    width: 280px
}

.hc-mobile-nav a {
    font-size: 14px;
    text-transform: capitalize;
}

.hc-mobile-nav ul li ul li a {
    font-size: 12px;
    font-family: 'poppins';
    text-transform: capitalize;
}

.hc-mobile-nav ul.first-nav > li > a {
    text-transform: uppercase;
}

.hc-mobile-nav ul.second-nav > li > a {
    text-transform: uppercase;
}

/*mainmenu*/
.mainmenu-area {
    width: auto;
    padding-top: 20px;
    float: right;
    padding-right: 20px;
}

.mainmenu_box {
    float: left;
    width: 36%;
    padding-right: 0;
}

.find .product_vmegamenu > ul li a {
    padding: 12px 10px;
}

.product_vmegamenu ul li a.hover-icon::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 0;
    color: #808080;
    top: 14px;
}

.product_vmegamenu > ul > li a img {
    max-width: 100%;
    height: auto;
}

.product_vmegamenu > ul > li .vmegamenu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px -1px #666666;
    left: 0;
    position: absolute;
    top: 82px;
    width: 100%;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    visibility: hidden;
    padding: 10px;
}

.product_vmegamenu ul li:hover .vmegamenu {
    opacity: 1;
    top: 52px;
    visibility: visible;
}

.product_vmegamenu ul li .vmegamenu span {
    float: left;
    padding: 15px;
    width: 20%;
}

.product_vmegamenu ul li .vmegamenu span s {
    display: block;
}

.product_vmegamenu ul li .vmegamenu span img {
    max-width: 100%;
}

.product_vmegamenu ul li .vmegamenu span a.vgema-title {
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    background: #ededed;
    padding: 10px;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: normal;
}

.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {
    background: #226cc5;
    color: #fff;
}

.product_vmegamenu ul li .vmegamenu2 {
    width: 400px;
}

.product_vmegamenu ul li .vmegamenu2 span {
    padding: 15px;
    width: 50%;
}

/* mainmenu */
.mainmenu {
    text-align: right;
}

.mainmenu > nav > ul > li {
    display: inline-block;
    padding: 0 16px;
}

.mainmenu ul li a {
    transition: all .3s;
}

.mainmenu > nav > ul > li > a {
    color: #0b3473;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 24px 0 50px 0;
    text-transform: uppercase;
    transition: all .5s;
    font-family: 'ProximaNova bold';
    position: relative;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}

.mainmenu nav > ul > li > a:before {
    position: absolute;
    left: 50%;
    width: 0;
    transform: translate(-50%, 0);
    bottom: 40px;
    height: 3px;
    background: #ff0000;
    content: '';
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mainmenu nav > ul > li:hover > a:before, .mainmenu nav > ul > li.active > a:before, .mainmenu nav > ul > li#active > a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 50%;
    width: 100%;
}

.mainmenu nav > ul > li > a i {
    position: relative;
}

.mainmenu nav > ul > li > a i:before, .mainmenu nav > ul > li > a i:after {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #cccccc;
    position: absolute;
    pointer-events: none;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 5;
}

.mainmenu nav > ul > li > a i:before {
    right: -12px;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mainmenu nav > ul > li:hover > a i:before, .mainmenu nav > ul > li.active > a i:before, .mainmenu nav > ul > li#active > a i:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #fff;
}

.mainmenu nav > ul > li > a i:after {
    right: -15px;
    top: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mainmenu nav > ul > li:hover > a i:after, .mainmenu nav > ul > li.active > a i:after, .mainmenu nav > ul > li#active > a i:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
}

.mainmenu ul li:hover > a, .mainmenu ul li.active > a {
    color: #004aba;
}

.mainmenu > nav > ul > li:hover > a, .mainmenu > nav > ul > li.active > a {
    text-decoration: none;
    color: #004aba;
}

.mainmenu > nav > ul > li.active > a, .mainmenu > nav > ul > li#active > a {
    color: #00004aba4aba;
}

.mainmenu > nav > ul > li > ul {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    left: auto;
    opacity: 0;
    position: absolute;
    top: auto;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    z-index: 99999999;
    padding: 5px;
    visibility: hidden;
    text-align: left;
    width: 220px;
    background: #fff;
    transition: .3s ease;
    padding: 5px 0;
    background: #fff;
    border-bottom: 3px solid #ff0000;
}

.mainmenu > nav > ul > li > ul:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
}

.mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.mainmenu ul li > ul li {
    display: block;
    padding: 0;
    background: none;
    position: relative;
}

.mainmenu ul li > ul li > a {
    color: #333333;
    padding: 12px 15px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 90% center;
    font-family: 'poppins';
    transition: all .5s;
}

.mainmenu ul li > ul li:hover > a {
    text-decoration: none;
    color: #fff;
    background-position: right center;
    padding-left: 17px;
}

.mainmenu ul li > ul li > a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    z-index: -1;
    background: #004aba;
}

.mainmenu ul li > ul li:hover > a:before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.mainmenu ul li > ul li > a:after {
    content: '';
    left: 15px;
    right: 15px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.mainmenu ul li > ul li:last-child > a:after {
    background: #fff;
}

.mainmenu ul li > ul li.has-menu::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #808080;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    z-index: 2;
}

.mainmenu ul li > ul li:hover.has-menu::after {
    color: #fff;
}

.mainmenu > nav > ul > li ul.vmegamenu02 {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
    left: 299px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    z-index: 99999999;
    padding: 10px 10px 20px 10px;
    visibility: hidden;
    text-align: left;
    width: 240px;
    background: #fff;
    transition: .3s ease;
    border-left: 2px solid #e5e5e5;
}

.mainmenu ul li:hover > ul.vmegamenu02 {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.mainmenu ul li > ul.vmegamenu02 li > a {
    padding: 10px;
}

.mainmenu ul li > ul.vmegamenu02 li > a:after {
    background: #e5e5e5;
    left: 10px;
    right: 10px;
}

.mainmenu ul li.product_vmegamenu > ul {
    width: 100%;
    left: 0;
}
.mainmenu ul li.product_vmegamenu > ul.nav_01{
    width: 200px;
    left: auto;
}
.nav_01 li ul li{
    width: 100%;
}
.nav_01 li ul li .top{
    padding: 0 !important;
}

.mainmenu ul li.product_vmegamenu > ul:after {
    display: none;
}

.mainmenu ul li.product_vmegamenu .container {
    width: 100%;
    padding: 0;
}

.mainmenu ul li.product_vmegamenu > ul li.nav_img {
    padding-left: 20px;
    padding-right: 5px;
}

.mainmenu ul li.product_vmegamenu > ul li.nav_img a {
    padding: 0;
}

.mainmenu ul li.product_vmegamenu .nav_list {
    padding: 20px;
}
.pic_nav{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
}

.mainmenu ul li.product_vmegamenu .nav_list li {
    padding: 0 10px;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top .image {
    display: block;
    max-width: 120px;
    min-width: 120px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top .image:before, .mainmenu ul li.product_vmegamenu .nav_list li .top .image:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 50%;
    background: #fff;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    opacity: 0.2;
    z-index: 1;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top .image:before {
    left: 0;
    top: 0;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top .image:after {
    right: 0;
    bottom: 0;
}

.mainmenu ul li.product_vmegamenu .nav_list li:hover .top .image:before, .mainmenu ul li.product_vmegamenu .nav_list li:hover .top .image:after {
    width: 100%;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top .title {
    font-size: 18px;
    font-family: 'ProximaNova bold';
    line-height: 20px;
    height: 40px;
    display: block;
    margin-left: 20px;
    text-transform: uppercase;
}

.mainmenu ul li.product_vmegamenu .nav_list li .top .title:hover {
    color: #004aba;
    text-decoration: none;
}

.mainmenu ul li.product_vmegamenu .nav_list li .list p {
    margin-bottom: 8px;
}

.mainmenu ul li.product_vmegamenu .nav_list li .list p a {
    font-size: 13px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    transition: all .5s;
    line-height: 20px;
    padding-left: 8px;
}

.mainmenu ul li.product_vmegamenu .nav_list li .list p a:hover {
    color: #004aba;
    text-decoration: none;
}

.mainmenu ul li.product_vmegamenu .nav_list li .list p a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -2px;
    transition: all .5s;
    z-index: 2;
    line-height: 22px;
}

.mainmenu ul li.product_vmegamenu .nav_list li .list p a:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #004aba;
}

@media only screen and (max-width: 1480px) {
    .mainmenu > nav > ul > li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1260px) {
    .mainmenu-area {
        padding-top: 20px;
    }

    .mainmenu > nav > ul > li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    header .wrapper {
        display: block;
    }

    .vmegamenu {
        padding: 0px 0px !important;
    }

    .mainmenu-area {
        margin: 0;
        padding: 0;
    }

    .mobile-menu-area {
        top: 25px;
    }

    .nav_content {
        border: none;
        margin: 0;
        z-index: 9999999;
    }

    .nav_content > .container {
        width: 100%;
    }
}

/*index*/
.social_icons {
    list-style: none;
}

.social_icons li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
}

.social_icons li:first-child {
    padding-left: 0;
}

.social_icons li a {
    transition: all .5s;
}

.social_icons li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header {
    transition: all .5s;
    position: relative;
    padding: 0;
    background: #fff;
}

.header .container {
    position: relative;
}

#logo {
    position: relative;
    text-align: left;
    float: left;
    z-index: 9999999;
    padding-top: 30px;
    padding-bottom: 20px;
}

#logo:before {
    content: '';
    background: #fafafa;
    width: 500vh;
    position: absolute;
    right: -120px;
    top: 0;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
}

#logo h1 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

#logo a {
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
}

#logo img {
    max-width: 300px;
    height: auto;
    padding: 0;
    transition: all .5s;
}

.head_top {
    padding-bottom: 5px;
    padding-top: 5px;
    background: #fff;
    box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.1);
    z-index: 5;
    position: relative;
}

.head_top .social_icons {
    float: right;
    padding: 0;
    padding-top: 5px;
}

.head_top .social_icons li {
    padding: 0 2px;
}

.head_top .social_icons li img {
    max-width: 30px;
}

.head_top .social_icons li a:hover {
    box-shadow: 0 5px 10px 1px rgba(0, 74, 186, 0.2)
}

.head_top .head_con {
    float: left;
    padding-top: 10px;
}

.head_top .head_con li {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
}

.head_top .head_con li .icon {
    display: inline-block;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat;
}

.head_top .head_con li p {
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    color: #808080;
}

.head_top .head_con li a {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.head_top .head_con li a:hover {
    color: #004aba;
    text-decoration: none;
}

.header .main_more {
    margin: 0;
    float: right;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.header .main_more.en{
    width: 48px;
    height: 48px;
    padding: 0;
    text-align: center;
    line-height: 48px;
}

.header .main_more:after {
    display: none;
}

.select {
    float: right;
    color: #808080;
    font-size: 12px;
    position: relative;
    z-index: 5;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 0;
}

.select:before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(../images/bg_lan.jpg) no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.select > span {
    color: #999999;
}

.select > a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    position: relative;
    vertical-align: middle;
    margin-top: 2px;
}

.select > a i {
    display: block;
    color: #cccccc;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    font-style: normal;
}

.select > a p {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.select > a img {
    margin-left: 5px;
}

.select > a:hover, .select > a:link {
    text-decoration: none;
}

.select-modal {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    width: 80%;
    height: auto;
    z-index: 99999999995;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.select-show {
    visibility: visible;
    transition: all .5s;
}

.select-show .select-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.select-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(1, 1, 1, 0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.select-show ~ .select-overlay {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}

.select-content {
    color: #5b5b5b;
    background: #f9f9f9 url(../images/language_bg.jpg) no-repeat right bottom;
    position: relative;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 50px;
}

.select-content em {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-family: 'ProximaNova bold';
    text-align: center;
}

.select-content .list {
    list-style: none;
    text-align: center;
}

.select-content .list li {
    margin-bottom: 30px;
    padding: 0 7px;
    width: auto;
    float: none;
    margin: 0 5px;
    display: inline-block;
}

.select-content .list li p {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
}

.select-content .list li:hover p {
    color: #004aba;
    text-decoration: underline;
}

.select-content .select-close {
    position: absolute;
    right: 50px;
    top: 48px;
    border: none;
    background-color: transparent;
}

.select-content .select-close i {
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.select-content .select-close i:before, .select-content .select-close i:after {
    content: '';
    display: inline-block;
    background: #4d4d4d;
    width: 20px;
    height: 2px;
    margin: 2px 0;
}

.select-content .select-close i:before {
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

/* Top Search*/
.search_box {
    float: right;
    z-index: 99999999;
    margin-right: 0;
    padding-top: 30px;
}

.search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.search i {
    width: 22px;
    height: 22px;
    background: url(../images/icon.png) no-repeat -327px -4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.search p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin-right: 5px;
    vertical-align: middle;
}

.search:hover, .search:link {
    text-decoration: none;
}

.top-search {
    display: block;
    width: 50%;
    max-width: 100%;
    z-index: 999999999999;
    display: none;
    position: absolute;
    right: 0;
    top: 145px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.top-search em {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'poppins semibold';
    text-align: left;
    display: none;
}

.top-search .input-group-addon i {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
    content: '';
    display: inline-block;
    background: #999;
    width: 20px;
    height: 2px;
    margin: 2px 0;
}

.top-search .input-group-addon i:before {
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform: rotate(45deg) translate(4px, 0px);
}

.top-search .input-group-addon i:after {
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.top-search .form-control {
    box-shadow: none;
    border: none;
    background: #f5f5f5;
    color: #808080;
    height: 60px;
    line-height: 60px;
    padding: 0 50px 0 20px;
    text-align: left;
    font-size: 14px;
    font-family: 'poppins';
    border-radius: 0;
    transition: all .5s;
    width: 100%;
    transition: all .5s;
    float: right;
}

.top-search input.form-control:focus {
    color: #333;
    font-style: inherit;
    width: 100%;
}

.top-search .input-group-addon.close-search {
    cursor: pointer;
}

.btn_search1 {
    background: url(../images/icon.png) no-repeat -314px 15px;
    top: 0;
    height: 60px;
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 3;
}

.header_search {
    position: relative;
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #666;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search {
    cursor: pointer;
    float: right;
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    height: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attr-nav {
    float: right;
    z-index: 9999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.attr-nav ul li {
    list-style: none;
}

.top-search .input-group {
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 50px 25px 25px;
    border-radius: 5px;
    width: 100%;
}

/* Sizes for the bigger menu */
header {
    width: 100%;
    z-index: 9999999;
    padding: 0;
    position: fixed;
}

header.large {
    top: 0;
    padding: 0;
}

header.small {
    left: 0;
    top: 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
    padding: 0;
    background: #fff;
}

header.small #logo {
    padding-top: 28px;
    padding-bottom: 10px;
}

header.small #logo img {
    max-width: 300px;
}

header.small .head_top {
    display: none;
}

header.small .top-search {
    top: 50px;
}

header.small .mainmenu-area {
    padding-top: 20px;
}

header.small .mainmenu > nav > ul > li > a {
    padding-bottom: 40px;
}

header.small .mainmenu nav > ul > li > a:before {
    bottom: 30px;
}

header.small .search_box {
    padding-top: 26px;
}

header.small .header .main_more {
    margin-top: 26px;
}

.height {
    padding-top: 96px;
}

@media only screen and (max-width: 1260px) {
    #logo img {
        max-width: 300px;
    }

    #logo:before {
        right: -60px;
    }

    #logo {
        padding-top: 20px;
    }

    .header .main_more {
        display: none;
    }

    .search_box {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    header, header.large {
        border: none;
        z-index: 999999;
        top: 0;
        position: fixed;
    }

    header.small {
        border-bottom: 1px solid #e5e5e5;
    }

    header.large .header, .header, header.small .header {
        background: #fff;
        position: relative;
        padding: 0;
        z-index: 999999;
        border-bottom: 1px solid #ebebeb;
    }

    .header > .container {
        width: 100%;
        padding: 0;
    }

    .header .row {
        margin: 0;
    }

    .header #logo, header.small #logo, header.large .header.page_header #logo {
        padding: 3px 0;
        position: relative;
        z-index: 9999999;
        float: left;
        margin: 0;
        margin-left: 60px;
    }

    .header #logo img, header.small #logo img {
        max-width: 203px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #logo:before {
        display: none;
    }

    .head_con, .head_top .social_icons, .header .logo_right {
        display: none;
    }

    .height {
        padding-top: 36px;
    }

    .search_box {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }

    .top-search, header.small .top-search {
        top: 54px;
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        border-top: 1px solid #ebebeb;
        display: none;
        box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    }

    .attr-nav, header.small .attr-nav {
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        z-index: 9999999999;
        display: inline-flex;
    }

    .search_box .search {
        padding: 0;
        background: none;
        height: auto;
    }

    .top-search .input-group-addon.close-search {
        top: 5px;
        display: flex;
    }

    .top-search .input-group {
        padding-right: 30px;
        width: 100%;
        padding-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .top-search em {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        display: block;
    }

    .top-search .form-control {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .btn_search1 {
        height: 50px;
        background-position: -274px 10px;
        background-color: #004aba;
    }

    .search p {
        display: none;
    }

    .search_box .search, header.small .search {
        padding: 0;
        width: 54px;
        height: 54px;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-left: 1px solid #ebebeb;
    }

    .search i {
        background-position: -328px -5px;
    }

    .select {
        margin: 0;
        padding: 0;
        background: #fff;
        margin-right: 65px;
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999999;
    }

    .select > a {
        background: none;
        padding: 0;
        margin-top: 0;
        font-size: 12px;
        height: 54px;
        text-align: center;
        padding-top: 8px;
        border-left: 1px solid #ebebeb;
        padding-left: 13px;
    }

    .select:before {
        display: none;
    }

    .select > span {
        display: none;
    }

    .select > a p {
        display: block;
        color: #808080;
    }

    .select > a p:after {
        display: none;
    }

    .select-modal {
        width: 85%;
    }

    .select-content {
        padding: 40px 20px;
    }

    .select-content em {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        font-family: 'poppins semibold';
    }

    .select-content .list li {
        margin: 0;
        margin-bottom: 20px;
        float: left;
        width: 20%;
    }

    .select-content .list li p {
        font-size: 12px;
    }

    .select-content .select-close {
        right: 20px;
        top: 35px;
    }

    .select li {
        margin-right: 0;
        margin-left: 20px;
    }

    .head_top {
        padding: 0;
        box-shadow: none;
        position: inherit;
        z-index: 99999999;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .select-content {
        padding-bottom: 20px;
    }

    .select-content .list li {
        display: block;
        text-align: center;
        width: 33.33%;
    }

    .select-content .list li p {
        display: block;
        margin: 0;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .select-modal {
        width: 95%;
    }

    .select-content .select-close {
        right: 5px;
        top: 5px;
    }

    .top-search .input-group {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .top-search .input-group-addon.close-search {
        top: 0;
        padding: 0;
        height: 40px;
    }

    #logo .logo_text {
        display: none;
    }
}

/*banner*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 80px;
    border-radius: 2px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.glyphicon-chevron-left:before {
    content: "\f104";
}

.glyphicon-chevron-right:before {
    content: "\f105";
}

.carousel-indicators li {
    border: 1px solid #808080;
    width: 20px;
}

.carousel-indicators .active {
    border: 1px solid #0267bb;
    background: #0267bb;
    width: 20px;
    height: 10px;
    margin: 1px;
}

.carousel-indicators {
    display: none;
}

.carousel-inner > .item .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-inner > .item .slide-text-m {
    text-align: center;
    padding: 0;
}

.carousel-inner > .item .slide-text-m .company {
    display: block;
    color: #ffffff;
    font-size: 65px;
    text-transform: capitalize;
    line-height: 120%;
    margin-bottom: 20px;
    font-family: 'georgia';
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel-inner > .item .slide-text-m .title {
    display: block;
    font-size: 56px;
    line-height: 120%;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
    .carousel-control {
        width: 5%;
    }

    #myCarousel .carousel-control .icon-prev, #myCarousel .carousel-control .glyphicon-chevron-left {
        left: -100%;
        -webkit-transition: all var(--transition-time, 500ms);
        -o-transition: all var(--transition-time, 500ms);
        transition: all var(--transition-time, 500ms);
    }

    #myCarousel:hover .carousel-control .icon-prev, #myCarousel:hover .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    #myCarousel .carousel-control .icon-next, #myCarousel .carousel-control .glyphicon-chevron-right {
        right: -100%;
        -webkit-transition: all var(--transition-time, 500ms);
        -o-transition: all var(--transition-time, 500ms);
        transition: all var(--transition-time, 500ms);
    }

    #myCarousel:hover .carousel-control .icon-next, #myCarousel:hover .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }
}

@media only screen and (max-width: 1260px) {
    .carousel-inner > .item .slide-text-m .company {
        font-size: 36px;
    }

    .carousel-inner > .item .slide-text-m .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel {
        margin: 0;
    }

    .carousel-inner > .item .slide-text-m .company {
        font-size: 28px;
    }

    .carousel-inner > .item .slide-text-m .title {
        font-size: 24px;
    }

    .carousel .attachment_line_top {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-inner > .item .container {
        width: 100%;
        text-align: center;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        top: 32%;
        height: 60px;
        line-height: 60px;
    }

    .carousel-control {
        width: 10%;
    }

    #myCarousel .attachment_line_bottom {
        display: none;
    }

    .carousel-inner > .item .slide-text-m {
        margin-right: 0;
        text-align: center;
        display: inline-block;
        float: none;
        width: auto;
    }

    .carousel-inner > .item .slide-text-m .title {
        font-size: 14px;
        line-height: 20px;
        font-family: 'poppins semibold';
        color: #fff;
    }

    .carousel-inner > .item .slide-text-m .company {
        font-size: 12px;
        font-family: 'poppins';
        margin-bottom: 10px;
    }
}

/*index*/
.main_title {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 5;
    padding-top: 30px;
}

.main_title:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../images/icon.png) no-repeat;
    background-position: -55px -320px;
    width: 70px;
    height: 80px;
    margin-left: -35px;
}

.main_title em {
    color: #333333;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    display: block;
    font-family: 'ProximaNova bold';
    z-index: 2;
}

.main_title .text {
    color: #808080;
    font-size: 14px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    max-width: 60%;
    margin: auto;
    margin-top: 20px;
}

.main_title .title-icon-circle {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -10px;
    left: 50%;
    border-radius: 50%;
    z-index: -2;
    background: #ff0000;
    animation: title-icon-circle 3s infinite;
    -webkit-animation: title-icon-circle 3s infinite;
    opacity: 0.05;
}

@-webkit-keyframes title-icon-circle {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(5px, 15px, 0);
        transform: translate3d(5px, 15px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}

@keyframes title-icon-circle {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(5px, 15px, 0);
        transform: translate3d(5px, 15px, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}

.main_more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s;
    z-index: 3;
    border-radius: 30px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'poppins semibold';
    padding-left: 35px;
    padding-right: 35px;
    background: #004aba;
}

.main_more:hover {
    text-decoration: none;
}

.main_more:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
    filter: alpha(opacity=0);
}

.main_more:hover:before {
    width: 45px;
    left: 50%;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

.main_more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: -5px;
    bottom: -5px;
    background: #004aba;
    opacity: 0.1;
    border-radius: 30px;
    transition: all .5s;
    z-index: -1;
}

.main_more:hover:after {
    right: 0;
    bottom: 0;
    left: -5px;
    top: -5px;
}

.main_more input {
    color: #004aba;
    background-color: transparent;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-family: 'georgia';
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.attachment_line_top {
    top: -1px;
    background: url(../images/wave.png) no-repeat center center;
    height: 24px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999
}

.attachment_line_bottom {
    bottom: -1px;
    background: url(../images/wave.png) no-repeat center center;
    height: 107px;
    width: 100%;
    position: absolute;
    left: 0;
}

.light_box {
    position: relative;
    display: inline-block;
}

.light_box::after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background: rgba(0, 0, 0, 0.15);
}

.light_box::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.light_box::after {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.light_box::before {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.light_box:hover::before, .light_box:hover::after, li:hover .light_box::before, .honor_section .li:hover .light_box::before, .honor_section .li:hover .light_box::after, li:hover .light_box::before, li:hover .light_box::after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width: 991px) {
    .main_title .text {
        max-width: 80%;
    }

    .main_title .title_bg {
        font-size: 80px;
        line-height: 80px;
    }

    .attachment_line_bottom, .attachment_line_top {
        height: 20px;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .main_title {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .main_title .s_title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .main_title em {
        font-size: 28px;
        margin-bottom: 0;
    }

    .main_title .line {
        margin-top: 20px;
        width: 50px;
    }

    .main_title .text {
        max-width: 100%;
        font-size: 12px;
        margin-top: 10px;
        line-height: 24px;
        max-height: 48px;
    }

    .main_title .title_bg {
        font-size: 60px;
        line-height: 60px;
    }

    .main_more {
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 12px;
    }

    .main_more a, .main_more input, .main_more button {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        font-family: 'poppins semibold';
    }

    .main_more input, .main_more button {
        background-position: -144px -91px;
    }
}

.tp-mask-wrap {
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    display: block;
    overflow: hidden;
}

.slider-scroll-button {
    position: relative;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    display: inline-block;
    z-index: 5;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 14px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 8px;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.slider-scroll-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 49%;
    width: 23px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 15px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.slider-scroll-button:after {
    content: '';
    width: 6px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    position: absolute;
    top: 19px;
    left: 49%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -webkit-animation-name: sliderScrollButton;
    animation-name: sliderScrollButton;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }
}

@keyframes sliderScrollButton {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }
}

@media only screen and (max-width: 767px) {
    .tp-mask-wrap {
        display: none;
    }
}

.page_date {
    display: inline-block;
    color: #004aba;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .5s;
    vertical-align: middle;
    font-family: 'poppins';
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-family: 'poppins semibold';
}

.page_date:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/icon.png") no-repeat;
    background-position: -0px -56px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.page_date_box {
    width: 85px;
    transition: all .5s;
    text-align: center;
    display: inline-block;
    font-family: 'georgia';
    text-transform: capitalize;
    font-size: 48px;
    line-height: 90%;
    color: #e5e5e5;
}

.page_date_box p {
    margin: 0;
}

.page_date_box em {
    display: block;
    margin-bottom: 0;
}

.page_more {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #004aba;
    display: inline-block;
    font-family: 'poppins semibold';
    line-height: 20px;
    opacity: 0.5;
}

.page_more:hover {
    text-decoration: none;
    color: #004aba;
    opacity: 1;
}

.page_more:after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    transition: all .5s;
    vertical-align: middle;
    width: 18px;
    height: 6px;
    background: url(../images/icon.png) no-repeat;
    background-position: -61px -62px;
    margin-top: -3px;
}

.page_more:hover:after {
    animation: scroll_right_anim 1.5s infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.circle_more {
    display: inline-flex;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 30px;
    text-align: center;
    z-index: 2;
    background: #004aba;
    transition: all .5s;
    align-items: center;
    justify-content: center;
}

.circle_more:hover {
    background-color: #004aba;
}

.circle_more i {
    width: 18px;
    height: 12px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat;
    transition: all .5s;
    background-position: -37px -57px;
}

.circle_more:hover i {
    animation: scroll_right_anim 1.5s infinite;
}

@keyframes scroll_right_anim {
    0% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(-3px);
    }
}

.circle_more:after {
    content: '';
    border: 1px solid #004aba;
    top: -5px;
    left: -5px;
    bottom: -5px;
    border-radius: 50%;
    right: -5px;
    z-index: -1;
    transition: all .5s;
    position: absolute;
    display: inline-block;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.circle_more:hover:after {
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.wrap_more {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.wrap_more .circle_more {
    margin-top: 0;
}

.wrap_more:hover .circle_more i {
    animation: scroll_right_anim 1.5s infinite;
}

.wrap_more:hover .circle_more:after {
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.wrap_more .wrap_more_icon {
    padding-left: 15px;
    color: #004aba;
    font-size: 14px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    transition: all .5s;
}

.wrap_more:hover .wrap_more_icon {
    text-decoration: none;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .circle_more:after {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .wrap_more {
        margin-top: 20px;
    }

    .wrap_more .wrap_more_icon {
        padding-left: 10px;
    }

    .page_date {
        max-width: 100%;
    }

    .page_date em, .page_date p {
        font-size: 14px;
        line-height: 20px;
    }

    .page_date_box {
        font-size: 28px;
    }
}

/*******Slider********//* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus, .slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px 3px;
    width: 100%;
    z-index: 999;
    display: none !important;
    left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0px 8px;
    padding: 0px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: all .5s;
    opacity: 0.3
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 14px;
    width: 14px;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active {
    width: 14px;
    opacity: 1;
}

.slick-dots li.slick-active button {
    background: #fff;
    width: 14px;
}

.slick-prev, .slick-next {
    opacity: 0.2;
    filter: alpha(opacity=20);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    transition: all .5s;
}

.slick-prev:before, .slick-next:before {
    content: '';
    width: 14px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
    display: inline-block;
}

.slick-prev {
    left: -30px;
}

.slick-prev:before {
    background-position: -190px 2px;
}

.slick-next {
    right: -30px;
}

.slick-next:before {
    background-position: -223px 2px;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #004aba;
}

.slick-prev:hover:before {
    background-position: -190px -28px;
}

.slick-next:hover:before {
    background-position: -223px -28px;
}

@media only screen and (max-width: 767px) {
    .slick-prev {
        left: -10px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        background-color: #000;
        border-radius: 0;
        width: 25px;
        border: none;
    }

    .slick-next {
        right: -10px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        background-color: #000;
        border-radius: 0;
        width: 25px;
        border: none;
    }

    .slick-prev:hover, .slick-next:hover {
        background: #004aba;
    }

    .slick-prev:before {
        background-position: -190px -27px;
    }

    .slick-next:before {
        background-position: -223px -27px;
    }

    .slick-prev:after, .slick-next:after {
        display: none;
    }
}

/*******features-tab********//* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: inherit;
    width: 30px;
    height: 60px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -30px;
    overflow: hidden;
    text-align: center;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div i {
    display: none;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
    font-size: 42px;
    color: #808080;
    line-height: 60px;
    font-family: FontAwesome;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
    font-size: 42px;
    color: #808080;
    line-height: 60px;
    font-family: FontAwesome;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #004aba;
    border-color: #004aba;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #fff;
}

@media only screen and (max-width: 1300px) {
    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -10px;
        background: #000;
    }

    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
        color: #fff;
    }

    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -10px;
        background: #000;
    }

    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
        color: #fff;
    }

    .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
        background: #f18d0f;
        color: #fff;
    }
}

/*index*/
.about_content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 5;
    background: url(../images/bg_about.jpg) no-repeat right bottom;
}

.about_content .about_main_title {
    margin-bottom: 60px;
    text-align: center;
}

.about_content .about_main_title em {
    display: block;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #004aba;
    font-family: 'ProximaNova bold';
}

.about_content .about_main_title .line {
    display: inline-block;
    margin-top: 25px;
    width: 160px;
    height: 5px;
    background: #e5e5e5;
}

.about_content .about_image_box {
    padding-top: 30px;
    padding: 0;
    padding-right: 80px;
}

.about_content .about_image_box .about_image {
    position: relative;
}

.about_content .about_image_box .about_image:before {
    content: '';
    border-radius: 0 50px 80px 0;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 15px;
    bottom: -20px;
    right: 0;
    left: 0;
    display: block;
}

.about_content .about_image_box .about_image:after {
    content: '';
    width: 400px;
    height: 166px;
    background: url(../images/bg_circle.png) left top;
    position: absolute;
    left: 25px;
    top: -70px;
}

.about_content .about_image_box .about_image .image {
    position: relative;
    z-index: 5;
    overflow: hidden;
    display: block;
    border-radius: 0 5px 80px 0;
    box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
}

.about_content .about_image_box .about_image .image img {
    transition: all .9s;
    width: 100%;
}

.about_content .about_image_box .about_image:hover .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.about_image_box .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.about_image_box .video_icon .video-player {
    position: relative;
}

.about_image_box .video_icon .video-player .video-button {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 20px 1px rgba(169, 90, 13, 0.4);
}

.about_image_box .video_icon .video-player .video-button i {
    color: #004aba;
    font-size: 28px;
    position: relative;
    z-index: 2;
}

.about_image_box .video_icon .video-player .video-button:hover {
    text-decoration: none;
}

.about_image_box .video_icon .video-player .line-video-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation: squares 3.9s linear 0s infinite;
    -ms-animation: squares 3.9s linear 0s infinite;
    -o-animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.about_image_box .video_icon .video-player .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.about_image_box .video_icon .video-player .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

.about_content .wrap_box {
    padding-left: 0;
    padding-right: 50px;
}

.about_content .top {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.about_content .top:before {
    content: '';
    width: 100%;
    height: 8px;
    background: url(../images/single_line.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_content .top em {
    font-size: 28px;
    line-height: 110%;
    text-transform: uppercase;
    color: #004aba;
    font-family: 'ProximaNova bold';
    display: block;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.about_content .top em span {
    display: block;
    color: #333333;
}

.about_content .text-center .text-img {
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    background: url("../images/text-img.jpg") repeat center bottom;
    -webkit-background-clip: text;
    background-position-y: 40%;
    -webkit-animation: imgPos 5s linear normal infinite paused;
    animation: imgPos 5s linear normal infinite paused;
    display: inline-block;
    overflow: hidden;
    line-height: 80%;
    font-size: 120px;
    font-family: 'ProximaNova bold';
    color: #333333;
}

@media (min-width: 576px) {
    .about_content .text-center .text-img {
        background-position-y: 140%;
    }
}

.about_content .wrap_box .about_title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-family: 'poppins semibold';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about_content .wrap_box .about_title:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat;
    background-position: 0 -319px;
    vertical-align: middle;
}

.about_content .wrap_box .text {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
}

.num-figure ul {
    list-style: none;
    padding-top: 30px;
}

.num-figure > ul > li {
    padding-left: 0;
}

.num-figure > ul > li .num-change {
    display: flex;
    align-items: center;
}

.num-figure > ul > li .icon {
    position: relative;
    z-index: 5;
    min-width: 60px;
    max-width: 60px;
}

.num-figure > ul > li .icon img {
    transition: all .5s;
}

.num-figure > ul > li:hover .icon img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    transform: rotateY(180deg);
}

.num-figure > ul > li .wrap {
    padding-left: 15px;
}

.num-figure > ul > li .number {
    display: block;
    margin-bottom: 10px;
    color: #004aba;
    line-height: 120%;
    font-family: 'ProximaNova bold';
    font-size: 32px;
}

.num-figure > ul > li .number span {
    font-size: 48px;
}

.num-figure > ul > li .detail {
    font-size: 12px;
    line-height: 20px;
    color: #808080;
}

@media only screen and (max-width: 1480px) {
    .about_content .about_image_box {
        padding-right: 40px;
    }

    .num-figure ul {
        padding-top: 20px;
    }

    .num-figure > ul > li .number span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1260px) {
    .about_content .text-center .text-img {
        font-size: 90px !important;
    }

    .about_content .top em {
        font-size: 20px;
    }

    .num-figure > ul > li .icon {
        min-width: 48px;
        max-width: 48px;
    }

    .num-figure > ul > li .wrap {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .about_content {
        padding-top: 40px;
    }

    .about_content .about_image_box {
        width: 100%;
    }

    .about_content .about_image_box .about_image:after {
        width: 200px;
    }

    .about_content .wrap_box {
        padding: 20px;
        width: 100%;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about_content {
        padding-bottom: 40px;
    }

    .about_content .about_main_title {
        margin-bottom: 40px;
    }

    .about_content .about_main_title em {
        font-size: 28px;
    }

    .about_content .about_main_title .line {
        margin-top: 15px;
        width: 80px;
    }

    .about_content .about_image_box {
        padding-right: 0;
    }

    .about_content .about_image_box .about_image .image {
        border-radius: 0;
    }

    .about_content .about_image_box .about_image:before {
        border-radius: 0;
    }

    .about_content .wrap_box .about_title {
        font-size: 18px;
    }

    .about_content .top em {
        font-size: 14px;
        font-family: 'poppins semibold';
        padding-bottom: 0;
    }

    .about_content .text-center .text-img {
        font-size: 60px !important;
    }

    .about_content .wrap_box {
        padding: 20px 10px;
        padding-top: 40px;
    }

    .about_content .wrap_box .text {
        font-size: 12px;
    }

    .num-figure > ul > li .num-change {
        display: flex;
        flex-direction: column;
        text-align: center;
     }

    .num-figure > ul > li .wrap {
        padding-left: 0;
        padding-top: 10px;
    }

    .num-figure > ul > li .number span, .num-figure > ul > li .number {
        font-size: 24px;
    }

    .about_image_box .video_icon .video-player .video-button {
        width: 60px;
        height: 60px;
    }

    .about_image_box .video_icon .video-player .video-button i {
        font-size: 20px;
    }
}

.cat_content {
    position: relative;
    z-index: 9;
    padding-top: 70px;
}

.cat_content .list {
    list-style: none;
}

.cat_content .list li {
    padding: 5px;
}

.cat_content .list li:nth-child(3n+2) {
    animation-delay: 0.1s;
}

.cat_content .list li:nth-child(3n+3) {
    animation-delay: 0.2s;
}

.cat_content .list li .image {
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.cat_content .list li .image:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.cat_content .list li:hover .image:before {
    left: 180%;
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.cat_content .list li .image:after {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.cat_content .list li:hover .image:after {
    left: -280px;
    -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.cat_content .list li .image img {
    transition: all .9s;
    width: 100%;
}

.cat_content .list li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.cat_content .list li .title {
    display: block;
    position: relative;
    padding: 30px 20px;
    text-align: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'ProximaNova bold';
    transition: all .5s;
    background: #0b3473;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 5;
    margin-top: -10px;
    border-radius: 5px;
}

.cat_content .list li .title:before {
    content: '';
    width: 14px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/icon.png) no-repeat;
    background-position: -31px -53px;
    transition: all .5s;
}

.cat_content .list li:hover .title:before {
    animation: scroll_right_anim 1.5s infinite;
}

.cat_content .list li:hover .title {
    text-decoration: none;
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
}

.cat_content .list li:nth-child(3n+2) .title {
    background-color: #004aba;
}

.cat_content .list li:nth-child(3n+3) .title {
    background-color: #0095e5;
}

@media only screen and (max-width: 1480px) {
    .cat_content .list li .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1260px) {
    .cat_content .list li .title {
        margin: 0;
        padding: 20px 10px;
        padding-right: 30px;
    }

    .cat_content .list li .title:before {
        right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .cat_content .list {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cat_content .list li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .cat_content .list li .title {
        font-size: 16px;
        font-family: 'poppins semibold';
    }
}

.pro_content {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    z-index: 5;
}

.pro_content:before {
    content: '';
    background: #f7f7f7 url(../images/bg_pro.jpg) no-repeat center top;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100px;
    bottom: 0;
}

.pro_content .container {
    position: relative;
}

.pro_content .nav-tabs {
    border: none;
    width: 100%;
    z-index: 10;
    text-align: center;
    padding-bottom: 40px;
}

.pro_content .nav-tabs > li {
    margin: 5px;
    float: none;
    display: inline-block;
    padding: 0 15px;
}

.pro_content .nav-tabs > li a {
    display: block;
    font-family: 'ProximaNova bold';
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 8px;
    border: none;
    color: #808080;
    font-size: 20px;
    position: relative;
    background: none;
    margin: 0;
    z-index: 5;
}

.pro_content .nav-tabs > li a:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    content: '';
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #004aba;
    display: inline-block;
}

.pro_content .nav-tabs > li.active > a, .pro_content .nav-tabs > li > a:hover, .pro_content .nav-tabs > li > a:focus {
    border: none;
    color: #004aba;
    background: none;
}

.pro_content .nav-tabs > li.active > a:before, .pro_content .nav-tabs > li > a:hover:before, .pro_content .nav-tabs > li > a:focus:before {
    width: 100%;
    left: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.pro_content .list {
    list-style: none;
}

.pro_content .list li {
    margin-bottom: 30px;
    text-align: center;
}

.pro_content .list li .column {
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transition: all .5s;
}

.pro_content .list li:hover .column {
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

.pro_content .list li .column:before {
    content: '';
    height: 3px;
    background: #ff0000;
    width: 0;
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.pro_content .list li:hover .column:before {
    width: 100%;
}

.pro_content .list li .image {
    overflow: hidden;
    display: block;
    transition: all .5s;
    border-radius: 5px;
}

.pro_content .list li .image img {
    transition: all .9s;
    width: 100%;
}

.pro_content .list li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.pro_content .list li .bot_title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    margin-top: 20px;
    transition: all .5s;
    font-family: 'poppins semibold';
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.pro_content .list li:hover .bot_title {
    opacity: 0;
}

.pro_content .list li .wrap {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px 30px;
    padding-bottom: 10px;
    transition: all .5s;
    opacity: 0;
}

.pro_content .list li:hover .wrap {
    opacity: 1;
    bottom: 0;
}

.pro_content .list li .wrap .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    color: #333;
    font-family: 'poppins semibold';
    margin-bottom: 10px;
}

.pro_content .list li .wrap .title:hover {
    color: #004aba;
    text-decoration: none;
}

.pro_content .list li .wrap .text {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 20px;
    color: #808080;
}

.pro_content .list li .wrap .more {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    color: #004aba;
    vertical-align: middle;
}

.pro_content .list li .wrap .more .icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #004aba, #2d6ac3);
    background-image: -moz-linear-gradient(right, #004aba, #2d6ac3);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #004aba), color-stop(1, #2d6ac3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004aba', endColorstr='#2d6ac3', GradientType='1');
}

.pro_content .list li .wrap .more .icon i {
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -8px -102px;
}

.pro_content .list li .wrap .more:hover {
    text-decoration: none;
}

.pro_content .single-product {
    padding: 10px;
    text-align: center;
}

.pro_content .single-product .column {
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 15px;
}

.pro_content .single-product .image {
    display: block;
}

.pro_content .single-product .title {
    margin-top: 10px;
    font-family: 'poppins semibold';
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    max-height: 60px;
    margin-bottom: 10px;
    display: block;
}

.pro_content .single-product .text {
    font-size: 12px;
    line-height: 20px;
    color: #808080;
    height: 20px;
    overflow: hidden;
}

.pro_content .bottom {
    padding-top: 20px;
    text-align: center;
}

.pro_content .bottom .more {
    display: inline-block;
    font-size: 24px;
    line-height: 100%;
    color: #001433;
    font-family: 'ProximaNova bold';
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 250ms cubic-bezier(.7, 0, .3, 1);
    transition: color 250ms cubic-bezier(.7, 0, .3, 1);
}

.pro_content .bottom .more:hover {
    text-decoration: none;
    color: #004aba;
}

.pro_content .bottom .more:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    background: #f7f7f7;
    width: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform 250ms cubic-bezier(.7, 0, .3, 1);
    transition: transform 250ms cubic-bezier(.7, 0, .3, 1);
    transition: transform 250ms cubic-bezier(.7, 0, .3, 1), -webkit-transform 250ms cubic-bezier(.7, 0, .3, 1);
}

.pro_content .bottom .more:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pro_content .bottom .more:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    background: #001433;
    width: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

@media only screen and (max-width: 991px) {
    .pro_content .nav-tabs {
        top: auto;
        max-width: 100%;
        position: relative;
        text-align: center;
    }

    .pro_content .nav-tabs > li a {
        font-size: 14px;
    }

    .pro_content .list li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .pro_content .list li .bot_title, .pro_content .list li:hover .bot_title {
        font-size: 14px;
        margin-top: 10px;
        opacity: 1;
    }

    .pro_content .list li .wrap {
        display: none;
    }

    .pro_content .bottom .more {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .pro_content {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .pro_content .nav-tabs {
        padding-bottom: 30px;
    }

    .pro_content .nav-tabs > li {
        float: left;
        margin: 0;
        padding: 5px;
        width: 50%;
    }

    .pro_content .nav-tabs > li a {
        margin: 0;
        font-size: 12px;
        font-family: 'poppins semibold';
        padding: 10px;
        background: #fff;
    }

    .pro_content .nav-tabs > li.active > a, .pro_content .nav-tabs > li > a:hover, .pro_content .nav-tabs > li > a:focus {
        background: #004aba;
        color: #fff;
    }

    .pro_content .owl-carousel {
        display: block !important;
    }

    .pro_content .bottom .more {
        font-size: 14px;
        font-family: 'poppins semibold';
    }
}

.customer_content {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 5;
    padding-top: 80px;
    padding-bottom: 50px;
}

.customer_content .ovrly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(to right, #004aba, #2d6ac3);
    background-image: -moz-linear-gradient(right, #004aba, #2d6ac3);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #004aba), color-stop(1, #2d6ac3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004aba', endColorstr='#2d6ac3', GradientType='1');
}

.customer_content .single {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_single.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.customer_content .container {
    position: relative;
    z-index: 9;
}

.customer_content .main_title {
    padding: 0;
}

.customer_content .main_title:before {
    display: none;
}

.customer_content .main_title .icon {
    width: 116px;
    height: 88px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat;
    background-position: -250px -276px;
    margin-bottom: 15px;
}

.customer_content .main_title em {
    color: #fff;
}

.customer_content .main_title .text {
    color: #fff;
    opacity: 0.5;
    max-height: inherit;
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
}

.customer_content .column {
    text-align: center;
    padding-top: 50px;
    position: relative;
}

.customer_content .column .icon {
    display: inline-block;
    font-size: 150px;
    line-height: 60%;
    color: #fff;
    font-style: italic;
    font-family: 'georgia';
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
}

.customer_content .slider {
    padding-bottom: 50px;
}

.customer_content .slider .li {
    padding: 10px;
}

.customer_content .slider .li .text {
    font-size: 24px;
    line-height: 45px;
    font-style: italic;
    color: #fff;
    overflow: hidden;
    max-height: 135px;
    font-family: 'georgia';
}

.customer_content .slider .li .line {
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 80px;
    height: 3px;
    background: #fff;
    opacity: 0.2;
}

.customer_content .slider .li .name {
    font-size: 14px;
    color: #fff;
    font-family: 'poppins semibold';
}

.customer_content .slick-prev {
    display: none !important;
}

.customer_content .slick-next {
    display: none !important;
}

.customer_content .slick-dots {
    display: block !important;
}

@media only screen and (min-width: 992px) {
    .customer_content .main_title {
        text-align: left;
    }

    .customer_content .main_title:after {
        content: '';
        width: 192px;
        height: 166px;
        background: url(../images/bg_circle02.png) left top;
        display: block;
        position: absolute;
        right: 25%;
        top: 0;
    }
}

@media only screen and (max-width: 1260px) {
    .customer_content .main_title .text {
        max-width: 100%;
    }

    .customer_content .column {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .customer_content {
        padding-top: 40px;
    }

    .customer_content .main_title {
        width: 100%;
    }

    .customer_content .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .customer_content .column .icon {
        font-size: 120px;
    }

    .customer_content .slider .li .text {
        font-size: 18px;
        line-height: 30px;
        max-height: 90px;
    }

    .customer_content .slider .li .name {
        font-size: 12px;
    }

    .customer_content .slider .li .line {
        width: 60px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .customer_content {
        padding-bottom: 100px;
    }
}

.letter_content {
    position: relative;
}

.letter_column {
    position: relative;
    z-index: 5;
    padding: 0;
    padding-bottom: 60px;
    padding-right: 40px;
}

.letter_column:before {
    content: '';
    background: #fdfdfd url(../images/bg_letter.jpg) no-repeat right bottom;
    position: absolute;
    top: -80px;
    right: -20px;
    width: 500vh;
    bottom: 0;
}

.letter_column .title {
    position: relative;
    z-index: 5;
    margin-top: -30px;
    display: block;
    font-size: 21px;
    line-height: 36px;
    font-family: 'poppins semibold';
    padding-top: 25px;
    padding-bottom: 45px;
    margin-right: 70px;
}

.letter_column .title:before {
    content: '';
    background: url(../images/icon.png) no-repeat;
    width: 79px;
    height: 95px;
    background-position: -380px -320px;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: -1;
}

.letter_column .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500vh;
    background: #004aba;
    height: 1px;
    display: block;
    opacity: 0.2;
}

.letter_column .text {
    font-size: 16px;
    color: #808080;
    margin-top: 25px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.letter_column .letter-input {
    position: relative;
    z-index: 5;
    margin-top: 28px;
    margin-right: 50px;
}

.letter_column .letter-input .fot_input {
    height: 60px;
    background-color: #fff;
    color: #808080;
    line-height: 60px;
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'poppins';
    font-size: 14px;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
}

.letter_column .letter-input .fot_input:focus {
    color: #333;
}

.letter_column .letter-input .send {
    display: inline-block;
    width: 130px;
    height: 60px;
    background: #004aba;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 14px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    border-radius: 30px;
}

.letter_column .letter-input .fot_input:-ms-input-placeholder {
    color: #808080;
}

/* Internet Explorer 10+ */
.letter_column .letter-input .fot_input::-webkit-input-placeholder {
    color: #808080;
}

/* WebKit browsers */
.letter_column .letter-input .fot_input::-moz-placeholder {
    color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.letter_column .letter-input .fot_input:-moz-placeholder {
    color: #808080;
}

/* Mozilla Firefox 19+ */
.letter_column .adv_list {
    list-style: none;
    padding-top: 50px;
}

.letter_column .adv_list li {
    padding: 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.letter_column .adv_list li .icon {
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    background: linear-gradient(to right, #004aba, #2d6ac3);
    background-image: -moz-linear-gradient(right, #004aba, #2d6ac3);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #004aba), color-stop(1, #2d6ac3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004aba', endColorstr='#2d6ac3', GradientType='1');
}

.letter_column .adv_list li .icon:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: #004aba;
    opacity: 0.1;
    left: 0;
    top: 0;
    right: -10px;
    bottom: -10px;
}

.letter_column .adv_list li .wrap {
    padding-left: 15px;
}

.letter_column .adv_list li em {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-transform: capitalize;
    font-family: 'poppins semibold';
    margin-bottom: 5px;
}

.letter_column .adv_list li p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.letter_content .letter_bg {
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    opacity: 0.2;
}

@media only screen and (max-width: 1260px) {
    .letter_column .adv_list li {
        display: block;
    }

    .letter_column .adv_list li .wrap {
        padding: 0;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .letter_column {
        padding-right: 0;
    }

    .letter_column:before {
        width: auto;
        left: -10px;
        right: -10px;
    }

    .letter_column .title:before {
        display: none;
    }

    .letter_column:before {
        top: -60px;
    }

    .letter_column .title {
        padding-top: 0;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px;
        margin-right: 0;
    }

    .letter_column .text {
        font-size: 12px;
    }

    .letter_column .letter-input {
        margin-right: 0;
    }

    .letter_column .letter-input .fot_input {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .letter_column {
        padding-bottom: 30px;
    }

    .letter_column .adv_list {
        padding-top: 30px;
    }

    .letter_column .adv_list li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .letter_column .adv_list li .wrap {
        padding: 0;
        padding-left: 15px;
    }

    .letter_column .letter-input .send {
        position: relative;
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .letter_column .letter-input .fot_input {
        width: 100%;
    }
}

.news_content {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    z-index: 99;
    background: #f5f5f5 url(../images/bg_news.jpg) no-repeat center 70px;
}

.news_content:before {
    content: '';
    width: 100%;
    height: 290px;
    background: url(../images/bg_news02.jpg) no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: -100px;
    background-size: contain;
}

.news_content .image {
    position: relative;
    z-index: 5;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.news_content .image:before, .news_content .image:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 50%;
    background: #fff;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    opacity: 0.2;
    z-index: 1;
}

.news_content .image:before {
    left: 0;
    top: 0;
}

.news_content .image:after {
    right: 0;
    bottom: 0;
}

.news_content .image img {
    transition: all .9s;
    width: 100%;
}

.news_content .text {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 24px;
    color: #808080;
}

.news_content .title {
    color: #333333;
    font-family: 'poppins semibold';
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    display: block;
    margin-bottom: 10px;
}

.news_content .title:hover {
    color: #004aba;
    text-decoration: none;
}

.news_content .wrap .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_content .wrap .bottom .page_more {
    margin: 0;
}

.news_content .wrap .bottom .page_date {
    margin: 0;
}

.news_content .left {
    padding: 0;
    padding-right: 40px;
}

.news_content .left:hover .image:before, .news_content .left:hover .image:after {
    width: 100%;
}

.news_content .left:hover .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news_content .left .wrap {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 9;
    margin-top: -20px;
    background: #fff;
    border-radius: 5px;
}

.news_content .left .wrap .top {
    padding: 30px 25px;
}

.news_content .left .wrap .title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
}

.news_content .left .wrap .text {
    height: 48px;
}

.news_content .left .bottom {
    background: #e5edf8;
    border-radius: 5px;
    padding: 10px 25px;
}

.news_content .right {
    list-style: none;
    padding: 0;
}

.news_content .right li {
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    display: flex;
}

.news_content .right li .wrap {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 30px;
}

.news_content .right li .bottom {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
    padding-top: 15px;
}

.news_content .right li .image {
    max-width: 250px;
    min-width: 250px;
}

.news_content .right li:hover .image:before, .news_content .right li:hover .image:after {
    width: 100%;
}

.news_content .right li:hover .image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (max-width: 1260px) {
    .news_content .left {
        padding-right: 20px;
    }

    .news_content .right li {
        margin-bottom: 20px;
    }

    .news_content .right li .image {
        max-width: 180px;
        min-width: 180px;
    }

    .news_content .title, .news_content .left .wrap .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 998px) {
    .news_content .right li {
        padding: 15px 10px;
    }

    .news_content .right li .image {
        display: none;
    }

    .news_content .right li .wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .news_content {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .news_content .left {
        padding: 0;
        margin-bottom: 20px;
    }

    .news_content .left .wrap {
        margin: 0;
        padding: 15px 10px;
    }

    .news_content .left .wrap .top {
        padding: 0;
    }

    .news_content .left .bottom {
        border-top: 1px solid #f2f2f2;
        margin-top: 10px;
        padding: 0;
        padding-top: 15px;
        background: none;
    }

    .news_content .title, .news_content .left .wrap .title {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .news_content .left .wrap .text {
        height: 24px;
    }

    .news_content:before {
        display: none;
    }
}

.contact_content {
    padding-left: 25px;
    padding-right: 25px;
}

.contact_content .contact_column {
    position: relative;
    z-index: 99;
    box-shadow: 0 0 30px 1px rgba(9, 56, 127, 0.2);
    border-radius: 5px;
    overflow: hidden;
    background-color: #004aba;
}

.contact_column .li {
    padding: 40px 50px;
    padding-right: 30px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: #004aba;
}

.contact_column .li .ovrly {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #004aba;
    opacity: 0.8;
}

.contact_column .li:nth-child(3n+2) .ovrly {
    display: none;
}

.contact_column .li .box {
    display: flex;
    align-items: center;
}

.contact_column .li .icon {
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    background: url(../images/icon.png) no-repeat;
    position: relative;
    z-index: 2;
}

.contact_column .li .wrap {
    width: 100%;
    position: relative;
    z-index: 2;
}

.contact_column .li .wrap em {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 44px;
    opacity: 1;
    font-family: 'poppins semibold';
    margin-bottom: 5px;
    color: #fff;
    display: block;
}

.contact_column .li .wrap p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    opacity: 0.8;
}

.contact_column .li .wrap p a {
    color: #fff;
}

@media only screen and (max-width: 1480px) {
    .contact_column .li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact_column .li .wrap p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .contact_column .li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .contact_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact_column .li .wrap em {
        font-size: 12px;
    }

    .contact_column .li .wrap {
        margin-left: 10px;
    }
}

.send_content .send_column .main_title {
    margin-bottom: 20px;
}

.send_column {
    position: relative;
    z-index: 10;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #fff;
    padding-top: 35px;
}

.send_column:after {
    content: '';
    width: 80%;
    height: 5px;
    background: #ff0000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 10px;
}

.send_column .main_title {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
}

.send_column .main_title:before {
    display: none;
}

.send_column .main_title em {
    position: relative;
    padding-left: 44px;
    z-index: 5;
}

.send_column .main_title em:before {
    content: '';
    background: url(../images/icon.png) no-repeat;
    width: 32px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    background-position: -427px -100px;
}

.send_column .main_title em:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: -3px;
    opacity: 0.2;
}

.send_column .main_title .line {
    text-align: left;
    width: 68px;
}

.send_column .main_title em {
    margin-bottom: 10px;
    font-size: 32px;
}

.send_column .main_title:before {
    left: 0;
    margin-left: 0;
}

.send_column .text {
    margin-bottom: 20px;
    font-size: 14px;
    color: #808080;
    max-width: 100%;
    max-height: inherit;
    margin-top: 15px;
}

.single-page .send_column > .text {
    margin-bottom: 20px;
    font-size: 12px;
}

.send_column ul {
    list-style: none;
    max-width: 100%;
    padding-top: 0;
}

.send_column ul li {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.send_column ul li p {
    margin: 0;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #333;
    font-family: 'poppins semibold';
    text-align: left;
    text-transform: uppercase;
    background: #f7f7f7;
    padding: 10px 20px;
}

.send_column ul li p:before {
    margin-right: 10px;
    color: #004aba;
    content: "\f0ca";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.send_column ul li p a {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
}

.send_column ul li span {
    display: block;
    position: relative;
}

/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li span:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    width: 28px;
    height: 23px;
    display: inline-block;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.send_column ul li span.ms_e:before {
    background-position: -40px -227px;
}

.send_column ul li span.ms_p:before {
    background-position: 0 -227px;
}

.send_column ul li span.ms_m:before {
    background-position: -82px -227px;
}

.send_column ul li span.ms_n:before {
    background-image: url(../images/mes_n.png);
}

.send_column ul li span.ms_p:after {
    display: none;
}

.send_column ul li input {
    background: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 12px;
    font-family: 'poppins';
    font-size: 14px;
    color: #808080;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
    transition: all .5s;
}

.send_column ul li textarea {
    height: 100px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    font-family: 'poppins';
    font-size: 14px;
    padding: 12px 12px 12px 12px;
    color: #808080;
    border: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
    transition: all .5s;
}

.send_column ul li input:focus, .send_column ul li textarea:focus {
    color: #333;
    border-color: #004aba;
}

.send_column ul li input:-ms-input-placeholder {
    color: #808080;
}

/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
    color: #808080;
}

/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
    color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
    color: #808080;
}

/* Mozilla Firefox 19+ */
.send_column ul li textarea:-ms-input-placeholder {
    color: #808080;
}

/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
    color: #808080;
}

/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
    color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
    color: #808080;
}

/* Mozilla Firefox 19+ */
.send_column .main_more {
    margin-top: 0;
    border: none;
}

@media only screen and (max-width: 991px) {
    .message_content .send_column {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .send_column {
        bottom: 0;
        padding: 30px 20px;
    }

    .send_column .main_title .text {
        font-size: 12px;
    }

    .send_column .text {
        font-size: 12px;
    }

    .send_column ul li {
        padding: 0;
    }

    .send_column ul li p a {
        font-size: 12px;
        line-height: 24px;
    }

    .send_column ul li p {
        border-radius: 0;
        font-size: 12px;
        padding: 5px;
        background: #f2f2f5;
    }

    .send_column ul li span:after {
        right: 10px;
    }

    .send_column ul li input {
        font-size: 12px;
    }

    .send_column ul li textarea {
        font-size: 12px;
        line-height: 20px;
    }

    .send_column .main_title {
        padding: 0;
    }
}

/*footer*/
.footer {
    position: relative;
    z-index: 2;
    background: url(../images/bg_footer.jpg) no-repeat center center;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 20px;
    background-size: cover;
    margin-top: -20px;
}

.footer .container {
    position: relative;
}

.footer .fot_title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .fot_title em {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'ProximaNova bold';
}

.footer ul, .foot_bot ul {
    list-style: none;
}

.icon-minus-sign, .icon-plus-sign {
    width: 14px;
    height: 14px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-minus-sign:before, .icon-minus-sign:after, .icon-plus-sign:before, .icon-plus-sign:after {
    content: '';
    display: inline-block;
    background: #5db3b1;
    width: 14px;
    height: 2px;
    margin: 2px 0;
}

.icon-plus-sign {
    width: 12px;
    height: 12px;
}

.icon-plus-sign:before, .icon-plus-sign:after {
    width: 12px;
}

.icon-plus-sign:after {
    transform: rotate(90deg) translate(-6px, 0px);
    -webkit-transform: rotate(90deg) translate(-6px, 0px);
}

.icon-minus-sign:before {
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform: rotate(45deg) translate(4px, 0px);
}

.icon-minus-sign:after {
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.fot_title .column_icon_toggle {
    display: none;
}

.social_icons {
    list-style: none;
    padding-top: 20px;
}

.social_icons li {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 5px;
}

.footer .social_icons li {
    padding: 0;
    margin-right: 8px;
}

.fot_about {
    float: left;
    width: 24%;
    padding-right: 70px;
}

.fot_about .text {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    max-height: 72px;
    margin: auto;
    color: #b2b2b2;
}

.fot_about .page_more {
    color: #fff;
    opacity: 1;
}

.fot_about .page_more:after {
    background-position: -92px -62px;
}

.fot_logo {
    margin-bottom: 20px;
}

.fot_about .fot_logo .text {
    color: #fff;
    font-family: 'georgia';
    font-style: italic;
    margin-left: 15px;
    font-size: 24px;
}

.fot_logo .text:hover {
    text-decoration: none;
}

.fot_tag {
    float: left;
    width: 16%;
    padding-right: 30px;
}

.fot_tag li {
    margin-bottom: 10px;
}

.fot_tag li a:before {
    content: "\f061";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    color: #ff0000;
    z-index: 2;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 12px;
}

.fot_tag li a:hover:before {
    right: -15px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff4444;
}

.fot_tag li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    transition: all .5s;
    line-height: 20px;
    text-transform: capitalize;
}

.fot_tag li a:hover {
    color: #fff;
}

.fot_nav {
    float: left;
    padding-right: 30px;
    width: 26%;
}

.fot_nav li {
    margin-bottom: 10px;
    width: 44%;
    float: left;
}
.fot_nav li:nth-child(2n+1){
    padding-right: 2%;
}
.fot_nav li:nth-child(2n){
    padding-left: 2%;
}

.fot_nav li a:before {
    content: "\f061";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    color: #ff0000;
    z-index: 2;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 12px;
}

.fot_nav li a:hover:before {
    right: -15px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff0000;
}

.fot_nav li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    transition: all .5s;
    line-height: 20px;
    text-transform: capitalize;
}

.fot_nav li a:hover {
    color: #fff;
}

.fot_pri {
    width: 16%;
    float: left;
}

.fot_pri .text {
    font-size: 14px;
    line-height: 24px;
    color: #0095e5;
}

.fot_pri .more {
    display: inline-block;
    margin-top: 25px;
    line-height: 40px;
    height: 40px;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.fot_pri .more:hover {
    text-decoration: none;
    background-color: #0095e5;
}

.fot_contact{
    width: 18%;
}
.fot_contact li a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    transition: all .5s;
    line-height: 20px;
    text-transform: capitalize;
}
.fot_contact li a span{
    color: #fff;
    transition: all .5s;
}
.fot_contact li a:hover {
    color: #fff;
}
s
.footer-bottom {
    text-align: center;
    position: relative;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    color: #808080;
}

.footer-bottom .copy {
    color: #808080;
    font-size: 12px;
    display: inline-block;
}

.footer-bottom .copy a {
    color: #808080;
    font-size: 12px;
}

.footer-bottom .copy span, .footer-bottom .copy span a {
    color: #666666;
}

.footer-bottom .copy a:hover, .footer-bottom .copy span a:hover {
    color: #fff;
}

.footer-bottom .foot_ipv6 {
    display: inline-block;
    color: #808080;
    font-size: 12px;
}

.footer-bottom .foot_ipv6 img {
    max-width: 24px;
    margin-left: 5px;
}

.footer-bottom .foot_ipv6 .ico {
    border: 1px solid #808080;
    padding: 2px;
    font-size: 10px;
    color: #999999;
    display: inline-block;
    margin: 0;
    line-height: 14px;
    margin-left: 5px;
    font-style: italic;
}

.footer-bottom .fot_link {
    padding-top: 0;
    color: #808080;
    line-height: 20px;
    text-transform: capitalize;
    margin-top: 3px;
    display: inline-block;
}

.footer-bottom .fot_link a {
    color: #808080;
    font-size: 12px;
    margin: 0 2px;
    display: inline-block;
    text-transform: capitalize;
}

.footer-bottom .fot_link a:hover {
    color: #fff;
}

.footer-bottom .friendly p {
    margin: 0;
    display: inline-block;
    color: #808080;
    font-size: 12px;
}

.footer-bottom .friendly {
    display: inline-block;
}

.footer-bottom .social_icons {
    float: right;
    padding: 0;
    padding-top: 0;
}

.footer-bottom .social_icons li {
    padding: 0;
    padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    .footer {
        padding: 40px 0 20px 0;
        margin-top: -10px;;
    }

    .footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_mes, .footer .fot_pri, .footer .fot_letter {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer .fot_title em, .foot_nav .fot_title em, .fot_nav .fot_title em {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0;
    }

    .footer .fot_title span {
        display: none;
    }

    .footer .fot_title, .foot_nav .fot_title, .fot_nav .fot_title {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
        cursor: pointer;
        margin-bottom: 10px;
        font-size: 18px;
        position: relative;
        color: #fff;
        text-transform: fff;
    }

    .footer .fot_title .column_icon_toggle, .foot_nav .fot_title .column_icon_toggle, .fot_nav .fot_title .column_icon_toggle {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 8px;
        font-style: normal;
        cursor: pointer;
        font-weight: normal;
    }

    .footer .icon-minus-sign:before, .footer .icon-minus-sign:after, .footer .icon-plus-sign:before, .footer .icon-plus-sign:after {
        background: #999999;
    }

    .foot_nav .icon-minus-sign:before, .foot_nav .icon-minus-sign:after, .foot_nav .icon-plus-sign:before, .foot_nav .icon-plus-sign:after {
        background: #999999;
    }

    .fot_nav .icon-minus-sign:before, .fot_nav .icon-minus-sign:after, .fot_nav .icon-plus-sign:before, .fot_nav .icon-plus-sign:after {
        background: #999999;
    }

    .footer .toggle_content {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .footer-bottom {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    .fot_con .fot_title {
        display: none;
    }

    .fot_about {
        text-align: left;
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }

    .fot_about .fot_logo .text {
        font-size: 18px;
        margin-left: 10px;
    }

    .fot_pri .text {
        font-size: 12px;
    }
}

/*back-top*/
.back_top {
    width: 48px;
    height: 48px;
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 99999999;
    display: none;
    background: #333;
    background-size: cover;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.back_top:before {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 44px;
}

.back_top:hover {
    text-decoration: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
    background-color: #ff0000;
    filter: alpha(opacity=100);
    opacity: 1;
}

.back_top:hover:before {
    animation: scroll_up_anim 1.5s infinite;
}

@keyframes scroll_up_anim {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

.back_top:link {
    text-decoration: none;
}

.back_top:hover:before {
    color: #fff;
    text-decoration: none;
}

#online_qq_layer {
    z-index: 99999999;
    position: fixed;
    right: 100px;
    bottom: 30px;
}

#floatShow {
    display: block;
}

#floatHide {
    display: none;
}

#online_qq_tab {
    position: relative;
    z-index: 9;
}

#online_qq_tab #floatShow {
    height: 60px;
    width: 60px;
    float: right;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(0, 74, 186, 0.3);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 74, 186, 0.3);
    background: #004aba;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1);
}

#online_qq_tab .animated {
    opacity: 1;
}

#online_qq_tab #floatShow i {
    height: 30px;
    width: 30px;
    background: url(../images/icon.png) no-repeat -187px -223px;
    display: inline-block;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
}

#online_qq_tab #floatShow:hover {
    margin-right: 0;
}

#online_qq_tab #floatShow p {
    position: absolute;
    right: 0;
    top: -60px;
    border-radius: 10px;
    background: #004aba;
    width: 165px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 20px;
    box-shadow: 0 2px 15px 1px rgba(107, 28, 30, 0.2);
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}

#online_qq_tab #floatShow p:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #043984;
    position: absolute;
    right: 20px;
    bottom: -10px;
}

#online_qq_tab #floatShow:hover p {
    top: -80px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#online_qq_tab .circle {
    background: rgba(0, 74, 186, .25);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1);
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

#online_qq_tab .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

#online_qq_tab.animation-stopped .circle {
    opacity: 0 !important
}

#online_qq_tab.animation-stopped .circle {
    opacity: 0 !important
}

#online_qq_tab #floatHide {
    overflow: hidden;
    width: 30px;
    height: 30px;
    font-size: 13px;
    float: right;
    color: #808080;
    line-height: 50px;
    text-align: left;
    position: absolute;
    right: 10px;
    top: 10px;
}

#online_qq_tab #floatHide i {
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 2px;
    margin: 2px 0;
}

#online_qq_tab #floatHide i:before {
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform: rotate(45deg) translate(4px, 0px);
}

#online_qq_tab #floatHide i:after {
    transform: rotate(-45deg) translate(4px, 0px);
    -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
    text-decoration: none;
}

@keyframes scaleToggleOne {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

#onlineService {
    display: inline;
    width: 300px;
    overflow: hidden;
    display: none;
    background: #fff;
    font-size: 12px;
    box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
    -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
    border-top: none;
    border-radius: 0;
}

#online_qq_layer .inquiry .main_more {
    border-width: 1px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

#onlineService .title {
    display: block;
    font-size: 16px;
    background: #004aba;
    padding: 10px 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "ProximaNova bold";
    color: #fff;
    border-radius: 0;
}

#onlineService .title b {
    color: #fff;
    font-family: 'georgia';
}

#onlineService .text {
    margin-bottom: 10px;
    color: #808080;
    line-height: 20px;
    font-size: 12px;
}

.i_message_inquiry .inquiry {
    padding: 20px 20px;
}

.i_message_inquiry .inquiry .form-control {
    border: 1px solid #ccc;
    background: none;
    line-height: 48px;
    height: 48px;
    color: #808080;
    font-size: 12px;
    width: 100%;
    box-shadow: none;
    padding: 0 12px;
    background-position: 95% 12px;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
}

.i_message_inquiry .inquiry .form-control:focus {
    color: #333;
    background-color: #fafafa;
    border-color: #004aba;
}

.i_message_inquiry .inquiry textarea.form-control {
    border-radius: 5px;
    height: 80px;
}

.i_message_inquiry .inquiry .input-group {
    background: #fff;
    height: 32px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}

.i_message_inquiry .inquiry .input-group span {
    display: block;
    position: relative;
}

.i_message_inquiry .inquiry .input-group span:before {
    content: '*';
    color: red;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    line-height: 48px;
    z-index: 111;
}

.i_message_inquiry .inquiry .input-group span:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 2;
    width: 28px;
    height: 23px;
    z-index: 9;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.i_message_inquiry .inquiry .input-group span.ms_p:after {
    background-position: 0 -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_e:after {
    background-position: -40px -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_m:after {
    background-position: -82px -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
    height: 100px;
    padding-top: 8px;
    line-height: 20px;
    max-height: 120px;
    max-width: 100%;
    width: 100%;
    min-height: 100px;
}

.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
    display: none;
}

/*fixed-contact*/
.fixed-contact {
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 40%;
    width: 50px;
    margin-top: -90px;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
    background: #004aba;
}

.fixed-contact.show {
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fixed-contact.active {
    width: 250px;
}

.fixed-contact li {
    position: relative;
    height: 50px;
    overflow: hidden;
    transition: all .4s;
    list-style: none;
}

.fixed-contact.active li a {
    opacity: 1;
}

.fixed-contact li a {
    position: relative;
    z-index: 1000;
    display: block;
}

.fixed-contact li i {
    z-index: 1000;
    position: absolute;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    transition: all .4s;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon.png);
}

.fixed-contact.active li:after {
    z-index: 1001;
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.fixed-contact.active li:last-child:after {
    display: none;
}

.fixed-contact li:hover i, .fixed-contact li:hover a {
    opacity: .7;
}

.fixed-contact .online_p i {
    background-position: 0 -262px;
    border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

.fixed-contact .online_e i {
    background-position: -50px -262px;
}

.fixed-contact .online_w i {
    background-position: -150px -262px;
}

.fixed-contact .online_s i {
    background-position: -100px -262px;
}

.fixed-contact .online_f i {
    background-position: -250px -262px;
}

.fixed-contact .online_i i {
    background-position: -300px -262px;
}

.fixed-contact .online_code i {
    background-position: -200px -262px;
}

.fixed-contact li a {
    position: absolute;
    top: 0;
    right: -135px;
    display: block;
    width: 240px;
    line-height: 110%;
    padding: 18px 0 0 30px;
    color: #fff;
    white-space: nowrap;
    transition: all .4s;
    font-size: 14px;
    text-align: right;
    font-family: 'poppins';
    font-weight: normal;
    opacity: 0;
}

.fixed-contact.active li a {
    right: 60px;
}

.fixed-contact .online_code a img {
    max-width: 80px;
}

.fixed-contact.active .online_code {
    height: 130px;
}

.fixed-contact.active .online_code a p {
    margin: 0;
    margin-bottom: 5px;
}

.fixed-contact li.online_code:hover a {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .fixed-contact {
        display: none !important;
    }

    .fixed-contact.show {
        opacity: 0;
    }
}

.mobile_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    display: none;
    z-index: 999999;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
    border-radius: 2px 2px 0 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.mobile_nav a {
    display: inline-block;
    width: 20%;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.mobile_nav a i {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
}

.mobile_nav a p {
    color: #4d4d4d;
    padding-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    margin: 0;
}

.mobile_nav a:nth-child(3) {
    float: right;
}

.mobile_nav a:nth-child(4) {
    float: right;
}

@media only screen and (max-width: 991px) {
    #service {
        display: none;
    }

    #onlineService01 {
        width: 150px;
    }

    .onlineMenu .call-top {
        padding: 8px 5px;
    }

    .onlineMenu .call-top p {
        font-size: 16px;
    }

    .onlineMenu ul {
        padding: 10px;
    }

    .onlineMenu .call > p {
        padding-left: 20px;
        font-size: 13px;
    }

    .onlineMenu .call > p a {
        font-size: 13px;
    }

    .onlineMenu .call > p.ser01, .onlineMenu .call > p.ser02, .onlineMenu .call > p.ser03, .onlineMenu .call > p.ser04, .onlineMenu .call > p.ser05 {
        background-size: 12px;
    }

    .back_top {
        right: 0;
        bottom: 120px;
        width: 40px;
        height: 40px;
    }

    .back_top:before {
        font-size: 20px;
        line-height: 36px;
    }

    #online_qq_layer {
        right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #online_qq_layer {
        right: 0;
    }

    #onlineService {
        width: 100%;
    }

    #online_qq_layer {
        width: 100%;
        bottom: 0;
    }

    #online_qq_tab {
        width: 100%;
    }

    #online_qq_tab #floatShow {
        background: #004aba url(../images/icon.png) no-repeat -128px -218px;
        border-radius: 0;
        margin-right: 0;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin-left: -25px;
        border: 3px solid #fff;
        padding: 0;
        box-shadow: none;
        border-radius: 50%;
        text-indent: -999999px;
        z-index: 9999999999;
    }

    #online_qq_tab #floatShow p {
        display: none;
    }

    #online_qq_tab #floatShow i {
        display: none;
    }

    #online_qq_tab #floatShow span {
        display: none;
    }

    #online_qq_tab #floatShow:after {
        display: none;
    }

    #online_qq_tab .animated-circles {
        display: none;
    }

    .mobile_nav {
        display: block;
    }

    .mobile_nav a i {
        width: 28px;
        height: 28px;
    }

    .mobile_nav a p {
        text-transform: uppercase;
    }

    .footer-bottom {
        padding-bottom: 70px;
    }

    #onlineService .i_message_inquiry .main-more input {
        padding: 8px 20px;
    }

    .i_message_inquiry .inquiry {
        padding: 15px 10px;
    }

    #onlineService .title {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 375px) {
    .mobile_nav a p {
        text-transform: capitalize;
        font-size: 12px;
    }
}

/*page*/
.page_banner {
    background: #333;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.page_banner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.page_section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff url(../images/bg_page.jpg) no-repeat center bottom;
}

.breadcrumb {
    font-size: 12px;
    border-radius: 0;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    color: #808080;
    padding: 20px 0;
    width: 100%;
    z-index: 5;
    left: 0;
    bottom: 0;
    background-color: #f7f7f7;
}

.breadcrumb .main_title {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.breadcrumb .main_title em {
    margin: 0;
}

.breadcrumb .bread_right {
    padding-top: 0;
    line-height: 20px;
    font-size: 14px;
    color: #808080;
    position: relative;
    z-index: 5;
}

.breadcrumb .bread_right > i {
    margin: 0 5px;
    display: inline-block;
    color: #808080;
}

.breadcrumb a.home i {
    margin-right: 5px;
}

.breadcrumb a {
    color: #808080;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb a:hover {
    color: #004aba;
}

.breadcrumb h2 {
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #808080;
    vertical-align: middle;
    font-weight: normal;
}

.single-page .text {
    font-size: 14px;
    line-height: 28px;
}

.single-page .text img {
    max-width: 100%;
    height: auto;
}

.single-page .text a:hover {
    color: #004aba;
}

.single-page .text ul {
    padding-left: 20px;
}

.single_con_left {
    padding-left: 0;
    padding-right: 50px;
}

.page_footer {
    padding-top: 50px;
    margin-top: 0;
}

.page_nav {
    padding-top: 5px;
    background: linear-gradient(to right, #004aba, #2d6ac3);
    background-image: -moz-linear-gradient(right, #004aba, #2d6ac3);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #004aba), color-stop(1, #2d6ac3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004aba', endColorstr='#2d6ac3', GradientType='1');
}

.page_nav ul {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.page_nav li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 16.6%;
    padding: 0 1px;
    float: left;
}

.page_nav li a {
    display: block;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    transition: all .5s;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #fff;
}

.page_nav li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page_nav li a .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: inline-block;
    transition: all .5s;
    background-position: 0 -24px;
    background-repeat: no-repeat;
}

.page_nav li a p {
    color: #808080;
    font-size: 14px;
    padding-left: 10px;
    line-height: 24px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    transition: all .5s;
    margin: 0;
}

.page_nav li a:hover, .page_nav li.active a {
    text-decoration: none;
    color: #004aba;
    background: #fff;
}

.page_nav li a:hover p, .page_nav li.active a p {
    color: #004aba;
}

.page_nav li a:hover .icon, .page_nav li.active a .icon {
    background-position: 0 0;
}

.page_section02 {
    background: #fff;
    padding-bottom: 40px;
}

.page_section02 .breadcrumb {
    background: #f8f8f8;
    margin-bottom: 60px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .page_banner {
        margin-top: 0;
    }

    .page_banner .attachment_line_top {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .page_section {
        padding-bottom: 40px;
        padding-top: 40px;
        background: #fff;
    }

    .page_section .page_column {
        top: 0;
        padding: 30px 0 20px 0;
        box-shadow: none;
    }

    .breadcrumb, .breadcrumb a, .breadcrumb .bread_right > i, .breadcrumb h2 {
        font-size: 12px;
        color: #808080;
    }

    .breadcrumb {
        padding-bottom: 10px;
        padding-top: 10px;
        position: relative;
        background: #f7f7f7;
    }

    .breadcrumb .main_title {
        padding-top: 0;
        margin-bottom: 5px;
        float: none;
    }

    .breadcrumb .main_title .line {
        display: none;
    }

    .breadcrumb .main_title em {
        color: #333;
        margin-bottom: 0;
        font-size: 32px;
    }

    .breadcrumb .bread_right {
        float: none;
        justify-content: center;
        padding: 0;
    }

    .page_nav {
        display: block;
        margin-bottom: 30px;
        padding: 5px;
    }

    .page_nav li {
        float: left;
        margin: 0;
        padding: 0;
    }

    .page_nav li a {
        padding: 8px 5px;
        font-size: 12px;
        display: block;
        border-radius: 0;
        clip-path: none;
        -webkit-clip-path: none;
    }

    .page_nav li a p {
        font-size: 12px;
        margin: 0;
        margin-top: 5px;
        padding: 0;
        font-family: 'poppins';
        line-height: 18px;
    }

    .page_footer {
        padding-bottom: 110px;
    }

    .page_section .main_title em {
        background-size: 56px;
        font-size: 30px;
    }

    .page_banner .attachment_line_bottom {
        display: none;
    }

    .breadcrumb .main_title:before {
        width: 57px;
        height: 41px;
        background-position: -72px -320px;
        margin-left: -28px;
    }

    .page_section02 .breadcrumb {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .page_nav ul {
        display: block;
    }

    .page_nav li {
        width: 50%;
        padding: 5px;
    }

    .page_nav li a {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.contact_section {
    padding: 0;
}

.contact_section .page_column {
    top: 0;
    box-shadow: none;
    padding-bottom: 0;
}

.message_content {
    padding: 0;
}

.contact_info {
    position: relative;
    padding-bottom: 80px;
    z-index: 2;
    padding-top: 80px;
}

.contact_info:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #0e2b5c 90%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    content: '';
    z-index: -1;
    display: block;
    filter: alpha(opacity=06);
    -moz-opacity: 0.06;
    opacity: 0.06;
}

.contact_info ul {
    list-style: none;
    padding: 0;
}

.contact_info ul li {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact_info ul li .column {
    background: #fff;
    padding: 0 20px 40px 20px;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
    min-height: 252px;
    border-radius: 5px;
}

.contact_info ul li em {
    font-size: 18px;
    font-family: 'ProximaNova bold';
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 28px;
    position: relative;
    display: block;
}

.contact_info ul li .txt {
    font-size: 12px;
    line-height: 20px;
    color: #808080;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.contact_info ul li .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    padding: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    top: -20px;
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page_con .contact_l li:hover .icon {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    transform: rotateY(180deg);
}

.contact_info ul li .icon span {
    display: inline-block;
    transition: all .5s;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
}

.contact_info ul li p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 5px;
}

.contact_info ul li p a:hover {
    color: #004aba;
}

@media only screen and (max-width: 767px) {
    .contact_info {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .contact_info ul li .icon {
        width: 60px;
        height: 60px;
        padding: 5px;
    }

    .contact_info ul li {
        padding: 0 10px;
    }

    .contact_info ul li em {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .contact_info ul li .txt {
        margin-top: 5px;
        color: #ccc;
    }

    .contact_info ul li .column {
        min-height: inherit;
    }

    .message_content {
        padding: 0;
    }

    .contact_info ul li p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .page_section .contact_l li .box {
        padding: 15px;
    }

    .page_banner .icon {
        width: 50px;
        height: 50px;
    }

    .page_banner .icon i {
        line-height: 50px;
        font-size: 16px;
    }

    .page_menu {
        display: none;
    }

    .contact_info ul {
        padding-top: 0;
    }
}

.page_con {
    padding-top: 60px;
}

.message_wrap {
    margin-top: 30px;
    padding-left: 0;
}

.page_send {
    display: block !important;
}

.map {
    margin-top: 0;
}

.page_title {
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 100%;
    font-family: 'ValenciaSerial';
    margin-bottom: 20px;
    text-transform: capitalize;
}

.page_title i {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    color: #fff;
    z-index: 5;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.page_title i:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 40%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #66ae3c;
}

.page_con {
    padding-top: 70px;
}

.message_wrap {
    margin-top: 0;
    padding-left: 0;
}

.message_wrap .send_column {
    border: none;
    background: #fff;
}

.message_wrap .send_column .main_title {
    margin-top: 0;
}

.contact_sns {
    padding-right: 0;
    margin-top: 0;
    padding-top: 30px;
}

.contact_sns .text {
    margin-bottom: 15px;
    font-size: 13px;
    color: #808080;
    line-height: 20px;
}

.contact_sns a {
    display: inline-flex;
    margin: 5px;
    transition: all .5s;
    border-radius: 50%;
    transition: all .5s;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contact_sns a:hover {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    transform: rotateY(180deg);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}

.contact_sns a i {
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    transition: all .5s;
}

.contact_sns a.con_sns_f {
    background: #395a99;
}

.contact_sns a.con_sns_t {
    background: #44ccf6;
}

.contact_sns a.con_sns_l {
    background: #0275b6;
}

.contact_sns a.con_sns_g {
    background: #d13f2d;
}

.contact_sns a.con_sns_y {
    background: #ff0000;
}

.contact_sns a.con_sns_b {
    background: #ff6600;
}

.contact_sns a.con_sns_p {
    background: #cb2027;
}

.contact_sns a.con_sns_v {
    background: #5e82a9;
}

.contact_sns a.con_sns_i {
    background: #d1312a;
}

.contact_right {
    padding-top: 0;
    padding-left: 40px;
    padding-bottom: 0;
    padding-right: 0;
}

.contact_right .main_title {
    text-align: left;
}

.contact_right .main_title:before {
    left: 0;
    transform: translate(0, 0)
}

.contact_right .main_title em {
    font-size: 30px;
    margin-bottom: 0;
}

.contact_right .text {
    font-size: 14px;
    line-height: 28px;
}

.contact_right .text ul {
    padding-left: 20px;
}

.contact_right .text em {
    font-style: italic;
}

.page_send {
    display: block !important;
}

.social_icons li.page_title {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
}

.page_title {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 100%;
    font-family: 'ProximaNova bold';
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page_title i {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    color: #fff;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-right: 10px;
}

.page_title i:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 40%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #004aba;
}

@media only screen and (max-width: 991px) {
    .single_con_column {
        width: 100%;
        padding: 30px 0;
    }

    .contact_list {
        margin-bottom: 0;
        padding: 0;
    }

    .page_section .mes_box {
        display: block;
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }

    .page_con_column {
        padding: 0;
        padding-top: 30px;
        width: 100%;
    }

    .page_section .send_column {
        width: 100%;
    }

    .page_send {
        background-size: cover;
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .single_con_column .send_box {
        display: block;
        width: 100%;
    }

    .message {
        z-index: 9999;
    }

    .map {
    }

    .page_title {
        font-size: 32px;
    }

    .page_title i {
        font-size: 18px;
    }

    .single_con_column .send_column {
        bottom: 0;
        margin-top: 30px;
    }

    .contact_sns a {
        margin: 3px;
    }

    .con_main {
        margin-top: 20px;
    }

    .page_section .send_column ul li {
        padding: 0;
    }

    .message_info {
        padding: 50px 0;
    }

    .message_wrap {
        padding: 0;
        margin-top: 0;
    }

    .message_wrap .send_column {
        padding: 30px 15px;
    }

    .contact_right {
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 0;
        padding-left: 0;
    }

    .page_con {
        padding-top: 40px;
    }

    .page_column {
        padding: 0;
    }
}

/*left*/
.page-left {
    width: 24%;
    float: left;
    margin-top: 0;
    position: relative;
}

.page-left .fot_title {
    display: block;
    position: relative;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.page-left .fot_title em {
    display: block;
    position: relative;
    z-index: 1;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'ProximaNova bold';
}

.page-left .fot_title em:before {
    content: '';
    margin-left: 0;
    display: inline-block;
    width: 25px;
    height: 26px;
    transition: all .5s;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/icon.png) no-repeat;
    background-position: -114px -3px;
}

.page-left .left_title .column_icon_toggle {
    display: none;
}

.left-cat .fot_title em:before {
    background: url(../images/icon01.png) no-repeat;
    background-position: -114px -3px;
}

.left-cat {
    background: #fff;
}

.left-cat .fot_title {
    background: #004aba;
    padding: 12px 10px;
    margin-bottom: 0;
    border-radius: 5px;
}

.page-left .left-cat .fot_title em {
    color: #fff;
}

ul.mtree {
    opacity: 0;
    margin-left: 0;
    border-bottom: none;
    padding: 5px 0;
    border-radius: 0 0 0 0;
    background: #fff;
}

ul.mtree > li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
}

ul.mtree > li:before {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffdede;
    display: inline-block;
    content: '';
}

ul.mtree > li > a {
    font-size: 14px;
    padding: 12px 0 12px 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding-right: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: 'poppins semibold';
}

ul.mtree > li > a img {
    max-width: 32px;
    margin-right: 5px;
}

ul.mtree > li:last-child > a {
    border-bottom: none;
}

ul.mtree > li > a p {
    margin: 0;
    padding-left: 5px;
}

ul.mtree > li > a span {
    max-width: 36px;
    min-width: 36px;
}

ul.mtree a {
    display: block;
    font-size: 12px;
    color: #555555;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    padding: 10px 0;
    line-height: 22px;
    padding-right: 30px;
}

ul.mtree li ul a {
    padding: 6px 10px;
    padding-right: 30px;
}

ul.mtree.transit > li.mtree-open > b:before, ul.mtree .mtree-level-1 li.mtree-open > b:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
    color: #004aba;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 42px;
    text-align: center;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.mtree .mtree-level-1 li.mtree-open > b:before {
    color: #004aba;
    height: 40px;
}

ul.mtree.transit li.mtree-closed > b:before, ul.mtree .mtree-level-1 li.mtree-closed > b:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    color: #333;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.mtree.transit > li:hover.mtree-closed > b:before {
    color: #004aba;
}

ul.mtree li ul a li a {
    padding-left: 20px;
}

ul.mtree > li:hover > a {
    color: #004aba;
}

ul.mtree > li.mtree-node a ul a {
    font-size: 12px;
}

ul.mtree > li.mtree-open {
    padding-bottom: 0;
}

ul.mtree > li.mtree-open > a {
    color: #004aba;
}

ul.mtree > li.mtree-node:hover > a {
    color: #004aba;
}

ul.mtree > li.mtree-open:hover > a {
    color: #004aba;
    font-family: 'poppins semibold';
}

ul.mtree .mtree-level-1 li.mtree-closed > span {
    color: #004aba;
    text-decoration: none;
}

ul.mtree ul {
    border: none;
    margin-bottom: 10px;
}

ul.mtree ul li {
    list-style: none;
    position: relative;
    padding-bottom: 0;
}

ul.mtree ul li a {
    display: block;
    color: #333;
    font-size: 16px;
}

ul.mtree > li > ul > li > a {
    font-size: 13px !important;
    font-weight: normal;
    position: relative;
    transition: all .5s;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 0;
    background: #f7f7f7;
}

ul.mtree > li > ul > li:nth-child(2n+2) > a {
    background: #f2f2f2;
}

ul.mtree > li > ul > li > a:hover {
    color: #004aba;
    text-decoration: none;
    padding-left: 20px;
}

ul.mtree > li > ul > li > a:before {
    content: '';
    width: 3px;
    background: #004aba;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
}

ul.mtree > li > ul > li > a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

ul.mtree > li > ul > li > a i {
    color: #ccc;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 6px;
}

ul.mtree > li > ul > li > a:before {
    content: "";
}

ul.mtree ul li:hover a {
    color: #004aba;
}

ul.mtree li ul li.mtree-open a {
    color: #004aba;
    text-decoration: none;
    font-family: 'poppins semibold';
}

ul.mtree .mtree-level-2 {
    margin-top: 0px;
    border: none;
    padding: 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding: 5px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

ul.mtree .mtree-level-2 li:last-child a {
    border-bottom: none;
}

ul.mtree li ul.mtree-level-2 li a {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
    font-family: 'poppins'
}

ul.mtree li ul.mtree-level-2 li a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

ul.mtree .mtree-level-2 li a:hover {
    text-decoration: underline;
    color: #004aba;
    font-weight: normal;
}

ul.mtree .mtree-level-2 li a:hover:before {
    background: #004aba;
}

ul.mtree.jet ul {
    margin-left: 0;
}

ul.mtree.jet li {
    margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
    margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
    margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
    background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child > a {
    border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active > a {
    background: #004aba;
    color: #FFF;
    border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li > a:hover {
    background: #004aba;
    color: #FFF;
}

ul.mtree.jet a {
    padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li > a {
    padding-left: 2em;
}

ul.mtree.jet li li li > a {
    padding-left: 3em;
}

ul.mtree.jet li li li li > a {
    padding-left: 4em;
}

ul.mtree.jet li li li li li > a {
    padding-left: 5em;
}

ul.mtree a:hover {
    text-decoration: none;
}

.mtree-skin-selector {
    display: none !important;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a {
    font-family: 'poppins semibold';
    text-transform: uppercase;
    color: #4d4d4d;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
    color: #004aba;
}

.left-adv {
    margin-top: 30px;
    width: 100%;
    background: #f7f7f7 url("../images/page-banner.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.left-adv .ovrly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all .5s;
}

.left-adv .main {
    position: relative;
    left: 0;
    top: 0;
    padding: 30px 30px 40px 30px;
    z-index: 2;
    text-align: left;
}

.left-adv .icon {
    width: 60px;
    height: 60px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    background: #ff0000;
}

.left-adv .icon:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    filter: alpha(opacity=2);
    -moz-opacity: 0.2;
    opacity: 0.2;
    background: #ff0000;
    z-index: -1;
}

.left-adv .icon i {
    width: 36px;
    height: 36px;
    background: url(../images/icon.png) no-repeat;
    background-position: -423px 0px;
    display: inline-block;
}

.left-adv .main .title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-family: 'ProximaNova bold';
}

.left-adv .main .title:hover {
    text-decoration: none;
}

.left-adv .main .text {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

.left-adv .main_more i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat;
    background-position: 0 -371px;
    margin-left: 10px;
    margin-top: -5px;
}

.left-nav {
    border: 1px solid #d9d9d9;
    padding: 20px;
    padding-bottom: 30px;
}

.left-nav .list {
    list-style: none;
}

.left-nav .list li {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px dashed #d9d9d9;
}

.left-nav .list li:before {
    content: '';
    width: 100%;
    background: #004aba;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    z-index: -1;
}

.left-nav .list li:hover:before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.left-nav .list li a {
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    transition: all .5s;
    line-height: 24px;
    text-transform: capitalize;
}

.left-nav .list li:hover a {
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
}

/*hot_pro*/
.left-pro {
    margin-top: 40px;
    padding-bottom: 5px;
    background: #fff;
}

.left-pro ul {
    padding-top: 10px;
}

.left-pro ul li {
    background: #fff;
    list-style: none;
    margin-bottom: 10px;
    transition: all .5s;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    position: relative;
    border-radius: 5px;
    padding-right: 5px;
}

.left-pro ul li:hover {
    background: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    border-color: #e5e5e5;
}

.left-pro ul li .main {
    width: 60%;
    float: left;
    padding-left: 10px;
    position: relative;
    z-index: 10;
    padding-top: 5px;
}

.left-pro ul li .title {
    font-size: 13px;
    line-height: 24px;
    max-height: 72px;
    display: block;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}

.left-pro ul li .title:hover {
    color: #004aba;
}

.left-pro ul li .image {
    float: left;
    width: 40%;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: relative;
    z-index: 10;
}

.left-pro ul li .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.left-pro ul li .image img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    -webkit-transition: all var(--transition-time, 800ms);
    -o-transition: all var(--transition-time, 800ms);
    transition: all var(--transition-time, 800ms);
}

.left-pro ul li:hover .image img {
    -webkit-transform: scale(var(--scale-multiplier, 1.05));
    -ms-transform: scale(var(--scale-multiplier, 1.05));
    transform: scale(var(--scale-multiplier, 1.05));
}

.left-pro ul li .image .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-radius: 50%;
    background: #004aba;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.left-pro ul li .image .icon i {
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat;
    background-position: -3px -97px;
}

.left-pro ul li:hover .image .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.left-pro .page_more {
    font-size: 13px;
    color: #004aba;
}

.page-right {
    width: 76%;
    padding-left: 40px;
    padding-right: 0;
    float: right;
}

@media only screen and (max-width: 1260px) {
    .page-left {
        width: 26%;
    }

    .page-right {
        width: 74%;
    }
}
@media only screen and (min-width: 993px) {
    .pro_nav{
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .page-title em {
        font-size: 24px;
    }

    .page-left {
        width: 100%;
        float: none;
        top: 0;
        margin-top: 20px;
    }

    .left-pro, .left-con, .left-video, .left-solu, .left-news {
        margin-top: 0;
        padding: 0;
        border: none;
    }

    .page-left .fot_title {
        margin-bottom: 10px;
        margin-bottom: 0;
        padding: 8px 20px 8px 15px;
        border-radius: 25px;
        border: none;
        background: #004aba;
    }

    .page-left .fot_title:before {
        display: none;
    }

    .page-left .fot_title > em {
        margin: 0;
        font-size: 16px;
        color: #fff;
        padding: 0;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        background: none;
    }

    .page-left .fot_title em:before {
        display: none;
    }

    .page-left .fot_title .icon-minus-sign:before, .page-left .fot_title .icon-minus-sign:after, .page-left .fot_title .icon-plus-sign:before, .page-left .fot_title .icon-plus-sign:after {
        background: #fff;
    }

    .page-left .fot_title > span {
        display: none;
    }

    .page-left .fot_title .column_icon_toggle {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 17px;
        font-style: normal;
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
    }

    .page-left .left_title > span {
        display: none;
    }

    .page-left .block_content {
        padding: 10px;
    }

    .left-con .left_title {
        display: block;
    }

    .left_title .column_icon_toggle {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 16px;
        font-style: normal;
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
    }

    .page-right {
        width: 100%;
        padding: 0;
        float: none;
    }

    .left-cat {
        margin-bottom: 20px;
        padding: 0;
    }

    .left-pro {
        margin-bottom: 20px;
    }

    .left-nav {
        margin-bottom: 20px;
    }

    .left-adv {
        display: none;
    }

    ul.mtree > li > a {
        font-size: 14px;
    }

    .page-left .fot_title em:after {
        display: none;
    }

    .left-pro ul li .title {
        font-size: 12px;
        font-family: 'poppins'
    }

    .page-left .fot_title::after {
        display: none;
    }
}

/*sitemap*/
.sitemap {
    width: 100%;
}

.stp-listA > li {
    text-transform: capitalize;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.stp-top {
    width: 100%;
    background: #eee;
    margin-bottom: 1px;
}

.stp-top .page_info_title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    font-family: 'poppins semibold';
    padding: 0;
    padding: 15px 20px;
    transition: all .5s;
}

.stp-top .page_info_title:hover {
    text-decoration: none;
    color: #fff;
    background: #004aba;
}

.stp-top .page_info_title i {
    padding-left: 5px;
    transition: all .5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.stp-top .page_info_title:hover i {
    padding-left: 8px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.stp-listB {
    display: block;
    padding: 15px;
    border: 2px solid #eee;
    border-top: none;
    padding: 30px 20px;
    list-style: none;
    margin-top: -1px;
    background: #fff;
}

.stp-listB > li {
    width: 25%;
    padding: 8px 10px;
    float: left;
    overflow: hidden;
}

.stp-listB > li > a {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #4d4d4d;
    font-family: 'poppins semibold'
}

.stp-listB > li > a i {
    padding-right: 5px;
}

.stp-listB > li:hover > a {
    color: #004aba;
}

.stp-pro .stp-listB > li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.stp-pro .stp-listB > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.stp-pro .stp-listB > li .top {
    display: flex;
    align-items: flex-end;
}

.stp-pro .stp-listB > li .image {
    max-width: 48px;
    min-width: 48px;
}

.stp-pro .stp-listB > li .title {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    display: block;
    font-family: 'poppins semibold';
}

.stp-pro .stp-listB > li .title:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 6px;
    color: #ccc;
}

.stp-pro .stp-listB > li .title:hover {
    color: #004aba;
    text-decoration: none;
}

.stp-pro .stp-listB > li .title:hover:after {
    color: #004aba;
}

.stp-listB li .stp-listC {
    width: 100%;
    padding-top: 20px;
    list-style: none;
}

.stp-listB li .stp-listC li {
    width: 100%;
    margin-bottom: 8px;
    float: left;
}

.stp-listB li .stp-listC li a {
    color: #808080;
    font-size: 12px;
    -webkit-transition: all var(--transition-time, 500ms);
    -o-transition: all var(--transition-time, 500ms);
    transition: all var(--transition-time, 500ms);
}

.stp-listB li .stp-listC li a i {
    padding-right: 5px;
}

.stp-listB li .stp-listC li a:hover {
    color: #004aba;
}

@media only screen and (max-width: 767px) {
    .stp-listA {
        padding: 0;
    }

    .stp-listB > li {
        width: 50%;
        padding: 4px 0;
    }

    .stp-listB {
        border-width: 1px;
        padding: 15px;
    }

    .stp-pro .stp-listB > li .image {
        max-width: 32px;
        min-width: 32px;
    }

    .stp-listB li .stp-listC li {
        width: 100%;
    }

    .stp-listB > li > a {
        font-size: 14px;
    }

    .stp-top .page_info_title {
        font-size: 16px;
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 400px) {
    .stp-listB li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

/*page-number*/
.page_num {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.page_num span {
    display: inline-flex;
    color: #fff;
    background: #004aba;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 100%;
    transition: all .5s;
    position: relative;
    font-family: 'poppins semibold';
    text-align: center;
    border-radius: 50%;
    border: 2px solid #004aba;
    align-items: center;
    justify-content: center;
}

.page_num a {
    background: #fff;
    padding: 0;
    display: inline-flex;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    line-height: 100%;
    transition: all .5s;
    color: #555;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #e5e5e5;
    align-items: center;
    justify-content: center;
}

.page_num a:hover {
    background: #004aba;
    text-decoration: none;
    color: #fff;
    border-color: #004aba;
}

.page_num a i {
    line-height: 32px;
}

.page_num p {
    display: block;
    font-size: 12px;
    margin: 0;
    margin-top: 15px;
    font-family: 'poppins';
    color: #808080;
}

.page_num p:before {
    content: '[';
    padding-right: 3px;
}

.page_num p:after {
    content: ']';
    padding-left: 3px;
}

.page_num p strong {
    display: inline-block;
    margin: 0 5px;
    font-weight: normal;
    color: #004aba;
}

@media only screen and (max-width: 767px) {
    .page_num {
        border-radius: 0;
        text-align: center;
        padding: 0;
        margin-top: 10px;
        border-radius: 5px;
    }

    .page_num a, .page_num span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .page_num a i {
        line-height: 30px;
    }

    .page_num p {
        float: none;
        display: block;
        font-size: 12px;
    }
}

/*page-turning*/
.navigation {
    width: 100%;
    list-style: none;
    margin-top: 20px;
    padding-top: 10px;
}

.navigation li {
    width: calc(100% - 0px);
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    transition: all .5s;
    padding-left: 60px;
    background: #f7f7f7;
    border-radius: 30px;
}

.navigation li a:hover {
    text-decoration: none;
}

/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    background-color: #fff;
}

.navigation li.prev_post a:before {
    left: 10px;
    content: "\f077";
}

.navigation li.next_post a:before {
    left: 10px;
    content: "\f078";
}

.navigation li a:hover:before {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
    box-shadow: 0 5px 15px 1px rgba(74, 134, 100, 0.2);
}

.navigation li a .meta_nav {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #004aba;
    margin-bottom: 0;
    line-height: 20px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all .5s;
    font-family: 'poppins semibold';
}

.navigation li a:hover .meta_nav {
    color: #004aba;
}

.navigation li a .post_title {
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    margin: 0;
    transition: all .5s;
    font-weight: normal;
}

.navigation li a:hover .post_title {
    color: #004aba;
}

@media only screen and (max-width: 991px) {
    .navigation li {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 767px) {
    .navigation {
        border: none;
        padding-top: 0;
        margin-bottom: 0;
    }

    .navigation li {
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .navigation li.prev_post a {
        padding-left: 60px;
        border-radius: 10px;
    }

    .navigation li.next_post a {
        padding-left: 60px;
        border-radius: 10px;
    }

    .navigation li.prev_post a:before {
        left: 10px;
    }

    .navigation li.next_post a:before {
        left: 10px;
    }

    .navigation li a:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .navigation li a .meta_nav {
        font-size: 12px;
        color: #004aba;
        margin-bottom: 0;
    }

    .navigation li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .navigation li a .post_title {
        font-size: 12px;
    }
}

.news li {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0;
    transition: all .5s;
    z-index: 10;
    list-style: none;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.news li .image {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 75%;
    z-index: 5;
    float: left;
    width: 28%;
    border-radius: 5px;
}

.news li .image:before, .news li .image:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 50%;
    background: #fff;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    opacity: 0.2;
    z-index: 1;
}

.news li .image:before {
    left: 0;
    top: 0;
}

.news li .image:after {
    right: 0;
    bottom: 0;
}

.news li:hover .image:before, .news li:hover .image:after {
    width: 100%;
}

.news li .image img {
    transition: all .9s;
    width: 100%;
}

.news li:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news li .wrap {
    position: relative;
    z-index: 3;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 20px;
    float: left;
    width: 72%;
}

.news li .title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins semibold';
    margin-bottom: 15px;
}

.news li:hover .title {
    color: #004aba;
    text-decoration: none;
}

.news li .text {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    max-width: 90%;
    color: #808080;
}

.news li .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 15px;
}

.news li .bottom .page_more {
    margin: 0;
}

.news li .bottom .page_date {
    margin: 0;
}

@media only screen and (max-width: 1260px) {
    .news li {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .news li .wrap {
        padding-left: 10px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .news li .column {
        padding-top: 25px;
        padding: 0;
    }

    .news li .main_more {
        margin-top: 0;
    }

    .news li .page_date_box {
        left: 0;
        top: -10px;
    }
}

@media only screen and (max-width: 480px) {
    .news li {
        margin-bottom: 20px;
        padding: 15px;
    }

    .news li .column {
        border-width: 1px;
    }

    .news li .image {
        display: none;
    }

    .news li .wrap {
        padding: 0;
        width: 100%;
    }

    .news li .wrap:before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-width: 3px;
    }

    .news li .title {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .news li .text {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .news li .page_date {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 5px;
    }

    .news li .wrap:after {
        top: 10px;
    }
}

.news_detail_info {
    text-align: left;
}

.news_detail_info .news_detail_title {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.news_detail_info .news_detail_title em.title {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-family: 'poppins semibold';;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 20px;
}

.news_detail_info .page_date {
    margin: 0;
}

.news_detail_info .txt {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.news_detail_info .txt img {
    max-width: 100%;
    height: auto;
}

.news_detail_info .txt a {
    color: #004aba;
}

.news_detail_info .txt ul {
    padding-left: 20px;
}

.news_detail_info .txt em {
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .news_detail_info .news_detail_title {
        display: block;
    }

    .news_detail_info .news_detail_title em.title {
        font-size: 16px;
        padding-right: 0;
    }
}

/*blog*/
.left-blog {
    margin-bottom: 40px;
}

.left-blog ul {
    list-style: none;
}

.left-blog ul li {
    margin-bottom: 0;
}

.left-blog ul li a {
    display: block;
    font-size: 14px;
    border-radius: 0;
    color: #555555;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    background: #f7f7f7;
}

.left-blog ul li:nth-child(2n+2) a {
    background: #f2f2f2;
}

.left-blog ul li a:hover {
    background: #004aba;
    color: #fff;
    text-decoration: none;
}

.left-blog ul li a:before {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ced2d9;
    display: inline-block;
    content: '';
}

.left-blog ul li a:hover:before {
    left: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.blog-archives {
    margin-bottom: 40px;
}

.blog-archives ul {
    list-style: none;
    padding-top: 0;
}

.blog-archives ul li {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.blog-archives ul li:before {
    content: '';
    width: 100%;
    background: #004aba;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
}

.blog-archives ul li:hover:before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.blog-archives ul li a {
    padding: 10px 5px;
    display: block;
    font-size: 14px;
    transition: all .5s;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.blog-archives ul li:hover a {
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
}

.blog-tags {
    margin-bottom: 30px;
}

.blog-tags ul {
    list-style: none;
    padding-top: 10px;
}

.blog-tags ul li {
    display: inline-block;
    margin: 5px;
}

.blog-tags ul li a {
    display: inline-block;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 24px;
    transition: all .5s;
}

.blog-tags ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #004aba;
    border-color: #004aba;
}

.blog_list {
    list-style: none;
}

.blog_list > li {
    margin-bottom: 40px;
    position: relative;
    transition: all .5s;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
}

.blog_list > li:last-child {
    margin-bottom: 10px;
}

.blog_list > li:before {
    content: '';
    background: #fff;
    box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
    transition: all .5s;
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: block;
}

.blog_list > li:hover:before {
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -5px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.blog_list li .image {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    min-width: 240px;
    max-width: 240px;
    margin-right: 20px;
}

.blog_list li .image img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all var(--transition-time, 800ms);
    -o-transition: all var(--transition-time, 800ms);
    transition: all var(--transition-time, 800ms);
}

.blog_list li:hover .image img {
    -webkit-transform: scale(var(--scale-multiplier, 1.05));
    -ms-transform: scale(var(--scale-multiplier, 1.05));
    transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .title {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    display: block;
    font-family: 'poppins semibold';
    margin-top: 0;
    margin-bottom: 10px;
}

.blog_list li:hover .title {
    color: #004aba;
    text-decoration: none;
}

.blog_list li .text {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    margin-top: 0;
}

.blog_list li .post_blog_tag {
    margin-bottom: 0;
}

.blog_list li .main_more {
    margin-bottom: 20px;
}

.blog_list li .main_more a {
    line-height: 32px;
    height: 32px;
    font-size: 12px;
}

.post_blog_tag {
    border-radius: 0;
    border-top: 1px dashed #e5e5e5;
    margin-top: 10px;
    padding-top: 10px;
}

.post_blog_tag > p {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    color: #004aba;
    font-family: 'poppins semibold';
}

.post_blog_tag > p i {
    color: #004aba;
    margin-right: 5px;
}

.post_blog_tag li {
    display: inline-block;
    margin: 5px 0 0 5px;
    position: relative;
    border: none;
    padding: 0;
}

.post_blog_tag li a {
    display: inline-block;
    background: #eee;
    font-size: 12px;
    border-radius: 5px;
    line-height: 20px;
    color: #4d4d4d;
    padding: 5px 15px;
    transition: all .5s;
    text-transform: capitalize;
}

.post_blog_tag li:hover a {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    background: #004aba;
    color: #fff;
    border-color: #004aba;
}

@media only screen and (max-width: 991px) {
    .left-blog {
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }

    .blog_list li .right {
        padding-left: 65px;
        width: 100%;
    }

    .left-blog .left_title {
        display: block;
    }

    .blog-list p, .blog-cat p {
        margin-bottom: 15px;
    }

    .blog-list {
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px;
    }

    .blog-archives, .blog-tags {
        margin-bottom: 20px;
        padding: 0;
    }

    .blog_list li .date em {
        font-size: 60px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_list > li {
        margin-bottom: 30px;
        padding: 0;
    }

    .blog_list > li .page_date {
        position: inherit;
        right: auto;
        top: auto;
    }

    .blog_list > li:hover:before {
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px;
    }

    .blog_list {
        border: none;
    }

    .blog_tag > p {
        display: block;
    }

    .blog_list li .right {
        padding-left: 80px;
    }

    .blog_list li .title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .blog_list li .text {
        max-height: 48px;
        font-size: 12px;
    }

    .blog_list li .post_blog_tag {
        margin-top: 15px;
    }

    .blog_list li .image {
        min-width: 180px;
        max-width: 180px;
        margin-right: 10px;
    }

    .post_blog_tag {
        padding: 0;
        padding-top: 10px;
        border-radius: 0;
    }

    .post_blog_tag > p {
        display: block;
    }

    .post_blog_tag li a {
        font-size: 12px;
        padding: 3px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .blog_list > li {
        padding-bottom: 20px;
        display: block;
    }

    .blog_list li .right {
        padding: 0;
        padding-top: 10px;
    }

    .blog_list li .more {
        letter-spacing: 0;
    }

    .blog_list li .title {
        font-size: 14px;
    }

    .blog_list li .image {
        min-width: 120px;
        max-width: 120px;
    }
}

/*products*/
.product_section {
    background: #fff;
}

.product_section .page-right {
    padding-right: 0;
    padding-left: 40px;
    float: right;
}

.product_section .left-cat {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.product_section .left-pro {
    padding: 0;
}

.product_section .navigation li a {
    background: #f7f7f7;
}

.product_section .navigation li a:before {
    background: #fff;
}

.product_section .navigation li:hover a:before {
    background-color: #004aba;
}

.product_list_nav {
    list-style: none;
    margin-bottom: 40px;
    border-right: none;
}

.product_list_nav li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    background: #ede9e0;
    margin-bottom: 1px;
}

.product_list_nav li.active, .product_list_nav li:hover {
    background-color: #004aba !important;
}

.product_list_nav li .title {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    text-align: left;
}

.product_list_nav li:hover .title, .product_list_nav li.active .title {
    color: #fff;
    text-decoration: none;
}

.product_list_nav li .image {
    overflow: hidden;
    display: block;
    text-align: center;
    transition: all .5s;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0);
}

.product_list_nav li.active .image, .product_list_nav li:hover .image {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.product_list_nav li .image img {
    transition: all .9s;
    max-width: 50px;
}

.pro-text {
    color: #333;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.pro-text .column {
    line-height: 28px;
    font-size: 15px;
    overflow: hidden;
}

.pro-text img {
    max-width: 100%;
    height: auto;
}

.product_l {
    list-style: none;
    margin-top: 80px;
}

.product_l > li {
    margin-bottom: 60px;
}

.product_l li .image {
    display: block;
    float: left;
    width: 40%;
    overflow: hidden;
    text-align: center;
}

.product_l li .image img {
    height: auto;
    width: 100%;
    transition: all .5s;
}

.product_l li:hover .image img {
    -webkit-transform: scale(var(--scale-multiplier, 1.05));
    -ms-transform: scale(var(--scale-multiplier, 1.05));
    transform: scale(var(--scale-multiplier, 1.05));
}

.product_l li .main {
    float: left;
    width: 60%;
    padding-left: 40px;
    padding-top: 10px;
}

.product_l li .title {
    display: block;
    color: #333;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'georgia';
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}

.product_l li .title:hover {
    color: #004aba;
    text-decoration: none;
    border-color: #004aba;
}

.product_l li .text {
    font-size: 16px;
    color: #818387;
    line-height: 28px;
    margin-top: 20px;
    max-height: 84px;
    overflow: hidden;
}

.product_l li .main_more {
    margin-top: 30px;
}

.product_l li.right .image {
    float: right;
}

.product_l li.right .main {
    padding-right: 40px;
    padding-left: 0;
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .product_list_nav li:nth-child(8n+2) {
        background: #e6dfd2;
    }

    .product_list_nav li:nth-child(8n+4) {
        background: #e6dfd2;
    }

    .product_list_nav li:nth-child(8n+5) {
        background: #e6dfd2;
    }

    .product_list_nav li:nth-child(8n+7) {
        background: #e6dfd2;
    }
}

@media only screen and (max-width: 767px) {
    .product_list_nav {
        margin-bottom: 0;
    }

    .product_list_nav li .image {
        display: none;
    }

    .product_l li .image {
        width: 100%;
    }

    .product_l li .main {
        width: 100%;
        padding-left: 0;
    }

    .product_list_nav li:nth-child(8n+2) {
        background: #e6dfd2;
    }

    .product_list_nav li:nth-child(8n+3) {
        background: #e6dfd2;
    }

    .product_list_nav li:nth-child(8n+6) {
        background: #e6dfd2;
    }

    .product_list_nav li:nth-child(8n+7) {
        background: #e6dfd2;
    }

    .product_list_nav li .title {
        font-size: 16px;
        text-align: center;
        height: 48px;
        line-height: 24px;
    }

    .product_l {
        margin-top: 40px;
    }

    .product_l li .main, .product_l li.right .main {
        text-align: center;
    }

    .product_l li .title {
        font-size: 24px;
        padding: 10px 0;
        text-align: center;
    }

    .product_l li .text {
        font-size: 14px;
    }

    .product_l li .main_more {
        margin-top: 15px;
    }

    .product_l li.right .main {
        padding-right: 0;
    }
}

.pro_top .pro-img {
    padding: 0;
}

.pro_top .pro-img img {
    max-width: 100%;
    height: auto;
}

.pro-text {
    color: #333;
    margin-bottom: 20px;
    border-radius: 5px;
}

.pro-text .column {
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.pro-text .column img {
    max-width: 100%;
    height: auto;
}

.pro-text .column em {
    font-style: italic;
}

.pro-text .column ul {
    padding-left: 20px;
}

.cbp-vm-switcher {
    width: 100%;
    margin-bottom: 30px;
}

.cbp-vm-options {
    text-align: left;
    margin-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cbp-vm-options em {
    display: inline-block;
    float: left;
    font-family: 'poppins semibold';
    font-size: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    line-height: 38px;
}

.cbp-vm-options a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0;
    color: #004aba;
    border: 1px solid #fff;
    margin-right: 3px;
    float: left;
    border-radius: 50%;
}

.cbp-vm-options span {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #ccc;
}

.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
    color: #fff;
    background: #004aba;
    border-color: #004aba;
}

.cbp-vm-options a:before {
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

/* General list */
.cbp-vm-switcher > ul {
    list-style: none;
    padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
    content: " ";
    display: table;
}

.cbp-vm-switcher ul:after {
    clear: both;
}

.cbp-vm-switcher > ul > li {
    display: block;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
}

.cbp-vm-image .cbp-image-hover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: scale(1.05);
}

.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1.0);
}

.cbp-vm-switcher ul li > div {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 0;
    transition: all .5s;
}

.cbp-vm-switcher > ul > li > div {
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
    border-radius: 5px;
}

.cbp-vm-switcher > ul > li:hover > div {
    border-color: transparent;
    z-index: 99;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #fff;
}

/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 20px 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image > a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.cbp-vm-image img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
    width: 100%;
    border-radius: 5px;
}

.cbp-vm-switcher > ul > li .cbp-vm-image {
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
    border-radius: 5px;
}

.cbp-vm-details {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #808080;
}

/* Common icon styles */
.cbp-vm-icon:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
    content: "\f00a";
}

.cbp-vm-list:before {
    content: "\f039";
}

.cbp-vm-add:before {
    content: "\f055";
}

/* Large grid view */
.cbp-vm-view-grid ul {
    text-align: left;
}

.cbp-vm-view-grid ul li {
    width: 25%;
    float: left;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    position: relative;
}

.cbp-vm-view-grid ul li > div {
    padding: 0;
    border: 1px solid #eee;
}

.cbp-vm-view-grid ul li .cbp-list-left {
    padding-top: 20px;
    padding-top: 0;
    text-align: center;
    position: relative;
    z-index: 999;
}

.cbp-vm-view-grid ul li .cbp-title {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
    font-family: 'poppins semibold'
}

.cbp-vm-view-grid ul li:hover .cbp-title {
    color: #004aba;
    text-decoration: none;
}

.cbp-vm-view-grid ul li .cbp-vm-details {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-top: 0;
    transition: all .5s;
}

.cbp-vm-view-grid ul li .cbp-list-more {
    display: none;
}

.cbp-vm-view-grid ul li .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 5px;
    width: 100%;
    background: #f7f7f7;
    -webkit-transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.cbp-vm-view-grid ul li:hover .more {
    opacity: 1;
    z-index: 22;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    bottom: 0;
}

.cbp-vm-view-grid ul li .more .main_more {
    margin: 0;
    display: block;
    height: 42px;
    line-height: 42px;
}

.cbp-vm-view-grid .post_blog_tag {
    display: none;
}

.cbp-vm-view-grid .cbp-list-center {
    padding: 20px 10px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 98% bottom;
}

.cbp-vm-view-grid ul li:hover .cbp-list-center {
    background-color: #f7f7f7;
}

/* List view */
.cbp-vm-view-list > ul {
    margin: 0;
    margin-top: 20px;
}

.cbp-vm-view-list > ul > li {
    text-align: left;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.cbp-vm-view-list > ul > li:hover > div {
    box-shadow: none;
}

.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
    content: " ";
    display: table;
}

.cbp-vm-view-list li:after {
    clear: both;
}

.cbp-vm-view-list > ul > li > div {
    padding: 0;
    border: none;
}

.cbp-vm-view-list > ul > li > div:before, .cbp-vm-view-list > ul > li > div:after {
    display: none;
}

.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
    display: inline-block;
    vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
    width: 28%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    border-radius: 0;
    border: 2px solid #eee;
}

.cbp-vm-view-list ul li:hover .cbp-vm-image {
    border-color: #004aba;
}

.cbp-vm-view-list ul li > div .cbp-list-center {
    width: 72%;
    display: inline-block;
}

.cbp-vm-view-list ul li .cbp-title {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    max-height: 60px;
    margin-bottom: 10px;
    font-family: 'poppins semibold';
    font-weight: 600;
}

.cbp-vm-view-list ul li:hover .cbp-title {
    color: #004aba;
    text-decoration: none;
}

.cbp-vm-view-list ul li .cbp-vm-details {
    margin-top: 0;
    height: auto;
    padding: 0;
    max-height: 48px;
    font-size: 12px;
}

.cbp-vm-view-list > ul > li .cbp-list-left .line {
    display: none;
}

.cbp-vm-view-list ul li .post_blog_tag {
    margin-top: 15px;
}

.cbp-vm-view-list ul li .more .main_more {
    background: #fff;
    color: #808080;
    height: 40px;
    line-height: 36px;
    border: 2px solid #e5e5e5;
}

.cbp-vm-view-list ul li .more .main_more:hover {
    border-color: #004aba;
    background-color: #004aba;
    color: #fff;
}

.cbp-vm-view-list ul li .more .main_more:after {
    display: none;
}

.cbp-vm-view-list .cbp-hover {
    display: none;
}

.cbp-vm-view-list .cbp-list-center {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
}

.cbp-vm-view-list .cbp-list-center .cbp-list-left {
    padding-left: 0;
}

.cbp-vm-view-list .cbp-list-more {
    display: block;
    margin-top: 20px;
    float: right;
    padding-right: 0;
}

@media screen and (max-width: 1260px) {
    .cbp-vm-view-grid ul li .cbp-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .cbp-vm-view-grid ul li {
        width: 33.33%;
    }

    .cbp-vm-view-list ul li > div .cbp-list-center {
        padding-top: 0;
    }

    .product_section .page-right {
        float: none;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pro-cat li {
        margin-bottom: 10px;
    }

    .cbp-vm-options {
        margin-top: 0;
    }

    .cbp-vm-view-list ul li .cbp-list-left .more {
        letter-spacing: 0;
    }

    .pro_top .pro-img {
        display: none;
    }

    .cbp-vm-view-list > ul > li > div {
        border-radius: 0;
        padding: 0;
    }

    .cbp-vm-view-grid > ul > li > div {
        border-width: 1px;
        padding: 5px;
    }
}

@media screen and (max-width: 520px) {
    .pro-text .box {
        max-height: 336px;
        overflow: hidden;
    }

    .cbp-vm-view-grid ul li {
        width: 50%;
    }

    .cbp-vm-options {
        text-align: center;
    }

    .cbp-vm-view-list > ul > li {
        width: 100%;
        padding: 15px 0;
    }

    .cbp-vm-view-list ul li .cbp-vm-details {
        height: 40px;
        line-height: 20px;
    }

    .cbp-vm-view-list .cbp-list-center {
        width: 100%;
        margin-top: 10px;
    }

    .cbp-vm-view-list ul li .cbp-vm-details {
        width: 100%;
        font-size: 12px;
    }

    .cbp-vm-view-list .cbp-vm-image {
        width: 100%;
        max-width: 180px;
    }

    .cbp-vm-view-list ul li > div > div {
        width: 100%;
    }

    .cbp-vm-view-grid ul li {
        margin-bottom: 0;
    }

    .cbp-vm-view-list ul li .cbp-title {
        font-size: 14px;
        font-family: 'poppins semibold';
        line-height: 24px;
        max-height: 48px;
    }

    .cbp-vm-view-grid ul li .cbp-title {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 24px;
        max-height: 48px;
        height: auto;
        font-family: 'poppins';
    }

    .cbp-vm-view-grid ul li:nth-child(2n+1) {
        clear: both;
    }

    .cbp-vm-view-list .cbp-list-view {
        display: none;
    }

    .cbp-vm-view-grid ul li .cbp-vm-details {
        display: none;
    }

    .cbp-vm-view-list ul li > div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
        width: 100%;
        padding: 0;
    }

    .cbp-vm-view-list .pro-list-tags p {
        display: block;
    }

    .cbp-vm-view-list .cbp-list-more {
        padding: 0;
    }

    .cbp-vm-view-list .cbp-list-more .main-more {
        display: inline-block;
        margin-right: 10px;
    }

    .cbp-vm-view-grid .cbp-list-center {
        padding: 0;
        padding-top: 8px;
    }

    .cbp-vm-switcher > ul > li .cbp-vm-image {
        border-width: 1px;
    }

    .cbp-vm-view-grid ul li .line {
        display: none;
    }

    .cbp-vm-options em {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .cbp-vm-view-grid ul li .more {
        display: none;
    }

    .cbp-vm-view-list ul li .wrap_more {
        float: none;
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .pro-text {
        padding: 10px;
    }

    .pro-text .column {
        font-size: 12px;
    }

    .cbp-vm-view-grid ul li {
        padding: 5px;
    }

    .cbp-vm-view-grid ul li .cbp-title {
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
        height: 60px;
        font-family: 'poppins';
        max-height: 60px;
    }

    .cbp-list-left {
        padding: 0;
    }

    .cbp-vm-image .image_more {
        display: none;
    }
}

/*products main*//* CSS for the loading div */
.prom_img {
    padding: 0;
    text-align: center;
    padding-right: 0;
}

.sp-loading {
    text-align: center;
    max-width: 100%;
    border: 2px solid #fafafa;
    padding: 2px;
    border-radius: 0;
    font-size: 12px;
    color: #888;
}

.sp-loading img {
    max-width: 100%;
    height: auto;
}

/* Element wrapper */
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    border-radius: 3px; /**************	  Set max-width to your thumbnail width	***************/
    text-align: center;
    max-width: 100%;
    width: 100%;
}

/* Thumbnails */
.sp-thumbs {
    text-align: left;
    display: block;
    padding: 10px 0;
    margin-right: -3px;
    margin-left: -3px;
}

.sp-thumbs a {
    position: relative;
    border: 1px solid #ccc;
}

.sp-thumbs img {
    min-height: 56px;
    min-width: 56px;
    max-width: 56px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 70px;
    height: 70px;
    overflow: hidden;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 3px;
    border-radius: 5px;
}

.sp-thumbs a:hover {
    opacity: 1;
    border-color: #004aba;
}

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-thumbs a.sp-current {
    opacity: 1 !important;
    position: relative;
    border-color: #004aba;
}

.sp-thumbs a.sp-current:after {
    transform: scaleX(1);
    visibility: visible;
}

/* Image currently being viewed */
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.sp-large a {
    display: block;
}

/* Panning Zoomed Image */
.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 99999999;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
}

#sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
    text-align: center;
}

#sp-prev {
    left: 14%;
}

#sp-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 46px;
}

#sp-next {
    right: 14%;
}

#sp-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 46px;
}

#sp-prev:hover, #sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */
@media only screen and (min-width: 992px) {
    .fot_contact{
        float: right;
    }
    .prom_img {
        position: relative;
        padding-right: 70px;
    }

    .sp-thumbs {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        height: 100%;
        padding: 0;
    }

    .sp-thumbs a:link, .sp-thumbs a:visited {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #sp-prev {
        left: 10px;
    }

    #sp-next {
        right: 10px;
    }
}

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 0;
    }

    #sp-prev, #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 75px;
    }
}

.sp-current-big img {
    width: 100%;
}

.sp-large img {
    max-width: none;
}

.pro_info_top {
    position: relative;
    margin-bottom: 40px;
}

.prom-right {
    padding-left: 30px;
    margin-bottom: 20px;
}

.prom-right > h1 {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: 'poppins semibold';
    margin-top: 0;
}

.prom-right > div.main {
    font-size: 12px;
    line-height: 24px;
    color: #808080;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}

.prom-right {
    padding: 0 0 0 30px;
    border-radius: 0;
}

.prom-right .pro-table {
    margin-bottom: 0;
}

.prom-right .pro-table > em {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'poppins semibold';
    margin-bottom: 10px;
}

.prom-right .pro-table ul li {
    list-style: none;
    display: flex;
    align-items: center;
    background: #f2f2f2;
    padding: 10px 10px;
}

.prom-right .pro-table ul li:nth-child(2n+2) {
    background: #fafafa;
}

.prom-right .pro-table ul li p {
    display: inline-block;
    font-size: 12px;
    color: #333;
    text-transform: capitalize;
    width: 24%;
    margin: 0;
    font-family: 'poppins semibold';
    text-transform: uppercase;
}

.prom-right .pro-table ul li span {
    color: #333;
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
    color: #333;
}

.prom-right .mobile_inquiry {
    display: inline-block;
    margin-top: 0;
}

.prom-right .main_more {
    vertical-align: middle;
}

.prom-right .main_more a {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
}

.prom-right .main_more span i {
    width: 14px;
    height: 14px;
    background-position: -331px -103px;
}

.prom-right .main_more:hover span i {
    width: 14px;
    height: 14px;
    background-position: -360px -103px;
}

.prom-right .main_more.more_cart {
    border: none;
    margin-left: 30px;
    padding: 0;
}

.prom-right .main_more.more_cart input {
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    padding-left: 15px;
    padding-right: 45px;
    color: #fff;
    background: #004aba;
    border: 1px solid #004aba;
    text-transform: uppercase;
}

.prom-right .main_more.more_cart:after {
    width: 24px;
    height: 20px;
    background-position: -286px -47px;
    right: 15px;
    top: 19px;
}

.prom-right .main_more.more_cart:hover:after {
    animation: none;
}

.prom-right .main_more:hover a:after {
    animation: none;
}

.prom-right .cart_area {
    margin-top: 15px;
    margin-bottom: 10px;
}

.prom-right .cart_area .cartnum {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    max-width: 100%;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.prom-right .social_icons li.title {
    font-family: 'poppins semibold';
    font-size: 14px;
    color: #808080;
    padding-left: 0;
    text-transform: uppercase;
}

.prom-right .social_icons li.title p {
    margin: 0;
}

.prom-right .social_icons li {
    padding: 0 5px;
}

.mostBox {
    margin: 0 0 10px 0;
}

.mostBox .page_title {
    background: #fafafa;
    padding: 0;
}

.mostBox .page_title:before, .mostBox .page_title:after {
    display: none;
}

.mostBox .page_title em {
    font-size: 24px;
    line-height: 30px;
    background: #0cb76c;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: 'georgia';
}

.mostBox .text {
    font-size: 14px;
    line-height: 28px;
}

.mostBox .text em {
    font-style: italic;
}

.mostBox .text a:hover {
    color: #004aba;
}

.mostBox .text ul {
    padding-left: 20px;
}

/*products-tab*/
#parentHorizontalTab02 {
    margin: 0;
    text-align: left;
    padding: 0px;
    text-align: left;
    margin-top: 0;
}

#parentHorizontalTab02 ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    background: #f2f2f5;
    border-radius: 5px;
}

#parentHorizontalTab02 .resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0;
    padding: 7px 30px;
    border: none;
    font-size: 20px;
    line-height: 36px;
    font-family: 'ProximaNova bold';
    background: #004aba;
}

#parentHorizontalTab02 .resp-tabs-list li p {
    margin: 0;
}

#parentHorizontalTab02 .resp-tabs-container div table {
    max-width: 100%;
}

#parentHorizontalTab02 .resp-tabs-container {
    padding: 30px 0 0 0px;
    clear: left;
    background: none;
}

#parentHorizontalTab02 em.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    padding: 10px 15px !important;
}

#parentHorizontalTab02 .resp-tab-content {
    display: none;
}

#parentHorizontalTab02 .resp-tabs-list li:hover, #parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
    color: #fff;
    background: #004aba !important;
    border-color: #004aba !important;
    z-index: 99;
}

#parentHorizontalTab02 em.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    padding: 3px 10px !important;
}

#parentHorizontalTab02 em.resp-accordion {
    font-size: 16px;
    margin: 0px;
    background: #f8f8f8;
    margin-bottom: 1px;
    color: #333;
    font-style: normal;
    margin-bottom: 10px;
    font-family: 'poppins_m';
    text-transform: uppercase;
}

#parentHorizontalTab02 em.resp-tab-active {
    margin-bottom: 0px !important;
}

#parentHorizontalTab02 em.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

#parentHorizontalTab02 .resp-tab-content {
    display: none;
}

#parentHorizontalTab02 .resp-content-active, #parentHorizontalTab02 .resp-accordion-active {
    display: block;
}

#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

#parentHorizontalTab02 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
    border: none;
    position: relative;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
    content: "\f044";
    font-family: "FontAwesome";
    position: absolute;
    right: -6px;
    cursor: pointer;
    font-size: 20px;
    top: -8px;
    color: #fff
}

#parentHorizontalTab02 em.resp-tab-active {
    background: #fe9305 !important;
    color: #fff;
}

#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
    display: block;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
    border: 1px solid #1268bf;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #1268bf; /* !important;*/
}

#parentHorizontalTab02 .resp-jfit {
    width: 100%;
    margin: 0px;
}

#parentHorizontalTab02 .resp-tab-content-active {
    display: block;
}

.products > .title {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    padding: 2px 0;
}

.products > .title i {
    background: #0d58cb;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 50%;
    vertical-align: middle;
}

.products > .title h1 {
    margin: 0;
    display: inline-block;
    color: #555555;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    font-family: 'CenturyGothicB';
    position: relative;
    z-index: 2;
    vertical-align: middle;
    margin-left: 10px;
}

#pro_inquiry {
    margin: 0;
    position: relative;
    background: none;
    margin-bottom: 40px;
    margin-top: 30px;
}

#pro_inquiry .main_title {
    margin-top: 0;
}

#pro_inquiry .send_column {
    border: none;
    box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .sp-thumbs a:link, .sp-thumbs a:visited {
        width: 50px;
        height: 50px;
    }

    .products .pro_img {
        width: 100%;
        padding: 0;
    }

    .products .pro-right {
        width: 100%;
        padding: 0;
        padding-left: 20px;
    }

    .prom-right .pro-table ul li p {
        width: 26%;
    }

    .prom_img {
        margin-bottom: 0;
        padding: 0;
    }

    .prom-right .pro-table {
        margin-bottom: 0;
    }

    #pro_inquiry {
        position: relative;
        z-index: 9999;
    }

    #pro_inquiry .send_content .send_column {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .pro-right {
        padding: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .sp-thumbs {
        text-align: left;
    }

    .prom-right .pro-table {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .prom-right {
        padding: 0;
        margin-bottom: 0;
        background-image: none;
        padding-top: 20px;
    }

    .prom-right .pro-table ul li {
        padding: 8px;
    }

    .pro_info_top:before {
        width: 100%;
    }

    .products .pro_inquiry .message {
        padding: 0;
    }

    .mostBox {
        margin-top: 0;
    }

    .mostBox .tab-scroll {
        margin-left: 0;
        padding-bottom: 0;
    }

    .products .pro-list-tags p {
        display: block;
    }

    .pro_message li .meInput, .pro_message li .meText {
        width: 100%;
    }

    .pro_message .main_title {
        text-align: center;
    }

    .pro_message .main_title > em {
        background-position: center bottom;
    }

    .prom-right > h1 {
        font-size: 18px;
    }

    .prom-right > div.main {
        font-size: 12px;
    }

    .prom_main {
        padding: 40px 0;
    }

    .prom_main .pro_con {
        display: none;
    }

    .products > .title {
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .products > .title h1 {
        font-size: 24px;
        line-height: 28px;
        max-width: 70%;
        margin-left: 5px;
        vertical-align: top;
    }

    .pro_message form {
        max-width: 100%;
    }

    .prom-right .mobile_inquiry {
        position: fixed;
        bottom: 0;
        right: 0;
        background: #fff;
        background: #fff;
        padding: 8px 15px;
        z-index: 9999999999;
        width: 100%;
        text-align: right;
        height: 60px;
        border-top: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .prom-right .main_more {
        margin: 0;
        border-width: 1px;
        box-shadow: none;
    }

    .prom-right .main_more a {
        height: 40px;
        line-height: 40px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 12px;
        font-family: 'poppins';
        letter-spacing: inherit;
    }

    .prom-right .main_more.more_cart input {
        font-size: 14px;
        padding-left: 15px;
        height: 40px;
        line-height: 42px;
    }

    .prom-right .main_more.more_cart:after {
        top: 14px;
        display: inline-block;
    }

    #parentHorizontalTab02 .resp-tabs-list li {
        font-size: 20px;
        padding: 10px 20px;
        line-height: 24px;
    }

    .pro_footer {
        padding-bottom: 50px;
    }

    #pro_inquiry .main_title .line {
        margin-right: 10px;
    }

    #pro_inquiry {
        display: block !important;
        padding-bottom: 0;
    }

    .pro_info_top {
        margin-bottom: 30px;
    }

    .prom-right .social_icons li.title {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .products .pro-right {
        margin-bottom: 0;
    }

    .prom-right .pro-table ul li p {
        width: 45%;
        font-size: 12px;
        font-family: 'poppins';
        text-transform: capitalize;
    }

    .prom-right .pro-table ul li span {
        font-size: 12px;
        font-family: 'poppins';
    }
}

.page_pro {
    padding: 60px 0 50px 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
    background: #f7f7f7 url(../images/bg_pro.jpg) no-repeat center -50px;
}

.page_pro .main_title {
    margin-bottom: 30px;
}

.page_pro .slider {
    padding-top: 0;
}

.page_pro .slider .li {
    text-align: center;
    position: relative;
    padding: 15px;
    padding-bottom: 20px;
}

.page_pro .slider .li .column {
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transition: all .5s;
}

.page_pro .slider .li:hover .column {
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

.page_pro .slider .li .column:before {
    content: '';
    height: 3px;
    background: #ff0000;
    width: 0;
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.page_pro .slider .li:hover .column:before {
    width: 100%;
}

.page_pro .slider .li .image {
    overflow: hidden;
    display: block;
    transition: all .5s;
    border-radius: 5px;
}

.page_pro .slider .li .image img {
    transition: all .9s;
    width: 100%;
}

.page_pro .slider .lii:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.page_pro .slider .li .bot_title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    margin-top: 20px;
    transition: all .5s;
    font-family: 'poppins semibold';
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.page_pro .slider .li:hover .bot_title {
    opacity: 0;
}

.page_pro .slider .li .wrap {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px 30px;
    padding-bottom: 10px;
    transition: all .5s;
    opacity: 0;
}

.page_pro .slider .li:hover .wrap {
    opacity: 1;
    bottom: 0;
}

.page_pro .slider .li .wrap .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    color: #333;
    font-family: 'poppins semibold';
    margin-bottom: 10px;
}

.page_pro .slider .li .wrap .title:hover {
    color: #004aba;
    text-decoration: none;
}

.page_pro .slider .li .wrap .text {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 20px;
    color: #808080;
}

.page_pro .slider .li .wrap .more {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'poppins semibold';
    text-transform: uppercase;
    color: #004aba;
    vertical-align: middle;
}

.page_pro .slider .li .wrap .more .icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #004aba, #2d6ac3);
    background-image: -moz-linear-gradient(right, #004aba, #2d6ac3);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #004aba), color-stop(1, #2d6ac3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004aba', endColorstr='#2d6ac3', GradientType='1');
}

.page_pro .slider .li .wrap .more .icon i {
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -8px -102px;
}

.page_pro .slider .li .wrap .more:hover {
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .page_pro {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page_pro .slider .li {
        padding: 10px;
    }

    .page_pro .slider .li .column {
        padding: 5px;
    }

    .page_pro .slider .li .bot_title {
        display: none;
    }

    .page_pro .slider .li .wrap .more {
        display: none;
    }

    .page_pro .slider .li .wrap {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 1;
        padding: 10px 0;
        border-radius: 5px;
        background: #f7f7f7;
    }

    .page_pro .slider .li .wrap .title {
        font-size: 12px;
        color: #333;
        max-height: 60px;
        height: auto;
        line-height: 20px;
    }

    .page_pro .slider .li .wrap .text {
        color: #808080;
        font-size: 12px;
        height: 20px;
    }
}

.video_l {
    list-style: none;
}

.video_l li {
    padding: 0 10px;
    margin-bottom: 25px;
    text-align: center;
}

.video_l li .column {
    transition: all .5s;
    background: #fff;
    border-radius: 5px;
}

.video_l li:hover .column {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.video_l li:nth-child(4n+1) {
    clear: both;
}

.video_l li .image {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    border-radius: 5px 5px 0 0;
}

.video_l li:hover .image {
    box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.1);
}

.video_l li .image > a.link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
}

.video_l li .image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: all .9s;
}

.video_l li:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.video_l li .ovrly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition: all .5s;
}

.video_l li:hover .ovrly {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.video_l li .video_button {
    display: inline-flex;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 16px;
    background: #004aba;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #fff;
    transition: all .5s;
}

.video_l li .video_button .line-video-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.27);
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.video_l li:hover .video_button {
    width: 70px;
    height: 70px;
    text-decoration: none;
}

.video_l li:hover .video_button .line-video-animation {
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation: squares 3.9s linear 0s infinite;
    -ms-animation: squares 3.9s linear 0s infinite;
    -o-animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.video_l li:hover .video_button .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.video_l li:hover .video_button .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

.video_l li .title {
    background: #fff;
    padding: 15px 10px;
    border: 2px solid #f2f2f2;
    border-radius: 0 0 5px 5px;
}

.video_l li .title a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-family: 'poppins semibold';
}

.video_l li:hover .title a {
    color: #004aba;
    text-decoration: none;
}

.video_l li .text {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}

@media only screen and (max-width: 767px) {
    .video_l li {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 480px) {
    .video_l li {
        padding: 0;
        width: 100%;
    }

    .video_l li .title {
        padding: 10px;
    }

    .video_l li .title a {
        font-size: 12px;
        margin-bottom: 0;
        font-family: 'poppins'
    }
}

.meft-customer ul {
    list-style: none;
    margin-bottom: 30px;
    border-bottom: none;
}

.meft-customer ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.meft-customer ul li a:hover {
    background: #fafafa;
    color: #23ac38;
    padding: 10px;
    text-decoration: none;
}

#customer {
}

#customer ul {
    list-style: none;
}

#customer ul li {
    margin-bottom: 30px;
}

#customer ul li .title {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #62a70f;
    font-family: 'poppins_bold', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

#customer ul li h5 {
    display: inline-block;
    color: #62a70f;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}

#customer ul li h5:before {
    content: "[";
    padding-right: 5px;
}

#customer ul li h5:after {
    content: "]";
    padding-left: 5px;
}

#customer ul li h5.UI02 {
    display: none;
}

#customer ul li h5 b {
    font-weight: normal;
}

#customer ul li .text {
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    overflow: hidden;
    height: 48px;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.download_info_list {
    list-style: none;
}

.download_info_list li {
    margin-bottom: 20px;
}

.download_info_list li .wrap {
    display: block;
    border: 2px solid #ebebeb;
    padding: 20px;
    position: relative;
    transition: all .5s;
    background: #fff url(../images/bg_down.jpg) no-repeat 98% 90%;
    background-size: 90px;
}

.download_info_list li:hover .wrap {
    border-color: #004aba;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.download_info_list li .wrap > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.download_info_list li .wrap > div {
    width: 100%;
    display: flex;
    align-items: center;
}

.download_info_list li .wrap > div i {
    width: 34px;
    height: 34px;
    display: inline-block;
    transition: all .5s;
    float: left;
    background: url(../images/icon.png) no-repeat;
    background-position: -266px -305px;
}

.download_info_list li:hover .wrap > div i {
    background-position: -266px -349px;
}

.download_info_list li .wrap > div em {
    margin: 0;
    margin-left: 15px;
    display: inline-block;
    max-width: 80%;
    line-height: 24px;
    height: 48px;
    overflow: hidden;;
    color: #333333;
    font-size: 16px;
    transition: all .5s;
    display: block;
    font-family: 'poppins semibold';
}

.download_info_list li .wrap:hover > div em {
    color: #004aba;
}

@media only screen and (max-width: 767px) {
    .download_info_list li {
        padding: 0;
    }

    .download_info_list li .wrap {
        padding: 20px 10px;
    }

    .download_info_list li .wrap > div em {
        font-size: 14px;
        max-width: 76%;
        font-family: 'poppins';
    }

    .download_text p {
        font-size: 14px;
    }

    .download_text p a {
        font-size: 14px;
    }
}

.page_faq_l {
    list-style: none;
}

.page_faq_l li.question {
    position: relative;
}

.page_faq_l li.question .column {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 25px;
    padding: 10px;
}

.page_faq_l li.question .column > i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    float: left;
    border-radius: 50px;
    position: relative;
    text-align: center;
    margin-top: 1px;
    font-style: normal;
    background: #004aba;
}

.page_faq_l li.question .column > i:before, .page_faq_l li.question .column > i:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -1px;
    transition: all .5s;
}

.page_faq_l li.question .column > i:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page_faq_l li.question .column > em {
    margin: 0;
    display: inline-block;
    max-width: 80%;
    line-height: 24px;
    margin-top: 5px;
    float: left;
    color: #333333;
    font-size: 16px;
}

.page_faq_l li.answer {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding: 15px;
    display: none;
}

.page_faq_l li.answer a {
    text-decoration: underline;
}

.page_faq_l li.answer a:hover {
    color: #004aba;
}

.page_faq_l div.clearfix {
    height: 20px;
    display: block;
}

.page_faq_l li .column.rotate {
    background: #004aba;
    box-shadow: 0 5px 20px 0 rgba(0, 74, 186, 0.3);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 74, 186, 0.3);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 74, 186, 0.3);
}

.page_faq_l li .column.rotate > em {
    color: #fff;
}

.page_faq_l li .column.rotate > i {
    background: #fff;
}

.page_faq_l li .column.rotate > i:before {
    background: #004aba;
}

.page_faq_l li .column.rotate > i:after {
    background: #004aba;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
    .page_faq_l li.question .column > em {
        font-size: 14px;
        margin-top: 4px;
        line-height: 20px;
    }

    .page_faq_l li.question .column > i {
        width: 28px;
        height: 28px;
    }

    .page_faq_l li.question .column > i:before {
        line-height: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .page_faq_l li.question {
        background-image: none;
        padding: 0;
    }

    .page_faq_l li.question .column, .page_faq_l li.question .column > i {
        border-radius: 2px;
    }

    .page_faq_l li.answer {
        padding: 15px 0 10px 0;
        font-size: 12px;
    }

    .page_faq_l li.question .column > em {
        max-width: 82%;
        font-size: 12px;
        font-family: 'poppins semibold';
    }
}

.project_list {
    list-style: none;
}

.project_list li {
    margin-bottom: 20px;
    padding: 0 10px;
}

.project_list li:nth-child(3n+1) {
    clear: both;
}

.project_list li .column {
    transition: all .5s;
    overflow: hidden;
}

.project_list li .image {
    display: block;
    overflow: hidden;
    position: relative;
}

.project_list li .image > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
}

.project_list li .image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: all .9s;
}

.project_list li:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.project_list li .image .more_box {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all .8s;
    opacity: 0;
}

.project_list li:hover .image .more_box {
    top: 0;
    opacity: 1;
}

.project_list li .image .more_box .main_more {
    background: #fff;
    color: #004aba;
}

.project_list li .image .ovrly {
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    height: 100%;
    background: #004aba;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
}

.project_list li:hover .image .ovrly {
    opacity: 0.9;
    filter: alpha(opacity=90);
    top: 0;
}

.project_list li .img {
    height: 220px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.project_list li .wrap {
    background: #f7f7f7;
    padding: 20px;
    text-align: center;
    position: relative;
}

.project_list li .wrap:before {
    background-color: #004aba;
    bottom: calc(100% - 1px);
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    transform: scaleY(0);
    transform-origin: right bottom;
    transition: transform .7s;
    width: 100%;
    z-index: 2;
}

.project_list li:hover .wrap:before {
    transform: scaleY(1);
    -webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
    transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}

.project_list li .title {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    display: block;
    margin-bottom: 0;
    transition: all .5s;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'poppins semibold';
}

.project_list li:hover .title {
    color: #004aba;
    text-decoration: none;
}

.project_list li .text {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}

@media only screen and (max-width: 480px) {
    .project_list li {
        padding: 0;
        width: 100%;
    }

    .project_list li .title {
        height: auto;
        max-height: 48px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .project_list li .wrap {
        padding: 15px 10px;
    }

    .project_list li .text {
        font-size: 14px;
        height: 24px;
    }
}

/*! * baguetteBox.js * @author  feimosi * @version 1.8.2 * @url https://github.com/feimosi/baguetteBox.js */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

/* Styles for the gallery */
.tz-gallery {
    padding: 0;
}

.tz-gallery > div {
    width: 20%;
}
.tz-gallery_big > div{
    width: 25%;
}

.tz-gallery .lightbox {
    border: 3px solid #f7f7f7;
    display: block;
    overflow: hidden;
    padding: 5px;
}

.tz-gallery .lightbox:hover {
    border-color: #eee;
}

.tz-gallery .lightbox img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all .9s;
}

.tz-gallery .lightbox:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.tz-gallery .lightbox .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}

.tz-gallery .lightbox:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tz-gallery .lightbox .icon:after {
    content: '';
    background: #ff0000;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.tz-gallery .lightbox .icon i {
    background: url(../images/icon.png) no-repeat;
    width: 24px;
    height: 24px;
    background-position: -373px -43px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    background-color: transparent;
}

.tz-gallery img {
    border-radius: 0;
}

.tz-gallery .caption {
    padding: 10px 15px;
    text-align: center;
    background-color: transparent;
    border-top: none;
}

.tz-gallery .caption em {
    font-size: 14px;
    margin: 0;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-family: 'poppins';
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media only screen and (max-width: 991px) {
    .tz-gallery > div {
        width: 25%;
    }
    .tz-gallery_big > div {
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .tz-gallery > div {
        padding: 0 10px;
        width: 33.33%;
    }

    .tz-gallery .thumbnail {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .tz-gallery > div {
        width: 50%;
        padding: 0 5px;
    }
}

.factory_list .tz-gallery > div {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .factory_list .tz-gallery > div {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .factory_list .tz-gallery > div {
        width: 100%;
        padding: 0;
    }

    .factory_list .tz-gallery .caption em {
        height: auto;
        max-height: 40px;
    }

    .tz-gallery .caption {
        padding: 5px;
    }

    .tz-gallery .caption em {
        font-size: 12px;
    }

    .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
        top: auto;
        bottom: 20px;
    }
}

/*优化*/
.line_clamp_1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line_clamp_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.d_n_all{
    display: none !important;
}
.opacity_100{
    opacity: 100 !important;
}
#map{
    height: 400px;
}

li.nav_cc ul{
    position: absolute;
    top: -16px;
    left: 100%;
    width: 100%;
    opacity: 0;
    transform: scaleY(0);
    transition: .3s ease;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #004aba;
}
li.nav_cc:hover ul {
    opacity: 1;
    transform: scaleY(1);
}
.cbp-vm-view-grid ul li .cbp-list-center .cbp-list-left .more{
    padding-top: 36px;
}
.cbp-vm-view-list > ul > li .cbp-list-center .cbp-list-left .more .cbp-title{
    display: none;
}
.chan_title{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    float: right
}
/*响应式优化*/
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .search_box{
        display: none;
    }
    a.main_more.en{
        display: block;
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .fot_contact{
        width: 100%;
        float: left;
    }
    .num-change{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    /* .banner_index_img img{
         max-width: initial !important;
         height: 18rem !important;
         position: relative;
         left: 50%;
         transform: translate(-50%, -0%);
         -moz-transform: translate(-50%, -0%);
         -webkit-transform: translate(-50%, -0%);
         -ms-transform: translate(-50%, -0%);
         -o-transform: translate(-50%, -0%);
     }
     .glyphicon-chevron-left ,.glyphicon-chevron-right{
         position: relative;
         top: 50% !important;
         transform: translate(-0%, -50%);
         -moz-transform: translate(-0%, -50%);
         -webkit-transform: translate(-0%, -50%);
         -ms-transform: translate(-0%, -50%);
         -o-transform: translate(-0%, -50%);
     }*/
    .index_pro li{
        width: 33.33% !important;
    }
    .index_pro li:nth-child(4) ,.index_pro li:nth-child(8){
        display: none !important;
    }
    .news_content .title{
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
@media only screen and (max-width: 767px) {
    .d_n_767{
        display: none !important;
    }
    .about_content .top {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }
    .about_content .wrap_box{
        padding-bottom: 0;
    }
    .about_content .wrap_box .about_title{
        text-align: center;
        padding-top: 14px;
    }
    .about_content .wrap_box .main_more{
        display: block;
        width: 120px;
        text-align: center;
        margin: 20px auto auto;
    }
    .index_news li:nth-child(3){
        display: none !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 767px){
    .pro_content .single-product .column{
        padding: 0;
    }
}
@media only screen and (max-width: 600px) {
    .cat_content .list li {
        padding: 5px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 567px) {
    .news_content .image{
        display: block !important;
    }
    .news_content .right li .wrap{
        padding-right: 20px;
    }
    .page_date:before{
        display: none;
    }
    .news_content .right li .wrap{
        padding-right: 10px;
    }
}
@media only screen and (max-width: 567px) {
    .news_content .title ,.news_content .left .wrap .title{
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news_content .left .wrap .text ,.news_content .text{
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media only screen and (max-width: 374px) {
    .tz-gallery_big > div {
        width: 100%;
    }
}