body {
    margin: 0px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    color: #444;
    line-height: 1.7em;
}

/*.body {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}*/

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.page-width {
    width: 1280px;
    margin: auto;
    position: relative;
}

.paging-top {
    display: none;
}

.paging {
    text-align: center;
    font-size: 14px;
}

.list-item {
    margin: 0 -10px;
    font-size: 0px;
}
1
.list-item-3 {
    margin: 0 -20px;
    font-size: 0px;
}

.list-item-2 {
    font-size: 0px;
}

.inner-item {
    margin: 0 10px;
    font-size: 14px;
}

.inner-item-3 {
    margin: 0 20px;
    font-size: 16px;
}

.page-left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.page-right {
    width: 74.9%;
    display: inline-block;
    vertical-align: top;
}

.item-4 {
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
}

.item-3 {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.item-2 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
}

.item-5 {
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
}

.sub-2-row {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-3-row {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-4-row {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.a-center {
    text-align: center;
}

a {
    color: #2e3039;
}

    a:hover {
        color: #e47717;
    }

.img {
    position: relative;
    overflow: hidden;
}

    .img img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .img:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.lang {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

    .lang i {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .lang ul {
        background: white;
        border: solid 1px #ddd;
        border-radius: 2px;
        position: absolute;
        right: 0px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        top: 100%;
        width: 120px;
    }


    .lang li {
        position: relative;
    }

    .lang ul a {
        display: block;
        color: black !important;
        padding: 0 10px;
        line-height: 30px;
        text-align: center;
    }

        .lang ul a:hover {
            background: #f1f1f1;
        }

    .lang ul li {
        display: block;
        border-top: solid 1px #ddd;
    }

        .lang ul li:first-child {
            border-top: 0px;
        }

    .lang .icon img {
        color: white;
        margin-right:10px;
    }

    .lang a{
       color:#fff; 
    }
    .menu-drop {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .menu-drop .menu-drop-content {
        position: absolute;
        right: 0px;
        top: 100%;
        background: white;
        z-index: 11;
        display: none;
    }

    .menu-drop .menu-drop-close {
        display: none;
    }

    .menu-drop.open .menu-drop-close, .menu-drop.open .menu-drop-content {
        display: block;
    }

    .menu-drop .menu-drop-close {
        position: fixed;
        top: 0px;
        z-index: 10;
        left: 0px;
        width: 100%;
        height: 100%;
    }

#topPage {
    color: white;
    background: #274894;
    line-height: 50px;
    position: relative;
    z-index: 111;
}


.top-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

    .top-item.email {
        padding-left: 25px;
        background: url(/Content/Images/Home/email.png) left center no-repeat;
    }

    .top-item.tel {
        padding-left: 30px;
        background: url(/Content/Images/Home/tel.png) left center no-repeat;
    }
    .top-item img{
        margin-right:10px;
    }
    #headPage {
        padding: 10px;
        position: relative;
        z-index: 11;
        background: white;
    }

    #headPage.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        box-shadow: 0 0 5px #666;
    }

.stellarnav.desktop {
    float: right;
    width: auto;
    z-index: 11;
}

#logo {
    float: left;
    max-width: 400px;
}

.stellarnav > ul > li > a {
    padding: 0px !important;
    line-height: 66px;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
    font-size: 18px;

}

.stellarnav > ul > li {
    display: inline-block;
    margin-left: 30px;
}

#footPage {
    padding: 20px 0;
    background: #274894;
    color: white;
}

.title-foot {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px
}


.contact-row {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

    .contact-row i {
        position: absolute;
        left: 0px;
        line-height: 25px;
        top: 0px;
        font-size: 18px;
        width: 20px;
        text-align: center;
    }

        .contact-row i.fa-mobile {
            font-size: 24px;
        }

        .contact-row i.fa-envelope {
            font-size: 16px;
        }


.form td {
    padding-bottom: 10px;
}

.form th {
    text-align: left;
    width: 120px;
}

.form {
    width: 100%;
}

    .form .TextBox, .form .TextArea {
        width: 100%;
    }

.Button {
    border-radius: 5px;
    min-width: 100px;
    text-transform: uppercase;
    background: #a80c05;
    font-weight: bold;
}

.col-1 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.col-2, .col-3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.col-6 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#copyRight {
    padding:10px 0;
    border-top:1px solid #fff;
    color: white;  
    line-height: 40px;
    font-style: italic;
    text-align:right;
}

.title-page {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
   
}


.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: #000;
    list-style: none;
    overflow: hidden;
    padding-bottom: 10px;
}

    .breadcrumb a {
        color: #000;
        display: block;
        line-height: 22px;
        
    }
    .breadcrumb a:hover {
        color:#274894;
    }
        .breadcrumb > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }

.wrapBreadcrumb {
    background: #426f8e;
    margin-bottom: 20px;
    text-align: center;
    padding: 40px 0;
    font-weight: 400;
    border-radius: 20px;
}


.detail-right {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.detail-left {
    width: 74.9%;
    display: inline-block;
    vertical-align: top;
}


.news-item .img, .news-item .img img {
    display: block;
}

.news-item .name {
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 5px 0;
}

.news-item {
    margin-bottom: 20px;
}

.title-left {
    font-size: 16px;
    font-weight: bold;
    background: #1c90cd;
    color: white;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}


#mainImageDetail img {
    max-height: 350px;
    margin: auto;
    display: block;
}

#mainImageDetail {
    border: solid 1px #ddd;
    padding: 10px;
    position: relative;
}

#slideImage .item img {
    margin: auto;
    padding: 0 2px;
}

.prev_slideImage {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
    background: hsla(0, 0%, 0%, 0.4);
    padding-top: 13px;
    padding: 13px 5px 0 5px;
}

.next_slideImage {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 70px;
    background: hsla(0, 0%, 0%, 0.4);
    padding-top: 13px;
    padding: 13px 5px 0 5px;
}

.row-item {
    margin-bottom: 10px;
    font-size: 16px;
}

    .row-item .n {
        font-weight: bold;
        text-transform: uppercase;
        float: left;
        width: 30%;
    }

    .row-item .v {
        float: right;
        width: 70%;
    }

.hotline-buy {
    background: #274894;
    color: white;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    position: relative;
    border-radius: 30px;
}

    .hotline-buy:hover {
        background: #426f8e;
    }


    .hotline-buy:before {
        content: '';
        position: absolute;
        border: solid 1px white;
        top: 5px;
        right: 5px;
        left: 5px;
        bottom: 5px;
        border-radius: 30px;
    }

.title-relative {
    background: #f1f1f1;
    height: 40px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .title-relative span {
        background: #1c90cd;
        display: inline-block;
        line-height: 50px;
        margin-top: -10px;
        padding: 0 30px;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

.box-right {
    border: solid 1px #ddd;
    border-radius:20px;
    overflow:hidden;
}


    .box-right .title {
        background: #274894;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        line-height: 48px;
        color: white;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: auto 30px;
        padding-left: 20px;
    }

        .box-right .title.statistic {
            background-image: url(/Content/Images/Home/statistic.png);
        }

      /*  .box-right .title.support {
            background-image: url(/Content/Images/Home/support.png);
        }
*/
        .box-right .title.news {
            background-image: url(/Content/Images/Home/news.png);
        }

.banner-item img {
    display: block;
    width: 100%;
}

.clear-p p {
    margin: 0px;
}

.title-large-2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom:20px;
}


.product-item {
    border: solid 1px #ddd;
    margin-bottom: 20px;
    text-align: center;
}

    .product-item .name {
        color: #1c90cd;
        padding: 10px 0;
        
        font-weight: bold;
        display: block;
    }


    .product-item .img, .product-item .img img {
        display: block;
        position: relative;
    }

.title-box {
    background: #f1f1f1;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
}

    .title-box > span {
        background: #1c90cd;
        display: inline-block;
        min-width: 200px;
        padding: 0 20px;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .title-box .load-more {
        float: right;
        color: #1c90cd;
        font-size: 13px;
        padding: 0 20px;
    }

        .title-box .load-more i {
            display: inline-block;
            vertical-align: top;
            margin-left: 5px;
        }

.box-cate .inner-item {
    margin: 0 5px;
}

.box-cate .list-item {
    margin: 0 -5px;
}

.box-cate .product-item {
    margin-bottom: 10px;
}

.box-cate {
    margin-bottom: 10px;
}

.p10 {
    padding: 10px;
}

.support-item {
    border-bottom: solid 1px #ddd;
    padding: 20px 10px;
    position: relative;
}

    .support-item .skype {
        position: absolute;
        top: 15px;
        left: 0px;
        width: 40px;
    }

    .support-item .name {
        text-transform: uppercase;
        font-weight:500;
        font-size: 18px;
    }


    .support-item .tel {
        font-weight: 500;
        font-size: 20px;
   
        
    }

    .support-item img{
        margin-right:10px;
    }

    .support-item i {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        display: none;
    }

.row-visit {
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
}

.video-wraper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .video-wraper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.no-page .paging {
    display: none;
}

.news-relative {
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
}

    .news-relative .name {
        color: #1c90cd;
        font-weight: bold;
        text-align: center;
    }

    .news-relative .img {
        padding: 5px 0;
        display: block;
    }

        .news-relative .img img {
            display: block;
        }


.box-require-price {
    background: #f36100;
    color: white;
    padding: 10px;
    text-align: center;
}

    .box-require-price .title {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .box-require-price .Button {
        background: white;
        border-radius: 0px;
        color: black;
    }

.title-line {
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    background: #426f8e;
    padding: 0 10px;
    font-size: 16px;
}
  

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.box-cate .paging {
    display: none !important;
}

.product-item .img:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/Content/Images/Home/logo2.png)center center no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

#mainImageDetail:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/Content/Images/Home/logo2.png)center center no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

	.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 40px;
    z-index: 200000 !important;
    right: 25px;
    bottom: 160px;
}

    .ring-alo-phone.ring-alo-show {
        visibility: visible;
    }

    .ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
        opacity: 1;
    }

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: -15px;
    opacity: 0.1;
    position: absolute;
    top: -15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

#ring-alo-phoneIcon1{
	    height: 70px;
    left: -65px;
    position: absolute;
    top: -125px;
    width: 70px;
}

#ring-alo-phoneIcon2{
	    height: 70px;
    left: -65px;
    position: absolute;
    top: -180px;
    width: 70px;
}


.ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #0A7CFF;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #0A7CFF;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #0A7CFF;
    opacity: 0.5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: -10px;
    opacity: 0.1;
    position: absolute;
    top: -10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px;
}

.ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: #0A7CFF;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: #0A7CFF;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: #0A7CFF;
    opacity: 0.75 !important;
}


.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 40px;
}

    .ring-alo-ph-img-circle i {
        color: white;
        display: block;
        vertical-align: top;
        text-align: center;
        width: 38px;
        line-height: 38px;
        font-size: 26px;
    }

.ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #0A7CFF;
}

.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #0A7CFF;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #0A7CFF;
}

.ring-alo-ph-img-circle a img {
    padding: 5px;
    position: relative;
    top: -1px;
}

.fix_tel {
    position: fixed;
    bottom: 20px;
    right: 0px;
    padding: 5px 10px 5px 30px;
    border-radius: 50px 50px 50px 50px;
    z-index: 11111;
   
}

    .fix_tel .tel {
            display: block;
    padding-right: 60px;
    line-height: 40px;
    background: #0A7CFF;
    font-size: 26px;
    border: 1px solid #0A7CFF;
    border-radius: 30px;
    }

        .fix_tel .tel a {
            color: #fff !important;
            font-weight: 600;
			    padding: 0px 15px;
				font-size: 22px;
        }
		
		.fix_tel .tel a:hover{
			color:#fff;
		}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.wid-60 {
    position: relative;
    display: inline-block;
    width: 58%;
    vertical-align: top;
    margin-right: 1.6%;
}

.wid-40 {
    position: relative;
    display: inline-block;
    width: 40%;
    vertical-align:top;
}

.lightSlider img{
    border-radius:10px;
}

.product-hot .product-item-inner {
    position: relative;
    border: 1px solid;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

    .product-hot .product-item-inner img{
        width:100%;
        max-height:275px;
    }

    .product-hot .product-item-inner .wrap-text {
        padding: 10px;
        width: 100%;
        text-align: left;
    }

        .product-hot .product-item-inner .wrap-text .name {
            width: 100%;
            color: #000 !important;
            line-height: 20px;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 10px;
        }
        .product-hot .product-item-inner .wrap-text .desc {
            background: #f9f9f9;
        }

.view-more{
    font-weight:600;
    color:red;
}

.video-home {
    padding: 40px 0;
    background: #f9f9f9;
}

.news-home-1 {
    margin-bottom: 20px;
    padding-top:30px;
}

    .news-home-1 .name {
        font-weight: 500;
        padding: 10px 0;
        display: block;
        text-transform: uppercase;
        color: #000;
        font-size:18px;
    }

    .news-home-1 img{
        width:100%;
    }

.news-home-2 {
    padding: 30px 0;
    border-bottom: 1px solid gray;
}

    .news-home-2 .name {
        font-weight: 500;
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: black;
    }

    .news-home-2 .img {
        float: left;
        margin-right: 20px;
        width: 200px;
    }

.menufooter{
padding:0;
margin:0;

}

.menufooter li{
    list-style:none;
    padding:0;
    margin:0;
}

    .menufooter li a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 40px;
    }

#footPage .col-2 {
    width: 20%;
    margin-left: 20px;
}

#footPage .col-3{
    width:36%;
}

.logo-footer{
    padding:20px 0;
    border-bottom:1px solid #fff;
}

    .logo-footer img{
        max-width:300px;
    }

    #footPage .list-item-3 {
        padding: 20px 0;
    }

.MenuProduct{
  
    padding:0;
}

.MenuProduct .Tree li {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px;
}

    .MenuProduct .Tree li:hover{
        font-weight:bold;
        color:#000;
    }

.stellarnav li a:hover {
    font-weight: bold;
    color: #000;
}

.stellarnav ul ul{
    width:280px !important;
}

#mainMenu .Tree .tree-icon {
    background: none;
}

.loadProductCode a {
    padding: 5px 10px;
    border: 1px solid gray;
    border-radius: 5px;
    font-size:20px;
    font-weight:600;
}

    .loadProductCode a:hover {
        background: #0b3e91;
        color:#fff;
    }
    .loadProductCode img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .hotline-product{
        width:100%;
    }

.box-detail {
    background: #fff;
    box-shadow: 3px 8px 12px #d7d7d7;
    min-height: 30px;
}