@import url("//fonts.googleapis.com/css?family=Roboto:300,900,700,400,500&subset=vietnamese");
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,
abbr,acronym,del,cite,address,small,sub,
sup,b,u,i,center,font,em,strong,dl,dt,dd,
ul,ol,li,form,fieldset,legend,table,caption,
thead,tbody,tfoot,tr,th,td {
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    font: 16px/20px Roboto,Tahoma, arial, sans-serif;
    color: #000;
}
html {height: auto;}


article ul,
article ol {
    margin-left: 30px;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    color: #000;
}

a:visited {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
}
a:hover {
    text-decoration: none;
    color: #1d67d6;
}

a:focus {
    outline: none;
}

li:focus {
    outline: none;
}

fieldset,
img {
    border: 0
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 10px;
  padding: 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
code,pre{
    background: #f9f9f9;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    color: #e83e8c;
}
pre {padding: 20px;}
blockquote p {
  display: inline;
}
pre.prettyprint{
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding: 20px;
    background-color: #f2f2f2;
    margin:10px 0;
}
del {
    text-decoration: line-through
}

ins {
    text-decoration: underline
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

cite,
em,
dfn {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

input,
textarea,
select,
button {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

label,
button {
    cursor: pointer
}

textarea {
    white-space: pre;
    resize: none;
    border: 1px solid #ececec;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    font-size: 100%;
}
.page-link{font-size: 14px;}
.fr {
    float: right;
}

.fl {
    float: left;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.hiddenit {
    display: none;
}

input[type=text],
input[type=password] {
    border: 1px solid #dfdfdf;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: normal;
}
#solutions h1,
#solutions h2,
#solutions h3,
#solutions h4,
#solutions h5,
#solutions h6 {
  margin-bottom: 0px;
}
#solutions{margin-top:-1px;}
.clear {
    clear: both;
    width: 100%;
    font-size: 0px;
    height: 0px;
    background: none;
    border: none;
    _zoom: 1;
}

.padding0 {
    padding: 0px;
}

.shadow {
    box-shadow: 1px 1.732px 2px 0 rgba(4, 0, 0, 0.3);
}

.rd {
    color: #e60012;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #1d67d6;
}
article a:link,article a:visited,article a{color: #1d67d9;}

#main {
    width: 100%;
    background-color: #f6f6f6;
}

#main.product {
    width: 100%;
    background-color: #fff;
}

#main.faqs,
#main.download {
    padding-bottom: 30px;
}

/*** Header ***/
.header-wrapper {
    background-color: #000;
    display: -webkit-box;
    width: 100%;
    height: 60px;
    z-index: 4;
}

.menu-header {
    width: auto;
}

.menu-header {
    background: #f2f2f3;
}

.menu-header .breadcrumb {
    padding: 0px;
    margin: 0px;
    border: none;
    display: block;
    min-height: 50px;
    background: #f2f2f3;
}

.menu-header .breadcrumb .product_nav_links {
    float: right;
}

.menu-header .breadcrumb .sku_code {
    background-color: #e7e7e7;
    float: left;
    height: 50px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}

.menu-header .breadcrumb .sku_code h2 a {
    color: #0f1738;
}

.menu-header .breadcrumb .sku_code h2,
.menu-header .breadcrumb .sku_code h1 {
    padding: 11px 30px;
    color: #0f1738;
    font-weight: 700;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    font-size: 23px;
}

.menu-header .breadcrumb .nav-tabs a {
    padding: 16px 35px;
    text-decoration: none;
    color: #0f1738;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
}

.category_nav.menu-header .breadcrumb .nav-tabs a {
    font-size: 15px;
    padding: 14px 5px;
    border-right: 1px solid #e7e7e7;
}

.category_nav.menu-header .breadcrumb .nav-tabs a:hover {
    color: #8f8f8f;
}

.menu-header .breadcrumb .nav-tabs li.active a {
    background: #fff;
}

.header-wrapper .header {
    display: block;
    height: 60px;
    z-index: 4;
}

.logo {
    float: left;
    padding: 10px 0;
    margin: 0px;
}

.logo img {
    height: 40px;
}

.head-nav {
    float: left;
    margin: 0 0 0 96px;
}

.head-nav>li {
    float: left;
    list-style: none;
}

.head-nav>li:after {
    /*    content: '/';
    color: #939598;
    padding: 20px 0;
    height: 60px;
    display: inline-block;
*/
}

.head-nav>li:last-child:after {
    content: '';
    padding: 0;
}

.menu-item {
    margin-bottom: 0px;
}

.head-nav>li>a {
    float: left;
    padding: 21px 23px;
    color: #939598;
    background: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.head-nav>li:hover>a {
    color: #e3e3e3;
}

.head-change {
    float: right;
    padding: 18px 0;
    cursor: pointer;
}

.mobile-toggle {
    display: none
}

.head-nav li:hover .two-nav {
    display: block;
}

.head-nav .arrow-up {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 350px!important;
    top: -18px;
    z-index: 9999;
}

.two-nav {
    width: 100%;
    position: absolute;
    left: 0;
   top: 60px;
    /*top:100px;*/
    z-index: 2;
    background: #fff;
    border-top: 1px solid #c8cad0;
    padding: 10px 0;
    display: none;
    border-bottom: 1px solid #bdbfc7;
}

.two-nav ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: relative;
}

.two-nav ul li {
    text-align: center;
    display: inline-block;
    width: 10.8%;
    vertical-align: text-top;
}

.two-nav ul li a {
    font-size: 16px;
    line-height: 16px;
}

.two-nav .menu_thumb {
    width: 55px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}

.two-nav ul li span {
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;

}

.two-nav .menu_thumb img {
    width: 100%;
    opacity: 1;
}

.two-nav ul li:hover .menu_thumb img {
    opacity: 0.8;
}

.two-nav ul li:hover span {
    font-weight: bold;
}

/**tooltip**/
.fade.in {
    opacity: 1;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

/*Product*/
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_detail .section-out {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.header_detail .section-out img {
    max-width: 100%;
}

.header_detail .section-in {
    text-transform: none;
}

.header_detail .section-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    position: absolute;
    top: 5%;
    left: 12%;
}

.header_detail .ttl_detail h2 {
    padding: 20px 0;
    color: #1d67d7;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #3f00ff;
    letter-spacing: 5px;
}

.header_detail .ttl_detail h1 {
    color: #fff;
    font-size: 30px;
}

.header_detail .ttl_detail .ttl_image_features ul {
    padding-bottom: 20px;
}

.header_detail .ttl_detail .ttl_image_features ul li {
    padding: 5px;
    display: inline-block;
}

.header_detail .ttl_detail .ttl_image_features ul li a.btn {
    padding: 8px;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    line-height: normal;
    width: 40px;
    height: 40px;
    display: initial;
}

.header_detail .ttl_detail .ttl_image_features ul li a.btn:hover {
    color: #1d67d6;
    border: 1px solid #1d67d6;
}

.header_detail .ttl_detail .ttl_image_features ul li i {
    width: 20px;
}

.ttl_price_recommend {
    display: inline-block;
    margin-left: 20px;
}

.ttl_price_recommend span.price_recommend {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

.ttl_price_recommend span.price {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

.section .highlights,
.section .product_gallery {
    padding-top: 30px;
}

.section .product_gallery li.img_item {
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    width: 47%;
    margin-bottom: 6%;
}

.section .product_gallery li.img_item:nth-child(odd) {
    margin-right: 6%;
}

.section .product_gallery li.img_item img {
    padding: 30px;
}

.section .product_gallery li.img_item .text {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 40%;
    font-weight: 300;
    color: #ffffffa6;
    text-align: center;
}

.brief .highlights h1 {
    margin-bottom: 20px;
    font-size: 22px;
}

.brief .highlights li {
    margin-bottom: .5em;
    list-style: none;
}

.brief .highlights li:before {
    background: url(../img/check@2x.png);
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    margin-right: 0;
    float: left;
    margin-top: 4px;
    margin-right: 7px;
    content: '';
}

.brief .box.buynow {
    display: block;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}

.brief .box.buynow .btn {
    /*background-color: #b8b8b8;*/
    border-radius: 3px;
    display: block;
    float: left;
    padding: 7px 20px;
}

.brief .box.buynow span {
    text-transform: uppercase;
    font-weight: 700;
}

#buynow {
    z-index: 999999;
    padding-top: 5%;
}
#buynow .modal-dialog{top: 0!important;}
#buynow ul li {
    display: inline-block;
    padding: 30px;
}

/*POPUP IMAGE*/
.coverimg {
    display: none;
}

.overlay .coverimg {
    display: block;
}

.overlay .coverimg a {
    display: inline-block;
    width: 113px;
    height: 113px;
    overflow: hidden;
    position: relative
}

.overlay .coverimg img {
    max-height: 100%;
    min-width: 100%;
    width: auto;
    left: 50%;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

.overlay img[data-gallery] {
    cursor: pointer
}

.overlay {
    background: rgba(0, 0, 0, 0.85);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
}

.overlay .imgActive img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
}

.overlay .prev,
.overlay .next,
.overlay .close {
    transition: 0.3s ease all;
    display: inline-block;
    color: white;
    font-size: 3rem;
    opacity: 0.2;
    z-index: 1000
}

.overlay .prev:hover,
.overlay .next:hover,
.overlay .close:hover {
    cursor: pointer;
    opacity: 1 !important;
    color: aliceblue !important;
    text-shadow: none;
}

.overlay .prev,
.overlay .next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.overlay .prev {
    left: 100px
}

.overlay .next {
    right: 100px
}

.overlay .close {
    font-size: 3rem;
    position: absolute;
    top: 20px;
    right: 20px
}

.overlay .coverImgOverlay {
    bottom: 0px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
}

.overlay .coverImgOverlay span {
    display: inline-block;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    width: 100px
}

.overlay .coverImgOverlay img {
    transition: 0.3s ease all;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    min-width: 100%;
    opacity: 0.2;
    width: auto;
    padding: 10px;
    background-color: #fff;
}

.overlay .coverImgOverlay img:hover {
    opacity: 1 !important
}
/*** SIDEBAR ***/
.sidebar-right .recent-posts{
    background-color: #ffffff;
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    padding: 30px;
    margin: 30px auto;
}
.sidebar-right .recent-posts h2{margin-bottom: 20px;}
.sidebar-right .recent-posts li{list-style: none;padding: 0;}
.sidebar-right .recent-posts li a{display: -webkit-box;}
.sidebar-right .recent-posts .thumbnail{padding: 0;}
.sidebar-right .recent-posts .thumbnail img{width: 100%;}
.sidebar-right .recent-posts h4{padding:0;font-size: 16px;margin-left: 20px;}

/*** FOOTER ***/
#footer .footer-main {
    background: #e5e5e5;
    padding: 20px 0;
    color: #000;
}

#footer .footer-main>.container {
    padding: 0;
}

#footer .footer-main .widget {
    /*margin-bottom: 10px;*/
    padding-left: 10px;
}

#footer .footer-main .widget>div>ul.menu li {
    padding-left: 10px;
    background: url(../img/list.png) no-repeat 0 50%;
    list-style: none;
}

#footer .footer-main .menu-product .menu li {
    width: 49%;
    display: inline-block;
}


#footer a:hover {
    color: #333;
    text-decoration: none;
}

#footer .footer_contact {
    list-style: none;
}

#footer .footer_contact li {
    padding-bottom: 5px;
    font-size: 15px;
}

#footer .footer_contact li a {
    color: #606060;
}

#footer .hotline_contact a {
    font-size: 25px;
    font-weight: bold;
    color: #ee0404 !important;
}

#footer .hotline_social i {
    font-size: 25px;
    padding-right: 5px;
}

#footer .hotline_social i.fa-youtube-square {
    color: #fb0000;
}

#footer .hotline_social i.fa-facebook {
    color: #4267b2;
}

#footer .hotline_social i.fa-twitter-square {
    color: #1da1f2;
}

#footer .hotline_social i.fa-skype {
    color: #00aff0;
}

#footer .hotline_social i.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

#footer .footer-main h3 {
    color: #000;
    font-size: 17px;
    margin: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer-main .menu li a {
    font-size: 15px;
    line-height: 20px;
    color: #606060;
}

#footer .footer-bottom {
    color: #fff;
    background-color: #000;
    padding: 5px 0;
}

#footer .footer-bottom .container .footer-right {
    padding: 0px;
    text-align: right;
}

#footer .footer-bottom .container .footer-left {
    padding: 0px;
    float: left;
    width: 140px;
}

#footer .logo {
    padding: 0px;
    line-height: 40px;
    height: 40px;
}

#footer .logo img {
    height: 35px;
    display: inline-block;
}

#footer .footer-right p {
    font-size: 16px;
    line-height: 40px;
    color: #b8b3b3;
}

.m-scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: none;
    padding-top: 9px;
    z-index: 110;
    border-radius: 100%;
}

.m-scroll-top {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.m-scroll-top {
    display: block;
}

.m-scroll-top>i {
    font-size: 1.3rem;
}

.m-scroll-top>i {
    color: #cfcedb;
}

.stickyhotline{
    bottom: 30px;
    position: fixed;
    left: 20px;
    z-index: 20;
    display: block;
    text-align: center;
    cursor: pointer;
    background-color: #ff0000;
    padding: 7px 20px;
    border-radius: 999px;

}
.stickyhotline a{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    vertical-align: middle;
}
.stickyhotline a span{margin-left: 5px;}

/*** BANNER ***/
.product_slider {
    display: block;
    margin: 1 0px 0;
}

.product_slider img {
    width: 100%;
    padding: 10px;
}

.gallery-thumbs img {
    padding: 10px;
    border: 1px solid #dddddd;
}

.product_gallery {
    display: block;
}

/*** SEARCH ***/
.site-search {
    display: none;
    background-color: #f2f2f2;
    background-color: rgba(230, 232, 238, 0.95);
    position: absolute;
    top: 105px;
    /*top: 60px;*/
    height: 100%;
    min-height: 100vh;
    left: 0;
    right: 0;
    z-index: 999;
    webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.search-on .site-search {
    display: block;
}

.site-search-form {
    padding: 25px 20%;
    position: relative;
}

.search-input {
    float: left;
    color: #999;
    border: solid 1px #ddd;
    width: 90%;
    height: 40px;
    line-height: 40px;
    padding: 0px 12px;
    border-right: 0;
    font-size: 15px;
    outline: 0
}

input[type=text].search-input,
input[type=password].search-input {
    border: 1px solid #dfdfdf;
    outline: none;
}

.search-input:focus {
    border-color: #21b5e6
}

.search-btn {
    color: #fff;
    border: 0;
    height: 40px;
    width: 10%;
    background: #333 url(../img/search_button.png) no-repeat center;
}

.search-btn:hover,
.search-btn:focus {
    color: #fff;
    opacity: .85;
    filter: alpha(opacity=85)
}

.site-search-form a:hover {
    color: #21b5e6
}

.sboxhere {
    height: 40px;
    overflow: hidden;
}

#searchresult {
    overflow: hidden;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #dfdfdf;
    border-top: none;
}

.block-search #searchresult {
    margin-top: 27px;
    top: 1px;
    position: relative;
    border-radius: 3px;
    display: none;
}

#searchresult table {
    width: 100%;
}


#searchresult .hover {
    background: #f2f2f2;
}

#searchresult tr.line {
    border-top: solid 1px #f2f2f2;
}

#searchresult .std {
    line-height: normal;
    height: auto;
    padding: 10px;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #333;
}

#searchresult td.std.std_name {
    min-width: 100px;
    font-size: 16px;
}

.block-faqs #searchresult td.std.std_name {
    text-align: left;
}

#searchresult .std strong {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

#searchresult .std strong:hover {
    color: #21b5e6;
}

#searchresult .std a:hover strong {
    color: #21b5e6;
    font-weight: bold;
}

.doc-header {
    height: 300px;
    background: url(/public/uploads/img/faq_banner.jpg) center center no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

.doc-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    width: 1200px;
    min-width: 320px;
    box-sizing: border-box;
    padding-top: 130px;
}

.doc-header .faqtitle {
    float: left;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    padding-right: 30px;
}

.doc-header .faqtitle a,
.doc-header .faqtitle a:hover {
    color: #fff;
}

.doc-header .search-wrap {
    overflow: hidden;
}

.doc-header .search-bar {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    padding-right: 87px;
    width: 680px;
}

.doc-header .hotlink {
    margin-right: 10px;
    color: #ccc;
    font-size: 12px;
    font-weight: 700;
}

.doc-header .link {
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
}

.doc-header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: #333 url(https://www.tendacn.com/2016/images/service/s24w2.png) no-repeat center;
}

.doc-header .search-btn:before {
    content: '';
    position: absolute;
    left: 0;
}

.doc-header .search-btn span {
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.doc-header .search-bar input {
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #fd4f00;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.nav-tabs {
    border-bottom: 0px;
}

.product-info #tabs {
    padding: 10px 30px 10px 10px;
    border: 1px solid #cccccc;
    display: inline-block;
    background: #cccccc;
    margin: 20px 15px;
    width: 100%;
}

.product-info #tabs .nav-tabs {
    border-bottom: none;
    text-align: right;
    float: right;
}

.product-info #tabs .nav-tabs li {
    /*padding: 0 10px;*/
}

.product-info #tabs .nav-tabs li a {
    color: #fff;
    font-size: 20px;
}

.product-info #tabs .nav-tabs li a:after {
    content: '/';
    color: #fff;
    padding: 0 30px;
    display: inline-block;

}

.product-info #tabs .nav-tabs li:last-child a:after {
    content: '';
    padding: 0px;
}

.product-info #tabs .nav-tabs li a.active,
.product-info #tabs .nav-tabs li a.active:hover {
    color: #fff !important;
    font-weight: bold;
    /*text-shadow: 1px 1px 2px #4b4949, 0 0 25px #9d9b9b, 0 0 5px #959595;*/
}

/*** Tabs Support ***/
#service table.table {
    background: #fff;
}

#service th {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

#service td {
    vertical-align: middle;
    padding: 8px;
    font-size: 15px;
}

#service td p {
    line-height: 30px;
}

#service a {
    color: #333;
    text-decoration: none;
}

#specifications #service th {
    text-align: left;
    font-size: 25px;
}

.table-responsive {
    border: none;
}

.down_content {
    padding-bottom: 5px;
}

.down_content tr td,
.down_content tr th {
    border: 0;
}

.tbldown.table>tbody>tr>td {
    border: none;
}

.tbldown th a {
    color: #474B52;
    letter-spacing: .5px;
}

.tbldown tr.tr_title {
    border-bottom: 1px solid #d8d8d8;
    background-color: transparent;
}

.tbldown tr.tr_title td {
    padding-top: 20px;
    font-weight: 700;
}

.tbldown tr th {
    padding-top: 13px;
    border-bottom: 2px solid #1f1f1f ! important;
}

.tbldown tr th,
.tbldown tr td {
    vertical-align: top;
    padding-right: 15px;
    color: #474B52;
}

.tbldown tr.downtr {
    cursor: pointer;
}

.tbldown .grey {
    background: #fff ! important;
}

.tbldown .dr_file a {
    opacity: 1;
}

.tbldown .dr_file a:hover {
    opacity: 0.8;
}

.tbldown .dr_type,
.tbldown .dr_date,
.tbldown .dr_file {
    text-align: center;
    font-size: 15px;
}

.table>tbody>tr>th {
    border-top: 0px solid #ddd;
}

#service .dr_titleType {
    font-size: 20px;
}

#service .dr_file a.a_download {
    background: url(../img/download.png);
    width: 11px;
    height: 15px;
    display: inline-block;
}

#service .dr_file a.a_faqs {
    background: url(../img/extensions/share.png);
    width: 21px;
    height: 21px;
    display: inline-block;
}

/*** Icon extension ***/
.icon_faq {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: text-bottom;
}

.extension_pdf {
    background-image: url("../img/extensions/pdf.png");
}

.extension_doc,
.extension_docx {
    background-image: url("../img/extensions/doc.png");
}

.extension_flv {
    background-image: url("../img/extensions/flv.png");
}

.extension_gif {
    background-image: url("../img/extensions/gif.png");
}

.extension_html {
    background-image: url("../img/extensions/html.png");
}

.extension_iso {
    background-image: url("../img/extensions/iso.png");
}

.extension_jpg,
.extension_jpeg {
    background-image: url("../img/extensions/jpg.png");
}

.extension_mp3 {
    background-image: url("../img/extensions/mp3.png");
}

.extension_png {
    background-image: url("../img/extensions/png.png");
}

.extension_zip,
.extension_rar {
    background-image: url("../img/extensions/zip.png");
}

.extension_xls,
.extension_xlsx {
    background-image: url("../img/extensions/xls.png");
}

.extension_txt {
    background-image: url("../img/extensions/txt.png");
}

.extension_ppt {
    background-image: url("../img/extensions/ppt.png");
}

.icon_software {
    background-image: url("../img/downloads/software.png");
}

.icon_datasheet {
    background-image: url("../img/downloads/datasheet.png");
}

.icon_images {
    background-image: url("../img/downloads/images.png");
}

.icon_guide {
    background-image: url("../img/downloads/guide.png");
}

.icon_manual {
    background-image: url("../img/downloads/manual.png");
}

h1.page-title {
    padding: 0px 0 30px 0;
}

/*** Category ***/
.slider_product {padding: 10px 0 20px;}
.category .content-wrapper {
    background: #f6f6f6;
    padding: 50px 0 30px;
}

.category .title {
    width: 100%;
}

.category .content-wrapper .row {
    display: block;
}

.category li.item {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.category li.item {
    background: #fff;
    text-align: center;
    display: inline-block;
    float: left;
    margin-left: 0px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 1.4%;
    vertical-align: middle;
    padding: 0px;
    width: 32.4%;
    max-width: 32.4%;
}

.category li.item:nth-child(3n+3) {
    margin-right: 0;
}

.category li.item:hover {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19);
    transform: translate3d(0, -2px, 0);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.category li.item>a {
    display: block;
    transition: All .3s linear;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -o-transition: All .3s linear;
    /*box-shadow: 0 2px 4px #eaeaea;*/
}

.category li.item>a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.category li.item .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.category li.item .thumbnail {
    border: none;
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    border: none;
}

.category li.item .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.category li.item .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.category li.item .thumbnail img {
    width: 80%;
}

.category li.item .caption {
    overflow: hidden;
    position: relative;
    height: auto;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 3% 5% 3% 5%;
}

.category li.item .caption p {
    margin: 0;
    padding: 0 20px;
    text-align: center;
    line-height: 24px;
    color: #555;
    padding-top: 10px
}

.category li.item h4 {
    padding-bottom: 10px;
    font-size: 24px;
    text-align: center;
    color: #394351;
    position: relative;
}


.category li.item h4:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category li.item h5 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    white-space: normal;
    width: 100%;
    overflow: hidden;
    color: #777;

}


/*** HOME FEATURED ***/
.featured,
.featured_product {
    padding-top: 30px;
    background-color: #fff;
}

.featured .intro {
    padding: 0px 30px 15px 30px;
    text-align: center;
}

.featured .intro h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.featured .intro h3 {
    font-size: 16px;
}

.featured .intro hr {
    width: 30%;
    margin: 15px auto;
    background-color: #ebebeb;
}

.featured .row .col-xl-3,
#main .featured .row {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.featured .featured_text {
    color: #01000e;
    text-align: center;
}

.featured .featured_text h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.featured .featured_text h3 {
    color: #6e6e6e;
    font-weight: 400;
    font-size: 16px;
}

.featured .featured_text .readmore a {
    color: #00deeb;
    font-size: 13px;
    font-weight: 500;
}

.featured img {
    transition: 0.5s;
    padding: 10px 30px;
    max-width: 300px;
}

.featured a:hover img {
    transform: scale(1.03, 1.03);
}

.fea tured_product {
    padding-bottom: 30px;
}

.featured_product .intro {
    padding: 30px 30px 5px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.featured_product .intro h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.featured_product .intro h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.featured_product ul {
    width: 100%;
}

.featured_product li.item {
    float: left;
    width: 24% !important;
    max-width: 24%;
    margin-right: 1.333333333% !important;
    height: auto;
}

.featured_product li.item:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .19);
}

.featured_product h4 {
    font-size: 16px;
    text-align: center;
}

.featured_product img {
    width: 100%;
    padding: 10px;
}

/*.featured_product li.item:nth-child(3n+3){
    margin-right: 1.0%;
}*/
/*.featured_product li.item:nth-child(4n+4){
    margin-right: 0 !important;
}*/
.posts {
    padding: 40px 0;
}

.posts ul {
    width: 100%;
}

.posts li.item {
    text-align: center;
    border-radius: 3px;
    margin-bottom: 0px;
}

.news li.item {
    margin-bottom: 20px;
}

.posts li.item .caption {
    background-color: #fff;
    padding: 5% 5% 5% 5%;
}

.posts li.item h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.posts li.item h3 a {
    color: #078ade;
}

.posts li.item h4 {
    font-size: 18px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height:45px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.posts li.item h5 {
    font-size: 14px;
    height: 58px;
    margin-bottom: 20px;
}

.posts li.item .readmore {
    text-transform: uppercase;
    font-weight: 700;
}

.posts li.item h4:after {
    content: none;
}

.posts li.item h5 {
    margin-top: 0px;
}

.posts li.item .thumbnail {
    padding: 0px;
}

.posts li.item .thumbnail img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blocks {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 300px;
}

.blocks .container {
    z-index: 1;
    position: relative;
}

.blocks .background,
.blocks .bg-overlay {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}


.block-newsletter .background,
.block-community .background , .block-gioithieu .background{
    background-color: #c8e4fc;
}

.block-newsletter .background {
    background-image: url(/public/uploads/img/banner-forum.jpg);
}
.block-gioithieu .background {
    background-image: url(/public/uploads/img/banner-gioithieu-1.jpg);
}
.block-community .background {
    background-image: url(/public/uploads/img/banner-newsletter.jpg);
        background-size: contain;
    background-repeat: no-repeat;
    background-color: #eee;
}

.block-download .background {
    background-image: url(/public/uploads/img/banner-download.jpg);
}

.block-aboutus .background {
    background-image: url(/public/uploads/img/banner-aboutus.jpg);
}

.block-contact .background {
    background-image: url(/public/uploads/img/banner-contact.jpg);
}

.block-wheretobuy .background {
    background-image: url(/public/uploads/img/banner-wheretobuy.jpg);
}

.block-awards .background {
    background-image: url(/public/uploads/img/banner-awards.jpg);
}

.block-faqs .background {
    background-image: url(/public/uploads/img/banner-faq.jpg);
}
.block-solution .background {
    background-image: url(/public/uploads/img/banner-solutions.png);
}
#main.support {
    background-image: url(/public/uploads/img/banner-support.jpg);
    background-position: center;
    background-size: cover;
}

.blocks .bg-overlay,
#main.support .support_center {
    background-color: rgba(0, 0, 0, 0.6);
}

.blocks .block-page .block-search .search {
    top: 0px;
}

.blocks .block-newsletter,
.blocks .block-community {
    text-align: center;
}

.blocks .block-wheretobuy .block-banner {
    text-align: center;
}

.blocks .block-banner img {
    width: 100%;
    padding: 50px 0;
}

.blocks .block-wheretobuy .block-banner img {
    width: 70%;
    padding: 30px 30px 30px 0;
    float: right;
}

.blocks .block-page .block-banner img {
    width: 60%;
    padding: 30px;
    float: right;
}

.blocks .block-page.block-contact .block-banner img {
    width: 90%;
}

.blocks .block-page.block-wheretobuy .block-banner img {
    width: 70%;
}

.block-community .block-text,
.block-newsletter .block-banner {
    padding-right: 50px;
}

.blocks h2 {
    padding-top: 90px;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
}

.block-community h2 {
    color: #064693;
    text-align: left;
    padding-top: 110px;
}

.block-newsletter h2 ,.block-download h2,.block-faqs h2  {
    padding-top: 70px;
}

.blocks p {
    margin-bottom: 40px;
    float: right;
}

.block-newsletter p,
.block-community p {
    color: #333;
    text-align: left;
    float: left;
    margin-bottom: 20px;
}

.block-page p {
    color: #fff;
    float: left;
    margin-bottom: 20px;
}

.block-newsletter p {
    color: #fff;
    float: none;
    text-align: center;
}

.block-page p {margin-top: 5px;}

.block-page .block-search .search {
    position: relative;
    top: -70px;
    width: 70%;
    margin: 0 auto;
}

.block-page .block-search input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #838383;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
    border-color: #fff;
    border-radius: 3px;
    float: right;
    position: relative;
    z-index: 9;
}

.block-page .block-search .button_search {
    margin-top: -45px;
    padding: 6px 8px;
    float: right;
    position: relative;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
}

.block-page .block-search i {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: 28px;
    z-index: 10;
    background-color: #fff;
}

.block-newsletter #newsletter_email {
    position: relative;
    margin: 0 auto;
}

.block-newsletter #newsletter_email input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #383838;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 61px;
    border-color: #fff;
    border-radius: 4px;
}

.block-newsletter #newsletter_email button {
    margin-top: -53px;
    margin-right: 9px;
    padding: 10px 20px;
    float: right;
    position: relative;
    z-index: 10;
}

.block-community .block_button {
    text-align: center;
}

.block-community .block_button a.button {
    font-size: 18px;
    padding: 9px 17px;
    line-height: normal;
    letter-spacing: 1px;
    border: 2px solid #333;
    color: #333;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
}

.block-community .block_button a.button:hover {
    color: #333;
    background-color: #fff;
    border: 2px solid #fff;
}

/*** Collection Box ***/
.collection-box {
    margin: 15px 0;
}

.collection-box .inside-collection-box {
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    margin: 1em 0;
    padding: 10px;
    height: 100%;
}

.collection-box h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.collection-box h2 a {
    font-weight: 700;
    color: #096cc6;
    font-size: 20px;
}
.collection-box .collection-posts{padding: 10px 10px;}
.collection-box .show-more-posts {
    text-align: center;
    margin-top: 20px;
}

.collection-box .show-more-posts a {
    font-size: 12px;
    color: #888;
}

.collection-box .article-list {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.collection-box .article-list>li {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.collection-box .article-list li:not(:last-child) {
    margin-bottom: 10px;
}
.collection-box .article-list>li a{font-weight: 500;font-size: 16px;}
.faqs .collection-box .article-list>li a{font-weight: 400;}
.collection-box i {
    opacity: 0.5;
    padding-right: 0.5em;
}

/*** WHERE TO BUY ***/
.wheretobuy #tabs {
    font-size: 0;
    padding-bottom: 30px;
    width: 100%;
}

.wheretobuy #tabs li {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.wheretobuy #tabs li:first-child {
    margin-left: 2px;
}

.wheretobuy #tabs li.active {
    background-color: #1d67d6;
    border-color: #1d67d6;
}

.wheretobuy #tabs li>a {
    font-size: 18px;
    padding: 14px 20px;
    text-decoration: none;
    color: #534540;
    vertical-align: middle;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.wheretobuy #tabs li.active>a {
    color: #fff;
}

.wheretobuy #myTabContent {
    font-size: 0;
    width: 100%;
}

.wheretobuy #myTabContent .tab-pane {
    margin: 0 -12px;
    display: none;
}

.wheretobuy #myTabContent .tab-pane.active {
    display: block;
}

.wheretobuy #myTabContent .tab-pane#online-stores {
    margin: 0 auto;
}

.wheretobuy #myTabContent .tab-pane .item {
    width: 254px;
    padding: 0 12px 30px;
    display: inline-block;
    /*height: 254px;*/
}

.wheretobuy #myTabContent .tab-pane .item>a {
    display: block;
    /* background-color: #f6f6f6;*/
    font-size: 0;
    text-align: center;
    /*padding: 10px;*/
    height: 90%;
    width: 90%;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    transition: 0.5s;
}

.wheretobuy #myTabContent .tab-pane .item>a:hover {
    transform: scale(1.1, 1.1);
}

.wheretobuy #myTabContent .tab-pane img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    padding: 10px;
}

.wheretobuy #myTabContent .tab-pane .item>a>span {
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
}

.wheretobuy #myTabContent .tab-pane .item>a:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/*** SUPPORT***/
.support_center .list {
    width: 100%;
}

.support_center .list {
    padding: 50px 0;
}

.support_center .list dd,
.support_center .list dt {
    padding: 0 0px;
    text-align: center;
}

.support_center .icon_support {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.support_center .icon_support i {
    font-size: 60px;
}

.support_center .list ul {
    font-size: 0;
    margin: 0 -.6%
}

.support_center .list ul li {
    display: inline-block;
    width: 23%;
    margin: 1%;
    padding: 40px 0;
    vertical-align: top;
    transition: all .3s;
    border-radius: 3px;
}

.products .support_center .list ul li {
    padding: 0;
    background-color: #fff;
}

.products .support_center .list ul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
}

/*.support_center .list ul li:hover {
    box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
    transform: translate3d(0,-2px,0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
}*/

.support_center .list ul li a {
    color: #fff;
    text-decoration: none;
}

.support_center .list ul li a:hover {
    #333;
}

.support_center .list ul li strong {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    vertical-align: middle;
    height: 50px;
}

.products .support_center .list ul li strong {
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
}

/*.support_center .list {
    margin-bottom: 20px
}*/


.support_center .list dd {
    margin-top: 5px
}

.support_center .list dd p {
     font-size: 16px;
    line-height: 20px;
    color: #FFF;
}

@media screen and (max-width: 1440px) {
    .support_center .list dt {
        padding: 0 20px
    }

    .products .support_center .list dt {
        padding: 0px;
    }

    .support_center .list ul li {
        padding: 30px 0
    }

    .support_center .list {
        padding: 0 12px
    }
}

@media screen and (max-width: 736px) {
    .block-community .background{background-size: auto;}
    .support_center .list {
        padding-top: 25px
    }

    .support_center .list {
        margin: 0;
        padding: 0
    }

    .support_center .list ul {
        margin: 0 -2%
    }

    .support_center .list ul li {
        width: 45%;
        margin: 2%;
        padding: 20px 0
    }

    .products .support_center .list ul li img {
        width: 100%;
    }

    .support_center .list ul li strong {
        font-size: 18px;
        line-height: 24px;
    }

    .support_center .list dd {
        padding: 0 10px
    }

    .support_center .list:not(:first-child) ul li {
        width: 96%
    }
}

/*** Page Region ***/
.region .bgregion {
    background: url(../img/region_bg.jpg) center;
    min-height: 540px;
    background-size: cover;
    padding-bottom: 50px;
    display: -webkit-box;
}

.region .country {
    float: left;
}

.region h1 {
    width: 100%;
    text-align: left;
    margin: 50px 0 20px 0;
    float: left;
    font-size: 35px;
    color: #ffffff;
}

.region h2 {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
    float: left;
    color: #ffffff;
}

.region h2 a {
    color: #ffffff;
    font-size: 16px;
}

.region h3 {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 0;
}

.region .region_header i {
    vertical-align: middle;
    padding-right: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.region .region_header span {
    color: #ffffff;
    font-size: 15px;
    vertical-align: middle;
}

.region li {
    padding-bottom: 10px;
    list-style: none;
}

.region li a {
    color: #ffffff;
    padding-left: 10px;
}

/*** MENU MOBILE ***/
.head-more-list {
    width: 80%;
    position: absolute;
    /*top: 50px;*/
    right: 0;
    z-index: 5;
    display: none;
}

#footer .head-more-list {
    display: block;
    position: inherit;
    width: 100%;
}

.bg-block {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 3;
}

.head-more-list>ul {
    width: 100%;
    min-height: 7.5rem;
    background: #fff;
    /*border-top: 0.02rem solid #b1b1b1;*/
}

#footer .head-more-list>ul {
    background: none;
}

.head-more-list>ul li {
    /*border-bottom: 1px solid #b1b1b1;*/
    font-weight: 700;
    vertical-align: middle;
}

.head-more-list>ul li a {
    padding: 10px 20px 10px 10px;
    display: block;
    text-transform: uppercase;
}

.head-more-list .erli>em {
    position: relative;
    float: right;
    width: 50px;
    height: 48px;
    margin-top: -48px;
    margin-right: 10px;
    transition: transform linear .1s;
    cursor: pointer;
    background: url(../img/m-nav-right.png) 50% 50% no-repeat;
}

.head-more-list .erli>em:after {}

.head-more-list>ul li span {
    float: right;
    font-size: 0.4rem;
}

.head-more-list .u1 {
    /*background: #f5f5f5;*/
    display: none;
}

.head-more-list .u1 li {
    display: block;
    width: 100%;
    margin: 0 auto;
    /*border-bottom: #ccc 1px solid;*/
    box-sizing: border-box;
}

.head-more-list .u1 li:first-child {
    /*border-top: #ccc 1px solid;*/
}

.head-more-list .u1 li:last-child {
    border: none;
}

.head-more-list .u1 li a {
    float: none !important;
    padding: 10px 15px;
    text-transform: unset;
}

.head-more-list ul.dropdown-menu-level-1 li a {
    margin-left: 15px;
}

.head-more-list ul.dropdown-menu-level-2 li a {
    margin-left: 25px;
}

.head-more-list ul.dropdown-menu-level-3 li a {
    margin-left: 35px;
}

.head-more-list ul.dropdown-menu-level-4 li a {
    margin-left: 45px;
}

.head-more-list ul.dropdown-menu-level-5 li a {
    margin-left: 55px;
}


/*** LIST ICON ***/
.country .icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    background-size: 24px;
    background-repeat: no-repeat;
}

.head-change i {
    margin-left: 5px;
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-size: 22px;
}

.icon-search {
    background-image: url(../img/search.png);
}

.search .icon-search {
    background-image: url(../img/search.svg);
}

.icon-global {
    background-image: url(../img/global.png);
}

.icon-worldwide {
    background-image: url(../img/flags/worldwide.png);
    background-size: 24px;
    background-repeat: no-repeat;
}

.icon-menu {
    background-image: url(../img/menu.png);
}

.icon-vn {
    background-image: url(../img/flags/vietnam.png);
}

.icon-cn {
    background-image: url(../img/flags/china.png);
}

.icon-ph {
    background-image: url(../img/flags/philippines.png);
}

.icon-th {
    background-image: url(../img/flags/thailand.png);
}

.icon-my {
    background-image: url(../img/flags/malaysia.png);
}

.icon-hk {
    background-image: url(../img/flags/hong-kong.png);
}

.icon-tw {
    background-image: url(../img/flags/taiwan.png);
}

.icon-id {
    background-image: url(../img/flags/indonesia.png);
}

.icon-in {
    background-image: url(../img/flags/india.png);
}

.icon-sg {
    background-image: url(../img/flags/singapore.png);
}

.icon-jp {
    background-image: url(../img/flags/japan.png);
}

.icon-pk {
    background-image: url(../img/flags/pakistan.png);
}

.icon-fr {
    background-image: url(../img/flags/france.png);
}

.icon-es {
    background-image: url(../img/flags/spain.png);
}

.icon-ru {
    background-image: url(../img/flags/russia.png);
}

.icon-bg {
    background-image: url(../img/flags/bulgaria.png);
}

.icon-ua {
    background-image: url(../img/flags/ukraine.png);
}

.icon-tr {
    background-image: url(../img/flags/turkey.png);
}

.icon-us {
    background-image: url(../img/flags/united-states-of-america.png);
}

.icon-ca {
    background-image: url(../img/flags/canada.png);
}

.icon-br {
    background-image: url(../img/flags/brazil.png);
}

.icon-py {
    background-image: url(../img/flags/paraguay.png);
}

.icon-mx {
    background-image: url(../img/flags/mexico.png);
}

.icon-pl {
    background-image: url(../img/flags/republic-of-poland.png);
}

.icon-kr {
    background-image: url(../img/flags/south-korea.png);
}

.icon-au {
    background-image: url(../img/flags/australia.png);
}

.icon-kr {
    background-image: url(../img/flags/south-korea.png);
}

.icon-it {
    background-image: url(../img/flags/italy.png);
}

.icon-de {
    background-image: url(../img/flags/germany.png);
}

.icon-uk {
    background-image: url(../img/flags/united-kingdom.png);
}

.icon-ar {
    background-image: url(../img/flags/argentina.png);
}

.icon-co {
    background-image: url(../img/flags/colombia.png);
}

.icon-uy {
    background-image: url(../img/flags/uruguay.png);
}

.icon-ve {
    background-image: url(../img/flags/venezuela.png);
}
/*** Color text ***/
.text-blue{color:#007bff;}
.text-indigo{color:#6610f2;}
.text-purple{color:#6f42c1;}
.text-pink{color:#e83e8c;}
.text-red{color:#dc3545;}
.text-orange{color:#fd7e14;}
.text-yellow{color:#ffc107;}
.text-green{color:#16a085;}
.text-teal{color:#20c997;}
.text-cyan{color:#17a2b8;}
.text-white{color:#fff;}
.text-gray{color:#6c757d;}
.text-gray-dark{color:#343a40;}
.text-primary{color:#5867dd;}
.text-secondary{color:#ebedf2;}
.text-success{color:#71ae34;}
.text-info{color:#36a3f7;}
.text-warning{color:#ffb822;}
.text-danger{color:#f4516c;}
.text-light{color:#f8f9fa;}
.text-dark{color:#343a40; }

/**Contact**/
.aboutus .content-wrapper {
    padding: 30px 0;
}

.wheretobuy {
    background: #fff;
}

.aboutus h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.aboutus p {
    padding-bottom: 10px;
}

.contact_details .left {
    width: 220px;
}

.contact_details th {
    font-weight: 600;
    padding: 10px 0;
}

.contact_details tr {
    display: block;
    padding-top: 5px;
}

.contact_details .bold {
    font-weight: 600;
    padding-top: 10px;
}


/*** NEWS ***/
main.news {padding:20px 0;}
main.news.bg-gray{padding: 0 0 20px 0;}
main.news.faq_news{padding-top: 30px;}
main.news .content {
    background-color: #ffffff;
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    padding: 30px;
}
.pro_content {max-width: 1920px; margin: 0 auto;}
.product-info .pro_content .tve_shortcode_editor h2 strong{font-weight: 900!important;}
main.news h1 {
    margin-bottom: 10px;
    font-size: 30px!important;
}
main.news h2{
    font-size: 24px!important;
    margin-bottom: 10px;
}
main.news h3{
    font-size: 21px!important;
    margin-bottom: 10px;
}
main.news h5, main.news h4{
    font-size: 18px!important;
    margin-bottom: 10px;
}

main.news h6{
    font-size: 16px!important;
}
main.news p {
    margin: 10px 0;
    line-height: 25px;
    font-size: 16px;
}
main.news p span{font-size: 16px!important;}
main.news .entry-content a{color: #1d67d9;}
main.news .entry-content img {
    max-width: 90%;
    text-align: center;
    padding: 10px;
}
main.news .entry-content ul,main.news .entry-content ol { padding-left: 30px;}
main.news .entry-content ol{
    font-size: 22px;    font-weight: 700;
}
main.news .entry-content table ul,main.news .entry-content table ol { padding-left: 20px;}
main.news .entry-content li {margin-bottom: 10px; }
main.news .entry-content table{margin: 15px 0;}
main.news .entry-content table th{text-align: center;padding: 0 5px;}
main.news .entry-content table td{padding: 0 10px;}
.bg-gray {
    background-color: #fafafa;
    padding-bottom: 20px;
}
.bg-white, .main-blog .blog-top-left, .main-blog .main-left, .main-blog .blog-right .blog-cat, .main-blog .blog-right .blog-top-right, .build-pc .build-pc_content {
    background-color: #fff;
}
.clearfix:before,.head-blog .blog-cat:before, .main-blog .blog-top-left:before, .main-blog .blog-top-left .blog-larg .b-img:before, .main-blog .blog-top-left .blog-small .blog-item:before, .main-blog .main-left .blog-item .b-img:before .head-blog .blog-cat:after, .main-blog .blog-top-left:after, .main-blog .blog-top-left .blog-larg .b-img:after, .main-blog .blog-top-left .blog-small .blog-item:after, .main-blog .main-left .blog-item .b-img:after {
    content: " ";
    display: table;
}

.head-blog{padding-top: 20px;padding-bottom: 30px;}
.head-blog .h2,.head-blog h1{font-size: 16px;margin-bottom:0px;}
.head-blog .active h2,.head-blog .active h1{font-weight: 700;font-size: 16px!important;margin-bottom: 0px;}
.head-blog .blog-cat{list-style: none;font-size:20px;color: #333;margin-bottom:20px}
.head-blog .blog-cat li{list-style: none;float:left;margin-right: 25px;color: #333;}
.head-blog .blog-cat a{color: #333;border-bottom:3px solid transparent;padding-bottom:5px;margin-bottom:5px;display:inline-block;font-size: 16px;text-transform: uppercase;}
.head-blog .blog-cat a.active,.head-blog .blog-cat a:hover,.head-blog .blog-cat a:active{border-bottom:3px solid #333;font-weight: 700;}
.main-blog .row{list-style:none;display: -webkit-inline-box;}
.main-blog .blog-top-left{padding:20px 0;display: -webkit-inline-box}
.main-blog .blog-top-left .blog-larg .b-img{width:100%;max-height: 350px;overflow:hidden;display:inline-block}
.main-blog .blog-top-left .blog-larg .b-img img{width:100%;float:left}
.main-blog .blog-top-left .blog-larg .b-img:hover img{width:100%;}
.main-blog .blog-top-left .blog-larg .b-name{font-size:20px;color:#333;margin:5px 0;}
.main-blog .blog-top-left .blog-larg .b-comment{color:#9b9b9b}
.main-blog .blog-top-left .blog-small{display: block;}
.main-blog .blog-top-left .blog-small ul{display: grid;}
.main-blog .blog-top-left .blog-small .blog-item{list-style:none;margin-bottom:15px}
.main-blog .blog-top-left .blog-small .blog-item:nth-child(n+5){display:none}
.main-blog .blog-top-left .blog-small .b-img{ float: left;max-width: 100px;}
.main-blog .blog-top-left .blog-small .b-img img{ max-width: 100%;height: auto;}
.main-blog .blog-top-left .blog-small .b-name{font-size:14px;color:#333;margin:0;padding-left:10px;line-height:20px;overflow:hidden;max-height:38px}
.main-blog .blog-top-left .blog-small .b-comment{display: none;}
.main-blog .main-left{margin-top:20px;padding:0 20px}
.main-blog .main-left .blog-item{padding:20px 0;border-bottom:1px solid #eee;display:flex}
.main-blog .main-left .blog-item .b-img{max-width:280px;width:100%;margin-right:20px;overflow:hidden;display:inline-block}
.main-blog .main-left .blog-item .b-img img{width:100%;}
.main-blog .main-left .blog-item .b-img:hover img{width:100%;}
.main-blog .main-left .blog-item .b-lable{display:block;color:#3e6ab0;margin-bottom:5px}
.main-blog .main-left .blog-item .b-name{font-size:18px;}
.main-blog .main-left .blog-item .b-emty{/*max-width:430px*/}
.main-blog .main-left .blog-item .b-emty p{max-height:60px;overflow:hidden;margin:5px 0;}
.main-blog .main-left .blog-item .outhor-by{color:#9b9b9b;font-size: 14px;}
.main-blog .main-left .blog-item .outhor-by i{text-align:center;border-radius:100%;padding:5px}
.main-blog .blog-right .title,.main-blog .blog-cat .title{margin:0;padding-bottom:10px;border-bottom:1px solid #e2e2e2}
.main-blog .blog-right .blog-cat,.main-blog .blog-right .blog-top-right{padding:20px;margin-bottom:20px}
.main-blog .blog-right ul.list-top,.main-blog .blog-cat ul{padding-top: 10px;}
.main-blog .blog-right .list-top span{font-size:18px;color:#fff;background-color:#bababa;width:35px;height:35px;border-radius:100%;text-align:center;line-height:35px;position:absolute;top:50%;transform:translateY(-50%)}
.main-blog .blog-right .list-top li{display: block;list-style: none;position: relative;padding: 10px 0;overflow: hidden;}
.main-blog .blog-right .list-top li:nth-child(1) span{background-color:#333}
.main-blog .blog-right .list-top li:nth-child(2) span{background-color: #6c6c6c;}
.main-blog .blog-right .list-top li:nth-child(3) span{background-color: #838383;}
.main-blog .blog-right .list-top a{font-size:15px;margin-left:45px;display:block;}
.main-blog .blog-right .blog-cat .blog-item{list-style: none;position:relative;margin-bottom:10px}
.main-blog .blog-right .blog-cat .blog-item .b-img{width:100%}
.main-blog .blog-right .blog-cat .blog-item .b-img img{width:100%}
.main-blog .blog-right .blog-cat .blog-item .b-name{position:absolute;bottom:0;left:0;width:100%;padding:20px;color:#fff;font-size:18px;}
.main-blog .blog-right .blog-cat .blog-item .b-name span{position:relative;z-index:1;display:flex;height:100%;flex-direction:column;justify-content:flex-end}
.main-blog .blog-right .blog-cat .blog-item .b-name::before{content:'';position:absolute;width:100%;height:100%;left:0;bottom:0;background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.95));z-index:0}
.main-blog .blog-right .blog-cat .blog-item:hover .b-name{top:0;color:#fff}
.main-blog .entry{padding: 15px 20px 20px 20px;}
.main-blog .entry-header p{font-size:12px;color:#333}
.main-blog .entry-header p span{margin-right:20px}
.main-blog .paging{padding: 30px 0;display: -webkit-box;width:100%; margin:0 auto;}
.main-blog .pagination{    text-align: center;margin: 0 auto;}
.banner-right img{ width: 100%; }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  max-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.head-blog .blog-cat .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom:none;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/***  category Solutions ***/
#training-center .filter .dropdown,#training-center .filter .dropdown div,#training-center .filter .dropdown div::after,#training-center .filter .dropdown li {
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -ms-transition:all 150ms ease-in-out;
    transition:all 150ms ease-in-out;
    font-size:15px;
}
#training-center .filter .dropdown .selected::after,#training-center .filter .dropdown.scrollable div::after {
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    -ms-pointer-events:none;
    pointer-events:none
}
#training-center .filter .dropdown {
    position:relative;
    width:160px;
    border:1px solid #ccc;
    cursor:pointer;
    background:#fff;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    display:inline-block;
    vertical-align:top;
    margin-right:10px
}
#training-center .filter .dropdown.open {
    z-index:2
}
#training-center .filter .dropdown.focus {
    border:1px solid #4acbd6
}
#training-center .filter .dropdown .carat {
    border:8px solid transparent;
    border-top-color:#e1e1e1;
    display:block;
    height:0;
    position:absolute;
    right:12px;
    top:16px;
    width:0;
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
    -webkit-transform-origin:50% 2px;
    transform-origin:50% 2px
}
#training-center .filter .dropdown .carat:after,#training-center .filter .dropdown .carat:before {
    border:4px solid transparent;
    border-bottom-color:#e1e1e1;
    content:"";
    display:block;
    height:0;
    position:absolute;
    top:-16px;
    width:0
}
#training-center .filter .dropdown .carat:before {
    left:-8px
}
#training-center .filter .dropdown .carat:after {
    left:0
}
#training-center .filter .dropdown.open .carat {
    -webkit-transform:rotateX(180deg);
    transform:rotateX(180deg)
}
#training-center .filter .dropdown.disabled .carat {
    border-top-color:#999
}
#training-center .filter .dropdown .old {
    position:absolute;
    left:0;
    top:0;
    height:0;
    width:0;
    overflow:hidden
}
#training-center .filter .dropdown select {
    position:absolute;
    left:0;
    top:0
}
#training-center .filter .dropdown.touch .old {
    width:100%;
    height:100%
}
#training-center .filter .dropdown.touch select {
    width:100%;
    height:100%;
    opacity:0
}
#training-center .filter .dropdown .selected,#training-center .filter .dropdown li {
    display:block;
    font-size:15px;
    line-height:1;
    color:#000;
    padding:10px 12px;
    overflow:hidden;
    white-space:nowrap
}
#training-center .filter .dropdown.disabled .selected {
    color:#999
}
#training-center .filter .dropdown .selected::after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:60px
}
#training-center .filter .dropdown div {
    position:absolute;
    height:0;
    left:-1px;
    right:-1px;
    top:100%;
    margin-top:-1px;
    background:#fff;
    border:1px solid #4acbd6;
    border-top:1px solid #eee;
    overflow:hidden;
    opacity:0
}
#training-center .filter .dropdown.open div {
    opacity:1;
    z-index:2
}
#training-center .filter .dropdown.scrollable div::after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:50px
}
#training-center .filter .dropdown.scrollable.bottom div::after {
    opacity:0
}
#training-center .filter .dropdown ul {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    list-style:none;
    margin:0;
    overflow:hidden;
    padding:0;
    font-size:0
}
#training-center .filter .dropdown.scrollable.open ul {
    overflow-y:auto
}
#training-center .filter .dropdown li {
    display:inline-block;
    box-sizing:border-box;
    list-style:none;
    margin:0;
    padding:8px 42px 8px 12px;
    min-width:100%;
    width:auto;
    font-size:14px
}

#training-center .filter .dropdown li.focus {
    background:#4acbd6;
    position:relative;
    z-index:3;
    color:#fff
}
#training-center .filter .keywords {
    font-size:15px;
    height:37px;
    color:#000;
    padding:10px 35px 10px 12px;
    border:1px solid #ccc;
    box-sizing:border-box;
    width:250px;
    background:url(/res/style/images/support-search.png) 101% 50% no-repeat
}
.slider-box {
    margin-bottom:0
}
@media screen and (max-width:736px) {
    .slider-box {
        padding-top:45px
    }
}
#training-center {
    font-size:16px
}
#training-center .filter {
    height:40px;
    margin-top:50px
}
#training-center .filter>span:first-child {
    line-height:37px;
    vertical-align:top;
    margin-right:10px;
    font-size:17px
}
#training-center .filter select {
    font-size:16px;
    line-height:32px;
    height:32px;
    margin-right:10px;
    outline:0;
    padding:0 8px
}
#training-center .filter .reset-button {
    cursor:pointer;
    float:right;
    font-size:16px;
    text-decoration:underline
}
#training-center .filter-list>h2:first-child {
    font-size:20px;
    margin-top:80px;
    position:relative
}
#training-center .filter-list>h2:first-child:before {
    content:'';
    width:100%;
    height:1px;
    background-color:#dfdfdf;
    position:absolute;
    top:50%;
    left:0
}
#training-center .filter-list>h2:first-child span {
    padding-right:20px;
    background-color:#fff;
    position:relative
}
#training-center .filter-list dd {
    padding-left:20px;
    background-image:url('/img/icon-arrow.png');
    background-position:0 .45em;
    background-repeat:no-repeat;
    line-height:1.2
}
#training-center .filter-list dd+dd {
    margin-top:5px
}
#training-center .filter-list dd>a {
    text-decoration:none;
    color:#000;
    /*font-size: 15px;*/
}
/*.training-center-title ul {
    background:#ececec;
    padding:2em 0;
    text-align:center
}
.training-center-title li {
    display:inline-block;
    vertical-align:top;
    width:14.25em
}
.training-center-title li a {
    text-decoration:none
}
.training-center-title li span {
    color:#36444b;
    display:block;
    font-size:1.125em;
    line-height:1.2;
    padding-top:.2em
}
.training-center-title li .navi-icon {
    background:url(/res/style/images/training-center-icon.png);
    background-size:10em auto;
    display:block;
    height:5em;
    margin:0 auto;
    width:5em
}
.training-center-title li .navi-icon.solution,.training-center-title li .navi-icon.solutions {
    background-position:0 0
}
.training-center-title li.selected .navi-icon.solution,.training-center-title li.selected .navi-icon.solutions {
    background-position:100% 0
}
.training-center-title li .navi-icon.case-studies,.training-center-title li .navi-icon.case-study {
    background-position:0 -5em
}
.training-center-title li.selected .navi-icon.case-studies,.training-center-title li.selected .navi-icon.case-study {
    background-position:100% -5em
}
.training-center-title li .navi-icon.config-guide,.training-center-title li .navi-icon.configuration-guides {
    background-position:0 -10em
}
.training-center-title li.selected .navi-icon.config-guide,.training-center-title li.selected .navi-icon.configuration-guides {
    background-position:100% -10em
}
.training-center-title li .navi-icon.network-site-survey {
    background-position:0 -15em
}
.training-center-title li.selected .navi-icon.network-site-survey {
    background-position:100% -15em
}
.training-center-title li .navi-icon.community {
    background-image:url(/res/style/images/community-icon.png)
}
.training-center-title li.selected .navi-icon.community {
    background-position:100% 0
}
.training-center-title li .navi-icon.product-competitor-selector {
    background-image:url(/res/style/images/training-center-icon-de.png);
    background-size:5em 5em;
    background-position:center
}*/
#solution .wrap {
    margin:0 auto;
    width:85.375em
}
#solution .wrap ul {
    margin:50px -4.234375em
}
#solution .wrap ul:after {
    clear:both;
    content:"";
    display:block
}
#solution .wrap li {
    display:block;
    float:left;
    margin:0 4.234375em 2em;
    width:22.8125em
}
#solution .wrap li:nth-of-type(3n+1) {
    clear:left
}
#solution .wrap li .img-box {
    display:block;
    /*margin-bottom:1em;*/
    text-decoration:none
}
#solution .wrap li .img-box img {
    display:block;
    width:100%
}
#case-study .wrap {
    margin:0 auto;
    width:85.375em
}
#case-study .wrap ul {
    margin:0 -41px;
    padding:50px 0
}
#case-study .wrap li {
    display:block;
    float:left;
    margin:0 40px 40px;
    width:280px
}
#case-study .wrap li .img-box {
    display:block;
    text-decoration:none
}
#case-study .wrap li .img-box img {
    display:block;
    width:100%
}
#case-study .wrap li .title,#solution .wrap li .title {
    font-size:18px;
    line-height:1.2;
    padding:15px 0 10px;
    font-weight: 700;
}
#case-study .wrap li .desc,#solution .wrap li .desc {
    font-size:15px;
    line-height:1.2
}
#case-study .wrap li .tag,#solution .wrap li .tag {
    background:#eee;
    border-radius:10px;
    display:inline-block;
    font-size:13px;
    line-height:1.2;
    margin:5px 0;
    padding:5px 15px;
    white-space:nowrap
}
#case-study .wrap li .btn,#solution .wrap li .btn {
    background:url('/img/icon-arrow1.png') right top no-repeat;
    color:#000;
    display:inline-block;
    font-size:16px;
    line-height:1.2;
    text-decoration:none;
    margin-top:10px;
    padding-right:35px
}
#case-study .wrap li .btn:hover,#solution .wrap li .btn:hover {
    text-decoration:underline
}
#case-study .wrap li:nth-of-type(4n+1) {
    clear:left
}
#config-guide .wrap {
    margin:0 auto;
    width:1366px
}
#config-guide table {
    background:#f0f2f8;
    font-size:16px;
    margin:50px 0;
    width:100%
}
#config-guide thead {
    background:#c8cad0
}
#config-guide thead th {
    font-size:17px;
    line-height:30px;
    padding:15px 10px;
    text-align:left
}
#config-guide thead th:first-of-type {
    padding-left:8%;
    text-align:left
}
#config-guide thead th:last-of-type {
    padding-right:8%;
    text-align:right
}
#config-guide tbody tr {
    border-bottom:solid 1.5px #fff;
    line-height:30px
}
#config-guide tbody th {
    padding:10px 20px 10px 8%
}
#config-guide tbody th a {
    color:#000;
    display:block;
    text-decoration:none
}
#config-guide tbody th a:after {
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzQkRDNjk0NTk1RDExRTZCOUUxQzI2M0Q1MDA1Q0Q3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzQkRDNjk1NTk1RDExRTZCOUUxQzI2M0Q1MDA1Q0Q3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNCREM2OTI1OTVEMTFFNkI5RTFDMjYzRDUwMDVDRDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNCREM2OTM1OTVEMTFFNkI5RTFDMjYzRDUwMDVDRDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4QGK3hAAAATElEQVR42mL8//8/Awwwnr2M4EDBf2NdRhibiYEEQDvFjCA3Y3MrNrczoXsCl0IUZ+DSgDM00DVgGnDm0n+QuwlhkDoWXJGBDQAEGAARBTkMozbcSAAAAABJRU5ErkJggg==) center no-repeat;
    content:" ";
    display:inline;
    padding:10px
}
#config-guide tbody td {
    padding:0 10px
}
#config-guide tbody td:last-of-type {
    padding-right:8%;
    text-align:right
}
a.btn{color: #fff;}

@media only screen and (max-width:1440px) {
/*    .training-center-title li .navi-icon {
        background-image:url(/res/style/images/m/training-center-icon.png)
    }*/
    #solution .wrap ul {
        margin-left:-2.59375em;
        margin-right:-2.59375em
    }
    #solution .wrap li {
        margin-left:2.59375em;
        margin-right:2.59375em;
        width:25em
    }
}
@media only screen and (min-width:1025px) and (max-width:1440px) {
    #training-center {
        font-size:12px
    }
    /*.training-center-title {
        font-size:16px
    }*/
    #case-study .wrap li:nth-of-type(4n+1) {
        clear:none
    }
    #case-study .wrap li:nth-of-type(3n+1) {
        clear:left
    }
    #case-study .wrap ul {
        margin-left:-46px;
        margin-right:-46px
    }
    #case-study .wrap li {
        margin-left:46px;
        margin-right:46px
    }
    #config-guide .wrap {
        width:1024px
    }
}
@media only screen and (min-width:801px) and (max-width:1024px) {
    #training-center {
        font-size:1.05vw
    }
    /*.training-center-title {
        font-size:1.5vw
    }*/
    #case-study .wrap {
        width:92vw
    }
    #case-study .wrap li:nth-of-type(4n+1) {
        clear:none
    }
    #case-study .wrap li:nth-of-type(3n+1) {
        clear:left
    }
    #case-study .wrap ul {
        margin-left:-2vw;
        margin-right:-2vw;
        width:96vw
    }
    #case-study .wrap li {
        margin-left:2vw;
        margin-right:2vw;
        width:28vw
    }
    #config-guide .wrap {
        width:88%
    }
}
@media only screen and (min-width:480px) and (max-width:800px) {
    #training-center {
        font-size:1.5vw
    }
    /*.training-center-title {
        font-size:2vw
    }*/
    #solution .wrap {
        width:55.1875em
    }
    #solution .wrap li:nth-of-type(3n+1) {
        clear:none
    }
    #solution .wrap li:nth-of-type(2n+1) {
        clear:left
    }
    #case-study .wrap {
        width:88vw
    }
    #case-study .wrap li:nth-of-type(4n+1) {
        clear:none
    }
    #case-study .wrap li:nth-of-type(2n+1) {
        clear:left
    }
    #case-study .wrap ul {
        margin-left:-3vw;
        margin-right:-3vw;
        width:94vw
    }
    #case-study .wrap li {
        margin-left:3vw;
        margin-right:3vw;
        width:41vw
    }
}
@media only screen and (max-width:800px) {
    /*.lang-de .training-center-title li span {
        font-size:.8em
    }*/
    #training-center .filter {
        height:auto;
        margin-top:30px
    }
    #training-center .filter>span:first-child {
        font-size:20px
    }
    #training-center .filter .dropdown {
        width:100%!important;
        margin:0;
        box-sizing:border-box
    }
    #training-center .filter-list>h2:first-child {
        margin-top:30px
    }
    #config-guide .wrap {
        width:100%
    }
    #config-guide table {
        background:0 0;
        display:block;
        margin:10px 0
    }
    #config-guide thead {
        display:none
    }
    #config-guide tbody,#config-guide tbody tr {
        display:block
    }
    #config-guide tbody tr+tr {
        border-top:1px solid #ccc
    }
    #config-guide tbody th {
        display:block;
        font-size:18px;
        padding-bottom:0
    }
    #config-guide tbody td {
        color:#999;
        display:inline-block;
        font-size:12px
    }
    #config-guide tbody th+td {
        color:#666;
        padding-left:8%;
        width:20vw
    }
    #config-guide tbody td:nth-of-type(3) {
        float:right
    }
    /*.training-center-title li:nth-child(1):nth-last-child(4),.training-center-title li:nth-child(2):nth-last-child(3),.training-center-title li:nth-child(3):nth-last-child(2),.training-center-title li:nth-child(4):nth-last-child(1) {
        width:8em
    }*/
    #training-center .filter .keywords {
        width:100%;
        margin-top:.5em
    }
}
@media only screen and (min-width:320px) and (max-width:480px) {
    #case-study .wrap li,#case-study .wrap ul {
        margin-left:0;
        margin-right:0
    }
    #training-center {
        font-size:3.5vw
    }
    /*.training-center-title {
        font-size:3vw
    }
    .training-center-title li {
        width:9.5em
    }*/
    #solution .wrap {
        width:25em
    }
    #solution .wrap li:nth-of-type(3n+1) {
        clear:none
    }
    #case-study .wrap {
        width:88vw
    }
    #case-study .wrap li {
        float:none;
        width:100%
    }
}
#solution .solution-top h2 {
    padding:100px 0 40px;
    font-size:40px;
    text-align:center;
    font-family:AktivGrotesk-Medium,Arial,Helvetica,sans-serif
}
#solution .solution-background {
    color:#fff;
    text-align:center;
    height:970px;
    background:url() 50% 100% no-repeat
}
#solution .campus .solution-background {
    background-image:url(/res/style/images/campus-networks.jpg)
}
#solution .shopping .solution-background {
    background-image:url(/res/style/images/shopping-mall.jpg)
}
#solution .hospitality .solution-background {
    background-image:url(/res/style/images/hospitality.jpg)
}
#solution .catering .solution-background {
    background-image:url(/res/style/images/catering-networks.jpg)
}
#solution .dormitory .solution-background {
    background-image:url(/res/style/images/dormitory-networks.jpg)
}
#solution .enterprise .solution-background {
    background-image:url(/res/style/images/enterprise-networks.jpg)
}
#solution .solution-background .wrap {
    position:relative;
    padding-top:225px
}
#solution .solution-background h4 {
    font-size:22px;
    line-height:1.2;
    padding-top:210px;
    background:url() 50% 0 no-repeat;
    font-family:AktivGrotesk-Regular,Arial,Helvetica,sans-serif
}
#solution .arrow,#solution .solution-benefits dt {
    font-family:AktivGrotesk-Medium,Arial,Helvetica,sans-serif
}
#solution .campus .solution-background h4 {
    background-image:url(/res/style/images/campus-networks-icon.png)
}
#solution .shopping .solution-background h4 {
    background-image:url(/res/style/images/shopping-mall-icon.png)
}
#solution .hospitality .solution-background h4 {
    background-image:url(/res/style/images/hospitality-icon.png)
}
#solution .catering .solution-background h4 {
    background-image:url(/res/style/images/catering-networks-icon.png)
}
#solution .dormitory .solution-background h4 {
    background-image:url(/res/style/images/dormitory-networks-icon.png)
}
#solution .enterprise .solution-background h4 {
    background-image:url(/res/style/images/enterprise-networks-icon.png)
}
#solution .solution-desc {
    position:absolute;
    width:100%;
    top:490px
}
#solution .solution-detail {
    max-width:1200px;
    margin:0 auto;
    font-size:20px
}
#solution .arrow {
    font-size:28px
}
#solution .arrow>span:first-child {
    padding-right:1.5em;
    background-position:100% 60%;
    background-repeat:no-repeat;
    background-size:1em;
    background-image:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAYAAAHpWW1vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZEMENBNEQ5MzVGMjExRTdCQTIyQUEyRjVDODdBMTY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZEMENBNERBMzVGMjExRTdCQTIyQUEyRjVDODdBMTY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkQwQ0E0RDczNUYyMTFFN0JBMjJBQTJGNUM4N0ExNjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkQwQ0E0RDgzNUYyMTFFN0JBMjJBQTJGNUM4N0ExNjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7fqhgwAAABdklEQVR42mJgQAOMIOLvGYb/6BJwQYAAQhZQYcEmChYACCA4ByYApDtgfEZchjKbMDACBBBMwoYBC2AESlwH0hpA/Buomg1mAkgnE5CeDFXIim40zGdZQGoqhn1IDspC1wkQQMiS16Fe+IVFrgPZuzDHBgHptVjM+g3EfUBcjtWXyM5Bdi8uAPMHIxZnYTUAw+O4AN4AAQKAAEJWCPKvOB55fWQ+E1SQGUj9A+IXQLYfjkR3AUgvQQ5VkKY/aGr9gX7ahCP5LgXKxTDi8Yc/EG/EIaeAO1PgBmZAG0/jTOf4NGHEIwHNcE24EsB/QpqwasSiGUMToQQByg2muOQBAgybBmYgvgbV+ANbgsCjtxmW/YB4IaFcBUpAV6DlCLasGQJLTNjyOa5sC0to6CkVl0V4LSZgEVaLGUkpM5DAf1wJgOgETqbFDKRkCnzJlBoWY03ejIQKRzIsxpuPGIlM7sRYTFSGJSnicVhMWslADoDWQ6bk6AUAUBHNbGzDNooAAAAASUVORK5CYII=)
}
#solution .solution-background .arrow {
    margin-top:80px;
    padding-bottom:15px
}
#solution .solution-content {
    padding:90px 0 200px
}
#solution .solution-content .wrap>div {
    font-size:18px
}
#solution .solution-content .wrap>div+div {
    margin-top:90px
}
#solution .solution-content .wrap>div+div h5 {
    color:#005366;
    font-size:22px
}
#solution .solution-content .wrap .dark-green {
    color:#24849c
}
#solution .solution-content .arrow {
    padding-bottom:50px;
    color:#005366
}
#solution .solution-content li {
    float:none;
    margin:0 0 3px;
    width:auto
}
#solution .solution-topology img {
    width:100%;
    max-width:1200px
}
#solution .solution-benefits dt {
    color:#005366;
    margin-bottom:10px
}
#solution .solution-benefits dl+dl {
    margin-top:40px
}
#solution p.table-desc {
    margin-bottom:10px
}
#solution table {
    width:1000px;
    margin-bottom:50px
}
#solution thead td:first-child {
    width:200px
}
#solution thead td:nth-of-type(2) {
    width:260px
}
#solution thead td:last-child {
    width:540px
}
#solution tbody {
    border-bottom:1px solid #8a9ea9
}
#solution tr {
    border-top:1px solid #8a9ea9
}
#solution td {
    border-right:1px solid #8a9ea9;
    padding:5px 10px;
    box-sizing:border-box
}
#solution td:last-child {
    border-right:none
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
    #solution .solution-top h2 {
        font-size:30px
    }
    #solution .solution-content .wrap>div {
        font-size:16px
    }
}
@media only screen and (max-width:736px) {
    #solution .arrow {
        font-size:20px;
        padding-bottom:10px
    }
    #solution .solution-top h2 {
        font-size:20px;
        line-height:1.2;
        padding:30px 0 20px;
        text-align:left
    }
    #solution .solution-background {
        height:auto;
        color:#000;
        background:0 0!important;
        text-align:left
    }
    #solution .solution-background .wrap {
        padding:0
    }
    #solution .solution-background h4 {
        color:#fff;
        text-align:center;
        font-size:14px;
        line-height:1.2;
        margin-top:20px;
        margin-left:-6vw;
        margin-right:-6vw;
        height:0;
        padding:34vw 0 21vw;
        background:url() 50% 0 no-repeat;
        background-size:100%
    }
    #solution .solution-content .wrap>div,#solution .solution-detail {
        font-size:17px;
        line-height:1.45
    }
    #solution .campus .solution-background h4 {
        background-image:url(/res/style/images/campus-networks-mobile.jpg)
    }
    #solution .shopping .solution-background h4 {
        background-image:url(/res/style/images/shopping-mall-mobile.jpg)
    }
    #solution .hospitality .solution-background h4 {
        background-image:url(/res/style/images/hospitality-mobile.jpg)
    }
    #solution .catering .solution-background h4 {
        background-image:url(/res/style/images/catering-networks-mobile.jpg)
    }
    #solution .dormitory .solution-background h4 {
        background-image:url(/res/style/images/dormitory-networks-mobile.jpg)
    }
    #solution .enterprise .solution-background h4 {
        background-image:url(/res/style/images/enterprise-networks-mobile.jpg)
    }
    #solution .solution-background .arrow {
        margin:0;
        padding-bottom:10px
    }
    #solution .solution-desc {
        position:relative;
        top:auto
    }
    #solution .solution-content {
        padding:30px 0 100px
    }
    #solution .solution-content .arrow {
        padding-bottom:10px
    }
    #solution .solution-content .wrap>div+div {
        margin-top:30px
    }
    #solution .solution-benefits dl+dl {
        margin-top:20px
    }
    #solution table {
        width:100%;
        font-size:3vw
    }
    #solution td {
        padding:3px
    }
    #solution thead td:first-child {
        width:20%
    }
    #solution thead td:nth-of-type(2) {
        width:25%
    }
    #solution thead td:last-child {
        width: 55%
    }
}
/*** Comments ***/
[class^="icondmx-"], [class*="icondmx-"] {
    background-image: url('../img/icon_good.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.icondmx-good {
    background-position: -56px -2px;;
    width: 41px;
    height: 40px;
}
.icondmx-bad {
    background-position: -5px -2px;
    width: 41px;
    height: 40px;
}
.clr {
    clear: both;
}
.clr:before, .clr:after {
    content: " ";
    display: table;
}
.detail-review{
    display: block;
    margin: 0 auto;
    }
.order-review {
    border:1px solid #ddd;
    background:#eee;
    padding:10px 0;
    margin:25px auto;
    max-width:90%;
}
.order-review .left {
    float:left;
    width:calc(50% - 40px)
}
.order-review .left {
    padding:30px
}
.order-review .right {
    float:left;
    width:50%
}
.order-review .right a {
    display:inline-block;
    text-align:center;
    width:125px;
    color:#333
}
.order-review .right a.good:hover,.order-review .right a.good.act {
    font-weight:bold;
    color:#4b64a7
}
.order-review .right a.bad:hover,.order-review .right a.bad.act {
    font-weight:bold;
    color:#dc6d84;
}
.order-review .right a i {
    display:block;
    margin:10px auto;
}
.order-review .reason {
    display:none;
    position:relative;
    margin-bottom:10px;
}
.order-review .reason textarea {
    border:1px solid #ddd;
    border-radius:4px;
    display:block;
    width:85%;
    height:100px;
    margin:0 auto;
    padding:15px;
}
.order-review .reason p {
    width: 89%;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px 0;
}

.order-review .reason:before,.order-review .reason:after {
    content:'';
    position:absolute;
    bottom:99%;
    right:290px;
    width:0;
    height:0;
    border-bottom:10px solid #ddd;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.order-review .reason.bd:before,.order-review .reason.bd:after {
    right:155px;
}
.order-review .reason:after {
    border-width:9px;
    margin-right:1px;
    border-bottom-color:#fff;
}
/*.order-review .reason a {
    color:#fd6e1d;
    font-size:12px;
    padding:7px 10px;
    display:inline-block;
    background:#f6f6f6;
    position:absolute;
    right:60px;
    bottom:10px;
}*/
.order-review .reason .dropdown{
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: right;
}
.order-review .reason input[type="email"] {
    height: 33px;
    line-height: 33px;
    padding: 10px;
    margin-right: 15px;
    border-radius: 4px;
        border: 1px solid #ddd;
}
.order-review .reason a.submit {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    background: #fd6e1d;
    text-align: center;
    width: 100px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
}
.order-review .thank {
    display:none;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    padding:30px 0;
    color: #4b64a7;
}
#dlding {
    position: fixed;
    min-width: 282px;
    background-color: #000;
    bottom: 0;
    right: 0;
    color: #000;
    padding: 10px;
    border-radius: 4px 0 0 0;
    z-index: 9999999;
}
#dlding {
    background-color: #9e9e9e;
}
/*** NEWS ***/

/*** Milestones ***/
.milestones {
    background: #f6f6f6;
}

.milestones .page_title h2 {
    display: block;
    text-transform: uppercase;
}

.timeline {
    margin: 0 auto;
    display: block;
}

.timeline ul {
    /*background: #456990;*/
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #8b8b8b;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #1d67d6;
}
.timeline ul li div sup{
    top: 0!important;
}
.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(even) div {
    left: 45px;
}

.timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #1d67d6 transparent transparent;
}

.timeline ul li:nth-child(odd) div {
    left: -439px;
}

.timeline ul li:nth-child(odd) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #1d67d6;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #1d67d6;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    color: #fff;
    border-radius: 5px;
}
#banner-top{background-color: #d10102;cursor:pointer; }
#banner-top #close-banner{
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 2px;
}
#banner-top .banner-tet-2019 img{width: 100%;}
#banner-top #close-banner img{width: 24px;}
#banner-top #close-banner:hover{cursor: pointer;}
#banner-top .banner_title{
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
}
#banner-top button{
    background: #ffe700;
    padding: 3px 10px;
    color: #333;
    font-size: 14px;
    border: none;
    position: absolute;
    border-radius: 3px;
    right: 15px;
    top: 7px;
}
#dot {
  background: #ffe700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  animation: 2s ease infinite dot_pulse;
  box-shadow: 0 0 0;
  margin-top:3px;
}

@-webkit-keyframes dot_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 86, 112, 0.4);
  }
  100% {
    box-shadow: 0 0 0 24px rgba(240, 86, 112, 0);
  }
}

@keyframes dot_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 86, 112, 0.4);
  }
  100% {
    box-shadow: 0 0 0 24px rgba(240, 86, 112, 0);
  }
}

/******* START KHUYENMAI *******/
.promotion_wrapper {
    border: #ddd solid 1px;
    border-radius: 4px;
    padding: 10px 0 0;
    position: relative;
    overflow: visible;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.promotion_wrapper b {
    background: #e11b1e;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px;
    text-transform: uppercase;
}
.khuyenmai-info {
    padding: 10px 10px 0;
}
.pack-detail {
    margin-bottom: 5px;
    position: relative;
}
.el-promotion-pack {
    padding-right: 15px;
    padding-left: 5px;
}
.el-promotion-pack li {
    list-style-type: none;
    color: #333;
    font-size: 15px;
}
.el-promotion-pack li a {
    color: #288ad6;
    text-decoration: none;
}
/******* END KHUYENMAI *******/

.mobile {
    display: none;
}

.desktop {
    display: block
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
    #banner-top{cursor:pointer; }

}

@media screen and (max-width: 600px) {
    .timeline {
        margin: 0;
    }

    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li:nth-child(odd) div{
        left: 45px;
    }
    .timeline ul li:nth-child(odd) div:after{
        display: none;
    }
    .timeline ul li:nth-child(odd) div:before{
       content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #1d67d6 transparent transparent;
    }

    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .timeline ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #1d67d6 transparent transparent;
    }
}

@media (max-width: 1200px) {

    .block-newsletter h2,
    .block-community h2 {
        padding-top: 70px;
    }

    .blocks .block-page .block-banner img {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .head-nav{margin:0; }
    .two-nav{top: 97px;}
    .two-nav ul li{width: 10%;}
    .main-blog .blog-left,.main-blog .blog-right,.main-blog .container{padding: 0px;}
    .head-blog .blog-cat li a{white-space:nowrap;}
    .main-blog .row{display: block;}

    .main-blog .post_thumbnail{background-color: #fff;padding: 10px}
    .main-blog .blog-top-left{display: block;}
    .main-blog .blog-top-left .blog-larg .b-name{font-size: 16px;margin: 10px 0;}
    .main-blog .blog-top-left .blog-small .b-name{max-height:inherit;line-height: 16px;font-size: 14px;font-weight: initial;}
    .main-blog .blog-top-left .blog-small .blog-item{display: inline-block;margin-bottom: 15px;}
    .main-blog .main-left{padding: 5px 15px;margin: 0;}
    .main-blog .main-left .blog-item{border-bottom:none;padding:0;margin-bottom: 15px;}
    .main-blog .blog-top-left .blog-small .blog-item:last-child{margin-bottom: 0px;}
    .main-blog .main-left .blog-item .b-name{max-height:inherit; margin-bottom: 5px;font-size: 14px;font-weight: initial;}
    .main-blog .main-left .blog-item .outhor-by{font-size: 11px;}
    .main-blog .main-left .blog-item .b-emty p{display: none;}
    .main-blog .main-left .blog-item .b-img{max-width: 100px;margin-right: 10px;}
    blockquote{margin: 10px 0;}
    .featured_product .intro h2{font-size: 24px;}
    main.news h1 {
        margin-bottom: 10px;
        font-size: 22px!important;
    }
    main.news h2{
        font-size: 20px!important;
        margin-bottom: 10px;
    }
    main.news h3{
        font-size: 18px!important;
        margin-bottom: 10px;
    }
    main.news h5, main.news h4{
        font-size: 17px!important;
        margin-bottom: 10px;
    }

    main.news h6{
        font-size: 16px!important;
    }

    main.news p {
        margin: 10px 0;
        line-height: 25px;
        font-size: 16px;
        word-break: break-word;
    }
    main.news .entry-content table ul, main.news .entry-content table ol{    padding-left: 15px;}
    main.news table p{word-break: inherit;}
    main.news p span{font-size: 16px!important;}
    #banner-top .mobile{cursor:pointer;padding:10px 20px 10px 10px;    display: inline-flex;}
}
@media (max-width: 992px) {
    .category_nav.menu-header .breadcrumb .product_nav_links {
        display: none;
    }

    .header-wrapper {
        height: 50px;
    }

    .two-nav {
        top: 50px;
    }

    .head-nav .arrow-up {
        top: -10px;
    }

    .head-nav {
        float: none;
    }

    .head-nav>li>a {
        padding: 16px 10px;
        font-size: 14px;
    }

    .head-nav>li:after {
        padding: 15px 0;
        height: 50px;
    }
    .logo{padding: 14px 0;}
    .logo img {
        height: 22px;
    }

    .site-search {
        top: 50px;
    }

    .head-change {
        padding: 14px 0;
    }

    .mobile-toggle {
        display: inline-block;
    }

    .blocks .block-page .block-banner img {
        width: 100%;
        padding: 10px;
    }

    .blocks .block-page .block-search .search {
        width: 90%;
    }

    .blocks .block-newsletter h2,
    .blocks .block-community h2 {
        padding-top: 50px;
    }
    #footer .footer_contact li a{word-break: break-all;}
    .contact .google_maps {
        margin-top: 30px;
    }
    .sidebar-right .recent-posts li a {
        display: block;
    }
    .sidebar-right .recent-posts li a {
        display: block;
    }
    .sidebar-right .recent-posts h2{text-align: center;}
    .sidebar-right .recent-posts h4{margin:10px 0;}
    .sidebar-right{padding: 0;}
    .sidebar-right .recent-posts{padding: 10px;margin: 10px auto;}
    .order-review .left{padding: 20px}
    .order-review .left,.order-review .right{width: 100%;text-align: center;}
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none
    }

    #footer .footer-main .menu-product .menu li {
        width: 100%;
        display: block;
    }

    #footer .footer-main .first-item {
        padding-right: 0px;
    }

    #footer .footer-bottom .container .footer-left,
    #footer .footer-bottom .container .footer-right {
        width: 100%;
        display: grid;
        text-align: center;

    }

    #footer .footer-right p {
        margin-top: 10px;
        line-height: normal;
    }

    .header-wrapper {
        position: relative;
    }
    .featured img{width: 100%;}
    .row {
        margin: 0px;
    }
    .collection-box{margin:0px;padding: 0;}
    .head-nav {
        display: none;
    }

    .site-search-form {
        padding: 25px 0;
    }

    #searchresult .hidden-xs {
        display: none;
    }

    #searchresult .std strong {
        font-size: 14px;
    }

    .blocks {
        min-height: 200px;
    }

    .block-faqs #searchresult .std strong {
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .block-download #searchresult td.std.std_name {
        min-width: 70px;
    }

    .product--details .gallery.gallery--fashion {
        width: auto;
    }

    .category li.item {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    .featured_product li.item {
        width: 100% !important;
        max-width: 100%;
        margin-right: 1.3333% !important
    }

    .featured_product li.item:hover {
        box-shadow: none;
    }

    .posts li.item .thumbnail img {
        height: auto;
    }

    .category li.item {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .category li.item .caption {
        background: #fff;
    }

    .search-on .site-search {
       /*top: 89px;*/
       top:50px;
    }

    .header_detail .section-in {
        left: 0px;
    }

    .header_detail .ttl_detail h1 {
        font-size: 20px;
    }

    .header_detail .ttl_detail h2 {
        padding: 5px 0;
    }

    .header_detail .ttl_detail .ttl_image_features ul {
        padding-bottom: 10px
    }

    .header_detail .ttl_detail .ttl_image_features ul li a.btn {
        padding: 3px;
    }

    .section .product_gallery li.img_item {
        width: 100%;
    }

    .category_nav.menu-header .breadcrumb .product_nav_links {
        display: none;
    }

    .header-wrapper {
        height: 50px;
    }

    .logo img {
        height: 22px;
    }
    .menu_fixed.menu-header .container{padding: 0 5px;}
    .menu-header .breadcrumb .sku_code {
        background: none;
        float: left;
        height: 30px;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        padding-right: 15px;
    }

    .menu-header .breadcrumb .product_nav_links {
        float: none;
    }

    .menu-header .breadcrumb .sku_code h2,
    .menu-header .breadcrumb .sku_code h1 {
        padding: 13px 0px;
        color: #1d67d6;
        font-size: 20px;
        font-weight: 700;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
    }

    .menu-header .breadcrumb .nav-tabs a {
        padding: 16px 5px;
        font-size: 14px;
    }

    .hidden-xs {
        display: none;
    }

    #support #service th {
        font-size: 16px;
    }

    #support #service .table td,
    .table th {
        padding: 5px;
    }

    #support #service .dr_version {
        display: none;
    }

    #support .downtr.faqflag td.dr_type {
        display: none;
    }

    #support #service .dr_name .mobile a {
        display: block;
    }

    #support .tbldown td.dr_name {
        width: 50%;
    }

    .wheretobuy #service th,
    .wheretobuy #service td.dr_city {
        display: none;
    }

    .wheretobuy #service tbody tr {
        border-bottom: 1px #d5d5d5 solid;
        padding: 10px 5px;
        display: block;
    }

    .wheretobuy #service td {
        display: block;
        padding: 0px;
        margin: 5px;
    }

    .wheretobuy #service td.dr_name {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }

    .product_gallery {
        display: none;
    }

    .product_slider {
        display: block;
    }

    .contact_details .left {
        white-space: nowrap;
        width: auto;
        padding-right: 5px;
    }

    .contact_details .left {
        width: 30%;
        display: block;
    }

    .contact_details .bold {
        padding-top: 0px;
    }

    .blocks .block-banner {
        padding-right: 15px;
    }

    .blocks .block-page .block-banner {
        text-align: center
    }

    .blocks .block-newsletter,
    .blocks .block-community {
        text-align: center;
    }

    .blocks .block-community .block-text {
        padding: 30px;
    }

    .blocks .block-newsletter .block-text {
        padding: 0;
        padding-bottom: 30px;
    }

    .blocks .block-page .block-text {
        top: -30px;
        position: relative;
    }

    .blocks .block-page.block-contact .block-text {
        top: 0px;
        position: relative;
    }

    .blocks .block-page .block-search .search {
        top: -30px;
        padding: 0;
        width: 100%;
    }

    .blocks h2 {
        padding-top: 30px;
        font-size: 28px;
        text-align: center;
    }

    .blocks .block-page h2 {
        font-size: 40px;
        padding-top: 40px;
        float: none;
    }
    .blocks .block-solution h2 {
        padding-top: 70px;
    }
    .blocks .block-faqs h2 { padding-top: 50px;}
    .blocks .block-wheretobuy p {
        margin-bottom: 0px;
    }
    .blocks .block-aboutus h2, .blocks .block-wheretobuy h2, .blocks .block-awards h2{padding-top: 70px;}
    .blocks p {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .blocks .block-banner img {
        padding: 30px 0;
    }

    .blocks .block-wheretobuy .block-banner img {
        float: none;
    }

    .blocks .block-page .block-banner img {
        width: 80%;
        float: none;
    }

    .blocks .block-page.block-contact .block-banner img {
        width: 100%;
    }
    #banner-top #close-banner{top:0px;    right: 5px;}
    #banner-top #close-banner img{width: 16px;}
    .news article {
        margin: 5px auto;
        padding: 10px 0;
    }
    .brief .highlights li{font-size: 14px;}
    #service td{font-size: 14px;}
    .news article .content{padding: 15px;}
    .head-blog .blog-cat{margin-top: 0px;}
    .head-blog .blog-cat a{display: none;}
    .head-blog .blog-cat a.active{display: block;}
}



@media (max-width: 400px) {
    .search-on .site-search {
        /*top: 79px;*/
        top: 50px;
    }
    .header_detail .ttl_detail .ttl_image_features ul li {
        display: none;
    }
    .header_detail .ttl_detail .ttl_image_features ul li:nth-child(1),
    .header_detail .ttl_detail .ttl_image_features ul li:nth-child(2),
    .header_detail .ttl_detail .ttl_image_features ul li:nth-child(3),
    .header_detail .ttl_detail .ttl_image_features ul li:nth-child(4) {
        display: inline-block;
    }

    .menu-header .breadcrumb .sku_code {
        display: none;
    }

    .category_nav.menu-header .breadcrumb .sku_code {
        display: block;
    }

    .wheretobuy #myTabContent .tab-pane .item {
        margin: 0 auto;
        padding: 0px;
        display: block;
    }

    .featured img {
        padding: 10px;
    }

    .posts li.item h4 {
        overflow: initial;
        height: auto;
        -webkit-line-clamp: unset;
    }
}

/*** BANNER HOME***/
.zc-banner {
    font-size: 0;
    position: relative;
    overflow: hidden
}

.zc-banner-list {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px
}

.zc-banner-item {
    display: inline-block
}

.zc-banner-item input {
    display: none
}

.zc-banner-item .img {
    padding-top: 40%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity linear .5s, z-index linear 0s .5s
}

.zc-banner-item img.img {
    padding: 0
}

.zc-banner-item input:checked~a>.img {
    z-index: 0;
    opacity: 1
}

.zc-banner-item .page-item {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #1d67d7;
    border-radius: 10px
}

.zc-banner-item input:checked~.page-item {
    background: #1d67d7
}

@media (max-width:1366px) {
    .zc-banner {
        margin-bottom: 10px
    }
}

.zc-m-banner {
    display: none;
    margin-bottom: 5px
}

.zc-m-banner .swiper-slide {
    background: #fff;
    font-size: 0
}

.zc-m-banner .swiper-lazy {
    padding-bottom: 120%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.zc-m-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    box-sizing: border-box;
    opacity: 1;
    background: 0 0
}

.zc-m-banner .swiper-pagination-bullet-active {
    background: #fff
}

.zc-m-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
    line-height: 0
}

.zc-m-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

@media (max-width:736px) {
    .zc-banner {
        display: none
    }

    .zc-m-banner {
        display: block
    }
}
.modal-header{
    padding: 10px 20px;
    font-size: 20px;
}
.modal.fade .modal-dialog {
    text-align: center;
     -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-header .close:hover,
.modal-header .close:focus {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
#rma_table {
  border-collapse: collapse;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

#rma_table td, #rma_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#rma_table tr:nth-child(even){background-color: #f2f2f2;}

#rma_table tr:hover {background-color: #ddd;}

#rma_table th {
  padding-top: 12px;
  padding-bottom: 12px;
}
