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

    1.0 Reset

    2.0 Header

    3.0 Content

    4.0 Footer

    5.0 Product-List

    6.0 Product-detail

    7.0 7.0 List-new

    8.0 Detail-New


    9.0 Addition

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

    Responsive

*/

/**
 * 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: 'Titan';
    src: url('../fonts/Titan.ttf');
}

/**
 * 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 {
    width: 10px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #346c9f;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #333;
}

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;
}

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

/*slide*/

/************Slider**********/

.jssorb21 {
    position: absolute;
}

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb21 div {
    background-position: -5px -5px;
}

.jssorb21 div:hover, .jssorb21 .av:hover {
    background-position: -35px -5px;
}

.jssorb21 .av {
    background-position: -65px -5px;
}

.jssorb21 .dn, .jssorb21 .dn:hover {
    background-position: -95px -5px;
}

.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(img/a21.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}

/*********END SLIDER **************/

/*header-top*/

.header-top {
    background: #094872;
    height: 30px;
}

/*address-hd*/

.address-hd {
    width: 70%;
    float: left;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
}

.dis-ht {
    display: inline-block;
}

.dis-ht img {
    padding: 0px 3px 3px 0px;
}

.address-hdt {
    padding-right: 20px;
}

.call-hdt a {
    color: #fff;
}

.call-hdt a:hover {
    color: #91c33c;
}

.register-language {
    width: 30%;
    float: right;
}

.register-language-content {
    float: right;
}

.login, .language {
    float: left;
}

/*language*/

.language img {
    padding-top: 5px;
}

.language:hover img {
    opacity: 0.7
}

/*login*/

.login {
    margin-right: 20px;
    line-height: 30px;
}

.login ul li {
    float: left;
    list-style: none;
    position: relative;
}

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

.login ul li a, .login ul li:last-child:before {
    font-size: 12px;
    color: #fff;
    padding: 1px 3px;
}

.login ul li:hover a {
    /*color: #91c33c;*/
    color: #cecece;
}

/*hearder-center*/

.hearder-center {
    background: #ffffff;
}

.logo {
    width: 50%;
    float: left;
    z-index: 9999;
    position: relative;
}

.htc-right {
    padding-top: 35px;
    width: 50%;
    float: right;
}

.logo .box-img-1 img {
    height: 100%;
}

.logo .box-img-1 a {
    float: left;
}

.logo .text-add {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.logo .text-add .tlt {
    font-size: 24px;
    margin-top: 26px;
    color: #391d6e;
}

.logo .text-add .dmt {
    color: #391d6e;
}

/*logo*/

/*.logo .box-img {
    height: 90px;
    margin-top: 10px;
}*/

.logo .box-img-1 {
    height: 100px;
    padding: 0px;
    padding-bottom: 10px;
}

.logo .box-img img {
    margin-left: 0px;
}

/*nav*/

.box-nav {
    float: right;
    margin-right: 20px;
}

#cssmenu {
    float: right;
}

#cssmenu>ul {
    padding-top: 0px;
    z-index: 999;
}

#cssmenu>ul>li>a {
    /*font-family: 'Roboto Condensed';*/
    font-weight: 700;
}

#cssmenu>ul>li:last-child>a {
    padding-right: 0px;
}

/*search*/

.search-th {
    width: 30px;
    float: right;
    position: relative;
    z-index: 999;
    padding-top: 4px;
}

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

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

.box-search .submitForm {
    width: 25%;
    float: right;
    background: #094872;
    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: 22px;
    height: 22px;
    cursor: pointer;
}

.box-search {
    position: absolute;
    bottom: -65px;
    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%;
}

/*slider*/

#owl-demo-slider .item {
    max-height: 505px;
}

.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 {
    margin-top: 0px;
}

.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: #4882c3;
}

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

.main {}

.main-content {
    margin: 35px 0px 40px 0px;
}

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

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

/*col-left*/

.layout-l {
    margin-bottom: 20px;
}

.title-cl {
    background: #094872;
}

.title-cl h2 {
    padding: 13px 10px 13px 20px;
}

.title-cl h2 span {
    color: #fff;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);*/
    font-weight: 500;
}

.content-cl {
    background: #f1f0f0;
    padding-top: 10px;
}

/*col-left-content*/

/*layout-l1*/

/*layout-l2*/

/*menu-dropdown*/

.content-dropdown {
    width: 100%;
}

.content-dropdown>ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.content-dropdown>ul>.dropdown1 {
    padding: 8px 0px;
    border-bottom: 1px solid #cccbcb;
    margin: 0 20px;
}

.content-dropdown>ul>.dropdown1:last-child {
    border-bottom: none;
}

.dropdown1 {
    position: inherit;
}

.dropdown1 a, .dropdown2 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

.dropdown1 [data-toggle="dropdown1"] {
    position: relative;
    display: block;
    color: #000;
    padding: 10px 0px 10px 0px;
}

.dropdown1.active a, .dropdown2.active a {
    color: #346c9f;
}

/*.dropdown1 [data-toggle="dropdown1"]:active {
    color: #FBAC2C;
}*/

/*
.dropdown1 .icon-dropdown .icon-arrow, .dropdown2 .icon-dropdown .icon-arrow {
    position: absolute;
    display: none;
    font-size: 0.7em;
    color: #fff;
    top: 14px;
    right: 10px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}*/

/*.dropdown1 .icon-dropdown.has-sub .icon-arrow, .dropdown2 .icon-dropdown.has-sub .icon-arrow {
    display: block;
}
*/

/*.dropdown1 .icon-dropdown .icon-arrow.open, .dropdown2 .icon-dropdown .icon-arrow.open {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    right: 15px;
}*/

/*.dropdown1 .icon-dropdown .icon-arrow.close, .dropdown2 .icon-dropdown .icon-arrow.close {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    opacity: 1;
}*/

/*.dropdown1 .icon-arrow:before, .dropdown2 .icon-arrow:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}*/

.dropdown1.active .icon-arrow:before, .dropdown2.active .icon-arrow:before {
    border-bottom: 1px solid #346c9f;
    border-right: 1px solid #346c9f;
}

/*.dropdown1 .dropdown-menu-list, .dropdown2 .dropdown-menu-list  {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
*/

.dropdown1 .dropdown-menu-list, .dropdown2 .dropdown-menu-list {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
}

.dropdown2:hover .dropdown-menu-list {
    opacity: 1;
    visibility: unset;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.dropdown1 .dropdown-menu-list li, .dropdown2 .dropdown-menu-list li {
    padding: 0;
    position: relative;
}

.dropdown1 .dropdown-menu-list li a, .dropdown2 .dropdown-menu-list li a {
    display: block;
    color: #6f6f6f;
    padding: 7px 10px 7px 35px;
    text-transform: inherit;
    font-size: 14px;
    position: relative;
}

.dropdown-menu-list li {
    border-bottom: 1px solid #ccc;
}

.dropdown-menu-list li:hover {
    background-color: #f1f0f0;
}

.dropdown-menu-list li:last-child {
    border-bottom: 0;
}

/*.dropdown1 .dropdown-menu-list li:before, .dropdown2 .dropdown-menu-list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(img/icon_list.png) no-repeat 1px 1px;
    display: block;
    top: 14px;
    left: 20px;
}*/

.dropdown1 .dropdown-menu-list li:hover:before, .dropdown1 .dropdown-menu-list li.active:before, .dropdown2 .dropdown-menu-list li:hover:before, .dropdown2 .dropdown-menu-list li.active:before {
    background: url(img/icon_list.png) no-repeat -10px 1px;
}

.dropdown1 .dropdown-menu-list li.active a, .dropdown1 .dropdown-menu-list li a:hover, .dropdown2 .dropdown-menu-list li.active a, .dropdown2 .dropdown-menu-list li a:hover {
    color: #346c9f;
}

.dropdown1 .show, .dropdown1 .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.dropdown1 .show {
    display: block;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    padding-top: 10px;
}

.dropdown1 .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

.content-dropdown .dropdown1 a, .content-dropdown .dropdown2 a {
    display: inline;
}

.content-dropdown .dropdown1 a.title-dropdown, .content-dropdown .dropdown2 a.title-dropdown {
    width: 30px;
    height: 30px;
}

.title-dropdown {
    /*padding-left: 20px;*/
}

.icon-dropdown {
    float: right
}

/*layout-10*/

.support-l {
    padding: 5px 30px 30px 30px;
    text-align: center;
}

.support-l .box-img {
    height: 130px;
    margin-bottom: 10px;
}

.support-l .box-img img {
    height: 100%;
}

.support-l .box-info {}

.support-l .box-info .support-contact-info {
    text-align: left;
}

.support-l .box-info .support-contact-info-list {
    margin-bottom: 10px;
    padding-left: 10px;
}

.support-l .box-info .support-contact-info-list img {
    padding-right: 10px;
    margin-bottom: 5px;
}

.socials-support {}

.socials-support ul {
    width: 65%;
    margin: auto;
}

.socials-support ul li {
    width: 33.33%;
    float: left;
}

.socials-support ul li i {
    width: 41px;
    height: 41px;
    background: url(img/icon_support_social.png) no-repeat 0px 0px;
    display: inline-block;
}

.socials-support ul li i:hover {
    opacity: 0.6;
}

.socials-support ul li .sp-you {
    background-position: 0px 0px;
}

.socials-support ul li .sp-sky {
    background-position: -57px 0px;
}

.socials-support ul li .sp-face {
    background-position: -116px 0px;
}

/*col-right*/

.title-cr {
    border-bottom: 1px solid #d7d7d7;
    height: 1px;
}

.title-cr a {
    text-align: center;
    display: block;
    position: relative;
    width: 23.5%;
    margin: 0 auto;
    bottom: 38px;
    z-index: 2;
    background: #fff;
    height: 65px;
    font-family: 'Titan';
}

.title-cr a i {
    background: url('img/icon_main1.png') no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.title-cr h3 {
    color: #094872;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 40px;
}

.content-cr {
    padding: 35px 0px 10px 0px;
}

/*product-index*/

.layout-r {
    padding: 40px 0px 0px 0px;
}

.layout-r1 {}

.product-index-content {
    margin-left: -7px;
    margin-right: -7px;
}

.item-pi {
    padding: 10px;
}

.item-pi .content-pi:hover {
    /*box-shadow: 0px 0px 6px #5d5d5d;*/
}

.item-pi .content-pi {
    text-align: center;
}

.item-pi .content-pi .box-img {
    border: 1px solid #ebebeb;
    background: #ffffff;
}

.item-pi .content-pi .box-info .name-pi {
    padding-top: 10px;
}

.item-pi .content-pi .box-info {
    height: 40px;
}

.name-pi h3 a {
    color: #094872;
    text-transform: uppercase;
}

.name-pi h3 a:hover {
    color: #0085ff;
}

.product-index .owl-theme .owl-dots {
    display: none;
}

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

.product-index .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    right: 5px;
    background: url(img/icon_next_pro.png) no-repeat -28px 0px !important;
    color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 36px;
    border-radius: 0px;
}

.product-index .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    left: 5px;
    background: url(img/icon_next_pro.png) no-repeat 0px 0px !important;
    color: rgba(0, 0, 0, 0);
    width: 25px;
    height: 36px;
    ;
    border-radius: 0px;
}

.product-index .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;
}

.product-index: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;
}

/*layout-r2*/

.layout-r2 {}

.layout-r2 .title-cr a i {
    background: url('img/icon_main2.png') no-repeat;
}

/*layout-r3*/

.layout-r3 {}

.service-index {}

.service-index .title-cr a i {
    background: url(img/icon_main3.png) no-repeat;
}

.content-new .box-img {
    height: 180px;
}

.content-new .box-info h3 {
    margin: 10px 0px 12px 0px;
    max-height: 40px;
    overflow: hidden;
    line-height: 1.4;
}

.service-index .box-info h3 {
    text-transform: uppercase;
    text-align: center;
}

.content-new .box-info h3 a {
    color: #333333;
}

.content-new .box-info h3 a:hover {
    color: #346c9f;
}

/*layout-r4*/

.layout-r4 {}

.date img {
    padding: 0px 5px 5px 0px;
}

.date span {
    font-size: 12px;
    color: #b6b6b6;
}

.sort-describe {
    margin: 12px 0px 20px 0px;
    max-height: 55px;
    line-height: 1.3;
    overflow: hidden;
}

/*layout-r5*/

.layout-r5 {}

.partner .title-cr a i {
    background: url(img/icon_main5.png) no-repeat;
}

.partner .content-cr {
    padding-top: 60px;
}

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

.content-pn {
    /*border: 1px solid #dcdcdc;*/
}

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

.footer {
    background: url(img/bg_ft1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.bg-footer {
    /*    background: url(img/bg_ft1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

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

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

.logo-ft {
    width: 115px;
    height: 55px;
    margin-top: 20px;
}

.box-ft h2 {
    /*color: #00acee;*/
    color: #eceaea;
    /*text-transform: uppercase;*/
    font-size: 18px;
    /*font-family: 'Titan';*/
    margin: 0px 0px 20px 0px;
}

.list-address {
    margin-bottom: 10px;
}

.list-address li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    list-style: none;
    font-weight: 300;
}

.font-rc {
    font-family: 'Roboto Condensed';
}

.list-address li a {
    color: rgba(255, 255, 255, 0.8);
}

.list-address li a:hover {
    color: rgba(255, 255, 255, 1);
}

.list-share li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    list-style: none;
}

.list-share li i {
    width: 30px;
    height: 30px;
    background: url(img/i_social.png) no-repeat 0px 0px;
    display: block;
}

.list-share li:hover i {
    opacity: 0.7;
}

.list-share li:nth-child(2) i {
    background-position: -34px 0px;
}

.list-share li:nth-child(3) i {
    background-position: -68px 0px;
}

.list-share li:nth-child(4) i {
    background-position: -102px 0px;
}

.list-share li:nth-child(5) i {
    background-position: -136px 0px;
}

.content-new-article-footer {
    font-family: 'Roboto Condensed';
}

.item-naf {
    position: relative;
}

.content-naf {
    padding: 0px;
}

.detail-content-naf {
    display: inline-block;
    padding-left: 65px;
    position: relative;
}

.detail-content-naf .date-time {
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    padding: 10px 0px 6px;
    text-align: center;
    width: 50px;
    background-color: #393d49;
    color: #ffffff;
    line-height: 0;
}

.detail-content-naf .date-time span {
    display: inline-block;
    width: 100%;
    line-height: 16px;
    font-weight: 700;
}

.detail-content-naf .date-time span:nth-child(1) {
    font-size: 24px;
}

.detail-content-naf .date-time span:nth-child(2) {
    font-size: 14px;
    padding-top: 5px;
}

.detail-content-naf .detail-cbnf {
    max-height: 85px;
    overflow: hidden;
    margin-bottom: 15px;
}

.detail-content-naf .detail-cbnf h3 {
    /*font-family: 'Titan';*/
    margin: 0px;
    line-height: 1.3;
    max-height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.detail-content-naf .detail-cbnf h3 a {
    color: rgba(255, 255, 255, 0.8);
}

.detail-content-naf .detail-cbnf h3 a:hover {
    color: rgba(255, 255, 255, 1);
}

.detail-content-naf .detail-cbnf span {
    font-size: 14px;
    color: #eceaea;
}

.bottom-footer {
    height: 35px;
    /*background: rgba(255, 255, 255, 0.17);*/
    display: block;
    line-height: 35px;
}

.coppyright {
    float: left;
    font-size: 13px;
    color: #d0d0d0;
}

.nano {
    float: right;
}

.nano a {
    color: #d0d0d0;
    font-size: 13px;
}

/**
 *   5.0 Product-List
 * -----------------------------------------------------------------------------
 */

/*main-in*/

.main-in {}

.main-in-content {
    margin-top: 20px;
}

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

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

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

.col-list-pro {
    padding: 3px 18px 3px 18px;
    margin-bottom: 15px;
}

.col-list-pro .content-pi:hover {
    box-shadow: 0px 0px 6px 0px #5d5d5d;
}

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

.product-detail {
    background: #fff;
}

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

/**********/

.product-detail-left {
    width: 400px;
    float: left;
    background: #fff;
    padding: 10px;
}

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

/*view-detail-product*/

.mz-zoom-window {
    width: 400px !important;
    height: 400px !important;
}

#Zoom-1 .mz-expand div a, html body .mz-expand div:last-child a, html body .mz-expand div:first-child a, .mz-expand a, .mz-zoom-window div:last-child, .mz-zoom-window div:first-child, .mz-zoom-window a, .mz-figure span, .mz-figure div:first-child, .mz-figure div:last-child, .mz-figure span:first-child, .mz-zoom-window span, #zoom-fig figure span, #zoom-fig figure span, #zoom-fig figure div:last-child {
    text-indent: 9000px !important;
    display: none !important;
    color: #000 !important;
    opacity: 0;
}

.view-detail-product {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

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

.big-img {
    text-align: center;
    min-height: 235px;
}

.thumb-img {
    text-align: center;
}

.thumb-img a {
    border: 1px solid #d6d6d6;
    padding: 3px;
}

/*----------*/

.title-product-detail {
    font-size: 23px;
    margin-bottom: 10px;
    padding-top: 3px;
    text-transform: uppercase;
}

.description-detail ul {
    margin: 5px 0px 0px 0px;
}

.description-detail ul li {
    padding: 1px 0px;
    color: #333333;
}

.price-detail .price {
    font-size: 20px;
    color: #ff0000;
    margin-bottom: 0;
}

.price-detail .old-price {
    text-decoration: line-through;
    color: #666;
    font-size: 18px;
}

.product-detail-right .price-detail-description span {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #ff0000;
}

.product-detail-right .price-detail-description span.old-price {
    color: #999999;
}

.price-cri-detail span {
    color: #f00;
}

.box-product-list-bottom {
    padding: 10px 0px 0px 0px;
}

.box-product-list-bottom .box-qty {
    float: left;
    width: 45%;
}

.box-product-list-bottom .box-add-cart {
    float: left;
    width: 45%;
    text-align: left;
    margin-top: 5px;
    margin-left: 20px;
    height: 27px;
}

.box-qty .form-control {
    box-shadow: none;
    font-size: 16px;
    color: #000;
    float: left;
    margin: 2px 6px 0 6px;
    width: 48px;
    padding: 0;
    padding-left: 18px;
    border: 1px solid #e5d5cc !important;
    background: transparent;
    height: 27px;
}

.reduction, .increase {
    width: 30px;
    height: 30px;
    background: url(img/i_next.png) no-repeat;
    display: block;
    float: left;
}

.reduction {
    background-position: 1px 2px;
}

.increase {
    background-position: -41px 2px;
}

.reduction:hover, .increase:hover {
    opacity: 0.6;
}

.box-product-list-bottom .box-add-cart a {
    border: 1px solid #e5d5cc;
    font-size: 14px;
    padding: 8px 35px 6px 35px;
    background: #009ed6;
    color: #fff;
    /*color: #000;*/
}

.box-product-list-bottom .box-add-cart a:hover {
    /*background: #009ed6;*/
    background: #0089b7;
    /*color: #fff;*/
}

.title-detail {}

.title-detail h2 {
    color: #009ed6;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: 'Titan';
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 3px;
}

.content-detail {
    /*margin-bottom: 10px;*/
}

.content-detail .item-pro {
    width: 23%;
}

.center-product-detail {
    margin-top: 25px;
}

/**
 *  7.0 List-new
 * -----------------------------------------------------------------------------
 */

/*content-list*/

.new-list {}

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

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

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

.new-list .list-content-body .list-content-title a:hover {
    color: #009ed6;
}

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

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

/**
 *  8. Detail-New
 * -----------------------------------------------------------------------------
 */

.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: #444;
}

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

.owl-carousel .owl-item img {
    width: 100%;
}

/**
 *   9.0 Addition
 * -----------------------------------------------------------------------------
 */

/*Hotline*/

.callus {
    background: #403023;
    position: fixed;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 0px;
    border-radius: 40px;
    color: #fff;
    z-index: 99999;
    opacity: 0.9;
    right: 95px;
    float: right;
    bottom: 0px;
}

.callus i {
    background: #403023 url(img/i_phone.png) no-repeat 4px 4px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    float: left;
}

.callus a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.hotline_text {
    font-size: 15px;
    padding-right: 10px;
    font-weight: normal;
}

.btn, .form-control {
    border-radius: 0px;
}

#cssmenu>ul>li:first-child>a {
    padding-left: 0px;
}

.hearder-center-content {
    width: 100%;
    float: left;
}

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

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

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

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .header-top-content, .layout-content, .top-footer-content, .bottom-footer-content, .main-content, .main-in-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-slider .item a img {
        width: 100%;
    }
    .logo .box-img img {
        margin-left: 10px;
    }
    .dt-sc-ico-content .dt-sc-icon-overlay img {
        max-width: 35%;
    }
}

@media screen and (max-width: 1100px) {
    .title-cr a {
        width: 30%;
    }
}

@media screen and (max-width: 1024px) {
    .product-detail {
        padding: 15px;
    }
    .product-detail-left, .product-detail-right {
        width: 100%;
        float: left;
    }
    .product-detail-right {
        margin: 15px 0px 0px 0px;
    }
}

@media screen and (max-width: 992px) {
    .htc-right {
        padding: 0 10px;
    }
    .htc-right, .box-nav {
        position: absolute;
        width: 100%;
        z-index: 3;
    }
    #cssmenu>ul {
        padding-top: 0px;
    }
    .hearder-center-content {
        height: 40px;
    }
    .box-nav {
        padding-top: 8px;
    }
    .logo {
        /* display: none; */
    }
    .logo .box-img-1 {
        height: 60px;
    }
    .htc-right {
        background: white;
        position: relative;
    }
    .layout-r .col-new:nth-child(3) {
        display: none;
    }
    .layout-r .col-new {
        width: 50%;
    }
}

@media screen and (max-width: 990px) {
    .layout-content {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .layout-content {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .content-new .box-img {
        height: 160px;
    }
    .title-cr a {
        width: 50%;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .row .col-new {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 765px) {
    .main-content {
        padding-top: 0px;
    }
    .col-left {
        display: none;
    }
    .col-right {
        margin-left: 0px;
    }
    .address-hdt {
        display: none;
    }
    .address-hd {
        width: 30%;
    }
    .register-language {
        width: 70%;
    }
}

@media screen and (max-width: 560px) {
    .banner-slider:hover .owl-carousel .owl-nav {
        display: none;
    }
    .register-language .login {
        margin-left: 10px;
    }
    .new-list .list-content .list-content-img {
        width: 100%;
        margin-right: 0;
    }
    .list-content .list-content-body {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .coppyright, .nano {
        width: 100%;
        float: left;
        padding: 10px;
        line-height: 1.2;
    }
    .coppyright {
        padding-bottom: 0px;
    }
    .footer-bottom {
        padding: 0px;
    }
    .logo {
        width: 120px;
        padding-left: 10px;
    }
    .content-new .box-img {
        height: 120px;
    }
    .callus {
        right: inherit;
        left: 10px;
    }
    .hotline_text {
        display: none;
    }
    .logo .box-img-1 {
        height: 40px;
        padding: 5px 0;
    }
    .search-th {
        /*padding-top: 0px;*/
        /*padding-right: 5px;*/
    }
    .box-nav {
        /*padding-top: 0;*/
    }
}

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

@media screen and (max-width: 380px) {
    .address-hd {
        width: 40%;
    }
    .register-language {
        width: 60%;
    }
    .title-cr h3 {
        font-size: 16px;
    }
    .language {
        display: none;
    }
    .address-hd, .login ul li a, .login ul li:last-child:before {
        font-size: 11px;
    }
    .box-search {
        width: 260px;
    }
    .col-list-pro {
        width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .layout-r .col-new {
        width: 100%;
    }
    .content-new .box-img {
        height: auto;
    }
    .content-new .box-img img {
        position: relative;
        width: 100%;
    }
}

.item-pi .content-pi img {
    width: 90%;
}

.product-detail-layout3 {
    margin-top: 30px;
}

.active-menu-side {
    max-height: none !important;
}

.dropdown-cus {
    position: absolute;
    top: 7px;
    right: 8px;
}

.content-dropdown>ul>.dropdown2 {
    padding: 8px 20px;
    position: relative;
    border-bottom: 1px solid #cccbcb;
}

.content-dropdown>ul>.dropdown2:last-child {
    border-bottom: 0;
}

#owl-demo5 .item-pn .box-image {
    text-align: center;
    height: 60px;
    overflow: hidden;
}

#owl-demo5 .item-pn .box-image img {
    width: inherit !important;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
}

.title-news, .product-cate-title {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.title-news h1, .product-cate-title h2, .product-cate-title h2 a {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #094872;
    text-transform: uppercase;
}

.view-more-product {
    float: right;
    color: #094872;
    font-size: 13.5px;
    padding-right: 5px;
    font-style: italic;
}

.manufacturer {
    display: none;
}

.banner a {
    text-align: center;
}

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

#cssmenu>ul>li>a:hover {
    color: #422774;
}

#cssmenu .open>li {
    background: #094872;
    border-bottom: 1px solid black;
}

#cssmenu ul ul li a {
    color: white !important;
}

#cssmenu ul ul li a:hover {
    color: #422774 !important;
}

.htc-right .whtml p:last-child span {
    font-size: 48px;
}

.hearder-center {
    background: url(img/bghead.jpg) no-repeat top left;
    background-size: 100% auto;
}