@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,200&display=swap');

@import "font.css?v=1";

@font-face {
    font-family: "century_gothic";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/SVN-Century Gothic Bold.ttf") ;
}

@font-face {
    font-family: "century_gothic";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/SVN-Century Gothic Regular.ttf") ;
}

@charset "utf-8";
body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    color: #363636
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

.pagewrap {
    background: #fff;
    padding: 0 10px;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0 10px;
}

.showText {
    font-size: 14px;
    line-height: 24px;
}

.showText p, .showText h1, .showText h2, .showText h3, .showText h4 {
    padding-bottom: 15px;
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText h2 {
    color: #0066cc;
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
    font-size: 16px;
}

.header {
    padding-top: 10px;
    padding-bottom: 25px;
}

.link_header {
    float: right;
}

.link_header ul li {
    float: left;
    list-style: none;
    line-height: 20px;
    width: 19px;
    height: 19px;
    padding: 7px;
    background: #909090;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.link_header ul li a {
    color: #fff;
    display: block;
}

.link_header ul li:hover {
    background: #0066B3;
    color: #fff;
}

.lang_top {
    float: left;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lang_top img {
    padding-right: 5px;
    height: 24px;
    width: auto;
}

.lang_top a {
    color: #333;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.lang_top a:hover {
    color: #0066B3;
}

.header_caenter {
    padding-bottom: 20px;
}

.logo_top {
    float: left;
    padding-left: 10px;
}

.logo_top img {
    height: 60px;
    width: auto;
}

.menu {
    float: right;
    margin-right: 30px;
    padding-top: 22px;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    position: relative;
}

.menu > li {
    float: left;
    position: relative;
}

.menu > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 2;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    padding: 0 15px;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1px;
    color: inherit;
    font-size: 11px;
    padding-left: 5px;
}

.menu > li:hover > a {
    color: #0066B3;
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul, .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu > li.active > a {
    color: #C800C8;
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu li > ul {
    display: none
}

.menu li:hover > ul {
    display: block
}

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 140px;
    z-index: 3;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #0066B3;
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 17px;
    z-index: 2;
    display: none;
}

.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
}

.menu > li > ul > li, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px;
    min-width: 150px;
    max-width: 200px;
    position: relative;
}

.menu > li > ul > li:first-child, .menu > li > ul li li:first-child {
    padding-top: 0px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}

.menu > li > ul > li:last-child, .menu > li > ul > li li:last-child {
    padding-bottom: 0px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}

.menu > li > ul > li:last-child > a, .menu > li > ul > li li:last-child > a {
    border: none;
}

.menu > li > ul > li > a, .menu > li > ul > li li a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 30px;
    font-size: inherit;
    border-bottom: solid 1px #ccc;
    padding: 0 10px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
    font-size: 13px;
    color: #363636;
}

.menu > li > ul > li > a > span, .menu > li > ul > li li > a > span {
    display: none;
}

.menu > li > ul > li:hover, .menu > li li ul > li:hover {
    z-index: 3;
}

.dv-notfull {
    margin: 0 10px;
}

.menu > li > ul > li:hover > a, .menu > li li ul > li:hover > a {
    background: none;
    color: #0468ad;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    color: inherit;
    font-size: 11px;
}

.menu > li > ul > li > a, .menu > li > li ul > li > a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000 !important;
}

.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.menu li.homepage a {
    padding: 0 10px;
}

.menu li.homepage a:hover {
    color: #ff0;
    background: none;
}

.menu > li > ul ul {
    left: 100%;
    top: 0;
}

.accessories {
    padding-top: 20px;
    margin-bottom: 10px;
}

.accessories ul {
    float: left;
    width: calc(100% / 12 - 20px);
    margin: 10px;
    text-align: center;
}

.accessories ul li {
    list-style: none;
    line-height: 0;
    opacity: .5;
}

.accessories ul li img {
    height: auto;
    width: auto;
    max-width: 100%
}

.accessories ul h3 {
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 5px;
    color: #363636;
    font-weight: normal;
    min-height: 45px;
}

.accessories ul:hover h3 {
    color: #0066B3;
}

.accessories ul.acti li, .accessories ul:hover li {
    opacity: 1;
}

.title_page {
    border-radius: 5px;
    margin-bottom: 30px;
    background: #24376e;
    padding: 15px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.title_page h3 {
    font-size: 22px;
    color: #ff6e31;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
}

.title_page li {
    float: right;
    list-style: none;
}

.title_page li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.title_page li a:hover {
    color: #ff6e31;
}

.title_page:before {
    content: "";
    border: solid 9px transparent;
    border-top-color: #24376e;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -18px;
    left: 30px;
    z-index: 2;
}

.pro_id ul {
    position: relative;
    float: left;
    padding: 15px 0;
    margin: 0 10px 20px 10px;
    position: relative;
    width: 318px;
    border: solid #d0cece 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.pro_id ul li, .pro_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pro_id ul h3 a {
    display: block;
    color: #363636;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: capitalize;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.pro_id ul h3 a:hover, .new_home ul h3:hover {
    color: #c5982f;
}

.pro_id ul p {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    margin-top: 3px;
}

.pro_id ul h4 a {
    display: block;
    margin: 0 15px;
    background: #363636;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.pro_id ul h4 a:hover, .create_id ul h3 a:hover {
    background: #6da9e4;
}

s .ico_new {
    display: block;
    content: '';
    position: absolute;
    width: 120px;
    height: 50px;
    background: url(../images/icon_new_product.png);
    top: 0;
    left: 0;
    z-index: 1;
}

.new_home ul {
    float: left;
    padding: 15px;
    margin: 0 10px 20px 10px;
    width: calc(100% / 3 - 20px);
    border: solid #d0cece 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-sizing: border-box;
}

.new_home ul li, .new_home ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.new_home ul h3 {
    text-transform: capitalize;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #0b75bc;
}

.new_home ul p {
    color: #363636;
    line-height: 22px;
    font-size: 14px;
}

.logo_doitac ul {
    margin: 10px;
    width: 115px;
    padding: 5px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac ul li, .logo_doitac ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.placeNav_2, .placeNav_3, .placeNav_4 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 50px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    background: #FBC46D;
    opacity: 0;
    border-radius: 50%;
}

.placeNav {
    position: absolute;
    top: 140px;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background: #626262;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev, .placeNav_4.prev {
    left: 10px;
}

.placeNav_2.next, .placeNav_3.next, .placeNav_4.next {
    right: 10px;
    text-indent: 3px;
}

.placeNav.next {
    right: 10px;
    text-indent: 3px;
}

.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3, .placeSlide_main:hover .placeNav_4 {
    opacity: 1;
}

.placeNav:hover {
    color: #fff;
    background: #0468ad;
}

.placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
    color: #fff;
    background: #43A047;
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide, .placeSlide_doiac, .placeSlide_2, .placeSlide_3, .placeSlide_4 {
    width: 1300px;
}

.footer {
    padding: 20px 0;
    background: #606060;
    margin-top: 20px;
}

.footer .pagewrap {
    background: inherit;
}

.site_ff {
    float: left;
    width: 260px;
}

.site_ff ul h3, .follow_ff ul h3, .compay_ff h3 {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.site_ff ul li {
    list-style: none;
    width: 110px;
    margin: 0 10px;
    float: left;
    line-height: 18px
}

.site_ff ul li a {
    font-size: 11px;
    color: #363636;
    font-weight: 400
}

.site_ff ul li a:hover {
    color: #0b75bc;
}

.follow_ff {
    width: 240px;
    float: left;
}

.follow_ff ul li {
    width: 35px;
    float: left;
    list-style: none;
    margin: 0 10px;
}

.follow_ff ul li a {
    font-size: 25px;
    color: #363636;
    display: block;
}

.compay_ff {
    float: left;
    width: 520px;
    line-height: 20px;
    font-size: 12px;
}

.compay_ff ul {
    float: left;
    width: 240px;
    margin: 0 10px;
    font-size: 11px;
    line-height: 17px
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1;
}

#back-top a {
    display: block;
    width: 40px;
    background: #CBCBCB;
    outline: none;
    color: #fff;
    font-size: 25px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    padding: 7px 0;
}

#back-top a:hover {
    color: #fff;
    background: #969696;
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.bannerMain {
    position: relative;
    height: 350px;
    background: url(../images/shadow.png) center bottom no-repeat;
    padding-bottom: 45px;
    width: calc(100% - 100px);
}

.banner li {
    float: left;
    width: 100%;
    height: 350px;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.bannerMain_2 {
    position: relative;
    overflow: hidden;
    height: 340px;
}

.banner_2 li {
    float: left;
    width: 100%;
    height: 340px;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #00000054;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border: solid #fff 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
    background: #18BABD;
}

.pagiBanner_2, .pagiBanner_3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

.bannerMain .placeNav.prev1, .bannerMain .placeNav.next1 {
    top: 50%;
    z-index: 9999;
    opacity: 1;
    left: 10px
}

.bannerMain .placeNav.prev1 i, .bannerMain .placeNav.next1 i {
    top: 4px;
    position: relative;
}

.bannerMain .placeNav.next1 {
    right: 10px;
    left: auto
}

.bannerMain .placeNav.prev1, .bannerMain .placeNav.next1 {
    top: 40%;
    z-index: 2;
    opacity: 1;
    left: -50px;
}

.bannerMain .placeNav.prev1 i, .bannerMain .placeNav.next1 i {
    top: 0px;
    position: relative;
}

.bannerMain .placeNav.next1 {
    right: -50px;
    left: auto;
}

.news-menu-area {
    min-height: 38px;
    margin: 0 10px 35px 10px;
    position: relative;
}

.news-menu-area:before {
    display: block;
    content: '';
    position: absolute;
    height: 38px;
    width: 100%;
    background: #c7e5f7;
    top: 0;
    z-index: 2
}

.news-menu-area.have-sub {
    min-height: 76px
}

.news-menu-area.have-sub:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f4f9fd;
    bottom: 0;
    z-index: 1
}

.news-menu-area .wrapper {
    position: relative;
    z-index: 2
}

.news-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.wrapper > ul > li {
    min-width: 100px;
}

.news-menu-area ul li {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 30px;
}

.news-menu-area ul li > a {
    color: #a2a1a1;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}

.news-menu-area ul li > ul {
    display: none !important;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    min-height: 30px;
    background: #f4f9fd;
    z-index: 3;
    padding-top: 5px
}

.news-menu-area ul li > ul li {
    width: auto;
    margin-left: 35px
}

.news-menu-area ul li > ul li > a {
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 23px;
    display: block;
}

.news-menu-area ul li > ul li.active > a, .news-menu-area ul li > ul li:hover > a {
    color: #00a5cf
}

.news-menu-area ul li.active > a, .news-menu-area ul li:hover > a {
    color: #0066b3
}

.news-menu-area ul li.active > ul, .news-menu-area ul li:hover > ul {
    display: block !important
}

.news-menu-area ul li:hover > ul {
    z-index: 4
}

.title_page_load {
    padding: 0 10px 30px 10px;
    font-size: 25px;
    color: #0066b3;
    text-transform: capitalize;
    font-weight: 600;
}

.link_page {
    position: relative;
    margin-bottom: 35px;
    background: #24376e;
    line-height: 35px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.link_page:before {
    content: "";
    border: solid 9px transparent;
    border-bottom-color: #c7e5f7;
    width: 0;
    height: 0;
    position: absolute;
    top: -18px;
    left: 30px;
    z-index: 2;
}

.link_page ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
    font-size: 22px;
    color: #363636;
    text-transform: capitalize;
    font-weight: 600;
    height: auto
}

.link_page li i.fa.fa-home {
    display: none;
}

.link_page li span {
    display: inline-block;
    float: left;
    padding: 7px 5px;
}

.title_product.title_product_dt {
    margin-top: 12px;
}

.link_page ul li a {
    color: #ff6e31;
    display: block;
}

.link_page ul li a:hover {
    color: #ff6e31;
}

.title_product {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    font-size: 25px;
    text-transform: capitalize;
    color: #363636;
    font-weight: 600;
}

.nums {
    table-layout: auto;
    margin-bottom: 15px;
    text-align: center;
}

.nums li {
    list-style: none;
    display: inline-table;
}

.nums a {
    font-size: 17px;
    display: block;
    margin: 0 6px 0 0;
    padding: 3px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    table-layout: inherit;
    text-align: center;
    color: #363636;
    background: #ffffff;
    border: #363636 1px solid;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #c7e5f7;
    color: #363636;
    border: #c7e5f7 1px solid;
}

.nums a.stay {
    background: #0468ad;
    color: #fff;
    border: #0468ad 1px solid;
}

.viewLeft {
    float: left;
    width: 580px;
    border: solid #d0cece 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px;
    position: relative;
}

.viewRight {
    width: 480px;
    float: right;
}

.viewRight h1 {
    font-size: 25px;
    color: #ed1c24;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 10px;
}

.viewRight h1 span {
    font-size: 18px;
    padding-left: 10px;
    font-weight: normal;
    color: #333;
    text-decoration: line-through;
}

.gia_sp_mota li, .viewRight .desc li {
    clear: both;
    line-height: 25px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 16px;
    width: 100%;
    float: left;
}

.gia_sp_mota li > b, .gia_sp_mota li > strong, .viewRight .desc li span {
    font-weight: bold;
    float: left;
    width: 25%;
}

.gia_sp_mota li > u, .viewRight .desc li b {
    float: right;
    width: 75%;
    font-weight: normal;
}

.viewRight p {
    padding-bottom: 10px;
}

.viewRight p a {
    color: #666;
}

.viewRight p a:hover {
    color: #034ea2;
}

.viewRight p i {
    padding-right: 5px;
}

.quantity {
    position: relative;
    margin-bottom: 15px;
}

.quantity, .quantity * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.quantity label {
    font-size: 18px;
    padding-right: 5px;
}

.quantity .input-text {
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.quantity p {
    padding: 15px 0 10px 0;
    border-top: dotted 1px #ddd;
    font-size: 20px;
    text-transform: uppercase;
}

.quantity .minus, .quantity .plus {
    position: absolute;
    bottom: 0px;
    left: 142px;
    width: 30px;
    height: 23px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: #034ea2;
    line-height: 19px;
}

.quantity .minus {
    font-size: 25px;
}

.quantity .plus {
    bottom: 27px;
}

.quantity a {
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 50px;
    color: #fff;
    border: solid 1px #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    background: #ed1c24;
    margin-left: 50px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.quantity a:hover {
    color: #fff;
    background: #034ea2;
}

.quantity a:before {
    content: "";
    background-image: url("../images/icon-cart-w.png");
    background-position: center center;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 26px;
    height: 22px;
    z-index: 2;
    line-height: normal;
}

#proView .link a {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    padding-left: 30px;
    color: #333;
    position: relative;
}

#proView .link a:hover {
    color: #f00;
}

#proView .link a:first-child {
    margin-right: 22px;
}

#proView .link {
    margin-bottom: 15px;
}

#proView .link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #646464;
    background-position: center center;
    background-repeat: no-repeat;
}

#proView .link a.b_mail:after {
    background-image: url("../images/icon-mail.png");
}

#proView .link a.b_share:after {
    background-image: url("../images/icon-share.png");
}

#proCont {
    padding: 0px 0px;
}

.listDesc {
    margin-bottom: 15px;
    box-shadow: inset 0 -5px #E6E6E6;
}

.listDesc a {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding-bottom: 5px;
    box-shadow: inset 0 -5px #646464;
    color: #999;
}

.titleView {
    position: relative;
    padding: 0px 0 10px 0;
    margin-bottom: 25px;
    line-height: 40px;
    font-size: 30px;
    color: #59595b;
    font-weight: 600;
    text-transform: capitalize;
}

.viewRight h2 {
    font-size: 20px;
    position: relative;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #f60;
}

#bridal_images {
    background: #fff;
    float: left;
    width: 400px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#bridal_images img {
    border: none;
    width: 420px;
    height: 320px;
    margin: 0px auto;
}

#bridal_images_list {
    display: block;
    float: left;
    width: 110px;
    padding-right: 20px;
    position: relative;
}

#bridal_images_list li {
    margin-bottom: 5px;
    list-style: none;
    height: 90px;
    width: 100px;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

#bridal_images_list li:hover {
    border: 1px solid #999;
    background: #fff;
}

#bridal_images_list img {
    width: auto;
    height: 90px;
    width: 110px;
    border: none;
}

.pro_slide_prev, .pro_slide_next {
    position: absolute;
    width: 12px;
    border: solid 1px #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px;
}

.pro_slide_prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}

.pro_slide_next {
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    opacity: .5;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    cursor: default;
}

.cloud-zoom-lens {
    cursor: move;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading, img.loading {
    background: url(../images/loading.gif) no-repeat scroll center transparent;
}

#pro_img_main {
    margin-bottom: 100px;
}

#cart_list h2, .contact h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: 333;
    padding-bottom: 15px;
}

#cart_list {
}

#cart_list tr {
    background: #f1f1f1;
}

#cart_list tr a {
    color: #333;
    font-weight: normal;
    font-size: 15px;
}

#cart_list tr a:hover {
    color: #034ea2;
}

#cart_list th {
    background: #797979;
    color: #fff;
    font-weight: normal;
    padding: 10px 5px;
    font-size: 17px;
    text-transform: capitalize;
}

#cart_list td {
    padding: 5px;
    text-align: center;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}

#cart_list td input {
    width: 25px;
    padding: 3px 5px;
    text-align: center;
    border: solid 1px #ccc;
    font-size: 17px;
}

#cart_list td img {
    width: 100%;
    height: auto;
    border: none;
}

#cart_list td a.pro_del {
    background: #034ea2;
    font-size: 16px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

#cart_list td a.pro_del:hover {
    background: #ed1c24;
    color: #fff;
}

#cart_list td #pro_sum {
    float: right;
    font-size: 18px;
    margin-right: 36px;
    font-weight: normal;
}

#cart_list td #pro_sum label {
    color: #ef3037;
    font-size: 23px;
    font-weight: bold;
}

#cart_list td a.pro_del.mar {
    margin: 0px 0px;
}

#cart_list td a.pro_del.float {
    float: left;
    padding: 2px 15px;
}

#cart_list tr:last-child td {
    padding: 15px;
}

#payment_method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#payment_method h3 {
    font-size: 20px;
    color: #ed1c24;
    font-weight: normal;
    padding-bottom: 0px;
}

#payment_method .payment_method_input {
    list-style: none;
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 0px;
}

#payment_method .payment_method_input .radio_check {
    float: left;
    width: 20px;
}

.formBox #payment_method ul li input {
    border: solid 1px #E1E1E1;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
}

#payment_method .payment_method_input span {
    float: left;
    margin-left: 10px;
    width: 93%;
    background: none;
    font-weight: normal;
    color: #333;
}

.download_tailieu {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 1;
}

.download_tailieu a {
    display: block;
    margin: 0 15px;
    background: #363636;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.download_tailieu a:hover {
    background: #1b82d0;
    color: #fff;
}

.pnDescription {
    border-top: 11px solid #b9bbbb;
    padding: 30px 0 0 0;
    margin-top: 20px;
    font-size: 16px;
}

.pnDescription h3 {
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}

.title_news h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #0066b3;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.title_news li {
    font-size: 16px;
    color: #666;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.title_news p {
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    padding-bottom: 15px;
}

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
    margin-bottom: 30px;
}

.listtabs {
    overflow: hidden;
    text-align: center;
}

.listtabs li {
    display: inline-table;
    list-style: none;
    padding: 0;
    margin: 0;
}

.listtabs li a {
    color: #939597;
    text-decoration: none;
    margin-right: 0px;
    display: block;
    padding: 5px 20px;
    line-height: 35px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-top: solid 3px #e3e3e3;
    */
}

.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
    color: #939597;
    border-top: solid 3px #0066b3;
}

#pro_tabs .tabs {
    border-top: none;
}

#pro_tabs {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 20px;
}

.box_tab {
    margin: 0;
}

.col-md-2 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-control {
    display: block;
    height: 45px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    text-transform: capitalize;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 0 10px;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.form-control:focus {
    border-color: #abe6fc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.row-frm select {
    height: 35px !important;
    width: 100%;
}

.row-frm input {
    padding-left: 10px;
}

.box_pro_id {
    padding-top: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #d0cece;
}

.create_id ul {
    border: 1px solid #a7a6a6;
    margin: 0 10px 20px 10px;
    width: 253px;
    padding-bottom: 10px;
    float: left;
}

.create_id ul li, .create_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.create_id ul h3 a {
    display: block;
    margin: 0 10px;
    background: #363636;
    text-shadow: 1px 1px 2px #000000;
    -webkit-box-shadow: inset 0 -7px 10px 0 #363636;
    box-shadow: inset 0 -7px 10px 0 #363636;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
}

.create_id ul:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.tray_id a {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 70px;
    text-align: center;
    min-width: 160px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #363636;
    border-radius: 8px;
    background: #f7f8f8;
    background: -moz-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #d3d4d6));
    background: -webkit-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: -o-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: -ms-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: linear-gradient(to bottom, #f7f8f8 0%, #d3d4d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#d3d4d6', GradientType=0);
    -webkit-box-shadow: 0px 4px 8px 0px #999;
    -moz-box-shadow: 0px 4px 8px 0px #999;
    box-shadow: 0px 4px 8px 0px #999;
    margin-top: 205px;
}

.right_fix {
    position: fixed;
    right: 0;
    top: 6%;
    z-index: 9999;
}

.right_fix ul h3 {
    border-radius: 5px;
    padding: 0px 0px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 10px;
    width: 58px;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.right_fix ul h3 a {
    color: #fff;
    font-weight: 600;
    /*font-style: italic;*/
    line-height: 19px;
}

.right_fix ul h3.color_1 {
    background: #6da9e4;
    line-height: 55px;
}

.right_fix ul h3.color_2 {
    /* background-image: linear-gradient(#15B7FE, #0366B4); */
    background: #ff6e31;
}

.right_fix ul h3.color_3 {
    background: #6da9e4;
}

.right_fix ul h3.color_4 {
    background: #ff6e31;
}

.right_fix ul h3 i {
    font-size: 30px;
    line-height: 30px;
}

.search_top {
    position: absolute;
    right: 10px;
    top: 95px;
    font-size: 17px;
}

.search_top a {
    color: #363636;
}

.search_top a:hover {
    color: #0468ad;
}

.banner_with {
    width: 100%;
}

.menu > li > a > i {
    display: none;
}

.menu i.isnut {
    width: 10px;
    height: 10px;
    background: #696969;
    color: #918f8f;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 10px;
}

.menu i.isnut:before {
    content: "\f105";
}

.timkiem_top {
    position: absolute;
    right: -8px;
    background: #fff;
    z-index: 999;
    border: 1px solid #d7d7d7;
    padding: 0px 8px;
    margin-top: 0;
    top: -2px;
    opacity: 0;
    width: 0;
    z-index: -1;
    transition: all .4s;
}

.timkiem_top input {
    border: none;
    width: 100%;
    height: 26px;
}

.timkiem_top a {
    font-size: 17px;
    position: absolute;
    right: 7px;
    top: 1px;
}

.timkiem_top.acti {
    opacity: 1;
    width: 200px;
    z-index: 9999;
}

.link_header ul li img {
    width: 100%;
    height: 100%;
}

.create_id li .isload_full_2, .pro_id li .isload_full_2 {
    display: none !important;
}

.create_id ul li img.hide, .pro_id ul li img.hide {
    display: none !important;
}

.create_id ul li img.show, .pro_id ul li img.show {
    display: block !important;
}

.follow_ff ul li img {
    width: 20px;
    height: auto;
    float: left;
}

.follow_ff ul li.li_2 img {
    width: 18px;
    position: relative;
    top: 2px;
}

.follow_ff ul li.li_4 img, .follow_ff ul li.li_3 img {
    width: 23px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #0b75bc;
}

.showText img[style="float:right"] {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.showText img[style="float:left"] {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.ul_list_tabs {
    margin: 0 auto;
    display: inline-block;
    padding: 0 10px;
}

.ul_list_tabs li {
    float: left;
    padding: 0 1px 0 0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    list-style: none;
    min-width: 220px;
    margin: 0;
    display: inline-block;
}

.ul_list_tabs li a {
    display: block;
    padding: 10px 0 15px 0px;
    border-top: 3px solid #EEE;
    font-size: 14px;
    line-height: 18px;
    color: #939597;
    width: 100%;
    text-align: left;
}

.dv_list_tabs {
    text-align: center;
}

.ul_list_tabs li a.acti, .ul_list_tabs li a:hover {
    border-color: #069;
    color: #0066B2;
}

.showText_hide {
    display: none;
    padding: 0 10px
}

.showText.showText_hide.acti {
    display: block;
    margin-top: 10px;
}

h3.pageTitle {
    font-size: 24px;
    color: #0066b3;
    padding: 0 0px 30px;
}

.dv-inhom {
}

.dv-inhom .dv-inhom-ch {
    display: flex;
    float: left;
    width: calc(20% - 2px);
    height: auto;
    margin: 0 1px 1px 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 0 6px 1px #ddd;
    box-shadow: inset 0 0 6px 1px #ddd;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    align-items: center;
}

.dv-inhom .dv-inhom-ch a {
    display: block;
}

.dv-inhom .dv-inhom-ch a img {
    max-width: 100%;
    max-height: 100%;
}

.dv-grou {
    margin-bottom: 15px;
}

.dv-inhom.flex.no_box {
    margin-bottom: 10px;
}

.dv-nhom-crea {
    display: none
}

.dv-nhom-crea.acti {
    display: block
}

img.mask_viewsp {
    position: absolute;
    top: 16px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 168px);
    height: calc(100% - 33px);
}

.viewLeft li {
    list-style: none;
}

.partner-list .item {
    display: block;
    float: left;
    width: 197px;
    height: 197px;
    margin: 0 1px 1px 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 0 6px 1px #ddd;
    box-shadow: inset 0 0 6px 1px #ddd;
    white-space: nowrap;
    overflow: hidden
}

.partner-list .item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.partner-list .item img {
    height: auto;
    max-height: 180px;
    max-width: 180px;
    vertical-align: middle;
    margin-left: -4px
}

.partner-list .bx-wrapper {
    height: 70px;
    position: relative
}

.partner-list .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0
}

.partner-list .bx-wrapper .bx-controls-direction {
    display: none
}

.partner-list .bx-wrapper:hover .bx-controls-direction {
    display: block
}

.partner-list.slide {
    height: 140px;
    overflow: hidden;
    position: relative
}

.partner-list ul#BannerSlider {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 980px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0
}

.partner-list ul#BannerSlider li {
    float: left;
    margin: 0 15px 0 0;
    text-align: center
}

.partner-list ul#BannerSlider li .item {
    width: 140px;
    height: 140px;
    white-space: nowrap;
    margin: 0
}

.partner-list ul#BannerSlider li .item:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
    padding-top: 0
}

.partner-list ul#BannerSlider li img {
    height: auto;
    display: inline;
    vertical-align: middle;
    max-height: 100% !important;
    max-width: 100% !important
}

.partner-list .sub-title {
    font-size: 20px
}

.partner-list .area-title {
    font-size: 17px;
    margin-top: 20px
}

.logo_doitac_new {
    padding: 0 10px
}

.colorswatch-form {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    padding: 0px 0;
    border: 3px solid #686c71;
    background: #fff;
}

.colorswatch-form img {
    width: 100%;
    height: auto
}

.js_click_4.acti, .js_click_2.acti {
    position: absolute;
    top: 0px;
    right: 201px;
}

.js_click_all {
    transition: all .4s
}

.js_click_all {
    right: 0;
}

.js_click_all.acti {
    display: flex !important;
}

.js_click_4 .colorswatch-form {
    width: 150px;
}

.js_click_4.acti {
    right: 151px;
}

.js_click_2.acti {
    right: 400px;
}

.js_click_2 .colorswatch-form {
    width: 400px;
}

.right_fix ul h3 a {
    color: #24376e;
}

.dv-send-mainl {
    position: absolute;
    left: 100%;
    top: 0;
    width: 280px;
    background-color: #fff;
    padding: 15px 0;
    border: 3px solid #686c71;
}

.dv-send-mainl li {
    list-style: none;
}

.js_click_3.acti {
    right: 281px;
    position: absolute;
    top: 0px;
}

.dv-send-mainl h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 5px 15px 15px;
    color: #333;
}

.dv-send-mainl textarea, .dv-send-mainl input {
    background: #154270;
    border-radius: 13px;
    height: 27px;
    line-height: 27px;
    border: 0;
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
    width: calc(100% - 46px);
    margin: 5px 23px;
}

.dv-send-mainl textarea {
    height: 80px;
}

p.require_pc {
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 3px 0 6px 36px;
    text-align: left;
    color: #848080 !important;
}

.dv-send-mainl textarea::-webkit-input-placeholder, .dv-send-mainl input::-webkit-input-placeholder, .pla_fff::-webkit-input-placeholder {
    color: #FFF;
}

.dv-send-mainl textarea::-moz-placeholder, .dv-send-mainl input::-moz-placeholder, .pla_fff::-moz-placeholder {
    color: #FFF;
}

.dv-send-mainl textarea:-moz-placeholder, .dv-send-mainl input:-moz-placeholder, .pla_fff:-moz-placeholder {
    color: #FFF;
}

.dv-send-mainl textarea::-ms-input-placeholder, .dv-send-mainl input::-ms-input-placeholder, .pla_fff::-ms-input-placeholder {
    color: #FFF;
}

.dv-send-mainl li.mbv span i {
    position: absolute;
    font-size: 8px;
    right: 5px;
    bottom: 2px;
    color: #686868;
    line-height: 1;
}

.dv-send-mainl li.mbv span img {
    height: 27px;
    float: left;
}

.dv-send-mainl li.mbv span {
    position: absolute;
    right: 22px;
    bottom: 5px;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
}

.dv-send-mainl li.mbv {
    position: relative;
}

.btn-send-form {
    text-align: right;
    padding: 0 22px;
    margin-top: 5px
}

.btn-send-form a {
    border: 0;
    background: #154270;
    border-radius: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    padding: 0 40px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.dv-send-mainl img.ajax_img_loading {
    height: 16px;
}

.dv-send-mainl.dv-send-mainl-dowload.no_box {
    width: 620px;
    border-color: #0468ad;
    background: #0468ad;
    padding: 8px 15px;
}

.js_click_1.acti {
    right: 621px;
    position: absolute;
    top: 0px;
}

.dv-send-mainl.dv-send-mainl-dowload li {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
}

.dv-send-mainl.dv-send-mainl-dowload.no_box input {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.dv-send-mainl.dv-send-mainl-dowload.no_box p.require_pc {
    color: #fff !important;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-bottom: 3px;
}

.dv-send-mainl.dv-send-mainl-dowload.no_box li.mbv span {
    bottom: auto;
    top: 10px;
    right: 0;
}

.dv-send-mainl.dv-send-mainl-dowload .btn-send-form a {
    float: right;
    padding: 0 40px;
}

.dv-send-mainl.dv-send-mainl-dowload .btn-send-form {
    text-align: right;
    padding: 0 10px;
    margin-top: 0;
    height: 25px;
    margin-bottom: 10px;
}

.image-area.res {
    display: none;
}

.image-area.res img {
    width: 100%;
    height: auto !important;
}

.dv-click-right {
    display: none;
}

.dv-gt-tits a {
    display: inline-block;
    padding: 6px 16px;
    text-transform: uppercase;
    color: #ff6e31;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    font-weight: 600;
    width: 33%;
}

.dv-gt-tits {
    width: calc(100% - 20px);
    background: #24376e;
    margin: 0 10px;
    text-align: center;
    border-radius: 5px;
}

.dv-gt-tits a:hover, .dv-gt-tits a.show, .dv-gt-tits a.acti {
    color: #ff6e31;
}

.dv-nd-gioithieu-cont {
    background: #6da9e4;
    margin: 0 10px;
    padding: 5px 10px;
    display: none;
    border-radius: 5px;
}

.dv-nd-gioithieu-cont a {
    color: #24376e;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    line-height: 23px;
    padding: 2px 10px 5px;
}

.dv-nd-gioithieu-cont a.acti, .dv-nd-gioithieu-cont a:hover {
    color: #24376e;
}

.dv-nd-gioithieu-cont.acti {
    display: block;
}

.dv-dv-gioithieu-tabs.no_box {
    margin-bottom: 30px;
}

.dv-nd-gioithieu-cont.hide {
    display: none;
}

.dv-nd-gioithieu-cont.show {
    display: block;
}

.dv-creat-size {
    width: 480px;
    border: 1px solid #efefef;
    border-top: 0;
    -webkit-box-shadow: 0 5px 10px 5px #efefef;
    box-shadow: 0 5px 10px 5px #efefef;
    position: absolute;
    z-index: 99999;
    margin-top: 0px;
    right: -185px;
    padding: 10px;
    display: none;
    background: #fff
}

.is_step_4.li_sp:hover .dv-creat-size {
    display: block
}

.dv-creat-size h3 {
    display: block;
    text-align: right;
    padding: 0 0px 6px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.dv-creat-size img {
    width: auto;
    max-height: 235px;
    max-width: 100%;
}

.dv-creat-size a {
    display: block;
    padding: 0 15px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    background: #d1d3d4;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-box-shadow: 2px 2px 0 2px #b3b5b7;
    box-shadow: 2px 2px 0 2px #b3b5b7;
    color: #363636;
}

.dv-creat-size a:active {
    right: 28px;
    bottom: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dv-creat-size a:hover {
    color: #0065b2;
}

.overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0px;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.overlay.acti {
    z-index: 99;
    opacity: 1;
    left: 0px;
}

.dv-login-cus {
    width: 310px;
    background-color: #0468ad;
    padding: 18px 0;
    border-radius: 8px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.dv-login-cus h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 25px 15px;
    color: #fff;
}

.dv-login-cus input {
    background: #154270;
    border-radius: 13px;
    height: 27px;
    line-height: 27px;
    border: 0;
    color: #fff;
    font-size: 11px;
    padding: 0 15px;
    width: calc(100% - 50px);
    margin: 0 25px;
}

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

.basic-form :-moz-placeholder {
    color: #fff
}

.basic-form ::-moz-placeholder {
    color: #fff
}

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

.dv-login-cus a {
    border: 3px solid #154270;
    background: #ccc;
    line-height: 20px;
    color: #154270;
    border-radius: 100px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    margin: 15px 10px 0 25px;
    float: left;
    min-width: 120px;
}

.dv-login-cus button {
    border: 0;
    background: #154270;
    border-radius: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    padding: 0 10px;
    min-width: 120px;
    float: left;
    margin-top: 15px;
}

.dv-login-cus.login.basic-form.no_box {
    margin: 60px auto 100px;
}

.dv-login-cus p {
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 7px 0 7px 35px;
    color: #fff;
    text-align: left;
}

.padding_pagewrap_creat .viewLeft {
    text-align: center;
}

.padding_pagewrap_creat .viewLeft .image-area {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.padding_pagewrap_creat .viewLeft .image-area #etalage .etalage_thumb {
    background: #fff;
    border: none;
    padding: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.padding_pagewrap_creat img.mask_viewsp {
    right: 0;
    left: 0;
}

.padding_pagewrap_creat .download_tailieu {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.padding_pagewrap_creat .download_tailieu .l {
    width: 570px;
    float: left;
    display: inline-block;
}

.padding_pagewrap_creat .download_tailieu a {
    display: inline-block;
}

.padding_pagewrap_creat .download_tailieu .l a {
    float: right;
    margin-right: 0;
}

.padding_pagewrap_creat .download_tailieu a.btn-show-list {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    text-align: center;
    min-width: 240px;
    font-weight: 600;
    font-size: 16px;
    color: #363636;
    border-radius: 8px;
    background: #f7f8f8;
    background: -moz-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #d3d4d6));
    background: -webkit-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: -o-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: -ms-linear-gradient(top, #f7f8f8 0%, #d3d4d6 100%);
    background: linear-gradient(to bottom, #f7f8f8 0%, #d3d4d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#d3d4d6', GradientType=0);
    -webkit-box-shadow: 0px 4px 8px 0px #999;
    -moz-box-shadow: 0px 4px 8px 0px #999;
    box-shadow: 0px 4px 8px 0px #999;
    margin-left: 35px;
}

.dialog {
    width: 420px;
    height: 113px;
    background: url(../images/create_popup.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -210px;
    z-index: 10001;
    display: none
}

.dialog .label {
    position: absolute;
    top: 20px;
    left: 88px;
    width: 320px;
    height: 24px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 12px;
    text-shadow: 0 0 1px #000000, 1px 1px 0 #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dialog .control {
    position: absolute;
    top: 56px;
    left: 148px;
    width: 124px;
    height: 25px;
}

.dialog .control .btn {
    float: left;
    height: 23px;
    line-height: 23px;
    display: block;
    width: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #65676c;
    border-radius: 5px;
}

.dialog .control .btn.btn-no {
    float: right;
}

.dialog .control .btn:hover, .dialog .control .btn.active {
    color: #fff;
    background: #0082c8;
    background: -moz-linear-gradient(top, #0082c8 0%, #005fae 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0082c8), color-stop(100%, #005fae));
    background: -webkit-linear-gradient(top, #0082c8 0%, #005fae 100%);
    background: -o-linear-gradient(top, #0082c8 0%, #005fae 100%);
    background: -ms-linear-gradient(top, #0082c8 0%, #005fae 100%);
    background: linear-gradient(to bottom, #0082c8 0%, #005fae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082c8', endColorstr='#005fae', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.65);
}

.dv-js-content-upload-0 div#pro_img_main {
    margin-bottom: 35px;
}

.padding_pagewrap_creat li.etalage_small_thumbs {
    display: none !important;
}

/*.padding_pagewrap_creat .etalage_thumb_active { left: 0 !important; right: 0 !important; }*/
#etalage .etalage_thumb {
    box-shadow: none !important;
    border: none !important;
}

.dv-tile-news {
    border-radius: 5px;
    width: calc(100% - 20px);
    float: left;
    background: #24376e;
    margin: 0 10px 50px;
}

.dv-tile-news .menu {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 0;
}

.dv-tile-news > .menu > li.acti > a, .dv-tile-news > .menu > li:hover > a {
    color: #0066b3;
}

.dv-tile-news > .menu > li > a {
    color: #ff6e31 !important;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 7px 20px;
    height: auto;
    line-height: 25px;
}

.dv-tile-news > .menu > li {
    display: inline-block;
    text-align: center;
    margin: 0 80px;
    float: none;
}

.new_home ul .dm {
    display: block;
    position: relative;
    background: #363636;
    height: 45px;
    line-height: 45px;
    width: calc(100% - 15px);
    min-width: 180px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 0 15px 0 15px;
    left: -15px;
    margin-bottom: 25px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-download-file {
    background: #0468ad;
    display: inline-block;
    color: #fff;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    font-size: 15px;
    padding: 0 20px;
}

.title_news h2 {
    width: calc(100% - 150px);
    display: inline-block;
}

.dv_title_news {
    margin-top: 0px;
    border: none;
}

#back-top {
    z-index: 9999;
}

.menu {
    position: relative;
    z-index: 9999;
}

.link_page:before {
    display: none
}

.accessories ul.acti:after {
    content: "";
    border: solid 9px transparent;
    /*border-bottom-color: #c7e5f7;*/
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 2;
}

.accessories ul.acti h3 {
    color: #0066B3;
}

.accessories ul {
    position: relative;
}

.dv-tile-news {
    position: relative;
    z-index: 1;
}

.dv-dm-cold {
    width: calc(33.3% - 12px);
    float: left;
    margin: 0 6px 12px;
    border: 1px solid #d0cece;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
    max-height: 324px;
}

.dv-dm-cold img {
    width: 100%;
    height: 100%;
    opacity: 0.5 !important;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: 0.6s;
}

.dv-dm-cold h3 {
    position: absolute;
    width: 100%;
    z-index: 111;
    top: 50%;
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.5);
    line-height: 28px;
    text-align: center;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(-50%);
}

.pro_id.dv-conld.flex.no_box {
    padding: 0 5px;
}

.dv-dm-cold.acti img, .dv-dm-cold:hover img {
    transform: rotateY(180deg);
    opacity: 0 !important;
}

.dv-dm-cold.acti img {
    opacity: 1 !important;
}

.dv-dm-cold:hover {
    background: #f2f2f2;
}

.pro_id ul h3 {
    height: 40px;
    padding: 0;
    margin: 10px 15px;
    position: relative;
}

.pro_id ul h3 a {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 20px;
    display: block;
    padding: 0 !important;
    color: #000;
}

.etal_onekil {
    margin: 0 auto !important;
    float: none !important;
}

.showText_us {
    max-width: 880px;
}

.padding_pagewrap_creat .viewLeft {
    width: 550px;
}

.padding_pagewrap_creat .viewLeft .image-area #etalage .etalage_thumb {
    left: 0 !important;
    right: 0 !important
}

.dv-isload.bottom_more {
    text-align: center;
    padding: 0 10px;
}

.dv-isload.bottom_more a {
    display: inline-block;
}

.dv-isload.bottom_more a:hover {
    color: #0468ad;
}

.dv-isload.bottom_more i {
    margin-right: 5px
}

.footer .copyright, .footer .col-3 > div, .footer .col-1 ul li a, .menu > li > a, .site_ff ul li a, .compay_ff ul {
    color: #fff;
}

.pro_id ul p {
    font-size: 14px
}

.pro_id ul h4 a {
    font-family: "Arial";
}

.new_home ul h3 {
    color: #0467a9;
}

.follow_ff p {
    margin-top: 10px;
    font-size: 13px;
    padding-left: 10px;
    color: #fff;
}

.link_page li i:before {
    content: ">";
    font-weight: 600;
}

.link_page ul li > i + a, .link_page ul li > i + a + span {
    display: none !important;
}

.new_home ul:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.is_nut_hidden_dload {
    display: inline-block !important;
    width: calc(50% - 14px);
    float: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 7px !important;
}

.is_nut_hidden_dload_cont {
    padding: 0 8px;
}

* {
    font-family: 'century_gothic', 'Open Sans', Arial, Helvetica, Tahoma, sans-serif !important;
}

.menu i.isnut, .fa {
    font-family: FontAwesome !important;
}

.bannerMain .fa {
    position: relative;
    top: -2px !important;
}

.pro_id.flex, .pro_id.flex * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro_id ul {
    width: calc(100% / 3 - 20px);
}

.dv-ndright-ff a {
    display: block;
    background: #fff;
    margin: 2px 6px;
    padding: 7px 10px;
    text-align: left;
    border: 1px solid #0d94de;
    color: #333 !important;
    font-size: 15px;
    transition: all .3s;
    border-radius: 3px;
    font-weight: 500 !important;
}

.dv-ndright-ff {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    z-index: 9;
    display: none;
}

.dv-ndright-ff a:hover {
    background: #0d94de;
    color: #fff !important;
}

.new-dv-ndright-ff {
    top: 20px;
}

.new-dv-ndright-ff a {
    display: flex;
    height: 70px;
    align-items: center;
    background-color: #ff6e31;
    color: #24376e !important;
}

.right_fix ul h3 ul {
    position: absolute;
    right: 59px;
    top: -2px;
    display: none;
}

.right_fix ul h3:hover ul {
    display: block;
}

.right_fix ul h3 ul li h3 {
    background: #ff6e31;
    min-width: 150px;
    min-height: unset;
    padding: 17px 0;
    font-size: 13px;
    margin-bottom: 0;
}

.right_fix ul h3 ul li:first-of-type h3 {
    padding-bottom: 0;
}

.right_fix ul h3 ul li h3 a {
    border-bottom: 1px solid #fff;
    font-style: unset;
    padding-bottom: 5px;
}


.product-col {
    width: calc(100% - 2px);
    float: left;
    margin: 0 1px;
}


.header-col {
    background-color: #D3D3D3;
    padding: 4px 8px;
}

.header-col:hover h3 {
    color: #0066B3
}

.header-col h3 {
    line-height: 18px;
    font-size: 12px;
    color: #363636;
    font-weight: normal;
}

.accessories .col-1 {
    width: calc(8.3333333333% * 1 - 2px);
}
.accessories .col-1 ul {
    width: calc(100% / 1 - 20px);
}

.accessories .col-2 {
    width: calc(8.3333333333% * 2 - 2px);
}
.accessories .col-2 ul {
    width: calc(100% / 2 - 20px);
}

.accessories .col-3 {
    width: calc(8.3333333333% * 3 - 2px);
}
.accessories .col-3 ul {
    width: calc(100% / 3 - 20px);
}

.accessories .col-4 {
    width: calc(8.3333333333% * 4 - 2px);
}
.accessories .col-4 ul {
    width: calc(100% / 4 - 20px);
}

.accessories .col-5 {
    width: calc(8.3333333333% * 5 - 2px);
}
.accessories .col-5 ul {
    width: calc(100% / 5 - 20px);
}

.accessories .col-6 {
    width: calc(8.3333333333% * 6 - 2px);
}
.accessories .col-6 ul {
    width: calc(100% / 6 - 20px);
}

.accessories .col-7 {
    width: calc(8.3333333333% * 7 - 2px);
}
.accessories .col-7 ul {
    width: calc(100% / 7 - 20px);
}

.accessories .col-8 {
    width: calc(8.3333333333% * 8 - 2px);
}
.accessories .col-8 ul {
    width: calc(100% / 8 - 20px);
}

.accessories .col-9 {
    width: calc(8.3333333333% * 9 - 2px);
}
.accessories .col-9 ul {
    width: calc(100% / 9 - 20px);
}

.accessories .col-10 {
    width: calc(8.3333333333% * 10 - 2px);
}
.accessories .col-10 ul {
    width: calc(100% / 10 - 20px);
}

.accessories .col-11 {
    width: calc(8.3333333333% * 11 - 2px);
}
.accessories .col-11 ul {
    width: calc(100% / 11 - 20px);
}

.accessories .col-12 {
    width: calc(8.3333333333% * 12 - 2px);
}
.accessories .col-12 ul {
    width: calc(100% / 12 - 20px);
}

@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .link_header ul li {
        line-height: 15px;
        width: 30px;
        height: 30px;
        padding: 6px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo_top img {
        height: 50px;
        width: auto;
    }

    .menu {
        padding-top: 15px;
    }

    .right_fix ul h3 a {
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        display: block !important;
        width: 100%;
    }

    .right_fix ul h3 {
        padding: 10px 6px;
        font-size: 10px;
        font-weight: normal;
        margin-bottom: 5px;
        width: 75px;
        text-align: center;
        min-height: 60px;
        text-transform: capitalize;
        line-height: 20px !important;
        display: flex;
        align-items: center;
    }

    .right_fix {
        top: 110px;
    }

    .right_fix ul h3 .new-dv-ndright-ff a {
        display: flex !important;
    }

    .search_top {
        position: absolute;
        right: 10px;
        top: 70px;
        font-size: 16px;
    }

    .accessories ul {
        float: left;
        margin: 10px;
        text-align: center;
        width: calc(100% / 6 - 20px);
        min-width: 60px;
        height: 270px;
    }

    .pro_id ul, .new_home ul {
        width: calc(33.33% - 20px);
    }

    .site_ff {
        width: calc(30% - 20px);
    }

    .compay_ff {
        width: calc(70% - 220px);
        margin: 0 10px;
    }

    .compay_ff ul {
        width: calc(50% - 20px);
    }

    .follow_ff ul li {
        width: 28px;
    }

    .follow_ff {
        width: 220px;
        float: left;
    }

    .site_ff ul li {
        width: calc(50% - 20px);
    }

    div .viewLeft {
        width: 550px;
        padding: 10px;
    }

    div .viewRight {
        width: calc(100% - 565px);
        margin: 0 0 0 15px;
    }

    .create_id ul {
        width: calc(25% - 20px);
    }

    .new_home ul .dm {
        display: block;
        position: relative;
        background: #9ec8e0;
        height: 40px;
        line-height: 40px;
        width: calc(100% + 15px);
        min-width: 0px;
        font-size: 18px;
        color: #363636;
        font-weight: 600;
        padding: 0 15px 0 15px;
        left: -15px;
        margin-bottom: 20px;
        margin-top: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .padding_pagewrap_creat .viewLeft {
        width: 530px;
    }


    .nums a {
        line-height: 21px;
    }
}

@media only screen and (max-width: 991px) {
    .pagewrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    .mn-mobile {
        display: block;
        float: right;
        padding: 0;
        right: 0;
        margin: 15px 53px 5px 0px;
    }

    a.a_trangchu_mb {
        display: none;
        position: absolute;
        left: 10px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 7px 3px;
        font-size: 23px;
        top: 0;
    }

    div#mm-0 {
        background: #fff !important;
    }

    .mn-mobile img {
        float: left;
        height: 13px;
        line-height: 30px;
    }

    .mm-panel.mm-hasnavbar .mm-navbar {
        background: #0066b3 !important;
        height: 38px;
        line-height: 18px;
    }

    .mn-mobile span {
        width: 24px;
        height: 3px;
        background: #0066b3;
        border-radius: 100px;
        display: block;
        margin: 5px 0;
    }

    ul.menu.no_box {
        display: none;
    }

    .accessories ul {
        width: calc(16.666% - 20px);
    }

    .banner_with {
        width: 100%;
        padding: 0 10px;
    }

    .right_fix {
        display: none;
    }

    .bannerMain {
        width: 100% !important
    }

    .bannerMain .placeNav.prev1, .bannerMain .placeNav.next1 {
        left: 10px;
    }

    .bannerMain .placeNav.next1 {
        right: 10px;
        left: auto;
    }

    .search_top {
        top: 65px;
    }

    .logo_top img {
        height: 40px;
        width: auto;
    }

    .header_caenter {
        padding-bottom: 10px;
    }

    .bannerMain {
        background: none;
        padding-bottom: 0;
    }

    .site_ff {
        width: calc(50% - 20px);
    }

    .follow_ff {
        width: calc(50% - 20px);
        float: left;
        margin: 0 10px;
    }

    .compay_ff {
        width: calc(50% - 20px);
        margin: 15px 10px 0;
    }

    .partner-list.slide, .partner-list ul#BannerSlider {
        height: 100px
    }

    .partner-list ul#BannerSlider li .item {
        width: 100px !important;
        height: 100px !important;
    }

    .search_top a {
        color: #0066b3;
    }

    #back-top a {
        width: 34px;
        font-size: 20px;
    }

    .pro_id.flex {
        padding: 0 5px;
    }

    div .viewLeft {
        width: 100%;
        padding: 10px;
    }

    div .viewRight {
        width: calc(100% - 0px);
        margin: 0;
        margin-top: 80px;
    }

    ul#etalage {
        width: 100% !important;
    }

    #etalage .etalage_thumb {
        position: relative;
        width: calc(100% - 135px) !important;
        text-align: center;
    }

    li.etalage_zoom_area {
        display: none !important;
    }

    .download_tailieu a {
        font-size: 13px;
        padding: 7px 20px;
        line-height: 25px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .download_tailieu {
        bottom: -60px;
    }

    .link_page ul li {
        font-size: 18px;
    }

    .create_id ul {
        width: calc(33.33% - 20px);
    }

    .dv-click-right {
        display: inline-block;
        width: 36px;
        height: 36px;
        float: right;
        margin-top: 15px;
        margin-right: 6px;
    }

    .dv-click-right a {
        display: block;
        height: 35px;
        position: relative;
        font-size: 33px;
        color: #0066b3;
        border: 1px solid #3082c1;
        line-height: 30px;
        text-align: center;
    }

    .menu-bar.hidden-md.hidden-lg {
        border: 1px solid #0066b3cf;
        padding: 2px 6px;
    }

    .dv-click-right.acti a {
        transition: all .4s;
    }

    .dv-click-right.acti i:before {
        content: "\f105";
    }

    .right_fix.acti {
        display: block;
    }

    .search_top {
        height: 35px;
        border: 1px solid #0066b3cf;
        padding: 0 10px;
        float: right;
        line-height: 32px;
        margin-left: 7px;
    }

    .timkiem_top input {
        height: 30px;
    }

    .timkiem_top {
        top: -1px;
        right: -1px;
        border-color: #3082c1;
    }

    .timkiem_top a {
        font-size: 16px;
        position: absolute;
        right: 10px;
        top: 0px;
    }

    .dv-inhom .dv-inhom-ch {
        width: calc(25% - 2px);
    }

    .padding_pagewrap.padding_pagewrap_creat div .viewRight {
        margin-top: 15px;
    }

    .padding_pagewrap_creat .download_tailieu .l {
        width: auto;
    }

    .padding_pagewrap_creat .download_tailieu a.btn-show-list {
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
        text-align: center;
        min-width: 0;
        font-weight: 600;
        font-size: 14px;
        margin-left: 15px;
    }

    .dv-tile-news ul.menu.no_box {
        display: block;
    }

    .dv-tile-news > .menu > li {
        margin: 0 20px;
    }

    .accessories ul.acti:after {
        display: none
    }

    .padding_pagewrap_creat .viewLeft {
        width: 100%;
    }

    .is_nut_hidden_dload {
        width: calc(100% - 8px);
        margin: 0px 4px 10px !important;
    }

    .nums {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .accessories ul {
        width: calc(25% - 20px);
    }

    .pro_id ul, .new_home ul {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
        padding: 0;
    }

    .ico_new {
        width: 75px;
        height: 30px;
        background-size: 100%;
    }

    .pro_id ul h3 a {
        font-size: 13px;
    }

    .pro_id ul p {
        font-size: 12px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
    }

    .pro_id ul h4 a {
        display: block;
        margin: 0 10px 10px;
        font-weight: 500;
        font-size: 12px;
        padding: 10px;
        line-height: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pro_id ul li img {
        border-radius: 10px 10px 0 0;
    }

    .new_home ul {
        padding: 8px;
    }

    .new_home ul h3 {
        font-weight: 600;
        font-size: 13px;
        line-height: 23px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .new_home ul p {
        line-height: 22px;
        font-size: 13px;
    }

    .site_ff {
        width: calc(100% - 20px);
    }

    .follow_ff {
        width: 100%;
        float: left;
        margin: 0;
        margin-top: 10px;
    }

    .compay_ff {
        width: calc(100% - 0px);
        margin: 15px 0 0;
    }

    .new_home.flex {
        padding: 0 5px;
    }

    .title_page {
        margin-bottom: 20px;
        background: #c7e5f7;
        padding: 10px;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .title_page h3 {
        font-size: 16px;
        line-height: 23px;
    }

    .title_page li a {
        font-size: 14px;
        line-height: 23px;
    }

    .partner-list ul#BannerSlider li .item {
        width: 80px !important;
        height: 80px !important;
    }

    .partner-list.slide, .partner-list ul#BannerSlider {
        height: 80px
    }

    .image-area {
        display: none;
    }

    .image-area.res {
        display: block;
    }

    .bx-wrapper {
        width: 100%;
        max-width: 100% !important;
    }

    .bx-wrapper .bx-viewport {
        left: 0;
        box-shadow: none;
    }

    div .titleView {
        font-size: 17px;
    }

    .gia_sp_mota li > b, .gia_sp_mota li > strong, .viewRight .desc li span {
        width: auto;
        float: none;
    }

    .gia_sp_mota li > u, .viewRight .desc li b {
        float: none;
        width: auto;
        font-weight: normal;
    }

    div .viewRight .desc li, div .gia_sp_mota ul li {
        padding-left: 0;
        font-size: 14px;
    }

    .pnDescription {
        padding: 20px 0 0 0;
        margin-top: 15px;
        font-size: 14px;
    }

    .pnDescription h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }

    #pro_img_main {
        margin-bottom: 10px;
    }

    .link_page {
        position: relative;
        margin-bottom: 21px;
        line-height: 35px;
        padding: 5px 10px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .link_page li span {
        padding: 3px 5px;
    }

    .link_page ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .link_page {
        padding: 10px 10px;
    }

    .create_id ul {
        width: calc(50% - 20px);
    }

    .title_news h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .title_news li {
        font-size: 13px;
        padding-left: 21px;
    }

    .dv-send-mainl.dv-send-mainl-dowload.no_box {
        width: 220px;
        padding: 0 5px;
    }

    .js_click_1.acti {
        right: 221px;
        position: absolute;
        top: 0px;
    }

    .dv-send-mainl.dv-send-mainl-dowload li {
        width: calc(100% - 0px);
        margin: 0;
        float: left;
    }

    .dv-send-mainl.dv-send-mainl-dowload.no_box input {
        margin-bottom: 4px;
    }

    .dv-send-mainl.dv-send-mainl-dowload .btn-send-form {
        padding: 0;
        margin-top: 10px;
    }

    .dv-inhom .dv-inhom-ch {
        width: calc(33.33% - 2px);
    }

    .dv-grou h2 {
        font-size: 14px;
        line-height: 22px;
    }

    .dv-send-mainl {
        width: 220px;
    }

    .js_click_3.acti {
        right: 221px;
    }

    .dv-send-mainl textarea, .dv-send-mainl input {
        width: calc(100% - 10px);
        margin: 0 5px;
    }

    .btn-send-form {
        padding: 0 5px;
    }

    .dv-send-mainl li.mbv span {
        right: 5px;
        bottom: 0;
    }

    .dv-send-mainl h2 {
        font-size: 15px;
        margin: 0px 15px 10px;
    }

    .dv-nd-gioithieu-cont {
        padding: 0;
    }

    .dv-nd-gioithieu-cont a {
        font-size: 13px;
        padding: 2px 10px 2px;
    }

    .dv-gt-tits a {
        padding: 4px 12px;
        min-width: 0;
        line-height: 22px;
        width: 33.33%;
        float: left;
    }

    .dv-dv-gioithieu-tabs.dv-dv-gioithieu-tabs-conttac.no_box .dv-gt-tits a {
        width: 50%;
    }

    .padding_pagewrap.padding_pagewrap_creat #etalage .etalage_thumb {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .padding_pagewrap.padding_pagewrap_creat .etalage img {
        width: 100% !important;
        height: auto !important;
    }

    .padding_pagewrap.padding_pagewrap_creat #etalage {
        width: 100% !important;
        height: auto !important;
    }

    .title_news h2 {
        width: 100%;
        display: inline-block;
    }

    .btn-download-file {
        float: right;
    }

    .btn-download-file {
        background: #0468ad;
        display: inline-block;
        color: #fff;
        height: 38px;
        line-height: 38px;
        border-radius: 5px;
        text-align: center;
        margin: 0;
        font-size: 12px;
        padding: 0 15px;
    }

    .new_home ul {
        width: calc(50% - 10px)
    }

    .dv-tile-news {
        display: none;
    }

    .new_home ul .dm {
        height: 38px;
        line-height: 38px;
        width: calc(100% + 8px);
        min-width: 0;
        font-size: 16px;
        color: #363636;
        font-weight: 600;
        padding: 0 15px 0 15px;
        left: -8px;
        margin-bottom: 10px;
        margin-top: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dv-dm-cold {
        width: calc(50% - 12px);
    }

    .dv-dm-cold h3 {
        position: absolute;
        width: 100%;
        z-index: 111;
        top: 50%;
        padding: 10px 10px;
        background: rgba(255, 255, 255, 0.5);
        line-height: 24px;
        text-align: center;
        color: #242424;
        font-size: 16px;
        font-weight: 600;
        transform: translateY(-50%);
    }

    .footer {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .compay_ff ul {
        width: calc(100% - 20px);
    }

    .pro_id ul, .new_home ul {
        width: calc(50% - 10px);
    }

    .new_home ul {
        padding: 10px;
        width: calc(100% - 10px);
    }

    .accessories ul {
        width: calc(25% - 20px);
        height: 170px;
    }

    .site_ff ul h3, .follow_ff ul h3, .compay_ff h3 {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .follow_ff ul li {
        margin-top: 3px;
    }

    .create_id ul {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .create_id ul h3 a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 5px;
    }

    .title_product {
        padding-bottom: 15px;
        font-size: 20px;
    }

    .col-md-2.row-frm {
        width: calc(100% - 20px);
    }

    .dv-inhom .dv-inhom-ch {
        width: calc(50% - 2px);
    }

    .mn-mobile {
        margin: 8px 53px 5px 0px;
    }

    .search_top {
        top: 58px;
    }

    .dv-click-right {
        margin-top: 8px;
    }

    .dv-dv-gioithieu-tabs.dv-dv-gioithieu-tabs-conttac.no_box .dv-gt-tits a, .dv-gt-tits a {
        width: 100%;
        float: left;
        font-size: 13px;
    }

    .padding_pagewrap_creat .download_tailieu .l {
        width: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .padding_pagewrap_creat .download_tailieu a.btn-show-list {
        margin: 0;
    }

    .new_home ul .dm {
        height: 36px;
        line-height: 36px;
        width: calc(100% + 10px);
        min-width: 0;
        font-size: 16px;
        color: #363636;
        font-weight: 600;
        padding: 0 15px 0 15px;
        left: -10px;
        margin-bottom: 10px;
        margin-top: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dv-dm-cold h3 {
        line-height: 20px;
        font-size: 13px;
    }

    .check_dm_mobile {
        display: none;
    }
}
