@import "font.css"; @charset "utf-8"; body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
    background: #fff
}

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

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

::selection {
    background-color: #004967;
    color: #fff;
}

::-webkit-selection {
    background-color: #ED1C24;
    color: #fff;
}

-webkit-::selection {
    background-color: #004967;
    color: #fff;
}

::-moz-selection {
    background-color: #ED1C24;
    color: #fff;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 10px;
}

.showText h2 {
    line-height: 30px;
    color: #ED3237;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

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

.showText {
    font-size: 17px;
    line-height: 30px;
}

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

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

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

.company_time {
    float: right;
    padding: 30px 0px;
}

.right_header {
    padding-right: 10px;
    float: right;
}

.lang_top ul li {
    float: left;
    list-style: none;
    padding-left: 7px;
    line-height: 0;
}

.company_time i, .link_page ul li i {
    margin-right: 4px;
    font-size: 15px;
}

.company_time ul li .sphl a {
    color: #fb1111;
    font-weight: 500;
}

li.li-cart-hd i {
    margin-right: 7px;
}

.link_page li {
    white-space: nowrap;
    height: auto;
    overflow: hidden;
}

.company_time h3 {
    margin-top: 0px;
    border: solid #FFF 1px;
    margin-right: 10px;
    float: left;
}

.company_time h3:hover {
    opacity: .8;
}

.company_time ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
    color: #333;
    font-size: 17px;
    margin-right: 15px;
    text-transform: none;
}

.company_time ul.right_header {
    float: right;
}

.company_time ul li img {
    margin-right: 10px;
}

.company_time ul li a {
    color: #333;
    position: relative;
}

.company_time ul li a:hover {
    color: #ee3037;
    text-decoration: underline;
}

li.li-cart-hd span.is_num_cart {
    font-size: 13px;
    width: 22px;
    height: 22px;
    background: #0174a0;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border-radius: 100px;
    position: relative;
    top: -10px;
    right: 0;
}

.lang_top img {
    width: auto;
    height: 20px;
    border: solid #fff 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.lang_top img:hover {
    opacity: .7;
}

.lang_top {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}

.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}

.box_menu:before {
    top: auto;
    bottom: 0px;
}

.box_menu.fixed .logo_top {
    top: 0;
    padding: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.box_menu.fixed .logo_top img {
    height: 45px;
    padding: 0;
}

.top_menu {
    background: #0167A0;
}

.lang_top ul li a {
    display: block;
    line-height: 0;
}

.menu {
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #0d77a2;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    margin-left: 0;
}

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

.menu > li > a {
    display: block;
    line-height: 24px;
    position: relative;
    z-index: 2;
    font-size: 15px;
    text-decoration: none;
    text-transform: c;
    color: #fff;
    font-weight: 500;
    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: 10px 18px;
    border-left: solid 1px #00588a;
    border-right: solid 1px #0177b9;
    text-transform: uppercase;
}

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

.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none;
}

.menu > li:hover > a {
    color: #0281b5;
}

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

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

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

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

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

.menu > li ul, .menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 140px;
    z-index: 1;
    margin: 0;
    padding: 0;
    padding-top: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}

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

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

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

.menu > li > ul li:first-child , .menu > li > ul > li:first-child {
    padding-top: 10px;
    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:last-child {
    padding-bottom: 10px;
    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:last-child > a {
    border: none;
}

.menu > li > ul li > a, .menu > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 38px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 15px;
}

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

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

.menu > li > ul li:hover > a, .menu > li > ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: #0167a0;
    border-color: transparent;
}

.logo_top a {
    display: flex;
    line-height: 0;
    float: left;
    align-items: center;
}

.logo_top a p, .logo_top a h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0167a0;
    line-height: 32px;
    padding-left: 25px;
    font-family: 'Avo Bold';
    max-width: 700px;
}

.logo_top img {
    height: 74px;
    width: auto;
    padding: 8px 0;
}

.menu > li:last-child > a {
    border-right: 0;
}

.logo_top h3 {
    padding-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    line-height: 20px;
    font-weight: normal;
    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;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.menu > li > ul li > a, .menuRightMain, .menu > 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;
}

.timkiem_top {
    float: right;
    border: solid #fff 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    width: 190px;
    margin-top: 6px;
}

.menu > li:hover > a {
    background: #0177B9;
    color: #fff;
}

.input_search {
    padding: 0px 15px;
    height: 30px;
    width: 100%;
    float: right;
    color: #999;
    background: none;
    border: none;
    font-size: 13px;
}

.search {
    position: relative;
}

.input_search:focus {
    color: #000;
}

.search a {
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0px;
    margin-right: 5px;
    position: absolute;
    right: 0;
}

.search a:hover {
    background: url(../images/icon-search_hover.png) no-repeat center center;
}

.bannerMain_2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 300px;
}

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

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

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

.dv-bannerMain {
    width: calc(100% - 260px);
    position: relative;
    overflow: hidden;
    z-index: 0;
    float: right;
    margin: 10px 0 10px 10px;
}

.bannerMain {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 450px;
    z-index: 0;
}

.banner li {
    float: left;
    width: 100%;
    height: 450px;
    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: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    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: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f3f3f3;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 28%);
    box-shadow: 0 0 8px rgb(0 0 0 / 28%);
    border: solid #fff 2px;
}

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

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

.link_page ul li i {
    margin-right: 10px;
}

.link_page {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #eee;
    line-height: 30px;
    border-bottom: solid #ccc 1px;
}

.link_page ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
    line-height: 20px;
}

.link_page ul li i {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #666;
}

.link_page li span {
    display: inline-block;
    float: left;
    width: 10px;
    margin: 0 10px;
}

.link_page ul li a {
    display: block;
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
}

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

.link_page h3 {
    text-transform: uppercase;
    color: #0167a0;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-weight: 500;
    margin-left: 10px;
    float: left;
}

.link_page ul {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 20px;
}

.left_conten {
    float: left;
    margin-left: 10px;
    width: 240px;
    padding: 20px 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.menu_left {
    margin-bottom: 20px;
}

.menu_left h3, .title_tin_id h3 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 4px 0;
    background: #0167a0;
}

.menu_left ul li {
    line-height: 0;
    list-style: none;
    text-align: center;
    border: solid #ccc 1px;
    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;
    /* box-shadow: 5px 5px 0px rgba(0,0,0,0.15); */
    margin-top: 5px;
}

.menu_left ul li img {
    width: 50%;
    height: auto;
    padding: 10px;
    text-align: center;
}

.menu_left ul li a i, .menu_home_id ul li a i {
    padding-right: 7px;
    font-size: 13px;
}

.menu_left ul li img:hover {
    opacity: .7;
}

.check_id h3 {
    color: #004967;
    font-weight: normal;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: solid #CCC 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.graphite .accordion {
    font: bold 14px Arial, sans-serif;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    border-left: 1px solid #111;
}

.graphite .accordion, .graphite .accordion li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    background: #f8f8f8;
}

.graphite .accordion a {
    padding: 10px 10px 10px 33px;
    text-decoration: none;
    display: block;
    color: #666;
    border-bottom: 1px dotted #eee;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.graphite .accordion ul a {
    background: no-repeat;
    font-weight: 500;
    border-bottom: none;
    text-transform: capitalize;
    color: #666;
    line-height: 20px;
    border-bottom: 1px dotted #eee;
}

.graphite .accordion ul a i {
    padding-right: 5px;
}

.graphite .accordion ul a:hover {
    text-decoration: underline;
    color: #214551;
}

.graphite .accordion a.dcjq-parent.active {
    background-color: #eee;
}

.graphite .accordion a .dcjq-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 34px;
    margin-top: -17px;
    height: 34px;
    background: url(../images/arrow_black_right.png) no-repeat 0 center;
}

.graphite .accordion a.dcjq-parent.active .dcjq-icon {
    background: url(../images/arrow_black_down.png) no-repeat 0 center;
    color: #f60;
}

.graphite .accordion a:hover {
    color: #333;
    background: none;
}

.graphite .accordion a:active {
    color: #214551;
    background: none;
}

.check_id {
    border-bottom: solid #CCC 1px;
    margin-bottom: 20px;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    text-transform: capitalize;
    color: #666;
    padding-left: 30px;
}

.container span {
    color: #999;
    padding-left: 0;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f9f9f9;
    border: 1px #ccc solid;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #0167a0;
    border: 1px #0167a0 solid;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right_conten {
    float: right;
    width: 900px;
}

.marquee {
    overflow: hidden;
    height: 500px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.marquee_2 {
    overflow: hidden;
    height: 500px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.marquee_3 {
    overflow: hidden;
    height: 470px;
}

.tintuc_home_box {
    padding: 30px 0;
    background: #fff;
}

.tintuc_home_box_2 {
    padding: 30px 0;
    background: #f8f8f8;
}

.tintuc_home_id ul {
    margin: 10px;
    float: left;
    width: 380px;
}

.tintuc_home_id ul li, .tintuc_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    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);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.tintuc_home_id ul h3 a {
    color: #333;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 7px;
    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;
}

.tintuc_home_id ul h4 {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 30px;
}

.tintuc_home_id ul h4 i {
    padding-right: 5px;
}

.tintuc_home_id ul p {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    text-transform: none;
    line-height: 27px;
}

.pro_home_id ul li img:hover, .tintuc_home_id ul li img:hover, .tintuc_page ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.checked {
    color: orange;
}

.home1_box {
    padding: 10px 0;
    background: #fff;
}

.pro_home_box {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    /* margin: 20px 0; */
}

.pro_home_box_2 {
    margin: 0;
}

.pro_home_id ul {
    float: left;
    margin: 10px;
    width: 218px;
    background: #ffffff;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    border: solid #a7a7a7 1px;
    padding-bottom: 10px;
}

.pro_home_id_3 ul {
    float: none;
    margin: 10px 0;
    width: auto;
    min-height: auto;
}

.pro_home_id ul:hover {
    border: solid #ED3237 1px;
}

.pro_home_id ul p {
    color: #222;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.pro_home_id ul p .fa {
    margin: 0 1.5px
}

.pro_home_id ul li, .pro_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    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);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.pro_home_id ul h3, .pro_home_id ul h2 {
    color: #171C2B;
    font-weight: 400;
    font-size: 15px;
    margin: 15px 10px 4px;
    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;
    line-height: 25px;
    /* height: 50px; */
    overflow: hidden;
    display: block;
}

.pro_home_id ul h4 {
    color: #ED3237;
    font-weight: 600;
    font-size: 15px;
    padding: 0 10px;
    line-height: 30px;
    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: none;
}

.pro_home_id ul:hover h3, .tintuc_home_id ul h3 a:hover, .pro_home_id ul:hover h2 {
    color: #ED3237;
}

.pro_home_id ul h4 span.gia_km {
    color: #878787;
    font-weight: normal;
    font-size: 16px;
    text-decoration: line-through;
}

.discount-tag {
    top: 0px;
    right: 15px;
    position: absolute;
    background: #ED3237;
    width: auto;
    padding: 0;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    z-index: 1;
    font-size: 14px;
    line-height: 26px;
    width: 44px;
    height: 26px;
}

.discount-tag:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 22px solid transparent;
    border-top: 6px solid #ED3237;
    top: 26px;
    right: 0px;
}

.discount-tag:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #004967;
    border-left: 8px solid transparent;
    top: 0px;
    right: 44px;
    display: none;
}

.more_pro h3 {
    text-align: center;
    margin-top: 10px;
}

.more_pro h3 a {
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 19px;
    font-weight: 500;
    padding: 8px 38px;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #0167a0;
    transition: .3s ease-out;
    text-transform: uppercase;
    display: inline-table;
    line-height: 35px;
    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;
}

.more_pro h3 a i {
    padding-left: 8px;
}

.pro_home_id_slider .owl-prev, .pro_home_id_slider .owl-next, .placeNav_2, .placeNav_3, .placeNav_4 {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    width: 30px;
    line-height: 42px;
    text-align: center;
    height: 50px;
    background: #0167a0;
    opacity: 0;
    cursor: pointer;
    margin-top: -25px;
}

.logo_doitac_slider .owl-prev, .logo_doitac_slider .owl-next, .placeNav {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #999;
    font-size: 40px;
    width: 35px;
    line-height: 30px;
    height: 35px;
    background: rgba(51, 51, 51, 0.69);
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    cursor: pointer;
}

.pro_home_id_slider .owl-prev, .logo_doitac_slider .owl-prev, .placeNav.prev, .placeNav_2.prev, .placeNav_3.prev, .placeNav_4.prev {
    left: 10px;
}

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

.logo_doitac_slider .owl-next, .placeNav.next {
    right: 10px;
    text-indent: 3px;
    left: auto;
}

.pro_home_id_slider:hover .owl-prev, .pro_home_id_slider:hover .owl-next, .logo_doitac_slider:hover .owl-prev, .logo_doitac_slider:hover .owl-next, .placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3, .placeSlide_main:hover .placeNav_4 {
    opacity: 1;
}

.pro_home_id_slider .owl-prev:hover, .pro_home_id_slider .owl-next:hover, .logo_doitac_slider .owl-prev:hover, .logo_doitac_slider .owl-next:hover, .placeNav:hover, .placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
    color: #fff;
    background: #004967;
}

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

.pro_home_id.pro_home_id_slider.no_box ul {
    width: calc(100% - 20px);
    margin: 0 10px 0;
    height: 100%;
}

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

.page_conten_page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tin_left ul {
    padding-top: 15px;
}

.tin_left ul li {
    float: left;
    width: 110px;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.tin_left 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);
    -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);
}

.tin_left ul h4 {
    float: right;
    width: 120px;
    color: #333;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    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;
}

.tt_top_1 ul p, .one_new_home ul p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.tti_more ul p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.one_new_home li {
    width: 100%;
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.one_new_home 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);
    -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);
}

.one_new_home ul {
    padding-top: 10px;
}

.one_new_home ul h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #0167A0;
    line-height: 30px;
    padding-bottom: 5px;
    display: block;
    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;
    text-transform: none;
    font-weight: bold;
}

.tti_more ul h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #0167A0;
    line-height: 30px;
    padding-bottom: 5px;
    display: block;
    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;
    text-transform: none;
    font-weight: bold;
}

.one_new_home {
    float: left;
    width: 480px;
}

.one_new_home_right {
    float: right;
    width: 319px;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 10px;
    border-left: solid #CCC 1px;
}

.one_new_home_right ul {
    padding-bottom: 13px;
}

.one_new_home_right li {
    float: left;
    width: 130px;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.one_new_home_right 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);
    -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);
}

.one_new_home_right ul h3 a {
    font-size: 18px;
    font-weight: normal;
    color: #0167A0;
    line-height: 21px;
    display: block;
    float: left;
    width: 177px;
    padding-left: 12px;
    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;
    font-weight: bold;
}

.one_new_home_right ul h3 a:hover, .tti_more ul h3 a:hover, .one_new_home ul h3 a:hover, .tin_left ul:hover h4, .hinhanh_id ul:hover h3 {
    color: #ED3237;
}

.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .one_new_home li img:hover, .one_new_home_right li img:hover, .tin_left ul li img:hover, .tti_more li img:hover, .hinhanh_id ul li img:hover, .list_pro_home ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.tti_more {
    border-bottom: dotted #CCC 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tti_more li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 300px;
    position: relative;
    overflow: hidden;
    display: block;
}

.tti_more 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);
    -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);
}

.tti_more ul {
    float: right;
    width: 540px;
}

.tti_more ul h4 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    padding-bottom: 5px;
}

.tti_more ul h4 i {
    padding-right: 7px;
}

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

.title_news h1 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    color: #ED3237;
    margin-bottom: 10px;
}

.title_news li {
    font-size: 17px;
    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: 32px;
    color: #171c2b;
    font-size: 21px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.comment_face {
    width: 100%;
}

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

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

.nums a {
    font-size: 17px;
    display: block;
    cursor: pointer;
    margin: 0 6px 0 0;
    padding: 5px;
    line-height: 30px;
    height: 40px;
    width: 40px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #909090;
    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: #0167a0;
    color: #ffffff;
}

.nums a.stay {
    background: #004967;
    color: #fff;
}

.contact {
    padding-top: 10px;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #666;
    padding-bottom: 20px;
}

.contact .left {
    width: auto;
    float: none;
}

.contact .right {
    width: auto;
    float: none;
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Roboto', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 197px;
    font-family: 'Roboto', Arial, Helvetica, Tahoma, sans-serif;
    float: left;
}

.contact .left input {
    width: 100%;
}

.contact .right input, .contact .right textarea {
    width: 100%;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}

.formBox li.day:after {
    background-image: url("../images/contact/day.png");
}

.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png");
}

a {
    color: #333;
}

a:hover {
    color: #ED3237;
}

.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #ED3237;
    white-space: nowrap;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.formBox .button:hover {
    color: #FFF;
    background: #0167a0;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.left_contact {
    float: left;
    width: 45%;
}

.left_contact li {
    list-style: none;
    line-height: 0;
}

.left_contact li img {
    width: 100%;
    height: 590px;
}

.left_contact ul {
    float: left;
    width: 270px;
    background: #F6F6F6;
    padding: 20px;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-right: 20px;
    line-height: 25px;
    min-height: 85px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
}

.left_contact h3, .right_contact h3 {
    text-transform: capitalize;
    color: #0167a0;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}

.right_contact {
    float: right;
    width: 52%;
}

.map_cotact iframe {
    display: block;
    width: 100%;
    height: 450px;
}

.viewLeft {
    width: 430px;
    float: left;
}

.viewRight {
    width: 700px;
    margin-left: 30px;
    float: left;
}

.viewRight h6 {
    font-size: 25px;
    color: #ED3237;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 10px;
}

.viewRight h6 span.gia_km {
    display: inherit;
    margin-left: 10px;
    color: #333;
    text-decoration: line-through;
}

.viewRight .desc {
    margin-left: 10px;
}

.viewRight .desc b {
    display: block;
    font-weight: normal;
}

.gia_sp_mota ul li, .viewRight .desc li {
    line-height: 25px;
    margin-top: 5px;
    text-indent: 20px;
    list-style: none;
    background: url("../images/icon-check-pink.png") no-repeat left center;
}

.gia_sp_mota {
    margin-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

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

.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: 10px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}

.quantity li {
    list-style: none;
}

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

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

.quantity .plus {
    bottom: 27px;
}

.quantity .h3, .quantity a {
    cursor: pointer;
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 18px 0 45px;
    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: #ED3237;
    margin-left: 170px;
    font-weight: 700
}

.quantity .h3:hover, .quantity a:hover {
    color: #fff;
    background: #0167a0;
}

.quantity .h3:before, .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 {
    background: url(../images/line-menu.png) repeat-x left bottom;
    position: relative;
    padding: 0px 0 15px 0;
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 24px;
    color: #004967;
    font-weight: 700;
    text-transform: capitalize;
}

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

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

#bridal_images {
    border: 1px solid #CCC;
    background: #fff;
    padding: 5px;
    width: 420px;
    height: 420px;
    overflow: hidden;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

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

#bridal_images_list {
    display: block;
    width: 95%;
    padding-left: 20px;
    position: relative;
}

#bridal_images_list li {
    margin-right: 10px;
    list-style: none;
    float: left;
    height: 110px;
    width: 110px;
    border: 1px solid #CCC;
    background: #fff;
    padding: 4px;
    text-align: center;
    overflow: hidden;
}

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

#bridal_images_list img {
    width: auto;
    height: 110px;
    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;
}

.leftBox {
    padding-bottom: 0;
}

#pro_img_main {
    position: relative;
    z-index: 0;
}

.viewRight .desc li span {
    padding: 0;
    margin: 0;
    width: 20px;
}

.danhgia_tringbinh {
    font-size: 20px;
}

.danhgia_tringbinh p {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.boxComment_danhgia {
    background: #f4f4f4;
    padding: 20px;
    margin: 20px 0px;
}

.boxComment_danhgia h3 {
    border-bottom: solid #ccc 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    color: #004967;
}

.boxComment_danhgia h4 a {
    float: right;
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 35px;
    padding: 5px 20px;
    margin-top: 20px;
    color: #fff;
    background: #004967;
    border-radius: 4px;
    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;
}

.boxComment_danhgia h4 a:hover {
    color: #fff;
    background: #630039;
}

.boxComment_danhgia li {
    padding-bottom: 10px;
    font-size: 17px;
    color: #333;
    list-style: none;
    font-weight: 500;
}

.comment_pro ul {
    border-bottom: solid #CCC 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.comment_pro {
    text-align: center;
}

.comment_pro h2 {
    display: inline-table;
    font-size: 23px;
    font-weight: normal;
    text-transform: capitalize;
    color: #323232;
    border-bottom: solid #eb6a62 2px;
    margin-bottom: 15px;
    line-height: 30px;
}

.comment_pro ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 25px;
}

.comment_pro ul li img {
    width: 25px;
    height: 25px;
}

.comment_pro ul h3 {
    float: left;
    padding-left: 10px;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    color: #323232;
}

.comment_pro ul h3 a {
    color: #323232;
}

.comment_pro ul h3 a:hover {
    color: #000;
    text-decoration: underline;
}

.comment_pro ul h4 {
    float: right;
    padding-top: 0px;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #6e6e6e;
}

.comment_pro ul p {
    padding-top: 5px;
    font-size: 17px;
    font-weight: normal;
    color: #6e6e6e;
    text-align: left;
    line-height: 25px;
}

.comment_note ul li {
    list-style: none;
    padding-bottom: 15px;
}

.comment_note ul h3 {
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 10px;
    text-transform: capitalize;
    color: #323232;
}

.comment_note ul h4 a {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    background: #82958f;
    float: right;
    display: block;
    padding: 5px 20px;
    border-radius: 3px;
    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;
}

.comment_note ul h4 a:hover {
    color: #fff;
    background: #18babd;
}

.button_readmore {
    text-align: center;
    margin-top: 15px;
}

.button_readmore a {
    display: inline-table;
    color: #0167a0;
    border: solid #0167a0 2px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 45px;
    width: 360px;
    text-transform: none;
    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;
}

.button_readmore a:hover {
    color: #ffffff;
    background: #0167a0;
}

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

#cart_list {
}

#cart_list tr {
    background: #f1f1f1;
}

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

#cart_list tr a:hover {
    color: #ED3237;
}

#cart_list th {
    background: #004967;
    color: #fff;
    font-weight: normal;
    padding: 2px 5px;
    font-size: 15px;
}

#cart_list td {
    padding: 5px;
    text-align: center;
    color: #444;
    font-size: 17px;
    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: #ED3237;
    font-size: 17px;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
}

#cart_list td a.pro_del:hover {
    background: #0167a0;
    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: #ED3237;
    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: #ED3237;
    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: 96%;
    background: none;
    font-weight: normal;
    color: #333;
}

th {
    background-color: #034ea2;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

tr:hover {
    background-color: #f5f5f5;
}

th, td {
    border-bottom: 1px solid #ddd;
}

th, td {
    padding: 5px 15px;
}

th {
}

table {
    border: 1px solid black;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #fff;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.box_km {
    padding-top: 15px;
}

.box_km ul {
    margin-bottom: 10px;
    border-bottom: dotted #CCCCCC 1px;
    padding-bottom: 10px;
}

.box_km ul li {
    line-height: 0;
    list-style: none;
    float: left;
    width: 75px;
    position: relative;
    overflow: hidden;
    display: block;
}

.box_km ul li img {
    height: auto;
    width: 100%;
    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);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.box_km ul h3 {
    float: right;
    width: 154px;
}

.box_km ul h3 a {
    display: block;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    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;
}

.box_km ul h3 a:hover, .tintuc_km_left ul h4 a:hover, .tti_more ul h3 a:hover {
    color: #ED3237;
}

.box_km ul h4 {
    color: #f00;
    font-weight: 500;
    font-size: 19px;
    text-transform: none;
    line-height: 25px;
    padding-top: 8px;
    width: 100%;
    float: left;
}

.box_km ul h4 span.gia_km {
    color: #878787;
    font-weight: normal;
    font-size: 17px;
    text-decoration: line-through;
    float: right;
}

.footer_top {
    background: #0167a0;
    padding: 20px 0;
}

.footer_top ul {
    float: left;
    margin: 0 10px;
    width: 240px;
}

.footer_top ul.face_bottom {
    width: 280px;
}

.footer_top ul.contact_footer {
    width: 360px;
}

.footer_top ul.contact_footer p {
    color: #fff;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 25px;
}

.footer_top ul.contact_footer p img {
    margin-top: 15px;
    width: auto;
    height: 90px;
}

.footer_top ul.contact_footer a {
    color: #ffffff;
}

.footer_top ul.contact_footer a:hover {
    color: #ED3237;
}

.footer_top ul h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 7px;
    position: relative;
    line-height: 30px;
}

.footer_top ul li {
    list-style: none;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 25px;
}

.footer_top ul li a:hover {
    color: #fff;
}

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

.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;
    text-align: center;
    padding-top: 10px;
    height: 35px;
}

.sharelink a img {
    background: #004967;
    border: solid #fff 5px;
    padding: 3px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sharelink img:hover {
    background: #0167a0;
    opacity: 10;
}

.bottom_id_copyright {
    text-align: center;
    padding: 10px 0;
    background: #004967;
    color: #fff;
}

.bottom_id_copyright a {
    color: #ffffff;
    font-weight: normal;
}

.bottom_id_copyright a:hover {
    color: #FFF;
    text-decoration: underline;
}

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

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #ED3237;
    outline: none;
    color: #fff;
    font-size: 17px;
    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;
}

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

.title_id_home {
    padding-left: 15px;
    line-height: 45px;
    border-left: solid #ED3237 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    position: relative;
    background: #0167a0;
    margin-top: 10px;
}

.title_id_home ul h3, .title_id_home ul h1, .title_id_home ul > p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    line-height: 40px;
}

.title_id_home ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    list-style: none;
    line-height: 40px;
}

.title_id_home ul li i {
    padding-left: 7px;
}

.title_id_home ul li a {
    color: #fff;
}

.title_id_home ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.titBox {
    margin: 0 auto 30px auto;
}

.titBox .desc {
    display: block;
    font-size: 16px;
    color: #C800C8;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}

.titBox .tit {
    font-size: 30px;
    color: #004967;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    padding-bottom: 5px;
}

.titBox .tit_2 {
    font-size: 24px;
    color: #0167a0;
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    padding-bottom: 5px;
}

.titBox:after {
    content: "";
    display: inline-block;
    margin: 0 auto !important;
    height: 4px;
    width: 100px;
    background: #ED3237;
    position: absolute;
    left: 0;
    right: 0;
}

.titBox.left {
    text-align: center;
    width: 100%;
}

.titBox.left:after {
    margin-left: 0;
}

.titBox .sub {
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}

.titBox .sub_2 {
    color: #888;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}

.titBox .sub_1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}

.box_doitac_home {
    padding: 30px 0;
}

.logo_doitac ul {
    margin: 10px;
    width: calc(100% - 20px);
    padding: 10px 25px;
    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;
}

.logo_doitac ul h3, .logo_doitac_page ul h3 {
    color: #495677;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 26px;
    padding-top: 15px;
    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;
    position: relative;
}

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

.logo_doitac_page ul li, .logo_doitac_page 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;
}

.title_id {
    padding-left: 20px;
    line-height: 35px;
    color: #ED3237;
    font-size: 25px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

.title_id:after, .left_gt_video_home ul h3:after, .right_gt_video_home ul h3:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 9px;
    background: #0072bb;
    height: 35px;
    left: 0px;
    position: absolute;
    top: 1px;
    z-index: 2;
}

.logo_doitac ul:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.tintuc_box_home {
    padding: 30px 0;
    background: #fff;
}

.left_tt_home {
    float: left;
    width: 820px;
}

.left_tt_home ul li, .left_tt_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);
    -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);
}

.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .id_bds ul li img:hover, .project_home_id ul li img:hover, .list_pro_home ul li img:hover, .tintuc_page_id ul li img:hover, .doitac_id ul li img:hover, .sanpham_home_id ul li img:hover, .hinhanh_id ul li img:hover, .tintuc_home_id ul li img:hover, .list_sp_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.left_tt_home ul h3 a {
    display: block;
    padding: 15px 10px 10px 10px;
    color: #333;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .id_bds ul:hover h3, .hinhanh_id ul:hover h3, .tintuc_home_id ul h3 a:hover {
    color: #f32000;
}

.left_tt_home ul h4 {
    display: block;
    padding: 0 10px;
    color: #666;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
}

.left_tt_home ul h4 i, .right_tt_home ul h3 span i {
    padding-right: 5px;
}

.left_tt_home ul p {
    color: #666;
    line-height: 28px;
    padding: 5px 10px 15px 10px;
    text-align: justify;
}

.left_tt_home ul {
    float: left;
    margin: 0 10px;
    width: 390px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.right_tt_home {
    float: left;
    margin: 0 10px;
    width: 350px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.right_tt_home ul {
    margin-bottom: 10px;
}

.right_tt_home ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 150px;
    position: relative;
    overflow: hidden;
    display: block;
}

.right_tt_home 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);
}

.right_tt_home ul h3 {
    float: right;
    width: calc(100% - 150px);
    padding-left: 15px;
}

.right_tt_home ul h3 a {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
}

.right_tt_home ul h3 span {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    padding-top: 3px;
}

.homeabout ul {
    float: left;
    width: 45%;
    margin: 3% 1%;
}

.homeabout ul h3 {
    font-size: 35px;
    color: #0167a0;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    padding-left: 50px;
    letter-spacing: 1px;
}

.homeabout ul h3 span {
    font-size: 24px;
    color: #ED3237;
    line-height: 40px;
    text-transform: UPPERCASE;
    display: block;
    letter-spacing: 2px;
}

.homeabout ul h3:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #0167a0;
}

.homeabout ul p {
    position: relative;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #4b4f52;
    padding-left: 50px;
    text-align: justify;
}

.homeabout ul h4 a {
    float: left;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    padding: 0px 40px;
    font-size: 17px;
    border: double #ffffff 4px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #0167a0;
}

.homeabout ul h4 a:hover, .datban_home ul h3 a:hover {
    color: #fff;
    background: #ED3237;
}

.homeabout li {
    float: right;
    width: 50%;
    list-style: none;
    line-height: 0;
}

.homeabout li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.home2_box {
    background: #fff;
    padding: 30px 0;
}

.home3_box {
    padding: 30px 0;
}

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

.doitac_page ul li img, .doitac_page ul li {
    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);
    line-height: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.doitac_page ul h3 {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 12px;
    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;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.doitac_page ul:hover h3 {
    color: #005BAB;
}

.menu_left ul li a {
    display: block;
    text-align: left;
    padding: 10px 10px 10px 27px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    position: relative;
}

.menu_left ul li a i {
    position: absolute;
    left: 12px;
    top: 15px;
}

.menu_left ul li:hover a {
    background: #0167a0;
    color: #fff;
}

.menu_left ul li:hover {
    border: 1px solid #0167a0;
}

.showText.showText_lienhe a {
    color: #000;
}

.showText.showText_lienhe a:hover {
    color: #ED3237 ;
}

.menu_left.menu_left_thuonghieu ul li a {
    text-align: center;
    padding: 2px;
    line-height: 1;
}

.menu_left.menu_left_thuonghieu ul li:hover a {
    background: none
}

.menu_left.menu_left_thuonghieu ul li:hover {
    border: solid #ccc 1px
}

.menu_left.menu_left_thuonghieu ul li a img {
    margin: 0;
    padding: 0;
    height: 45px;
    max-width: 100%;
    width: auto;
    line-height: 0;
    display: inline-block;
}

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

.viewRight .desc li a {
    color: #000;
}

.viewRight .desc li a:hover {
    color: #ED3237;
}

.contact.contact_cart.contact_sp > h2, .buy_cart_list > h2 {
    padding-left: 20px;
    line-height: 50px !important;
    border-left: solid #ED3237 10px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    position: relative;
    background: #0167a0;
    margin-top: 10px;
    color: #fff !important;
    padding-bottom: 0 !important;
}

.dv-table-reposive button.pro_del {
    background: #dd1717;
}

.menu_left_thuonghieu ul ul li {
    border: none !important;
    border-top: 1px dotted #ccc !important;
    margin: 0;
    box-shadow: none;
    text-align: left;
}

.menu_left_thuonghieu ul ul {
    padding: 0 10px;
    display: none
}

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

.menu_left_thuonghieu ul ul li a {
    color: #333 !important ;
    position: relative;
    display: block;
    text-align: left !important;
    font-size: 15px;
    line-height: 24px !important;
    padding: 5px 10px 5px 20px !important;
}

.menu_left_thuonghieu ul ul li a i {
    position: absolute;
    left: 0;
    top: 10px;
}

.menu_left_thuonghieu ul ul li:hover {
    border: none !important;
    border-top: 1px dotted #ccc !important;
}

.menu_left_thuonghieu ul ul li:hover a {
    color: #ED3237 !important
}

.showText img.img_tich {
    display: inline-block;
    height: 11px;
    margin-right: 10px;
}

.dv-right-cart-button {
    display: inline-block;
    position: relative;
}

.quantity .minus, .quantity .plus {
    left: 58px;
    padding: 0
}

.quantity .h3, .quantity a {
    margin-left: 95px;
    white-space: nowrap;
}

.banner_2 li, .bannerMain_2, .banner_2, .banner_2 .caroufredsel_wrapper {
    height: auto !important
}

.banner_2 li img {
    width: 100% !important;
    height: auto !important
}

.dv-idvideo-youtube {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000;
    display: none
}

.dv-idvideo-youtube a.close_vdeo {
    background: url(../images/fotorama.png) no-repeat;
    width: 32px;
    height: 32px;
    top: 5px;
    right: 5px;
    background-position: -64px 0;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 9999999;
}

.dv-idvideo-youtube iframe {
    width: 100%;
    height: 100%;
}

.video_home {
    margin: 0 -10px;
}

.video_home ul {
    float: left;
    margin: 10px;
    width: calc(33.33% - 20px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 10px;
    padding-bottom: 0;
    border: solid #a7a7a7 1px;
}

.video_home ul li, .video_home ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    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);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}

.video_home ul h3 {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0;
    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;
    /* display: block; */
    line-height: 23px;
}

.video_home ul h3:hover {
    color: #0167a0;
}

.video_home ul li i {
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
    color: #000000b3;
}

.video_home ul:hover li i {
    opacity: 0.7;
    color: #ff0000;
}

.header {
    color: #333;
    background: #ec2028;
    padding: 8px 0;
}

.logo_top {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.dv-thuoctinh-hd a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #969696;
    line-height: 15px;
    float: left;
    padding-right: 12px;
    margin-right: 12px;
    margin-top: 4px;
}

.dv-thuoctinh-hd {
    display: inline-block;
    float: left;
}

.dv-thuoctinh-hd a:last-child {
    border: none;
    margin-right: 0;
}

.dv-menu-left {
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 25px;
    margin-right: 0px;
    background: #0177B9;
    position: relative;
    width: 250px;
}

.dv-top-right {
    display: inline-block;
    float: right;
    width: calc(100% - 270px);
    padding: 10px 0;
}

.menu {
    border-left: 0;
}

.menu > li:first-child a {
    border-left: 0;
}

.menu > li > ul {
    margin-top: 8px;
}

.dv-menu-left .dv-ul-menu {
    display: block;
}

.dv-ul-menu > ul {
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 0;
    top: 64px;
    list-style: none;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    padding-top: 10px;
    min-height: 355px;
}

.dv-ul-menu > ul ul {
    display: none;
    position: absolute;
    left: 100%;
    width: 942px;
    background: #fff;
    top: 0;
    min-height: calc(100% + 1px);
    border: 1px solid #ccc;
    padding: 20px;
    border-top: 0;
}

.dv-ul-menu > ul ul ul li {
    width: 100%;
    float: none;
    color: #333;
    list-style: none;
    text-transform: none;
}

.dv-ul-menu > ul > li i {
    position: absolute;
    top: 12px;
    color: #333;
    right: 12px;
}

.dv-ul-menu > ul ul ul {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    border: none;
    padding: 0px 10px;
}

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

.dv-ul-menu > ul li img {
    max-height: 20px;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 20px;
}

.dv-ul-menu > ul > li {
    padding: 0;
    list-style: none;
}

.dv-ul-menu > ul ul li a {
    display: block;
    padding-top: 5px;
}

.dv-thuonghieu-home li a {
    line-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.dv-thuonghieu-home li {
    list-style: none;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
    border: 1px solid #e0e0e0;
    padding: 0px;
    box-shadow: 3px 3px 8px #e8e8e8;
    border-radius: 5px;
}

.dv-thuonghieu-home li a img {
    max-width: 100%;
    max-height: 100%;
    max-height: 90px;
}

.dv-ul-menu > ul > li > a {
    display: block;
    padding: 6px 15px 6px 45px;
    position: relative;
    text-transform: none;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.dv-ul-menu > ul > li:hover > a > i, .dv-ul-menu > ul > li:hover > a {
    color: #ED3237;
}

.dv-ul-menu > ul > li:hover > a:before {
    background: #ED3237;
}

.dv-img-ngang-child a {
    display: inline-block;
    width: calc(100% / 3 - 24px);
    margin: 0 12px 10px;
    line-height: 0;
}

.dv-img-ngang-child {
    margin: 10px -12px;
}

.dv-img-ngang-child a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-homeabout-nd .dv-left {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-bottom: 12px;
}

.dv-homeabout-nd .dv-right > h3 {
    font-size: 28px;
    color: #0167a0;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 25px;
}

.dv-homeabout-nd .dv-right > h3:before {
    height: 3px;
    width: 25%;
    background: #0281b5;
    position: absolute;
    content: "";
    bottom: 0;
}

.dv-homeabout-nd .dv-right {
    width: 100%;
    float: left;
    padding-left: 0;
}

.dv-homeabout-nd .nd {
    font-size: 17px;
    line-height: 23px;
}

.dv-homeabout-nd .nd p {
    /* margin-bottom: 10px; */
}

.dv-homeabout-nd .dv-left iframe {
    width: 100%;
    height: 315px;
    margin-top: 8px;
}

.dv-tit-home {
    background: #0167a0;
    margin: 0 10px;
    width: calc(100% - 20px);
    color: #fff;
    border-left: 7px solid #ED3237;
}

.dv-tit-home h2 > a {
    font-size: 20px;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
}

.dv-tit-home .dv-tit-right {
    display: inline-block;
    float: right;
}

.dv-tit-right a {
    display: inline-block;
    color: #fff;
    padding: 0px 12px;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
}

.dv-tit-right a + a {
    border-left: 1px solid rgb(255 255 255 / 49%);
}

.dv-tit-home .dv-tit-right {
    display: inline-block;
    float: right;
    padding: 9px 10px 0 0;
}

.dv-thuonghieu-sph {
    padding: 6px 6px;
    width: calc(100% - 20px);
    background: #e8e8e8;
    text-align: right;
}

.dv-thuonghieu-sph a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 15px;
    line-height: 25px;
    color: #ed3237;
}

.dv-thuonghieu-sph a:hover {
    color: #0177B9;
}

.dv-danhmuc-home {
    margin-bottom: 10px;
}

.dv-sp-home {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dv-home-tintuc {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
    float: left;
    box-shadow: 0 1px 4px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 11%);
    padding: 12px;
}

.dv-boxtit {
    font-size: 24px;
    color: #0167a0;
    font-weight: 700;
    display: inline-block;
    line-height: 30px;
    width: calc(100% - 20px);
    text-align: left;
    margin-bottom: 10px;
    border-left: 7px solid #ED3237;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 15px;
}

.dv-boxtit a {
    font-weight: 400;
    font-size: 16px;
    color: #0167a0;
    float: right;
    display: inline-block;
}

.dv-boxtit a i {
    margin-left: 10px;
}

.dv-boxtit h2 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    line-height: 30px;
}

.dv-home-tintuc .dv-img {
    width: 36%;
    float: left;
}

.dv-home-tintuc .dv-img img {
    width: 100%;
    height: auto;
}

.dv-home-tintuc .dv-img a {
    display: block;
    line-height: 0;
}

.dv-home-tintuc .dv-ndtt {
    width: 64%;
    float: left;
    padding-left: 20px;
}

.dv-home-tintuc .dv-ndtt h3 a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 25px;
    margin-bottom: 5px;
}

.dv-home-tintuc .dv-ndtt p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 23px;
}

.box-video-home {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.box-video-home a {
    display: block;
    line-height: 0;
    position: relative;
}

.box-video-home a img {
    width: 100%;
    height: auto;
}

.box-video-home a i {
    color: #ec0505;
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.8;
}

.dv-box-video {
    padding: 0;
    margin: 0 0 40px;
}

.dv-tintuc-box-home {
    margin-bottom: 10px;
}

.bottom_id_copyright p {
    padding: 0;
}

.footer_top .ul_h2 {
    width: calc(34% - 80px);
    margin: 0 40px;
}

.footer_top ul.contact_footer {
    width: calc(66% - 320px);
}

.footer_top ul li a {
    color: rgb(255 255 255 / 71%);
    font-size: 15px;
    line-height: 23px;
    display: block;
    position: relative;
    padding-left: 20px;
}

.footer_top ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: rgb(255 255 255 / 71%);
    position: absolute;
    top: 8px;
    border-radius: 100px;
    left: 0;
}

.dv-ul-menu > ul ul.sub-2 > li {
    width: 30%;
    float: left;
    display: inline-block;
}

.dv-ul-menu > ul ul ul li {
    width: 100%;
    float: none;
}

.dv-ul-menu > ul ul ul li.pr {
    position: relative;
    margin-bottom: 4px;
    font-weight: 600;
    color: #0167a0;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: unset;
}

.dv-ul-menu.dv-ul-menu-child-on {
    display: none;
}

.dv-menu-left:hover .dv-ul-menu.dv-ul-menu-child-on {
    display: block;
}

.right_conten.right_conten_fullsp {
    width: 100%;
}

.right_conten_fullsp .pro_home_box {
    border: none;
    padding: 0;
    margin: 0 0 20px;
}

.dv-right-ctsp {
    width: 310px;
    float: right;
}

.dv-gr-boxsp > h3 {
    background-color: #0167a0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    padding: 2px 10px;
    font-weight: 400;
}

.dv-nd-ssp {
    background: #ff9800;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

.dv-nd-ssp li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin: 4px 0;
}

.dv-nd-ssp li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 7px;
    border-radius: 100px;
}

.dv-nd-ssp-bt {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px 20px;
}

.dv-nd-ssp-bt .dvtp i {
    margin-right: 5px;
}

.dv-nd-ssp-bt .dvtp {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    line-height: 22px;
}

.dv-nvv img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}

.dv-nvv .dv-rrr {
    width: calc(100% - 65px);
    float: right;
}

.dv-nvv .dv-rrr span {
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.dv-nvv .dv-rrr b {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}

.dv-nvv .dv-rrr a {
    font-size: 20px;
    color: #ec2028;
    line-height: 25px;
    display: block;
    font-weight: bold;
}

.dv-nvv {
    /* border-top: 1px dashed #dcdcdc; */
    /* padding: 10px 0 0; */
    /* margin-top: 10px; */
}

.dv-nvv .dv-rrr a i {
    margin-right: 5px
}

.dv-left-chitietps {
    max-width: 100%;
    float: left;
    width: 1180px;
    padding: 0 10px;
}

.dv-right-tskt {
    width: 350px;
    float: left;
}

.dv-right-tskt .showText {
    font-size: 15px;
    line-height: 24px;
}

.dv-right-tskt > h2 {
    background-color: #0167a0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    padding: 2px 10px;
    font-weight: 400;
    margin-bottom: 10px;
}

.dv-right-tskt .showText td, .dv-right-tskt .showText th {
    border-color: #ddd;
}

.dv-left-chitietps > h3 {
    /* border-bottom: 1px solid #0167a0; */
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    padding: 0;
    font-weight: 500;
    /* margin-bottom: 15px; */
    padding: 5px 0;
}

.pro_home_id.pro_home_id_2.no_box.flex ul {
    width: calc(100% / 4 - 20px);
}

.dv-hdmuahang-home {
    background: #efefef;
}

.dv-hdmuahang-home ul {
    list-style: none;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.dv-hdmuahang-home ul img {
    width: 40px !important;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.dv-hdmuahang-home ul a {
    padding: 15px 0;
}

.dv-hdmuahang-home ul a u {
    display: block;
    width: calc(100% - 50px);
    float: right;
    padding-left: 0;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 600;
}

.dv-hdmuahang.no_box {
    padding: 10px 0;
}

.dv-hdmuahang-home ul h3 {
    display: block;
    width: calc(100% - 50px);
    float: left;
    padding-left: 0;
    font-weight: bold;
    color: #0167a0;
    font-size: 14px;
    line-height: 26px;
}

.bannerMain, .banner li {
    height: 345px
}

.banner li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-loggo {
    background: #fff;
    padding: 2px 0;
}

.dv-ul-menu > ul > li {
    background: #fff;
}

.dv-ul-menu > ul > li:nth-child(n+10) {
    display: none;
}

.dv-ul-menu > ul:hover > li:nth-child(n+10) {
    display: block;
}

.dv-ndkhac-home {
    padding: 10px 0px 0px;
}

.dv-ndkhac-home h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 5px
}

.dv-ndkhac-home h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

.dv-mangxh-foot a img {
    height: 40px;
    background: #fff;
    border-radius: 6px;
}

.dv-mangxh-foot a {
    display: inline-block;
    margin: 10px 0 0 10px;
    line-height: 0;
    float: right;
}

.dv-mangxh-foot {
    padding: 0 0;
}

.dv-ul-menu > ul > li + li {
    border-top: 1px dotted #ccc;
}

.dv-ul-menu > ul ul ul li + li {
    /* border-top: 1px dotted #ccc; */
    margin-top: 4px;
}

.dv-hdd-left {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.dv-hdd-right {
    display: inline-block;
    float: right;
    font-size: 15px;
}

.dv-hdd-right > li {
    list-style: none;
    display: inline-block;
    float: left;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.dv-hdd-right > li i {
    margin-right: 5px;
}

.dv-hdd-right > li + li {
    padding-left: 12px;
    margin-left: 12px;
}

.dv-hdd-right > li + li:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 3px;
}

.dv-bannerMain .placeNav {
    top: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: -24px;
}

.dv-bannerMain .placeNav.prev1 {
    left: 15px;
}

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

.dv-bannerMain:hover .placeNav {
    opacity: 1
}

.dv-bannerMain .placeNav i {
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    top: 0;
    display: block;
}

.pro_home_id.flex.no_box ul {
    width: calc(100% / 5 - 20px);
}

.menu_left.menu_left_thuonghieu li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px 12px;
    display: inline-block;
}

.menu_left.menu_left_thuonghieu ul ul {
    display: none !important;
}

.menu_left.menu_left_thuonghieu ul {
    width: calc(100% + 10px);
    margin: 10px -5px;
}

.nums li {
    display: inline-block;
    float: left;
}

.nums ul {
    display: inline-block;
}

.showText table {
    max-width: 100%;
}

ul.ul_list_left_2 {
    padding: 15px 0 7px 28px;
    display: none;
}

.menu_left ul li.actii + ul {
    display: block;
}

ul.ul_list_left_2 li {
    border: none !important;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
}

ul.ul_list_left_2 li a {
    display: block;
    line-height: 25px;
    padding: 0;
    background: none !important;
    color: #333 !important;
    padding-left: 15px !important;
}

ul.ul_list_left_2 li + li {
    padding-top: 5px !important;
    border-top: 1px dashed #ccc !important;
    margin-top: 5px !important;
}

ul.ul_list_left_2 li a:hover ,ul.ul_list_left_2 li.actii > a {
    color: #ed3237 !important;
}

ul.ul_list_left_2 li a i {
    top: 5px !important;
    left: 0 !important;
}

.logo_top {
    margin-left: 50px;
}

.company_time ul li img {
    height: 20px;
    position: absolute;
    margin: 0;
    width: 20px;
    left: -28px;
    top: 3px;
}

.company_time ul li {
    position: relative;
}

.menu_left.menu_left_thuonghieu ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu_left.menu_left_thuonghieu ul li a {
    height: 50px;
}

.dv-hdd-right li:first-child, .dv-hdd-right li:first-child a {
    color: #fff;
}

.pro_home_id ul p {
    display: none;
}

.limit-row-2, .limit-row-2 p {
    max-height: 50px;
    -webkit-line-clamp: 2;
    line-height: 25px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

li.imgright {
    list-style: none;
    display: flex;
    float: right;
    padding: 15px 0;
    height: 60px;
    align-items: center;
}

li.imgright img {
    max-height: 100%;
    height: auto;
    max-width: 250px;
}

li.imgright a {
    display: inline-block;
    line-height: 0;
    padding: 0;
    height: 60px;
}

.dv-homeabout {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 15px;
    float: left;
}

.dv-homeabout .titBox.left {
    text-align: left;
    width: 100%;
    position: relative;
}

.dv-homeabout .titBox.left:after {
    right: auto;
    left: 0;
    margin: 0 !important;
    height: 3px;
}

.dv-homeabout .titBox .tit_2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}

.dv-homeabout-nd .nd {
    font-size: 14px;
    line-height: 24px;
}

.dv-homeabout-nd .nd p {
    margin-bottom: 10px;
}

.link_page h3 {
    display: none;
}

.link_page {
    padding-top: 5px;
    padding-bottom: 12px;
}

.bottom_id_copyright p + p {
    display: none;
}

.footer_top ul.face_bottom, .footer_top .ul_h2 {
    width: calc(25% - 20px);
    margin: 0 10px;
    overflow: hidden;
}

.footer_top ul.contact_footer {
    width: calc(50% - 20px);
    margin: 0 10px;
    overflow: hidden;
}

.footer_top ul.contact_footer li {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
}

ul.face_bottom iframe {
    width: 100% !important;
}

.logo_top a h1, .logo_top a p {
    font-size: 25px;
    padding-left: 50px;
    max-width: 750px;
}

.dv-img-banner img {
    width: 100%;
    height: auto;
    line-height: 0;
}

.dv-img-banner {
    line-height: 0;
    margin-bottom: 15px;
}

.dv-timkiem-dl label {
    width: calc(50% - 16px);
    float: left;
    margin: 0 8px 16px;
}

.dv-timkiem-dl label p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 7px;
}

.dv-timkiem-dl label select {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 7px;
    color: #0167a0;
    border-radius: 5px;
}

.dv-timkiem-dl {
    margin: 0 -8px;
}

.dv-ds-daily .dv-ds-daily-list > li {
    list-style: none;
    width: 32%;
    float: left;
    line-height: 0
}

.dv-ds-daily .dv-ds-daily-list > li img {
    width: 100%;
    height: auto;
}

.dv-ds-daily .dv-ds-daily-list > ul {
    width: 68%;
    float: left;
    padding-left: 15px;
}

.dv-ds-daily .dv-ds-daily-list > ul h3 {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 28px;
}

.dv-ds-daily .dv-ds-daily-list > ul .showText p {
    margin-bottom: 0;
    padding: 0 0 5px;
}

.dv-ds-daily .dv-ds-daily-list > ul .showText {
    font-size: 15px;
    line-height: 25px;
}

.dv-ds-daily-list {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #d8d8d8;
}

.limit-show {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.seemore {
    width: 100%;
    float: left;
    text-align: right;
    color: #0167a0;
}

.title-footer {
    width: 100%;
    padding: 0 15px 7px 15px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 7px;
    position: relative;
    line-height: 30px;
}

.dv-right-tskt table tbody tr td:first-child {
    width: 40%;
}

.dv-right-tskt table tbody tr td {
    padding: 7.5px;
}

.cloudzoom-blank > div:nth-of-type(3) {
    display: none!important;
}

.cloudzoom-lens {
    cursor: pointer;
}

.masp {
    display: block!important;
    font-weight: bold;
}

.dmd-phone-sp {
    position: relative;
    background-color: transparent;
    width: 120px;
    height: 120px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}

.dmd-ph-img-circle-sp {
    width: 40px;
    height: 40px;
    position: absolute;
    background: rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-background-size: 80%;
    background-size: 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    /* -webkit-animation: dmd-circle-img-anim 1s infinite ease-in-out; */
    -moz-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -o-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    /* animation: dmd-circle-img-anim 1s infinite ease-in-out; */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #f00;
}

.dv-right-tskt .dv-table-reposive-n {
    height: 315px;
    overflow: scroll;
}

.dv-ul-menu > ul ul.sub-2 > li:first-of-type {
    width: 20%;
}

.menu_new {
    list-style: none;
}

.menu_new .menu_new_li {
    display: inline-block;
    padding: 5px 5px;
}

.menu_new .menu_new_li h3 {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}

.menu_new .menu_new_li h3 i, .dv-mota-show a i {
    padding-right: 5px;
}

.menu_new_li ul li, .dv-mota-show .check_id > ul a {
    padding: 5px;
    margin: 5px 10px;
    float: left;
    list-style: none;
    text-align: left;
    font-size: 14px;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.dv-mota-show .check_id {
    border-bottom: unset;
    margin-bottom: 0;
}

.menu_new_li ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dv-mota-show {
    position: absolute;
    width: 38%;
    background: #fff;
    border: 1px solid #a7a7a7;
    opacity: 1;
    visibility: initial;
    z-index: 1;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    /* box-shadow: -1px 0px 5px 0px rgb(163 163 163); */
    justify-content: center;
    display: none;
    left: 26%;
    float: left;
    border-radius: 5px;
}

/*.menu_left_thuonghieu{display: none;}*/
.top_menu.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0!important;
}

.top_menu.fixed .dv-ul-menu > ul {
    display: none;
}

.top_menu.fixed .dv-menu-left:hover .dv-ul-menu > ul {
    display: block;
}

.dv-tit-home h2 {
    display: inline-block;
}

.menu_new_li.menu_thuonghieu ul li {
    width: calc(100% / 4 - 20px);
    height: 37px;
}

.menu_new .menu_new_li:first-of-type {
    padding-left: 10px;
}

#back-top a i {
    font-size: 25px;
}

.limit-show-category {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.menu_new > h3 {
    display: none;
}

figure img {
    max-width: 100%;
}

.left_conten_sp .menu_left > ul > li:last-of-type > a, .dv-ul-menu > ul:hover > li:last-of-type > a {
    font-weight: 600;
}

.gh {
    float: right;
    display: none;
}

.gh i {
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    padding-right: 5px;
}

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

    .lang_top img {
        height: 26px;
        border: solid #fff 2px;
    }

    .lang_top {
        margin-right: 0;
    }

    .company_time {
        float: right;
        padding: 24px 0px;
    }

    .company_time ul li {
        font-size: 14px;
    }

    .menu > li > a {
        padding: 10px 15px;
    }

    .dv-ndkhac-home-chil {
        padding: 0 10px;
    }

    .dv-img-ngang-child {
        margin: 10px 0;
    }

    .dv-menu-left {
        margin-left: 10px;
    }

    .dv-bannerMain {
        width: calc(100% - 290px);
    }

    .logo_top {
        margin-left: 10px;
    }

    .pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
        width: 18px;
        height: 18px;
        border: solid #fff 3px;
    }

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

    .menu > li > ul > li > a {
        line-height: 35px;
        font-size: 14px;
    }

    .footer_top ul h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .sharelink a img {
        border: solid #fff 2px;
        height: 35px;
    }

    .sharelink {
        height: 40px;
    }

    .left_conten {
        width: 240px;
    }

    .right_conten {
        float: right;
        width: calc(100% - 280px);
        margin-right: 10px;
    }

    .pro_home_id.pro_home_id_3 ul {
        width: 100% !important;
    }

    .box_km ul h3 {
        width: calc(100% - 85px);
    }

    .tin_left ul li {
        width: 85px;
    }

    .tin_left ul h4 {
        width: calc(100% - 100px);
        font-size: 14px;
    }

    .box_km ul h3 a {
        font-size: 14px;
    }

    .box_km ul h4 {
        font-size: 16px;
    }

    .box_km ul h4 span.gia_km {
        font-size: 14px;
    }

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

    div .viewLeft {
        width: 45%;
    }

    div .viewRight {
        width: calc(55% - 20px);
        margin: 0px 0;
    }

    div #bridal_images {
        width: 100%;
        height: auto;
    }

    div .viewLeft {
        width: calc(35% );
        ; }

    .right_conten.right_conten_fullsp {
        width: 100%;
        margin: 0;
        padding: 0 10px
    }

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

    .dv-right-ctsp {
        width: calc(30%);
        float: right;
    }

    .dv-right-tskt {
        width: 300px;
        float: right;
    }

    .dv-left-chitietps {
        width: calc(100% - 330px);
        float: left;
    }

    .right_conten_fullsp .pro_home_box {
        margin: 0 10px 20px;
    }

    .logo_top a h1, .logo_top a p {
        font-size: 22px;
        padding-left: 15px;
    }

    .dv-cont-hd {
        padding: 0 10px;
    }

    .timkiem_top {
        width: 195px;
    }

    .pro_home_id.flex.no_box ul {
        width: calc(100% / 4 - 20px);
    }

    .menu_new > h3 {
        text-align: left;
        color: #0167a0;
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }
}

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

    .mn-mobile {
        display: block;
        float: right;
        margin: 0;
        position: absolute;
        top: auto;
        padding: 3px 10px;
        border-radius: 6px;
        left: 0;
        bottom: 0;
    }

    a.a_trangchu_mb {
        display: none;
        position: absolute;
        left: 10px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 4px 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: #0167a0 !important;
        height: 38px;
        line-height: 18px;
    }

    .mn-mobile span {
        width: 30px;
        height: 3px;
        background: #ffffff;
        border-radius: 100px;
        display: block;
        margin: 6px 0;
    }

    ul.menu.no_box {
        display: none;
    }

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

    .dv-bannerMain {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .bannerMain, .banner li {
        height: auto;
        max-height: 300px;
    }

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

    div .viewLeft {
        width: 45%;
    }

    div .viewRight {
        width: calc(55% - 20px);
        margin: 0 0 0 20px;
    }

    .top_menu {
        position: initial;
        width: 100%;
        float: left;
        padding: 0px;
        height: 40px;
    }

    .dv-danhmuc-mb {
        display: block !important;
    }

    .timkiem_top {
        float: right;
        margin-top: 5px;
        margin-right: 10px;
        width: 200px;
        position: relative;
    }

    .dv-danhmuc-mb-nd a {
        width: calc(100% / 3 - 20px);
        float: left;
        border: 1px solid #ccc;
        margin: 0 10px 20px;
        border-radius: 6px;
        padding: 10px 11px;
        font-weight: 500;
        color: #0167a0;
        font-size: 15px;
        line-height: 23px;
        position: relative;
        padding-left: 40px;
    }

    .dv-danhmuc-mb-nd a img {
        height: 20px;
        margin-right: 10px;
        float: left;
        top: 12px;
        position: absolute;
        left: 10px;
    }

    .input_search {
        padding: 0px 10px;
        height: 28px;
        width: 100%;
        background: none;
        border: none;
        font-size: 12px;
    }

    .search a {
        height: 28px;
        background: #fff url(../images/icon-search.png) no-repeat center center;
        float: right;
        border-left: 0px;
        margin-right: 5px;
        position: absolute;
        right: 0px;
        border-radius: 0 100px 100px 0;
    }

    .logo_top li img {
        height: 65px;
    }

    .logo_top {
        top: 10px;
    }

    .box_menu {
        position: relative;
        float: left;
        top: 0 !important;
        background: #0167a0;
        width: 100%
    }

    .top_menu .pagewrap {
        position: initial;
    }

    ul.pagiBanner {
        bottom: 10px;
    }

    .homeabout ul h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .homeabout ul h3 span {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .homeabout ul p {
        font-size: 15px;
        line-height: 26px;
        padding-left: 25px;
        text-align: justify;
    }

    .homeabout ul h3:before {
        width: 15px;
    }

    .homeabout ul h3 {
        font-size: 25px;
        line-height: 30px;
        padding-left: 25px;
    }

    .homeabout ul h4 a {
        float: left;
        margin-left: 25px;
        padding: 0px 26px;
        font-size: 15px;
        line-height: 34px;
        margin-top: 20px;
    }

    .pro_home_id ul h4 {
        color: #ED3237;
        font-weight: normal;
        font-size: 16px;
        padding: 0 10px;
        line-height: 30px;
    }

    .pro_home_id ul h4 span.gia_km {
        font-size: 14px;
    }

    .pro_home_id ul p {
        font-size: 14px;
        line-height: 25px;
    }

    .box_menu.fixed {
        position: relative;
    }

    .titBox .sub_2 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 27px;
    }

    .title_id {
        padding-left: 15px;
        line-height: 30px;
        font-size: 22px;
    }

    .title_id:after, .left_gt_video_home ul h3:after, .right_gt_video_home ul h3:after {
        width: 7px;
        height: 30px;
        left: 0px;
        top: 1px;
        z-index: 2;
    }

    .footer_top ul.contact_footer {
        width: calc(100% / 2 - 20px);
        margin-bottom: 10px
    }

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

    .footer_top ul.face_bottom, .footer_top ul {
        width: calc(50% - 20px);
        overflow: hidden;
        margin-top: 15px;
    }

    .menu_left h3, .title_tin_id h3 {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
    }

    .menu_left ul li a {
        padding: 7px 10px 7px 25px;
        font-size: 15px;
    }

    .title_id_home ul h3 {
        font-size: 16px;
    }

    .title_id_home {
        padding-left: 15px;
        line-height: 25px;
        border-left: solid #ED3237 8px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px 10px 10px 15px;
    }

    .left_conten {
        padding: 10px;
    }

    .pro_home_box .padding_pagewrap {
        padding: 0;
    }

    .showText {
        font-size: 15px;
        line-height: 26px;
    }

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

    .banner_2 li img {
        width: 100% !important;
        height: auto !important
    }

    .banner_2 li, .banner_2, .bannerMain_2 ,.banner_2 .caroufredsel_wrapper {
        height: auto !important
    }

    .banner_2 li + li img {
        display: none
    }

    .caroufredsel_wrapper .banner_2 li + li img {
        display: block
    }

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

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

    .titleView {
        padding: 0px 0 15px 0;
        margin-bottom: 10px;
    }

    .viewRight h6 {
        font-size: 20px;
        color: #ED3237;
        line-height: 23px;
        font-weight: 500;
        margin-bottom: 5px;
        padding-left: 0;
    }

    .viewRight h6 span.gia_km {
        font-size: 16px;
    }

    .gia_sp_mota, .viewRight .desc {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .quantity p {
        padding: 0;
        font-size: 16px;
    }

    .quantity label {
        font-size: 16px;
    }

    .quantity .h3, .quantity a {
        cursor: pointer;
        position: relative;
        height: 50px;
        line-height: 52px;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 10px 0 30px;
        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);
    }

    .quantity .h3:before, .quantity a:before {
        background-size: 20px;
        width: 20px;
        height: 16px;
        top: 17px;
        left: 6px;
    }

    .dv-menu-left.no_box {
        display: none;
    }

    .pro_home_id.pro_home_id_2.no_box.flex ul {
        width: calc(100% / 3 - 20px);
    }

    .pro_home_id.pro_home_id_2.no_box.flex {
        margin: 0 -10px;
    }

    .dv-hdd-right > li {
        display: none;
    }

    .dv-hdd-left {
        max-width: calc(100% - 77px);
        width: 100%;
    }

    .logo_top {
        width: calc(100% - 280px);
    }

    .company_time {
        float: right;
        padding: 24px 0px;
    }

    .logo_top a h1,.logo_top a p {
        font-size: 20px;
        padding-left: 15px;
        line-height: 28px;
    }

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

    .dv-top-right {
        padding: 0;
    }

    .menu_new .menu_new_li:first-of-type {
        padding-left: 0;
    }
}

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

    .homeabout ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .homeabout ul h3 {
        font-size: 23px;
        line-height: 30px;
        padding-left: 0;
    }

    .homeabout ul h3 span {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .homeabout ul h3:before {
        display: none
    }

    .homeabout ul p {
        font-size: 14px;
        line-height: 26px;
        padding-left: 0;
        text-align: justify;
        margin-top: 5px;
    }

    .homeabout ul h4 a {
        float: left;
        margin-left: 0;
        padding: 0px 24px;
        font-size: 14px;
        line-height: 32px;
        margin-top: 10px;
    }

    .homeabout li {
        float: right;
        width: 100%;
        list-style: none;
        line-height: 1;
        padding: 10px 0 0;
    }

    .footer_top ul h3 {
        font-size: 18px;
        line-height: 28px;
    }

    ul.contact_footer {
        font-size: 14px;
        line-height: 25px;
    }

    ul.contact_footer p {
        margin-bottom: 5px;
    }

    .footer_top ul li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 25px;
    }

    .bottom_id_copyright p {
        font-size: 14px;
        padding: 0 10px;
        line-height: 25px;
    }

    .sharelink a img {
        height: 33px;
        margin-right: 5px;
    }

    #back-top a {
        display: block;
        width: 34px;
        line-height: 34px;
        font-size: 14px;
    }

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

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

    .link_page h3 {
        font-size: 20px;
        line-height: 26px;
    }

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

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

    .map_cotact iframe {
        height: 250px;
    }

    .formBox li input, .formBox li textarea {
        font-size: 13px;
    }

    .doitac_page ul h3 {
        font-size: 14px;
        line-height: 23px;
    }

    .title_id_home ul li {
        font-size: 14px;
    }

    .page_conten_page {
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    div .quantity .plus {
        bottom: 27px;
        left: 55px;
    }

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

    .quantity .h3, .quantity a {
        margin-left: 90px !important;
    }

    .viewRight div#sharelink {
        padding-top: 0;
        border: none;
        overflow: hidden;
        height: 20px;
    }

    a.addthis_button_facebook_like * {
        padding: 0 !important;
        margin: 0 !important;
    }

    .addthis_toolbox.addthis_default_style {
        position: relative;
    }

    .addthis_button_facebook_like .fb_iframe_widget {
        line-height: 1 !important;
    }

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

    .fb_iframe_widget span {
        vertical-align: unset !important;
    }

    .dv-thuonghieu-home li {
        width: calc(100% / 4 - 14px);
        margin: 0 7px 14px;
    }

    .dv-danhmuc-mb-nd a {
        width: calc(100% / 3 - 14px);
        float: left;
        margin: 0 7px 14px;
    }

    .dv-thuonghieu-home.flex.no_box, .dv-danhmuc-mb-nd.flex {
        padding: 0 3px;
    }

    .dv-homeabout-nd .dv-left {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .dv-homeabout-nd .dv-right {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 10px;
    }

    .dv-homeabout-nd .dv-right > h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .dv-tit-home .dv-tit-right {
        display: none;
    }

    .dv-homeabout-nd {
        padding: 0px 10px 20px;
    }

    .dv-home-tintuc .dv-ndtt h3 a {
        font-size: 15px;
        line-height: 24px;
    }

    .dv-home-tintuc {
        width: calc(100% / 1 - 20px);
        margin: 0 10px 15px;
        float: left;
    }

    .dv-boxtit {
        font-size: 22px;
    }

    .company_time {
        width: calc(100% - 100px);
        padding: 0 0 10px;
        text-align: right;
    }

    .company_time ul li {
        font-size: 15px;
        margin-left: 0;
    }

    li.li-cart-hd span.is_num_cart {
        top: 0;
    }

    .container {
        font-size: 15px;
        line-height: 25px;
    }

    div .viewLeft {
        width: 100%;
    }

    div .viewRight {
        width: 100%;
        margin: 20px 0 0;
    }

    .dv-left-chitietps {
        width: calc(100% - 0px);
        float: left;
    }

    .dv-right-tskt {
        width: 100%;
        float: right;
        margin-top: 10px;
    }

    .dv-ndkhac-home h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .dv-ndkhac-home h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .nums a {
        font-size: 14px;
        display: block;
        cursor: pointer;
        margin: 0 2px 0;
        padding: 5px;
        line-height: 23px;
        height: 32px;
        width: 32px;
    }

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

    .dv-hdd-right > li + li {
        display: none;
    }

    .bannerMain_2 {
        display: none;
    }

    .menu_left {
        display: none;
    }

    .is_hide_mb_2 {
        display: inline-block;
        float: left;
        margin: 0 6px 10px;
        padding-bottom: 10px;
        width: calc(100% / 3 - 13px);
    }

    /*.menu_left.menu_left_thuonghieu li { width: calc(100% / 3 - 10px); }*/
    .left_conten.left_conten_sp {
        padding: 0;
        border: none;
    }

    /*.menu_left.menu_left_thuonghieu.is_hide_mb_2 { margin: 0; width: 100%; }*/
    .check_id.is_hide_mb_2 ul {
        display: none;
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 200px;
        padding: 10px 10px 0;
        border-radius: 10px;
        border: 1px solid #dcdcdc;
        margin-top: 6px;
    }

    .dv-grtn-2 {
        margin: 5px -6px 0;
    }

    .check_id.is_hide_mb_2:hover ul {
        display: block;
    }

    .check_id.is_hide_mb_2 ul {
        display: none;
    }

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

    .check_id.is_hide_mb_2 > h3 {
        position: relative;
        font-size: 15px;
        border: 1px solid #cecece;
        text-align: left;
        margin: 0;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
        box-shadow: 3px 3px 7px #ccc;
        cursor: pointer;
        padding: 0 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .check_id.is_hide_mb_2 > h3:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f0d7";
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .right_conten_ajax .pro_home_box {
        border: none;
        padding: 0;
        margin: 10px 0px;
    }

    .dv-tit-hinde {
        display: inline-block !important;
        font-size: 17px;
        color: #0167a0;
        font-weight: 600;
        padding: 0 10px 12px;
    }

    .pro_home_id.flex.no_box ul {
        width: calc(100% / 2 - 20px);
    }

    .logo_top img {
        padding: 8px 0 8px 0;
        height: 70px;
    }

    .company_time ul {
        display: inline-block;
        float: right;
    }

    li.imgright {
        display: none;
    }

    .dv-mota-show {
        left: 0;
        width: calc(100% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .right_conten_ajax .pro_home_box {
        border: none;
        margin: 10px 0px;
        overflow: hidden;
    }

    li.li-cart-hd {
        margin-right: 0 !important;
    }

    .is_hide_mb_2 {
        width: calc(100% / 2 - 13px);
    }

    /*.menu_left.menu_left_thuonghieu li { width: calc(100% / 2 - 10px); }*/
    .pro_home_id.flex.no_box ul, .pro_home_id ul {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .pro_home_id.flex.no_box, .pro_home_id.flex {
        padding: 0 5px;
    }

    .logo_top {
        top: 0px;
        left: 10px;
        margin: 0;
        text-align: left;
        padding: 0;
        display: inline-block;
        position: relative;
    }

    .dv-boxtit a {
        font-size: 14px;
    }

    .company_time {
        width: calc(100% - 0px);
        padding: 0 10px 7px;
        text-align: center;
    }

    .logo_top a h1, .logo_top a p {
        font-size: 15px;
        padding-left: 10px;
        line-height: 23px;
    }

    .dv-thuonghieu-home.flex.no_box {
        margin: 0
    }

    .dv-home-tintuc .dv-ndtt h3 a {
        font-size: 15px;
        line-height: 24px;
    }

    .company_time ul li {
        float: none;
        font-size: 15px;
        display: inline-block;
        line-height: 20px;
    }

    .company_time ul {
        display: inline-block;
        margin: 0 auto;
        width: auto;
        line-height: 22px;
    }

    .lang_top {
        right: 51px;
        top: 8px;
        z-index: 99;
    }

    .titBox .tit_2 {
        font-size: 20px;
        line-height: 26px;
    }

    .titBox:after {
        height: 3px;
    }

    .pro_home_id ul h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .pro_home_id.pro_home_id_slider.no_box ul {
        width: calc(100% - 10px);
        margin: 0 5px 0;
    }

    .pro_home_id.pro_home_id_slider.no_box {
        padding: 0 5px;
    }

    .pro_home_id ul h4 {
        font-size: 15px;
        padding: 0 10px;
        line-height: 22px;
    }

    .pro_home_id ul h4 span.gia_km {
        font-size: 13px;
    }

    .footer_top ul.contact_footer {
        width: calc(100% - 20px);
    }

    .footer_top ul.face_bottom, .footer_top ul {
        width: calc(100% - 20px);
        overflow: hidden;
        margin-top: 10px;
    }

    .footer_top ul h3 {
        font-size: 16px;
        line-height: 26px;
    }

    div .logo_doitac ul {
        width: calc(100% - 10px);
        margin: 0 5px 5px;
    }

    .logo_doitac.logo_doitac_slider.no_box {
        padding: 0 5px;
    }

    .home1_box {
        padding: 10px 0;
    }

    ul.pagiBanner {
        bottom: 5px;
    }

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

    .pro_home_box .pro_home_id.flex {
        padding: 0;
    }

    div .viewLeft {
        width: 100%;
    }

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

    .quantity .h3, .quantity a {
        margin-left: 150px;
    }

    .contact.contact_cart.contact_sp > h2, .buy_cart_list > h2 {
        padding-left: 10px;
        line-height: 26px !important;
        margin-bottom: 10px;
        padding: 7px 0 7px 10px !important;
    }

    .pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
        width: 15px;
        height: 15px;
        border: solid #fff 2px;
    }

    .pro_home_box {
        padding: 5px;
    }

    .title_id_home {
        margin: 5px;
    }

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

    .dv-thuonghieu-home li {
        width: calc(100% / 3 - 10px);
        margin: 0 5px 10px;
    }

    .dv-danhmuc-mb-nd a {
        width: calc(100% / 2 - 14px);
        float: left;
        margin: 0 7px 10px;
        font-size: 14px;
        padding: 5px 10px;
    }

    .dv-danhmuc-mb-nd a img {
        display: none;
    }

    .dv-img-ngang-child.flex {
        display: none;
    }

    .dv-homeabout-nd .dv-left iframe {
        width: 100%;
        height: 240px;
        margin-top: 0;
    }

    .dv-thuonghieu-sph {
        display: none;
    }

    .dv-homeabout-nd .dv-right > h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .dv-home-tintuc .dv-ndtt {
        width: 65%;
        float: left;
        padding-left: 12px;
    }

    .dv-home-tintuc .dv-img {
        width: 35%;
        float: left;
    }

    .footer_top .ul_h2 {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .pro_home_id.pro_home_id_2.no_box.flex {
        margin: 0;
    }

    .pro_home_id.pro_home_id_2.no_box.flex ul {
        width: calc(100% / 2 - 10px);
    }

    .check_id h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .dv-timkiem-dl label {
        width: calc(100% - 16px);
        float: left;
        margin: 0 8px 10px;
    }

    .dv-ds-daily .dv-ds-daily-list > li {
        width: 100%;
        padding: 0 5px 10px;
    }

    .dv-ds-daily .dv-ds-daily-list > ul {
        width: 100%;
        float: left;
        padding: 0 5px;
    }

    .dv-table-reposive-n table {
        width: 100% !important;
        max-width: 100%;
    }

    .footer_top ul.contact_footer li {
        width: 100%;
        margin: 0;
    }

    .title-footer {
        padding: 0 10px;
    }

    .dv-mangxh-foot {
        max-width: 280px;
        float: left;
        width: 100%;
    }

    .bottom_id_copyright p {
        font-size: 13px;
    }

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

    .dv-hdd-left {
        font-size: 15px;
    }

    .limit-show {
        white-space: nowrap;
    }

    .menu_left ul li {
        border-radius: 10px;
        box-shadow: unset;
    }

    .menu_new .menu_new_li {
        width: calc(100% /2 - 20px);
        margin: 5px 10px;
        padding: 0;
        float: left;
    }

    .menu_new .menu_new_li h3 {
        width: 100%;
    }

    .limit-show-category {
        -webkit-box-orient: initial;
    }

    .page_conten_page {
        padding-top: 0;
        padding-bottom: 0;
    }
}
