/* Add here all your CSS customizations */
ul.breadcrumb li a {color: #ffffff;}
.footermenu-link{color: #04acdd !important;}
.message-alert{background-color: #cff3ce;}
#fn-home-list .fn-home-list-menu-item:after,
#fn-home-new .fn-home-new-container:before,
.fn-banner-item-container:after,
.fn-banner-pagination-item > i,
.fn-row:after {
    content: "";
}
body,
body > .page-content-wrapper,
html {
    min-width: auto;
}
.hidden {
    display: none;
}
.fn-banner .hidden,
.fn-hidden {
    display: none !important;
}
@keyframes loadingRotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes loadingRotate {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes loadingRotate {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
.fn-rotate {
    transform-origin: 50% 50%;
    animation: loadingRotate 3s linear infinite;
    -webkit-animation: loadingRotate 3s linear infinite;
}
.fn-banner {
    font-size: 0;
    position: relative;
    background: #fff;
    padding-bottom: 30px;
}
.fn-banner-list {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 40%;
}
.fn-banner-item,
.fn-banner-item .img,
.fn-banner-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.fn-banner-item {
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity linear 0.5s, z-index linear 0s 0.5s;
}
.fn-banner-item.active {
    z-index: 1;
    opacity: 1;
}
.fn-banner-item .img {
    width: 100%;
    top: 0;
    margin: auto;
}
.fn-banner-item .img.fn-rotate {
    width: auto;
}
.fn-banner-pagination {
    z-index: 2;
    text-align: center;
    color: #bdbec0 !important;
}
.fn-banner-pagination-item {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    position: relative;
}
.fn-banner-pagination-item.active {
    color: #4acbd6 !important;
}
.fn-banner-pagination-item > i {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid currentColor;
    border-radius: 100%;
    background: #cacaca;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all linear 0.5s;
    box-sizing: border-box;
}
.fn-banner-pagination-item.active > i {
    background: currentColor;
}
.fn-banner-next,
.fn-banner-prev {
    width: 14.5%;
    position: absolute;
    top: 0;
    bottom: 30px;
    z-index: 10;
    opacity: 0;
    transition: opacity linear 0.2s;
}
.site-3 .fn-banner-next,
.site-3 .fn-banner-prev {
    width: 7.5%;
}
.fn-banner-prev {
    left: 0;
}
.fn-banner-next {
    right: 0;
}
.fn-banner-next .fn-banner-icon,
.fn-banner-prev .fn-banner-icon {
    display: inline-block;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fn-banner-prev .fn-banner-icon {
    left: 50px;
    background-image: url(../images/icon-arrow-gray-left.svg);
}
.fn-banner-next .fn-banner-icon {
    right: 50px;
    background-image: url(../images/icon-arrow-gray-right.svg);
}
.fn-banner-next:hover,
.fn-banner-prev:hover {
    opacity: 1;
}
@media (max-width: 1024px) {
    .fn-banner-next,
    .fn-banner-prev {
        opacity: 1;
    }
}
.fn-m-banner {
    display: none;
    font-size: 0;
    padding-bottom: 32px;
    background: #fff;
}
.fn-m-banner .swiper-lazy {
    width: 100%;
}
.fn-m-banner .swiper-pagination {
    color: #fff;
}
.fn-m-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid currentColor;
    box-sizing: border-box;
    opacity: 1;
    background: 0 0;
}
.fn-m-banner .swiper-pagination-bullet-active {
    background: currentColor;
}
.fn-m-banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
    line-height: 0;
}
.fn-m-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
@media (max-width: 736px) {
    .fn-banner {
        display: none;
    }
    .fn-m-banner {
        display: block;
    }
}
.fn-banner-video .fn-banner-iframe {
    visibility: hidden;
    display: block;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fn-banner-video .fn-banner-iframe.active {
    visibility: visible;
}
.fn-banner-video .fn-banner-iframe-box,
.fn-banner-video .fn-banner-iframe-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fn-banner-video iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.fn-banner-item-link {
    position: relative;
    display: block;
    height: 100%;
}
.fn-banner-item-desc {
    font-size: 0.833333333vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.fn-banner-item-container {
    width: 71.1458%;
    height: 100%;
    margin: 0 auto;
}
.fn-banner-item-container:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.fn-banner-item-text {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.fn-banner-item.right {
    text-align: right;
}
.fn-banner-item.right .fn-banner-item-text {
    width: 40%;
}
.fn-banner-item-text h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
    color: inherit !important;
    margin-bottom: 0.3em;
}
.fn-banner-item-text p {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3;
    color: inherit !important;
}
.fn-banner-item-text p + p {
    margin-top: 0.3333em;
}
.fn-banner-item-text .fn-banner-item-btn {
    font-size: 0.75em;
    margin-top: 1.5em;
}
@media (max-width: 736px) {
    .fn-banner-item-container:after,
    .fn-m-banner .swiper-lazy-preloader + .fn-banner-item-desc {
        display: none;
    }
    .fn-banner-item-desc {
        font-size: 2.5vw;
    }
    .fn-banner-item-container {
        width: auto;
        padding: 0 20px;
    }
    .fn-banner-item-text {
        display: block;
        padding-top: 3em;
        width: auto;
    }
    .fn-banner-item-text h2 {
        font-size: 2.875em;
        margin-bottom: 0.5em;
    }
    .fn-banner-item-text p {
        font-size: 1.875em;
    }
    .fn-banner-item-text .fn-banner-item-btn {
        margin-top: 1em;
    }
    .fn-m-banner .swiper-pagination {
        color: #bdbec0 !important;
    }
}
.fn-row {
    margin: 0 -0.9375em;
}
.fn-row:after {
    display: table;
    height: 0;
    clear: both;
}
.fn-col4 {
    padding: 0 0.9375em;
    width: 25%;
    box-sizing: border-box;
    float: left;
}
#fn-home-new {
    padding: 3.125em 0;
    font-weight: 500;
}
#fn-home-new .fn-home-new-container {
    position: relative;
}
#fn-home-new .fn-home-new-container:before {
    position: absolute;
    left: 1em;
    bottom: 0;
    width: 2.875em;
    height: 0.5em;
    opacity: 0.5;
    background: #a7a9ac;
}
#fn-home-new .fn-home-new-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.5;
    color: #36444b;
    margin-bottom: 1em;
}
#fn-home-new .fn-home-new-desc {
    font-size: 1.5em;
    line-height: 1.25em;
    color: #a7a9ac;
    padding-bottom: 3em;
}
#fn-home-new .fn-home-new-image {
    background-color: #f2f3f5;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}
#fn-home-new .fn-home-new-link {
    text-decoration: none;
    color: inherit;
}
#fn-home-new .fn-home-new-link:hover {
    color: inherit !important;
}
#fn-home-new .fn-home-new-link img {
    width: 100%;
}
#fn-home-new .fn-home-new-text {
    padding: 1.25em 0 0;
}
#fn-home-new .fn-home-new-text h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #a7a9ac;
    margin-bottom: 10px;
}
#fn-home-new .fn-home-new-text p {
    font-size: 1.25em;
    line-height: 1.5;
    color: #36444b;
}
@media (max-width: 736px) {
    #fn-home-new {
        padding: 2em 0;
    }
    #fn-home-new .fn-home-new-container {
        margin: 0;
    }
    #fn-home-new .fn-home-new-container:before {
        display: none;
    }
    #fn-home-new .fn-home-new-item {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 1em;
    }
    #fn-home-new .fn-home-new-item:last-child {
        margin-bottom: 0;
    }
    #fn-home-new .fn-home-new-title {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
    #fn-home-new .fn-home-new-desc {
        font-size: 1em;
        padding-bottom: 1em;
    }
    #fn-home-new .fn-home-new-image {
        border-radius: 5px;
    }
    #fn-home-new .fn-home-new-text {
        padding: 1em 0;
    }
    #fn-home-new .fn-home-new-text h3 {
        margin-bottom: 0.25em;
    }
    #fn-home-new .fn-home-new-text h3,
    #fn-home-new .fn-home-new-text p {
        font-size: 1em;
    }
}
@keyframes move {
    from {
        width: 1em;
        margin-left: -0.5em;
    }
    to {
        width: 2.5em;
        margin-left: -1.25em;
    }
}
@keyframes back {
    from {
        width: 2.5em;
        margin-left: -1.25em;
    }
    to {
        width: 0;
        margin-left: 0;
    }
}
#fn-home-list {
    padding: 3.125em 0;
    text-align: center;
}
#fn-home-list .fn-home-list-menu {
    font-weight: 500;
    padding-bottom: 3.75em;
}
#fn-home-list .fn-home-list-menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    line-height: 1.25;
    opacity: 0.8;
    color: #a7a9ac;
    padding: 0.375em 0;
    margin: 0 1em;
    position: relative;
    cursor: pointer;
}
#fn-home-list .fn-home-list-menu-item:after {
    animation: back 0.1s;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    margin-left: 0;
    height: 4px;
    border-radius: 2px;
    background: #4acbd6;
}
#fn-home-list .fn-home-list-menu-item.active {
    color: #36444b;
}
#fn-home-list .fn-home-list-menu-item.active:after {
    animation: move 0.1s;
    width: 2.5em;
    margin-left: -1.25em;
}
#fn-home-list .fn-home-list-content {
    position: relative;
}
#fn-home-list .fn-home-list-container {
    display: none;
}
#fn-home-list .fn-home-list-container.active {
    display: block;
}
#fn-home-list .fn-home-list-item {
    display: none;
}
#fn-home-list .fn-home-list-item.active {
    display: inline-block;
}
#fn-home-list .fn-home-list-wrapper {
    position: relative;
    border-radius: 0.625em;
    transition: all ease-out 0.3s;
    box-shadow: 0 0 4px 0 rgba(54, 68, 75, 0.1), 0 2px 6px 0 rgba(54, 68, 75, 0.1);
}
#fn-home-list .fn-home-list-wrapper:hover {
    padding: 1.75em 1.25em 2em;
    margin: -1.75em -1.25em -2em;
    box-shadow: 0 10px 36px 0 rgba(54, 68, 75, 0.18);
}
#fn-home-list .fn-home-list-wrapper a {
    color: inherit;
    text-decoration: none;
}
#fn-home-list .fn-home-list-image-box {
    max-width: 260px;
    margin: 0 auto;
    padding: 1.875em 1em 0;
}
#fn-home-list .fn-home-list-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
#fn-home-list .fn-home-list-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#fn-home-list .fn-home-list-text {
    padding: 1.375em 1.25em 3.25em;
}
#fn-home-list .fn-home-list-model {
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1.27272727em;
    color: #36444b;
}
#fn-home-list .fn-home-list-desc {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.27777777em;
    color: #36444b;
    padding: 0.888888em 0;
    opacity: 0.9;
}
#fn-home-list .fn-home-list-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.875em;
}
#fn-home-list .fn-home-list-learn {
    font-size: 1.125em;
    visibility: hidden;
}
#fn-home-list .fn-home-list-wrapper:hover .fn-home-list-learn {
    visibility: visible;
}
#fn-home-list .fn-home-list-more {
    position: absolute;
    top: 50%;
    width: 4em;
    height: 8em;
    display: block;
    margin-top: -4em;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
}
#fn-home-list .fn-home-list-prev {
    background-image: url(../images/icon-arrow-gray-left.svg);
    left: -5em;
}
#fn-home-list .fn-home-list-next {
    background-image: url(../images/icon-arrow-gray-right.svg);
    right: -5em;
}
@media (max-width: 1024px) {
    #fn-home-list .fn-home-list-content {
        margin: 0 3em;
    }
    #fn-home-list .fn-home-list-prev {
        left: -3em;
    }
    #fn-home-list .fn-home-list-next {
        right: -3em;
    }
    #fn-home-list .fn-home-list-learn {
        display: none;
    }
    #fn-home-list .fn-home-list-wrapper:hover {
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 736px) {
    #fn-home-list {
        padding: 2em 0;
    }
    #fn-home-list .fn-home-list-menu {
        padding-bottom: 2em;
    }
    #fn-home-list .fn-home-list-menu-item {
        font-size: 1.25em;
        margin: 0 0.5em;
    }
    #fn-home-list .fn-home-list-container {
        margin: 0 -10px -20px;
    }
    #fn-home-list .fn-home-list-content {
        margin: 0;
    }
    #fn-home-list .fn-home-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #fn-home-list .fn-home-list-wrapper {
        border-radius: 0.25em;
        box-shadow: 0 0 10px 0 rgba(54, 68, 75, 0.18);
    }
    #fn-home-list .fn-home-list-image {
        padding-bottom: 100%;
    }
    #fn-home-list .fn-home-list-image img {
        max-width: 80%;
        max-height: 80%;
    }
    #fn-home-list .fn-home-list-text {
        padding: 0.5em;
    }
    #fn-home-list .fn-home-list-model {
        font-size: 1em;
    }
    #fn-home-list .fn-home-list-desc {
        font-size: 0.75em;
    }
    #fn-home-list .fn-home-list-learn {
        display: none;
        font-size: 0.75em;
        visibility: unset;
    }
    #fn-home-list .fn-home-list-more {
        display: none;
    }
}
.fn-home-list-btn{position:absolute;left:0;right:0;bottom:1.875em}
html,body,div,form,hr,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,fieldset,legend,th,td,blockquote,pre,button,textarea,iframe{margin:0;padding:0;}
table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
fieldset,img{border:0;}
li{list-style:none outside none;}
a{outline:none;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
caption,th{text-align:left;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
select,input,button,textarea,button{font-family:inherit;}
button{cursor:pointer;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
input:focus{outline:none;}
.fn-btn.fn-btn-brand{background:#04acdd;color:#fff;}
.fn-btn.fn-btn-brand:hover{background:#4DDCE9;color:#fff;opacity:0.9;}
.fn-btn.fn-btn-brand:active{background:#04acdd;}
@media (max-width: 991px) {
	#header .header-logo img{max-height: 70px;}
	.page-header.page-header-modern h1{font-size: 18px;}
	.partner-logo{max-width: 100px;}
	.thumb-info .thumb-info-title{font-weight: bold;}
}