/*@import url(bootstrap.min.css);*/
@import url(owl.carousel.min.css);
@import url(style-menu.css);
/*

    1.0 Reset

    2.0 Header

    3.0 Content

    4.0 Footer

    5.0 Product-list

    6.0 Detail-product

    7.0 List-product

    8.0 Detail-new

    9.0 Contact

   10.0 Addition

*/
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
    font-family: 'Rush';
    src: url(../fonts/Rush.ttf) format("woff");
}

/**
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

a {
    color: #000;
    text-decoration: none;
}

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

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #fbf063;
    outline: none;
}

/* Let's get this party started */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #2a64a5;
    position: relative;
}

body {
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}

.container {
    width: 1170px;
}

.box-img {
    position: relative;
    overflow: hidden;
}

.box-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    border: none;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
}

.img-zoom {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-zoom:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-op {
    opacity: 1;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-op:hover {
    opacity: 0.8;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.transition {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.transition1 {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
}

.transition1-5 {
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
}

.transition2 {
    transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
}

.transition2-5 {
    transition: all 2.5s ease-in-out 0s;
    -moz-transition: all 2.5s ease-in-out 0s;
    -o-transition: all 2.5s ease-in-out 0s;
    -webkit-transition: all 2.5s ease-in-out 0s;
    -ms-transition: all 2.5s ease-in-out 0s;
}

.transition3 {
    transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s;
}

.transition3-5 {
    transition: all 3.5s ease-in-out 0s;
    -moz-transition: all 3.5s ease-in-out 0s;
    -o-transition: all 3.5s ease-in-out 0s;
    -webkit-transition: all 3.5s ease-in-out 0s;
    -ms-transition: all 3.5s ease-in-out 0s;
}

.transition4 {
    transition: all 4s ease-in-out 0s;
    -moz-transition: all 4s ease-in-out 0s;
    -o-transition: all 4s ease-in-out 0s;
    -webkit-transition: all 4s ease-in-out 0s;
    -ms-transition: all 4s ease-in-out 0s;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mar-15 {
    margin: 15px 0px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-bottom-15 {
    margin-bottom: 15px;
}

.mar-left-15 {
    margin-left: 15px;
}

.mar-right-15 {
    margin-right: 15px;
}

.pad-15 {
    padding: 15px 0px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-right-15 {
    padding-right: 15px;
}

/**
 *   2.0 Header
 * -----------------------------------------------------------------------------
 */

/*header-top*/

/*.header-top {*/
    /*height: 142px;*/
    /*background: url(img/bg_header_top.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

.logo {
    width: 25%;
    float: left;
}

.sologan {
    width: 60%;
    float: left;
}

/*logo*/

.logo .box-img {
    margin: 22px 0;
    height: 30px;
    width: auto;
}
.logo .box-img img{
   height: 100%;
}

/*sologan*/

.name-sologan {
    padding-top: 5px;
    text-align: center;
}

.name-sologan h2 {
    color: #0e498b;
    font-size: 18px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.name-sologan h3 {
    font-family: Arial;
    color: #30abab;
    font-size: 18px;
    font-style: italic;
}

/*login*/

.login-hotline {
    width: 15%;
    float: left;
    padding-top: 35px;
}

.login-hotline-content {
    float: right;
}

.login {
    float: right;
    padding-top: 10px;
}

.login ul li {
    float: left;
    list-style: none;
    position: relative;
    width: 30px;
    height: 24px;
}

.login ul li:last-child:before {
    content: '/';
}

.login ul li a, .login ul li:last-child:before {
    font-size: 13px;
    /*color: #000;*/
    /*padding: 1px 3px;*/
    /*color: red;*/
    color: #ffffff;
    font-weight: bold;
}

.language-search {
    margin: 0px 40px;
}

.login ul li:hover a {
    color: #CCCCCC;
}

.hotline-hd {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #0e498b;
    clear: both;
}

.hotline-hd a {
    font-size: 18px;
    color: #0e498b;
}

.hotline-hd a:hover {
    color: #2a64a5;
}

.hotline-hd1 {
    color: #fe0100;
}

.hotline-hd1 a {
    color: #fe0100;
}

.hotline-hd1 a:hover {
    color: #ce0100;
}

/*box-nav-search*/

.box-nav-search {
    height: 44px;
    background: #2a64a5;
}

/*language-search*/

.language-search {
    width: 125px;
    float: right;
    z-index: 999999;
    position: relative;
    margin: 0px 5px;
}

/*Language*/

.language {
    width: 70px;
    float: right;
    text-align: right;
    padding-top: 8px;
}

.language a:hover {
    opacity: 0.8
}

/*search*/

.search-th {
    width: 40px;
    float: right;
    position: relative;
    z-index: 999;
}

.box-search {
    padding-top: 2px;
}

.box-search form {
    max-width: 468px;
    height: 34px;
    border: 1px solid #2a64a5;
    margin: 0 auto;
}

.box-search .submitForm {
    width: 25%;
    float: right;
    background: #2a64a5;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 32px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
}

.box-search .inputSearch {
    width: 75%;
    height: 34px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    -moz-box-shadow: none;
    background: none;
    font-size: 12px;
    color: #838383;
    font-style: italic;
    font-weight: 300;
}

.box-search .inputSearch::-webkit-input-placeholder {
    color: #838383;
}

.box-search .inputSearch.searchbox:-moz-placeholder {
    color: #838383;
}

.box-search .inputSearch::-moz-placeholder {
    color: #838383;
}

.box-search .inputSearch:-ms-input-placeholder {
    color: #838383;
}

.icon-search {
    display: block;
    background: url(img/icon_search.png) no-repeat center right;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.box-search {
    position: absolute;
    bottom: -34px;
    width: 360px;
    margin: 0 auto;
    right: 10px;
    padding: 0 1px;
    display: none;
    z-index: 99;
}

.box-search.open {
    display: block;
}

.box-search form {
    background: #fff;
    width: 100%;
    max-width: 100%;
}

/*nav*/

#cssmenu {
    /*margin-right: 200px;*/
    z-index: 99;
    float: left;
}

#cssmenu > ul > li {
    padding-top: 12px;
}

#cssmenu > ul > li > a {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-left: 1px solid #1b5494;
    border-right: 1px solid #3673b8;
}

#cssmenu > ul > li:first-child > a {
    border-left: none;
}

#cssmenu > ul > li:last-child > a {
    border-right: none;
}

/*slider*/

#owl-demo-slider .item {
    max-height: 700px;
    text-align: center;
}

#owl-demo-slider .item a {
    display: block;
}

.banner-slider {
    position: relative;
}

.banner-slider .owl-carousel .owl-nav {
    opacity: 0;
    transition: .9s all ease;
    -webkit-transition: .9s all ease;
    -moz-transition: .9s all ease;
    -ms-transition: .9s all ease;
    -o-transition: .9s all ease;
}

.banner-slider:hover .owl-carousel .owl-nav {
    opacity: 1;
    transition: .9s all ease;
    -webkit-transition: .9s all ease;
    -moz-transition: .9s all ease;
    -ms-transition: .9s all ease;
    -o-transition: .9s all ease;
}

.banner-slider .owl-carousel .owl-nav {
}

.banner-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    right: 80px;
    background: url(img/br_next.png) center center no-repeat !important;
    background-size: 25px;
    color: rgba(0, 0, 0, 0);
    width: 30px;
    height: 60px;
    border-radius: 0px;
}

.banner-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    left: 80px;
    background: url(img/br_prev.png) center center no-repeat !important;
    background-size: 25px;
    color: rgba(0, 0, 0, 0);
    width: 30px;
    height: 60px;
    border-radius: 0px;
}

.banner-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
}

.banner-slider .owl-carousel .owl-dots span {
    background: #fff;
    opacity: 1;
    border-radius: 0px;
    width: 8px;
    height: 8px;
}

.banner-slider .owl-theme .owl-dots .owl-dot.active span, .banner-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #21205f;
}

/*regstr-intrst*/

.regstr-intrst {
    margin-top: -225px;
    position: fixed;
    left: -460px;
    top: 68%;
    z-index: 9999999;
}

.rgstr-btn, .rgstr-form {
    float: right;
}

.rgstr-btn {
    background: url(img/register2.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 240px;
    width: 74px;
}

.rgstr-form {
    background-color: #2a64a5;
    min-height: 141px;
    padding: 10px 20px 10px 20px;
    width: 415px;
    display: none;
}

.form-ttle {
    color: #fff;
    font-family: 'Roboto', 'Roboto Light', sans-serif;
    font-weight: 100;
    font-size: 28px;
    /*line-height: 100%;*/
}

.rgstr-form p {
    color: #ddd;
    font-size: 13px;
    margin: 15px 0;
}

.form-item {
    margin-bottom: 10px;
    overflow: hidden;
}

.form-item input, .form-item select {
    background-color: transparent;
    border: 1px solid #5c5c5c;
    box-sizing: border-box;
    color: #9d9d9d;
    font-family: arial;
    font-size: 12px;
    line-height: 100%;
    width: 100%;
}

.form-item input {
    padding: 8px;
}

.form-col {
    float: left;
    margin-right: 3%;
    width: 48.5%;
}

.form-item input, .form-item select {
    /*background-color: transparent;*/
    background-color: #fff;
    border: 1px solid #5c5c5c;
    box-sizing: border-box;
    color: #9d9d9d;
    font-family: arial;
    font-size: 12px;
    line-height: 100%;
    width: 100%;
}

.form-item select {
    padding: 6.5px 8px;
}

.btn-item {
    margin-top: 20px;
}

.btn-item button {
    background-color: #ff6600;
    border: 0 none;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    padding: 6px 20px;
}

.form-col:last-child {
    margin: 0;
}

.textarea.form-control {
    min-height: 100px;
}

/**
 *   3.0 Content - Main
 * -----------------------------------------------------------------------------
 */

.main {
}

.main-content {
    padding: 20px 0px 40px 0px;
    position: relative;
    z-index: 1;
}

.layout {
    padding: 40px 0px 20px 0px;
}

.title-m {
    text-align: center;
    overflow: hidden;
    margin: 0px 5px;
    padding-bottom: 25px;
}

.title-m h2 {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 2px 0px 3px 0;
}

.title-m h2:before {
    content: '';
    position: absolute;
    bottom: -6px;
    background: #2a64a5;
    width: 40px;
    height: 2px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9;
}

.title-m h2:after {
    content: '';
    position: absolute;
    bottom: -6px;
    background: #58b7b4;
    width: 150px;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.title-m h2 a, .title-m h2 span {
    color: #000;
}

.title-m h2 a:hover, .title-m h2 span:hover {
    color: #2a64a5;
}

/*layout1*/

.layout1 {
}

.content-m .box-img {
    height: 240px;
    margin-bottom: 10px;
}

.content-m .box-info h2 {
    text-align: center;
    height: 33px;
    overflow: hidden;
    line-height: 1.2;
    padding-top: 2px;
}

.content-m .box-info h2 a {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}

.content-m .box-info h2 a:hover {
    color: #000;
}

.col-so, .col-pro {
    margin-bottom: 20px;
}

/*layout2*/

.layout2 {
    background: #f6f5f5;
}

.col-pro-content .box-img {
    background: #fff;
    height: 200px;
}

.col-pro-content .box-img img {
    max-height: 100%;
}

/*layout3*/

.layout3 {
}

.item-new {
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.item-new:first-child {
    padding-top: 0px;
}

.item-new:last-child {
    border-bottom: none;
}

.item-new .box-image {
    width: 140px;
    float: left;
    margin-right: 10px;
}

.item-new .box-info {
    color: #333333;
    line-height: 1.2;
}

.name {
    font-weight: 700;
    height: 32px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #444444;
}

.description {
    color: #666666;
    text-align: justify;
}

/*video-r*/

.video-iframe {
    float: left;
    width: 100%;
    position: relative;
}

.item-video {
    cursor: pointer;
    float: left;
    width: 100%;
}

.hide-video {
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

.show-iframe {
    float: left;
    width: 100%;
}

.show-iframe iframe {
    float: left;
    width: 100%;
    height: 490px;
}

.btn-play {
    background: url(img/icon_button.png) center center no-repeat;
    width: 65px;
    height: 48px;
    top: 0px;
    right: 0px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    margin: auto;
}

.img-item-video {
    /*float: left;*/
    /*width: 100%;*/
    height: 490px;
    /*overflow: hidden;*/
}

.list-videos {
    margin-top: 10px;
}

.img-item-video img {
    height: 100%;
}

/*layout4*/

.layout4 {
}

.partner-content {
    margin: 0 20px;
}

.item-pn {
    padding: 0 5px;
}

.content-pn .box-img {
    height: 60px;
}

.content-pn .box-img a {
    display: block !important;
    height: 100%;
}

.partner-content .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -40px;
    background: url(img/icon_next.png) no-repeat 0px 0px !important;
    color: rgba(0, 0, 0, 0);
    width: 20px;
    height: 25px;
    border-radius: 0px;
    padding: 1px 2px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    opacity: 0;
}

.partner-content .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -40px;
    background: url(img/icon_next.png) no-repeat -28px 0px !important;
    color: rgba(0, 0, 0, 0);
    width: 20px;
    height: 25px;
    border-radius: 0px;
    padding: 1px 2px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    opacity: 0;
}

.partner-content:hover .owl-carousel .owl-nav .owl-prev {
    left: -20px;
    opacity: 1;
}

.partner-content:hover .owl-carousel .owl-nav .owl-next {
    right: -20px;
    opacity: 1;
}

.partner-content .owl-theme .owl-dots {
    display: none;
}

/*layout5*/

.layout5 {
}

.customer-index-content .owl-nav, .customer-index-content .owl-dots {
    display: none;
}

.customer-index-content .owl-theme .owl-controls {
    margin: 0px;
}

.item-cus {
    padding: 0 10px;
}

.customer-index-content .img-opinion {
    width: 160px;
    height: 160px;
    float: left;
}

.customer-index-content .img-opinion img {
    border: 1px solid #ccc;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 5000px;
    float: left;
}

.customer-index-content .img-opinion img:hover {
    opacity: 0.8;
}

.box-opinion .box-info {
    margin-left: 170px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.box-opinion .description {
    text-align: justify;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    height: 82px;
    display: block;
    overflow: hidden;
    padding-left: 5px;
    margin: 0px;
}

.box-opinion .description p {
    display: inline;
}

.name-opinion {
    font-size: 14px;
    text-align: left;
    color: #000000;
    float: right;
    font-weight: bold;
}

.item-cus .dgq, .item-cus .mgq {
    width: 25px;
    height: 16px;
    background: url(img/icon_ykkh.png) no-repeat 0px 0px;
    display: inline-flex;
}

.item-cus .dgq {
    float: left;
}

.item-cus .mgq {
    background: url(img/icon_ykkh.png) no-repeat -30px 0px;
}

/**
 *    4.0 Footer
 * -----------------------------------------------------------------------------
 */

.footer {
    background: #2c66a5;
}

.footer-top {
    font-family: 'Roboto Condensed';
}

.footer-top-content {
    padding: 40px 0px 10px 0px;
}

.footer-top .container {
    border-bottom: 1px solid #ccc;
}

.title-ad-ft h2 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.content-ad-ft {
    color: #fff;
}

.content-ad-ft a {
    color: #fff;
}

.content-ad-ft a:hover {
    color: #ccc;
}

.content-ad-ft img {
    margin-top: 5px;
    float: left;
}

.content-ad-ft p {
}

.content-ad-ft ul li {
    padding: 5px 0px;
}

/*form-regis1*/

.form-regis1 {
    margin-bottom: 20px;
}

.form-regis1 input {
    margin-bottom: 10px;
    background: rgba(235, 235, 235, 0.30);
    color: #fff;
    font-style: italic;
    font-weight: 300;
    border: none;
    width: 80%;
    font-size: 12px;
}

.form-regis1 input::-webkit-input-placeholder {
    color: #fff;
}

.form-regis1 input:-moz-placeholder {
    color: #fff;
}

.form-regis1 input::-moz-placeholder {
    color: #fff;
}

.form-regis1 input:-ms-input-placeholder {
    color: #fff;
}

.form-regis1 .btn {
    height: 35px;
    border-radius: 0px;
    border: none;
    background: #083e7b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: 5px 30px;
    text-shadow: 1px 4px 6px #000;
}

.form-regis1 .btn:hover {
    background: #002a58;
}

/*social-ctf*/

.social-ctf {
    height: 35px;
    margin: 10px 0px 0px 0px;
    display: block;
}

.social-ctf ul {
    margin: 0px;
}

.social-ctf ul li {
    float: left;
    padding: 0 2px !important;
}

.social-ctf ul li:hover {
    opacity: 0.7;
}

.social-ctf ul li a {
    background: url(img/i_social.png) no-repeat 0px 0px;
    height: 35px;
    width: 35px;
    display: block;
}

.social-ctf ul li:nth-child(1) a {
    padding-left: 0px;
}

.social-ctf ul li.fb-ft a {
    background-position: 0px 0px;
}

.social-ctf ul li.twitter-ft a {
    background-position: -36px 0px;
}

.social-ctf ul li.youtobe-ft a {
    background-position: -72px 0px;
}

.social-ctf ul li.ins-ft a {
    background-position: -108px 0px;
}

.social-ctf ul li.google-ft a {
    background-position: -146px 0px;
}

.social-ctf ul li.sky-ft a {
    background-position: -183px 0px;
}

/*footer-bottom*/

.footer-bottom {
    height: 30px;
    display: block;
    line-height: 30px;
}

.coppyright {
    float: left;
    font-size: 12px;
    color: #ccc;
}

.nano {
    float: right;
}

.nano a {
    color: #ccc;
    font-size: 12px;
}

/**
 *   5.0 List-product
 * -----------------------------------------------------------------------------
 */

/*main-in*/

.banner-in .box-image {
        max-height: 310px;
    overflow: hidden;
    width: 100%;
    height: 220px;    
}

.breadcrumb {
    border-bottom: none;
    margin-bottom: 5px;
}

.breadcrumb a {
    font-size: 12px;
    color: #515151;
}

.main-in .layout5 {
    margin-top: 0px;
}

.left-main {
    float: left;
    width: 270px;
}

.right-main {
    margin-left: 300px;
    overflow: hidden;
}

.content-in-l {
    border: 1px solid #ebebeb;
    background: #fff;
    margin-bottom: 20px;
}

.title-lm h3 {
    background: #2a64a5;
    color: #fff;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin: 0;
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-category-content li a {
    border-bottom: 1px dotted #ebebeb;
    display: block;
    padding: 7px 0px 8px 5px;
    margin-left: 10px;
    font-style: normal;
}

.menu-category-content ul li:last-child a {
    border-bottom: none;
}

.menu-category-content ul li ul li:last-child ul li a {
    border-bottom: 1px solid #ebebeb;
}

.menu-category-content ul li ul li:last-child ul li:last-child a {
    border-bottom: none
}

.menu-category-content ul {
    margin: 0;
}

.menu-category-content ul li {
    position: relative;
    z-index: 9;
}

.menu-category-content > ul > li:hover > a, .menu-category-content ul ul > li:hover > a {
    color: #3c6bb4;
}

.menu-category-content ul li:hover > ul {
    display: block;
    background: #fff;
}

.menu-category-content ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    border: 1px solid #ebebeb;
}

.menu-category-content ul li ul li {
    width: 257px;
}

.cart-left-in {
    padding: 10px 10px 18px 15px;
}

.cart-left-in a {
    border: 1px solid #d3d3d3;
    text-transform: uppercase;
    padding: 5px 10px;
}

.content-cart a:hover {
    color: #0464CB;
}

.content-slm ul {
    margin: 0px 0px 0px 0px;
}

.content-slm ul li {
    padding: 5px 5px 5px 40px;;
    position: relative;
}

.content-slm ul li a {
    font-size: 14px;
    color: #333333;
    padding: 2px 0;
    display: block;
    font-style: normal;
}

.content-slm ul li:hover a {
    color: #0464CB;
}

.content-slm ul li a img {
    margin-right: 10px;
}

.content-slm ul li a span:hover {
    color: red;
}

.content-slm ul li a:before {
    content: ' ';
    background: url(img/icon-support.png) no-repeat -10px -15px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.content-slm ul li.skype-in a:before {
    background-position: -10px -15px;
}

.content-slm ul li.twitter-in a:before {
    background-position: -10px -53px;
}

.content-slm ul li.gmail-in a:before {
    background-position: -10px -95px;
}

.content-slm ul li.mobile-in a:before {
    background-position: -10px -131px;
}

.content-slm ul li.call-in a:before {
    background-position: -10px -169px;
}

/*right-main*/

.list-product {
}

.col-list-pro {
    margin-bottom: 5px;
}

.col-list-pro .box-img {
    height: 228px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.col-list-pro .box-img img {
    max-height: 100%;
}

.col-list-pro .box-info {
    height: 60px;
}

.col-list-pro .box-info h4 {
    margin-bottom: 5px;
    max-height: 31px;
    overflow: hidden;
    padding-bottom: 2px;
}

.col-list-pro .box-info h4 a:hover {
    color: #3c6bb4;
}

.col-list-pro .box-info .price {
    color: #121212;
}

.col-list-pro .box-info .price span {
    color: #970404;
}

.title-in {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
}

.title-in h2 {
    color: #201d1d;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    padding-top: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.title-in h2 a:hover {
    color: #3c6bb4;
}

/**
 *  6.0 Product-detail
 * -----------------------------------------------------------------------------
 */

.product-detail {
    padding-top: 0px;
}

/*product-detail-r1*/

.product-detail-r {
    margin-bottom: 20px;
}

.product-detail-left {
    width: 430px;
    float: left;
}

.product-detail-right {
    margin-left: 450px;
    overflow: hidden;
}

/*img view*/

.img-detail img {
    max-width: inherit;
}

.img-detail .sp-large a img {
    width: 100%;
}

.img-detail .sp-wrap {
    max-width: 100%;
    width: 100%;
    border-width: 1px;
}

.img-detail .sp-thumbs {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.img-detail .sp-thumbs a {
    margin: 3px;
}

.img-detail .sp-current {
    border: 1px solid #000;
}

/*product-detail-right*/

.title-product {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.product-detail-right .price {
    font-size: 18px;
    margin-bottom: 0;
    height: 32px;
    width: 100%;
    float: none;
}

.product-detail-right .price span {
    color: #9b2c2c;
}

.description-detail {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-info-quantity-detail label {
    font-size: 18px;
    margin-bottom: 10px;
}

.ProductActionAdd {
    padding: 20px 0px 20px 0px;
}

.ProductActionAdd .a-btn-2 {
    background: url(img/cart.png) 8px 6px no-repeat #ff7919;
    position: relative;
    width: 120px;
    height: 30px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e86000;
    padding: 5px 10px 5px 40px;
    color: #fff;
}

.ProductActionAdd .a-btn-2:hover {
    background-color: #ff6a00;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.ProductActionAdd .a-btn-2-text {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*product-detail-r2*/

.product-detail-r2 {
}

.title-detail h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

/*product-detail-r3*/

.product-detail-r3 {
}

.social .social-item {
    float: left;
}

/*product-detail-r4*/

.product-detail-r4 {
    margin-bottom: 0px;
}

/**
 *   7.0 List-New
 * -----------------------------------------------------------------------------
 */

/*content-list*/

.content-list {
}

.content-list .list-item:first-child {
    padding-top: 0px;
}

.content-list .list-content .list-content-img {
    position: relative;
    height: auto;
    width: 30%;
    margin-right: 10px;
}

.content-list .list-content-title {
    font-size: 16px;
    clear: none;
    float: initial;
    margin-top: 0px;
}

.content-list .list-content-body .list-content-title a:hover {
    color: #2a64a5;
}

.content-list .date {
    padding: 5px 0px 8px 0px;
}

.box-product-page {
    padding: 0px 0px 40px 0px;
}

/**
 *  8.0 New-detail
 * -----------------------------------------------------------------------------
 */

.centerContent {
    padding: 0px;
}

.newsdetail {
    padding-top: 0px;
    margin-bottom: 20px;
}

.social .social-item {
    float: left;
}

.detail-new-relation {
    margin-top: 20px;
}

.title-dnr h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.content-dnr ul {
    list-style: inherit;
    margin-left: 30px;
}

.content-dnr ul li {
    padding-bottom: 5px;
}

.content-dnr ul li a {
    color: #83acda;
    font-weight: 600;
}

.content-dnr ul li a:hover {
    color: #000;
}

/**
 *  9.0 Contact
 * -----------------------------------------------------------------------------
 */

/**
 *   10.0 Addition
 * -----------------------------------------------------------------------------
 */

.partner-content .box-img img {
    max-height: 100%;
}

#cssmenu ul ul li a {
    font-family: 'Roboto Condensed';
    line-height: 1.3;
    padding: 8px 12px 8px;
    width: 240px;
}

/*.content-pn .box-img {
    height: 100px;
}*/

/*doan them ngay 17/1*/

.col-so-content .box-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.col-so-content .box-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.col-so-content .box-img-shadow {
    width: 370px;
    height: 240px;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.col-so-content .box-img-shadow:hover {
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.solution-index-content .box-img img {
    border-radius: 10px;
}

/*.col-pro-content .box-img-shadow {
    width: 270px;
    height: 200px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 2;
    margin: 0 auto;
    position:  absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.col-pro-content .box-img-shadow:hover {
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}*/

.logo .box-img a,
.col-pro-content .box-img a,
.col-list-pro .box-img a {
    display: block;
    width: 100%;
    height: 100%;
}

/************Fix-side**********/
.side-partners {
    width: 42px;
    position: fixed;
    right: 0;
    top: 130px;
    z-index: 9999;
}
.side-partners a {
    margin: 6px 0 0 5px;
    border-radius: 5px;
    display: block;
}

.side-partners img {
    width: 40px;
    height: 40px;
}
.side-partners img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

/************Fix-side-end**********/


/**
 *   12.0 Fix lỗi trên trình duyệt firefox
 * -----------------------------------------------------------------------------
 */

@-moz-document url-prefix() {
}

/**
 *   12.0 Responsive
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 1400px) {
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .search-th {
        margin-right: 10px;
    }

    .header-top-content, .layout, .footer-top, .footer-bottom, .main-in {
        padding-left: 10px;
        padding-right: 10px;
    }

    .language-search {
        padding-right: 40px;
        width: 50px;
        position: absolute;
        float: inherit;
        right: 0px;
        margin: 0px;
    }

    .banner-in .box-image {
        height: auto;
    }

    .banner-slider .item a img {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .logo {
        width: 240px;
    }
}

@media screen and (max-width: 1024px) {
    /*login*/
    .login-hotline {
        width: 100%;
        float: left;
        padding: 10px;
        clear: both;
    }

    .login {
        display: none
    }

    .product-detail-left, .product-detail-right {
        width: 100%;
        float: left;
    }

    .product-detail-right {
        margin: 15px 0px 0px 0px;
    }
}

@media screen and (max-width: 992px) {


    #cssmenu > ul > li {
        padding-top: 0px;
    }

    #cssmenu > ul > li > a {
        color: #fff;
    }

    #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
        color: #ccc;
    }

    #cssmenu ul ul {
        padding-top: 0px;
    }

    .company-ft .title-c-ft {
        font-size: 24px;
    }

    .company-ft .title-c-ft span.company-name2 {
        font-size: 18px;
    }

    .item-list-pro .col-list-pro:nth-child(3), .product-detail-r4 .content-detail .col-list-pro:nth-child(3) {
        display: none;
    }

    .col-so-content .box-img-shadow {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .logo {
        width: 220px;
    }

    .item-new:last-child {
        display: none;
    }

    .item-new:nth-child(4) {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 765px) {
    .regstr-intrst {
        display: none;
    }

    .fix-right {
        display: none;
    }

    .address-ft .row .col-ad-ft {
        margin-bottom: 15px;
    }

    .footer-top-content {
        padding-bottom: 10px;
    }

    .show-iframe iframe, .img-item-video {
        height: 420px;
    }

    .left-main {
        display: none;
    }

    .right-main {
        margin-left: 0px;
    }

    .list-product .col-list-pro {
        width: 50%;
    }

    .sologan {
        width: 60%;
    }

    .item-new:nth-child(4) {
        border-bottom: 1px solid #e3e3e3;
    }

    .item-new:last-child {
        display: block;
    }

    .layout {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 660px) {
    .coppyright, .nano {
        width: 100%;
        float: left;
        background: #346c9f;
        padding: 10px;
        line-height: 1.2;
    }

    .coppyright {
        padding-bottom: 0px;
    }

    .footer-bottom {
        padding: 0px;
    }

    .company-ft .title-c-ft {
        font-size: 20px;
    }

    .company-ft .title-c-ft span.company-name2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .name-sologan h2, .name-sologan h3 {
        font-size: 18px;
    }

    .sologan {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .header-top-content .logo {
        width: 100%;
    }

    .sologan {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .box-img img {
        height: 100%;
    }

    .cart-product {
        display: none;
    }

    .logo .box-img {
        padding-top: 0px;
        height: 28px;
        width: auto;
    }

    .sologan {
        width: 100%;
        display: block;
    }

    .name-sologan h2, .name-sologan h3 {
        font-size: 16px;
    }

    .hotline-hd {
        font-size: 14px;
    }

    .login-hotline {
        display: none;
    }

    .header-top {
        height: 100% !important;
    }

    .name-sologan {
        padding-top: 0px;
    }

    .layout {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    /*    .content-pn .box-img {
            height: 60px;
        }*/
    .banner-in {
        display: none;
    }

    .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next, .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }

    .show-iframe iframe, .img-item-video {
        height: 280px;
    }

    .product-all-list .row, .list-product .row, .product-index-content .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-all-list .col-list-pro, .list-product .col-list-pro, .product-index-content .col-pro {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media screen and (max-width: 400px) {
    .list-product .col-list-pro {
        width: 100%;
    }

    .header-top-content .logo {
        /*width: 200px;*/
    }

    .box-search {
        top: 105px;
    }

    .show-iframe iframe, .img-item-video {
        height: 240px;
    }

    .col-list-pro {
        width: 100%;
    }

    .col-list-pro .box-img {
        height: auto;
        text-align: center;
    }

    .col-list-pro .box-img img {
        position: relative;
        padding: 5px;
    }

    .product-index-content .col-pro {
        width: 100%;
        float: left;
    }

    .content-m .box-img {
        height: auto;
        text-align: center;
    }

    .content-m .box-img img {
        position: relative;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
    .box-search {
        top: 44px;
        width: 320px;
    }
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #0095e6;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.close:focus, .close:hover {
    color: #f6931f;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .8
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 7px;
    right: -30px;
    top: -30px;
    position: absolute;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 10px;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 1px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }

    .modal-dialog.modal-sm-utilities-360 {
        width: 800px;
        max-width: 100%;
    }

    .modal-dialog.modal-sm-upload-img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .modal-sm {
        width: 620px;
        background: #fff;
    }

    .modal-sm {
        width: 300px;
    }
}

.banner-in .box-image img {
    width: 100%
}

.ndetail, .newsdetail {
    font-family: Arial !important;
}

.newstitle {
    font-size: 24px;
}

img {
    pointer-events: none !important;
}

.cart-product {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.cart-product a {
    height: 30px;
    width: 30px;
    position: relative;
    background: url(img/icon.png) no-repeat -1px -1px;
    display: block;
}

.text-warning {
    text-align: center;
}

.content-dnr ul li {
    font-size: 14px;
    font-style: italic;
}

.content-dnr ul li.news_viewd a {
    color: #630303;
}

.content-dnr ul li.news_viewd a:hover {
    color: #000;
}

.login ul li a.w3nlogin,.login ul li a.w3nlogout {
    background: url(img/img_login.png) no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    top:-1px;
}

.login ul li a.w3nregister {
    background: url(img/img_register.png) no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    top:1px;
    left: 9px;
}

/*Video*/
.box-list-video {
    overflow: auto;
    width: 400px;
}

.box-image {
    float: left;
    padding: 0 5px;
    width: 150px;
    height: 100px;
}

/*slide left*/
.fix-right ul li {
    background: #2a64a5;
}

.fix-right {
    width: 56px;
    height: 368px;
    position: fixed;
    top: 130px;
    left: 0px;
    z-index: 999999;
}

.fix-right a {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2px;
    width: 56px;
    height: 72px;
    display: block;
    /*background-size: 100% 100% !important;*/
    -moz-background-size: 100% 100% !important;
    -os-background-size: 100% 100% !important;
    -ms-background-size: 100% 100% !important;
    font-size: 9px;
    /*font-family: Arial;*/
    /*padding: 71% 2% 0 2%;*/
    line-height: 15px;
    position: relative;
    color: #fff;
}

.fix-right a i.contact_us:hover, .fix-right a i.contact_us.active {
    background: url(img/hover-contact.png) no-repeat center center;
}

.fix-right a i.contact_us {
    background: url(img/contact.png) no-repeat center center;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px;
}

.fix-right a i.pricing:hover, .fix-right a i.pricing.active {
    background: url(img/hover_price.png) no-repeat center center;
}

.fix-right a i.pricing {
    background: url(img/price.png) no-repeat center center;
    height: 32px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px;
}

.fix-right a i.request:hover, .fix-right a i.request.active {
    background: url(img/hover-camera.png) no-repeat center center;
}

.fix-right a i.request {
    background: url(img/camera.png) no-repeat center center;
    height: 32px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px;
}

.fix-right ul li a span {
    display: block;
}

.fix-right ul li a.contact_us span {
    margin-top: 18px;
}

.fix-right ul li a.get_pricing span {
    position: relative;
    top: 15px;
}

.fix-right ul li a.request_demo span {
    position: relative;
    top: 10px;
}

/* Frame */

.frame {

    overflow: hidden;
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
}

.img-box-item-videos .button-play:hover {
    /*background-position: -7px -422px;*/
    background: url(img/bg_play_hover.png) no-repeat;
}

.box-item-videos .img-box-item-videos {
    height: 80px;
    margin-bottom: 0px !important;
}

.img-box-item-videos .button-play {
    position: absolute;
    top: 30%;
    left: 35%;
    width: 40px;
    height: 40px;
    background: url(img/bg_play.png) no-repeat;
}

.frame ul li {
    float: left;
    width: 100px;
    height: 100%;
    margin: 0 5px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    background: #ccc;
}

.frame ul li.active .box-info h5 {
    color: #fff;
}

.frame ul li.active {
    color: #fff;
    background: #a03232;
}

.content-slm ul li.fb-in a:before {
    background: url("img/fb.png");
    height: 24px;
    width: 24px;
    top: 6px;
}

.content-slm ul li.fb-in a:before {
    background: url("img/fb.png");
    height: 24px;
    width: 24px;
    top: 6px;
}

.view-more {
    float: right;
    padding-right: 22px;
    font-style: italic;
}
.view-more a { color: #ac3d45;}


.box-nav {
    margin-right: 200px;
    z-index: 99;
}

#cssmenu {
    margin-right: 0px;
    display: none;
}
/*nav-desktop*/

/*****MENU DESKTOP******/
.nav-desktop {
    z-index: 2;
}

.nav-desktop {
    padding: 0px;
    /*width: 100%;*/
    float:left;
    position: relative;
}

.nav-desktop > ul {
    float: left;

}

.nav-desktop ul {
    margin-bottom: 0;
}

.nav-desktop > ul > li {
    float: left;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
}

.nav-desktop > ul > li:first-child a {
    border-left: none;
}

.nav-desktop > ul > li:last-child a {
    border-right: none;
}

.nav-desktop > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    /*font-size: 14px;*/
    padding: 2px 20px 2px 20px;
    border: 2px solid transparent;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    z-index: 99;
    line-height: 1;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-left: 1px solid #1b5494;
    border-right: 1px solid #3673b8;
    display: block;

}

.nav-desktop > ul > li:hover > a {
    color: #cccccc;
}

.nav_dropdown {
    position: absolute;
    top:-4000px;
    /*top: 44px;*/
    height: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    background: #fff;
    padding: 15px;
    border-top: 4px solid #084b84;
    z-index: 2;
    opacity: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.nav-desktop ul li:hover .nav_dropdown {
    opacity: 1;
    height: auto;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    left: 0px;
    top: 44px;
}

.nav_dropdown ul > li {
    float: left;
    height: auto;
    width: 23%;
    margin: 0 1% 12px 1%;
}

.nav_dropdown ul > li > a {
    margin-bottom: 0px;
    width: 100%;
    display: block;
    text-align: left;

}

.nav_dropdown ul li li {
    float: none;
    /*height: 30px;*/
    margin-bottom: 0;
    margin: 0;
    width: 100%;
}

.nav_dropdown ul li li:last-child {
    border-bottom: none;
}

.nav_dropdown ul li li a {
    background: none;
    color: #424242;
    text-transform: none;
    font-weight: 400;
}

.nav_dropdown ul li li:hover a {
    color: #2a64a5;
}

.nav_dropdown ul li a {
    text-transform: none;
    border: none;
    border-radius: 0px;
    padding: 2px 10px;
    color: #000;
    /*text-transform: uppercase;*/
    font-size: 14px;
    height: auto;
    font-weight: 700;
}

.nav_dropdown ul li:hover > a {
    border: none;
}

.hotline-mobile{display: none}


.regstr-intrst1.active-hide{
    display: none ;
}

.newsdes td,
.newsdes th {
    border: 1px solid #000;
        padding-left: 10px;
    vertical-align: middle;
}
.newsdes table {
    width: 100% !important;
}

/**
 *   12.0 Fix lỗi trên trình duyệt firefox
 * -----------------------------------------------------------------------------
 */
@-moz-document url-prefix() {

}

.google-map {
    width: 100%;
    float: left;
}


/**
 *   12.0 Responsive
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 1400px) {

}

@media screen and (max-width: 1200px) {



    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .search-th {
        margin-right: 10px;
    }

    .header-top-content,
    .layout,
    .footer-top,
    .footer-bottom,
    .main-in {
        padding-left: 10px;
        padding-right: 10px;
    }

    .language-search {
        padding-right: 10px;
        /*width: 50px;*/
    }

    .banner-in .box-image {
        height: auto;
    }

    .banner-slider .item a img {
        width: 100%;
    }

}

@media screen and (max-width: 1100px) {
    .logo {
        width: 240px;
    }
}

@media screen and (max-width: 1024px) {

    .language {
        margin-right: 25px;
    }

    .product-detail-left,
    .product-detail-right {
        width: 100%;
        float: left;
    }

    .product-detail-right {
        margin: 15px 0px 0px 0px;
    }
}

@media screen and (max-width: 992px) {
    #cssmenu > ul > li {
        padding-top: 0px;
    }

    #cssmenu > ul > li > a {
        color: #fff;
    }

    #cssmenu > ul > li:hover > a,
    #cssmenu > ul > li.active > a {
        color: #ccc;
    }

    #cssmenu ul ul {
        padding-top: 0px;
    }

    .company-ft .title-c-ft {
        font-size: 24px;
    }

    .company-ft .title-c-ft span.company-name2 {
        font-size: 18px;
    }

    .item-list-pro .col-list-pro:nth-child(3),
    .product-detail-r4 .content-detail .col-list-pro:nth-child(3) {
        display: none;
    }

    .col-so-content .box-img-shadow {
        display: none;
    }

    /*Doãn thêm 20/2*/
    .box-nav {
        margin-right: 0px;
    }

    .nav-desktop {
        display: none;
    }

    #cssmenu {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .logo {
        width: 220px;
    }

    .item-new:last-child {
        display: none;
    }

    .item-new:nth-child(4) {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 765px) {
    .regstr-intrst {
        display: none;
    }

    .address-ft .row .col-ad-ft {
        margin-bottom: 15px;
    }

    .footer-top-content {
        padding-bottom: 10px;
    }

    .show-iframe iframe,
    .img-item-video {
        height: 420px;
    }

    .left-main {
        display: none;
    }

    .right-main {
        margin-left: 0px;
    }

    .list-product .col-list-pro {
        width: 50%;
    }

    .sologan {
        width: 60%;
    }

    .item-new:nth-child(4) {
        border-bottom: 1px solid #e3e3e3;
    }

    .item-new:last-child {
        display: block;
    }

    .layout {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 660px) {
    .coppyright,
    .nano {
        width: 100%;
        float: left;
        background: #346c9f;
        padding: 10px;
        line-height: 1.2;
    }

    .coppyright {
        padding-bottom: 0px;
    }

    .footer-bottom {
        padding: 0px;
    }

    .company-ft .title-c-ft {
        font-size: 20px;
    }

    .company-ft .title-c-ft span.company-name2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .name-sologan h2,
    .name-sologan h3 {
        font-size: 18px;
    }

    .sologan {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .callus i {
        background: #006BBB url(http://nanoweb.vn/themes/introduce/w3nhat/css/images/i_phone.png) no-repeat 4px 4px;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        display: block;
        float: left;
    }
    .hotline-mobile{
        display: block;
        background: #006BBB;
        position: fixed;
        height: 40px;
        line-height: 40px;
        padding: 0 20px 0 0px;
        border-radius: 40px;
        color: #fff;
        z-index: 99999;
        opacity: 0.9;
        padding: 0 20px;
        bottom: 0px;
        bottom: 10px;
    }
    .hotline-mobile a{color: #fff;font-weight: bold}

    .header-top-content .logo {
        width: 100%;
    }

    .sologan {
        display: none;
    }
}

@media screen and (max-width: 480px) {

    .layout {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    /*    .content-pn .box-img {
            height: 60px;
        }*/
    .banner-in {
        display: none;
    }

    .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next,
    .banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }

    .show-iframe iframe,
    .img-item-video {
        height: 280px;
    }

    .product-all-list .row,
    .list-product .row,
    .product-index-content .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .product-all-list .col-list-pro,
    .list-product .col-list-pro,
    .product-index-content .col-pro {
        padding-right: 8px;
        padding-left: 8px;
    }

}

@media screen and (max-width: 400px) {

    .list-product .col-list-pro {
        width: 100%;
    }

    .header-top-content .logo {
        width: 200px;
    }

    .box-search {
        top: 105px;
    }

    .show-iframe iframe,
    .img-item-video {
        height: 240px;
    }

    .col-list-pro {
        width: 100%;
    }

    .col-list-pro .box-img {
        height: auto;
        text-align: center;
    }

    .col-list-pro .box-img img {
        position: relative;
        padding: 5px;
    }

    .product-index-content .col-pro {
        width: 100%;
        float: left;
    }

    .content-m .box-img {
        text-align: center;
    }

    .content-m .box-img img {
        position: relative;
    }
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}
#myModal1{
    z-index: 9999999999999999999999;
}

.nav_dropdown > ul > li:nth-child(5){
    clear: both;
}