@charset "utf-8"; 
body {
    margin: 0px auto;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Roboto', 'Arial', serif;
    font-weight: normal;
    color: #2f2f2f;
    overflow-x: hidden;
    background: #f3f8fa;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

table {
    width: 100%;
}

table th {
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.clr {
    clear: both;
}

a {
    color: #0374ba;
}

.showText a {
    font-weight: 600;
}

a:hover {
    color: #0987d5;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.showText iframe, .showText img {
    max-width: 100%;
    margin: 10px 0;
}

.showText img {
    height: auto;
}

img {
    border: 0;
}

::selection {
    background-color: #0374ba;
    color: #fff;
}

::-webkit-selection {
    background-color: #0374ba;
    color: #fff;
}

-webkit-::selection {
    background-color: #0374ba;
    color: #fff;
}

::-moz-selection {
    background-color: #0374ba;
    color: #fff;
}

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

.dv-ul-menu.dv-ul-menu-child, .dv-ul-menu {
    opacity: 0;
    z-index: -1;
}

.dv-ul-menu {
    position: absolute;
    width: 100%;
    margin-top: 0;
    border-top: none;
    background: #fff;
    border: 1px solid #ebebeb;
    visibility: hidden;
    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);
    display: block;
}

.dv-nut-menu {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    background: #068cde;
    text-align: left;
    padding-left: 45px;
    letter-spacing: 0px;
    width: 250px;
    height: 50px;
}

.dv-nut-menu>i.fa-bars {
    background: #068cde;
    color: #fff;
    padding: 16px;
    position: absolute;
    left: 0;
    font-weight: 400;
    height: 50px;
    overflow: hidden;
}

.dv-menu-left {
    float: left;
    position: relative;
    margin: 0;
    margin-right: 0;
}

.dv-menu-left:hover .dv-ul-menu.dv-ul-menu-child, .dv-menu-left:hover .dv-ul-menu {
    opacity: 1;
    z-index: 999;
    overflow: inherit;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.dv-ul-menu ul li {
    -webkit-box-shadow: inset 0px 1px 0px 0px #eee;
    -moz-box-shadow: inset 0px 1px 0px 0px #eee;
    box-shadow: none;
    padding: 0;
}

.dv-ul-menu ul, .dv-ul-menu li {
    list-style: none;
}

.vertical-menu-item {
    display: block;
    border-top: 1px solid #ebebeb;
}

.dv-ul-menu ul li a {
    text-decoration: none;
    color: #4c4c4c;
    display: block;
    line-height: 1.5;
    text-transform: capitalize;
    position: relative;
}

.dv-ul-menu .vertical-menu-sub li {
    float: left;
    width: calc(100%);
    margin: 0px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    padding: 0;
}

.dv-ul-menu .vertical-menu-sub li:last-child {
    border-bottom: none;
}

.dv-ul-menu ul ul.sub-2 > li > a {
    display: block;
    margin-bottom: 0;
    color: #4c4c4c;
    font-size: 15px;
    text-transform: capitalize;
    padding: 9px 10px 9px 20px;
}

.vertical-menu-sub h2 {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

.dv-ul-menu>ul>li:hover>a {
    background: #ffcc32;
    cursor: pointer;
    color: #fff;
}

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

.dv-ul-menu ul ul.sub-2 > li > a:hover {
    color: #fff !important;
    background: #ffcc32;
}

.vertical-menu-item>a h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
    padding: 10px 0 10px 20px;
    text-align: left;
}

.vertical-menu-sub {
    display: none;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    min-height: calc(100% + 0px) !important;
    margin-left: 0px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 0;
    z-index: 1;
    border: 1px solid #ebebeb;
}

.vertical-menu-item:hover .vertical-menu-sub {
    display: block;
}

.vertical-menu-item i.fa-angle-right {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 16px;
    color: #666;
}

.dv-header {
    background: #fff;
    width: 100%;
    transition: all .5s;
    position: relative;
    z-index: 9;
}

.dv-header-bt.fixed {
    box-shadow: -1px 0px 5px 0px rgb(163 163 163);
    top: 0;
    transition: all .5s;
    position: fixed;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #0374ba;
}

.dv-header-bt.fixed .menu > li > a {
    padding: 13px 20px;
    transition: all .5s;
}

.dv-header.fixed .dv-header-top {
    display: none;
}

.dv-header.fixed .logo_top img {
    height: 62px;
    transition: all .5s;
}

.dv-header.fixed .right-top {
    margin-top: 15px;
    transition: all .5s;
}

.right-top {
    float: right;
    margin: 0;
    align-items: center;
    color: #fff;
    width: auto;
    justify-content: flex-end;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.right-top div i {
    font-size: 20px;
    width: 25px;
    height: 40px;
    line-height: 38px;
}

.right-top div a {
    color: #858585;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-top div a:hover {
    color: #0374ba;
    cursor: pointer;
}

.right-top div h1 {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    line-height: 1.5;
}

.giohang_top h1>span {
    color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50px;
    text-align: left;
    line-height: 12px;
    display: block;
}

.w30s-link-account {
    list-style-type: none;
    flex-direction: column;
    top: 105%;
    left: 0px;
    width: 190px;
    height: auto;
    background-color: #0374ba;
    padding: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: absolute;
    visibility: hidden;
    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);
    padding: 10px 0;
}

.dangnhap_top:hover .w30s-link-account {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.w30s-link-account>li {
    text-align: left;
    padding: 2px 15px;
}

.w30s-link-account>li a {
    color: #fff;
}

.left-top {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.flag-language li {
    float: left;
    line-height: 0;
    margin: 0 0 0 10px;
}

.flag-language li a {
    display: inline-block;
}

.flag-language li a img {
    height: 25px;
}

.right-top>div {
    float: left;
    position: relative;
    text-align: center;
    margin: 0 8px;
}

.right-top>div:last-child {
    margin-right: 0px;
    margin-left: 20px;
}

.header-page-link {
    margin: 0;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.header-page-link>div {
    margin-left: 13px;
}

.dv-cont-mau {
    margin: 0 -10px;
}

.dv-home-gioithieu-cont {
    margin: 0 -10px;
}

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

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.logo_top {
    float: left;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
}

.logo_top img {
    height: 80px;
}

.dv-header-right {
    width: 84%;
    float: right;
}

.dv-header-top {
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ffffff1f;
}

.dv-header-top .flex {
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.dv-header-center .flex {
    justify-content: space-between;
    align-items: center;
}

.dv-header-bt .flex {
    justify-content: space-between;
    align-items: center;
}

.list-sale-store {
    float: right;
    margin: 0;
}

.list-sale-store a {
    color: #fff;
    text-transform: uppercase;
}

.list-sale-store a i {
    padding-right: 5px;
}

.list-sale-store a:hover {
    color: #44a649;
}

.dv-header-center {
    padding: 15px 0;
}

.dv-header-top .flex .col-md-6 {
    margin: 0;
    width: auto;
}

.dv-header-top hr {
    width: 30px;
    background-color: #fff;
    margin: 0 5px 3px 15px;
    display: inline-block;
    height: 1px;
    padding: 0;
    border: none;
}

.dv-header-top .navbar-left {
    color: #fff;
    float: right;
    margin: 10px 0;
    font-size: 15px;
}

.navbar-left span {
    padding: 0 10px;
}

.navbar-left span:first-child {
    padding-left: 0;
}

.navbar-left span i {
    background: #0374ba;
    color: #ffffff;
    font-size: 14px;
    padding: 3px;
    border-radius: 2px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
}

.ltx-social {
    float: right;
    margin: 10px 0;
}

.language {
    float: right;
    color: #fff;
    list-style: none;
    margin: 10px 0 10px 20px;
}

.language i {
    padding-right: 10px;
    font-size: 14px;
}

.language a {
    color: #fff;
    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;
}

.dv-header-top ul {
    float: right;
}

.dv-header-top ul li {
    list-style: none;
    float: left;
    text-align: left;
    font-weight: 500;
    position: relative;
    font-style: italic;
    margin-left: 15px;
}

.dv-header-top ul li a {
    color: #fff;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.dv-header-top ul li i {
    padding-right: 5px;
}

.box_menu {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

.menu {
    padding: 0;
    text-align: left;
    float: left;
}

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

.menu * {
    list-style: none;
}

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

.menu > li:hover > a {
    color: #ffffff;
    background: #e3ad2d;
}

.menu > li > a {
    display: block;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    padding: 13px 20px;
    text-transform: uppercase;
}

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

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    min-width: 260px;
    z-index: 3;
    margin: 0;
    padding: 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);
    padding: 10px 0;
    background: #e3ad2d;
}

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

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

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

.menu > li > ul > li:hover>a,.menu > li > ul > li li:hover>a {
    color: #ffffff !important;
}

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

.dv-header-bt h4 {
    float: right;
}

.menu > li > ul > li > a, .menu > li > ul > li li a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 1.5;
    font-size: inherit;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 500;
    padding: 8px 12px;
}

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

.dv-header-bt h4 a {
    color: #ffffff;
    background: #0374ba;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    padding: 22px 20px;
    display: inline-block;
}

.dv-header-bt h4 a i {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid #fff 1px;
}

.timkiem_top {
    border: 2px solid #e2e1e1;
    border-radius: 6px;
    width: 480px;
    position: relative;
}

.search a {
    width: 50px;
    text-indent: -10000px;
    background: url(../images/search.png) no-repeat center 10px;
    float: left;
    border-left: 0px;
    height: 38px;
    background-size: 20px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.input_search {
    padding: 0px 15px;
    height: 42px;
    float: left;
    background: transparent;
    color: #232a34;
    border: none;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    width: 100%;
}

.tin_right .input_search {
    width: 200px;
    height: 37px;
}

.tin_right .search a {
    width: 38px;
    height: 38px;
}

.header-phone {
    border: 2px solid #4b4b4b;
    color: #4b4b4b;
    padding: 7px 25px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    white-space: nowrap;
}

.header-phone i {
    display: inline-block;
    float: left;
    font-size: 38px !important;
}

.header-phone .phone {
    position: relative;
    padding-left: 50px;
    text-align: left;
}

.header-phone .phone>label {
    font-size: 11px;
    display: block;
    margin: 0;
    font-weight: 700;
}

.right-top .header-phone .phone a {
    font-size: 20px;
    font-weight: 600;
}

.bannerMain .banner {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.banner-right {
    width: 26%;
    float: right;
}

.banner-right a {
    display: inline-block;
    margin-bottom: 15px;
}

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

.bannerMain .slogan {
    position: absolute;
    color: #fff;
    text-align: left;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    width: 1200px;
    right: 0;
    left: 0;
}

.slogan h2 {
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    position: relative;
    line-height: 65px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.bannerMain .owl-carousel .owl-item .slogan img {
    width: auto;
    height: 21px;
}

.slogan a.btn {
    background: transparent;
    border: 1px solid;
    font-weight: 400;
    font-style: italic;
}

.slogan h4 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin: 0px 0 25px;
    line-height: 35px;
    font-family: 'MonteCarlo', cursive;
}

.slogan .read_more {
    margin-top: 25px;
    text-align: left;
}

.read_more a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 30px 7px;
    display: inline-table;
    transition: 0.5s;
    border: 2px solid #0374ba;
    background: #0374ba;
}

.read_more a:hover {
    background: #222 !important
}

.read_more a.read_baogia {
    background: transparent;
    color: #fff;
    border: 2px solid;
    margin-right: 10px;
}

.read_more a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    line-height: 8px;
    position: relative;
    top: 0px;
}

.dv-homt-dt {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
    margin: 0 -10px;
}

.col_item {
    width: 20%;
    float: left;
    margin: auto;
    text-align: center;
}

.product-category {
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}

.product-category a>img {
    width: 100%;
}

.product-wrapper .meta-wrapper {
    color: rgba(255,255,255,1);
}

.product-wrapper {
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-category:hover .meta-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.product-wrapper>a::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.heading-title {
    text-transform: uppercase;
    margin: 15px 0 7px;
    letter-spacing: 2px;
}

.product-wrapper>a:hover::after {
    opacity: 0.7;
}

.product-wrapper .meta-wrapper {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    text-align: center;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transform: translateY(-50%) scale(3);
    transition: 400ms cubic-bezier(0.4, 0, 0.2, 1) .1s;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.qodef-m-button {
    margin: 20px 0 0;
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    color: #0374ba;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    text-transform: uppercase;
}

.qodef-m-text {
    margin-left: 23px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.qodef-button.qodef-layout--textual:hover .qodef-m-icon svg .qodef-arc-1 {
    stroke-dashoffset: 165;
    opacity: 1;
    color: #0374ba;
    stroke-width: 2px;
}

.qodef-button.qodef-layout--textual .qodef-m-icon {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
}

.qodef-button.qodef-layout--textual .qodef-m-icon svg {
    color: currentColor;
}

.qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1, .qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
    fill: none;
    stroke-width: 1px;
    stroke: currentColor;
    stroke-dasharray: 251;
    transform: rotate( 90deg );
    transform-origin: center;
}

.qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1 {
    opacity: .6;
    stroke-dashoffset: 251;
    transition: all .4s cubic-bezier(.65,.05,.36,1);
}

.qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
    opacity: .7;
    stroke-dashoffset: 165;
}

.qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1, .qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
    fill: none;
    stroke-width: 1px;
    stroke: currentColor;
    stroke-dasharray: 251;
    transform: rotate( 90deg );
    transform-origin: center;
}

.post_featured {
    position: relative;
}

.post_featured:after {
    content: '';
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.hover_icon:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.hover_icon:hover:after {
    opacity: 1;
}

.scheme_original .hover_icon:before {
    color: #fff;
}

.scheme_original .hover_icon:before {
    background-color: rgba(255,255,255,.3);
}

.scheme_original .hover_icon:before {
    color: #eeaa9c;
}

.hover_icon:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1,1);
    transform: translateX(-50%) translateY(-50%) scale(1,1);
    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.275) .1ms;
    -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.275) .1ms;
    -ms-transition: all .3s cubic-bezier(.175,.885,.32,1.275) .1ms;
    -o-transition: all .3s cubic-bezier(.175,.885,.32,1.275) .1ms;
    transition: all .3s cubic-bezier(.175,.885,.32,1.275) .1ms;
}

.hover_icon:before {
    content: '\f0c1';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.3,.3);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.3,.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.3,.3);
    transform: translateX(-50%) translateY(-50%) scale(.3,.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(.6,-.28,.735,.045) 0s;
    -moz-transition: all .3s cubic-bezier(.6,-.28,.735,.045) 0s;
    -ms-transition: all .3s cubic-bezier(.6,-.28,.735,.045) 0s;
    -o-transition: all .3s cubic-bezier(.6,-.28,.735,.045) 0s;
    transition: all .3s cubic-bezier(.6,-.28,.735,.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sc_columns.columns_wrap {
    margin: 0 -10px;
}

.column-1_3 {
    float: left;
    width: calc(100% / 3 - 20px);
    position: relative;
    margin: 0 10px;
    text-align: center;
}

.sc_services_item_title a {
    color: #424443;
    text-transform: uppercase;
    font-size: 23px;
    margin: 20px 0 0;
    display: inline-block;
    letter-spacing: 2px;
}

.column-1_3 img {
    width: 100%;
}

.title_fhome {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.features {
    padding: 70px 0;
    position: relative;
    background: #0374ba;
}

.features .sc_item_button .sc_button {
    font-size: 18px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    margin-bottom: 0;
    background: #8aa170;
    letter-spacing: 3px;
}

.features h2 {
    float: left;
    margin: 11px;
    margin-right: 20px;
    font-size: 20px;
}

.sc_item_button {
    float: right;
    margin: 0;
}

.features-owl {
    margin: 0 -10px;
}

.features-item {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 4 - 20px);
    text-align: center;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.features-item i,.features-item img {
    height: 60px;
    color: #0374ba;
    margin-right: 20px;
}

.features-item h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.col-lg-12 {
    margin: 0 -10px;
}

.col-lg-6 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 2 - 20px);
}

.col-lg-6 img {
    width: 100%;
}

.dv-home-sanpham {
    padding: 40px 0 30px;
}

.dv-home-sanpham1 {
    background: url(../delete/trangchu/Home1_section7_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.read-more {
    text-align: center;
    margin: 35px 0 0;
    display: inline-block;
    width: 100%;
}

a.btn {
    background: #ee9583;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
}

a.btn i {
    position: relative;
    top: -1px;
    padding-left: 3px;
}

a.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0374ba;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    border-radius: 3px;
}

a.btn:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.dv-home-qc p.read-more {
    margin: 0;
}

.title_home h4 {
    color: #0374ba;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'MonteCarlo', cursive;
    font-size: 30px;
    line-height: 1.5;
}

.title_home.white h4 {
    color: #fff;
}

.title_home.white .tiltle:before {
    background: #fff;
}

.dv-home-gioithieu .qodef-button.qodef-html--link {
    color: #fff;
}

.dv-home-gioithieu .col-lg-6:first-child {
    padding-right: 30px;
}

.title_home.white .tiltle,.dv-home-gioithieu p {
    color: #fff;
}

.tiltle:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 120px;
    height: 2px;
    background: #2f2f2f;
}

.tiltle {
    color: #0374ba;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.tiltle span {
    font-weight: 500;
}

#pro_tabs .tiltle {
    text-align: left;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #0374ba;
}

#pro_tabs .tiltle>img {
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.pro_home_f {
    width: 75%;
    float: right;
}

.pro_home_f .pro_home_id ul {
    margin: 10px 0;
    width: calc(100% / 3);
}

.pro_home_f .pro_home_id {
    margin: 0;
}

#pro_tabs {
    position: relative;
    margin: 10px 0 5px;
    width: 25%;
    float: left;
    border: 1px solid #ebebeb;
}

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

.listtabs li img {
    display: block;
    margin-bottom: 7px;
}

.listtabs li a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 0 0 0 15px;
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    background: none;
    border-left: 1px solid #e6e6e6;
    color: #4c4c4c;
    margin-left: 15px;
}

.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
    color: #0374ba;
}

.pro_home_id {
    margin: 0 -10px;
}

.box_pro_sile .pagewrap {
    border: 2px solid #0374ba;
    border-radius: 10px;
    padding: 5px 20px 30px;
    margin-top: 25px;
}

.module-header {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    background: #fff;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    margin-left: 35px;
}

.entry-title {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}

.is-countdown .countdown-section {
    color: #fff;
    text-align: center;
    margin: 0 23px 0 0;
    font-size: 20px;
    position: relative;
    float: left;
}

.is-countdown .countdown-section:before {
    content: ':';
    position: absolute;
    top: 8px;
    right: -14px;
    font: normal normal normal 24px/1 FontAwesome;
}

.is-countdown .countdown-section:last-child {
    margin-right: 0;
}

.is-countdown .countdown-section:last-child:before {
    display: none;
}

.ngaygio {
    background: #0374ba;
    display: inline-flex;
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    border-radius: 10px;
}

.pro_home_id ul {
    float: left;
    width: calc(100% / 4 - 20px);
    -webkit-transition: all .3s ease;
    position: relative;
    text-align: center;
    background: #fff;
    margin: 0 10px 20px;
    padding: 10px;
    padding-bottom: 15px;
    -webkit-transition: all .3s ease;
    position: relative;
    text-align: left;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 5px;
}

.pro_home_id.owl-carousel ul {
    width: calc(100% / 1);
    margin: 0;
    margin-top: 25px;
}

.pro_home_f .pro_home_id.owl-carousel ul {
    margin-top: 10px;
}

.pro_home_id.owl-carousel {
    margin: 0;
}

.pro_home_id ul li {
    overflow: hidden;
    display: block;
}
.pro_home_id ul .h3,
.pro_home_id ul h3 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin-top: 15px;
}

.pro_home_id ul .h4,
.pro_home_id ul h4 {
    position: relative;
    color: #ff0000;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    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: 0 0px;
}

.pro_home_id .button.a_cart {
    display: inline-block;
    padding: 9px 18px;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #0374ba;
    border-radius: 4px;
    height: 38px;
    border: none;
    margin-right: 10px;
    float: left;
}

.pro_home_id .button.a_cart:hover {
    background: #FF5722;
    color: #fff;
}

.pro_home_id .button.a_cart i {
    padding-right: 10px;
}

.pro_home_id ul .h4 span.gia_km,
.pro_home_id ul h4 span.gia_km {
    color: #c1c1c1;
    font-weight: normal;
    font-size: 14px;
    padding-right: 10px;
    text-decoration: line-through;
}

.pro_home_id ul .h3 a,
.pro_home_id ul h3 a {
    color: #222;
}

.pro_home_id ul .h3 a:hover,
.pro_home_id ul h3 a:hover {
    color: #0374ba;
}

.pro_home_id ul img {
    width: 100%;
    transition: all 0.5s;
}

.pro_home_id .label_icon {
    position: absolute;
    display: inline-block;
    background: #0374ba;
    z-index: 2;
    line-height: 24px;
    text-transform: uppercase;
    padding: 2px 13px 2px 20px;
    top: 15px;
    left: -13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pro_home_id .label_icon span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.pro_home_id .label_icon span:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #112f27 transparent transparent;
}

.css-1h3p11h {
    position: absolute;
    background: #ef8b59;
    font-size: 12px;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    top: 10px;
    left: 10px;
}

.icon_sp {
    position: absolute;
    top: 29%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0,0);
    transition: all 0.5s;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.icon_sp a {
    background-color: #ffffff;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #e3e3e3;
    margin: 5px 5px;
    display: block;
    padding: 0 12px;
    text-transform: uppercase;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.icon_sp a.a_cart i {
    padding-right: 7px;
}

.icon_sp a i {
    line-height: 40px;
}

.icon_sp a:hover {
    background-color: #0374ba;
    color: #fff;
    cursor: pointer;
}

.pro_home_id ul:hover {
    border-color: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 10%);
    text-shadow: 0px 5px 18px rgb(0 0 0 / 10%);
    border-color: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
    border-color:  #ffcc32;
}

.pro_home_id ul:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s;
}

.pro_home_id ul:hover .icon_sp {
    opacity: 1;
    visibility: visible;
    transform: scale(1,1);
    transition: all 0.5s;
}

.p-star {
    position: relative;
    color: #999;
    font-size: 14px;
    line-height: 25px;
    clear: both;
    padding: 3px 0px;
    margin-bottom: 0;
}

.p-star span {
    color: #ffc107;
    font-size: 14px;
    margin: 0 2px 0;
}

.product-meta {
    padding: 0 20px;
}

.in-stock {
    color: #0374ba;
    text-transform: uppercase;
    font-size: 14px;
}

.in-stock.stock {
    color: #ef8b59;
}

.dv-home-gioithieu {
    padding: 60px 0;
    background: #0374ba;
}

.img-box {
    position: relative;
}

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

.dv-home-gioithieu .img-box .one {
    position: relative;
    padding-top: 50px;
}

.img-box .about-img {
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
}

.img-box .about-img img {
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    border-radius: 3px;
}

.img-box .about-img .experience-about {
    position: absolute;
    width: 175px;
    top: 0;
    margin-bottom: 0;
    background-color: #FFF;
    padding: 30px;
    left: 50%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
}

.img-box .about-img .experience-about i {
    font-size: 35px;
    background-color: #0374ba;
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.about-img .experience-about .counter {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.about-img .experience-about h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: 1.6;
}

.sec-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0374ba;
    position: relative;
    display: inline-block;
}

.sec-title h3 {
    color: #0374ba;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec-title h3 span {
    font-weight: 500;
}

.sec-title p {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
}

.text-box .sec-title {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.text-box ul {
    overflow: hidden;
}

.text-box ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-weight: 500;
    margin: 7px 0;
    text-transform: capitalize;
    color: #687076;
    padding-left: 23px;
}

.text-box ul li:after {
    content: '';
    border: 2px solid #687076;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-box .any-question {
    font-size: 16px;
    border-top: 1px solid rgb(155 155 155 / 30%);
    margin-top: 5px;
    padding-top: 10px;
    text-transform: capitalize;
}

.text-box .any-question a {
    font-weight: 700;
}

.col-md-6 {
    float: left;
    margin: 0px;
    width: calc(100% / 2);
}

.col-md-6 img {
    width: 100%;
}

.provide1 {
    padding: 120px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    position: relative;
    background: url(../images/bg.jpg) left fixed;
    background-size: cover;
}

.provide1 .tiltle {
    color: #fff;
}

.provide1 .col-lg-6 p {
    color: #fff;
    margin-top: 20px;
}

.provide1 .title_home h4 {
    color: #fff;
}

.elementor-heading-title {
    color: #02010100;
    font-size: 60px;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    writing-mode: vertical-lr;
    -webkit-text-stroke: 1px rgb(170 215 117);
    position: absolute;
    left: -40px;
    z-index: 9;
    height: 550px;
}

#owl-banner1.owl-carousel .owl-item img {
    width: 90%;
}

.banner#owl-banner1 li:before {
    content: '';
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    left: 40px;
    right: 40px;
    bottom: 10px;
    z-index: 1;
}

.title_home.align_left {
    text-align: left;
}

.title_home.align_center .tiltle {
    display: inline-table;
}

.title_home.align_center .tiltle:before {
    left: 50%;
    transform: translateX(-50%);
}

.align_left {
    text-align: left !important;
}

.align_center {
    text-align: center !important;
}

.pro-detail h5 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin: 10px 0;
}

.pro-detail p.highlight {
    color: #ef8b59;
    font-style: italic;
    font-size: 17px;
}

.pro-detail p.read-more {
    text-align: left;
}

.align-items-center {
    align-items: center;
}

.pulse {
    background-color: #0374ba;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse:hover {
    background-color: #222222;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
        box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0);
    }
}

.col-md-4 {
    float: left;
    margin: 0px 5px;
    width: calc(100% / 3 - 10px);
    position: relative;
}

.col-md-4 img {
    width: 100%;
    transition: all 0.5s;
}

.col-md-6 .img-intro {
    margin-bottom: 0;
}

.intro-left.flex .col-md-6:last-child {
    background: #0374ba;
}

.btn-view {
    position: relative;
}

.box-intro {
    padding: 25px 20px;
    text-align: center;
}

.box-intro .ttl-b {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
}

.box-intro .ttl {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    color: #0374ba;
}

.intro-right.flex {
    justify-content: center;
    align-items: center;
}

.txt-des {
    margin-bottom: 20px;
}

.dv-home-qc .col-lg-6:first-child .box-intro {
    background: #0374ba;
    color: #fff;
}

.dv-home-qc {
    padding: 0px 0 70px;
}

.dv-home-qc img {
    width: 100%;
}

.dv-home-qc .col-lg-6 {
    border: 1px solid #eee;
    border-radius: 4px;
}

.dv-home-qc .col-md-4 a:before {
    content: "";
    border: 1px solid #0374ba;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0;
}

.dv-home-qc .col-md-4 a:hover:before {
    opacity: 1;
    transition: all 0.5s;
}

.dv-home-qc .col-md-4 a {
    display: block;
    overflow: hidden;
}

.dv-home-qc .col-md-4 a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.sec-title .col-lg-4 {
    float: left;
    width: 33.3333333333%;
}

.sec-title .col-lg-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0 20px;
}

.col-lg-5 {
    width: 35%;
    float: left;
}

.col-lg-7 {
    width: 62%;
    float: right;
}

.col-lg-7 .col-lg-6 {
    margin: 50px 0;
}

.sec-title .col-lg-3 {
    float: left;
    width: 25%;
}

.row {
    clear: both;
}

.services .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
}

.d-flex {
    display: flex;
}

.services {
    background: #fff;
    position: relative;
    background-position: center;
    padding: 70px 0 40px;
}

.services .col-lg-4 {
    width: 33.33%
}

.services .services-item {
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 40px;
    border-radius: 3px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}

.services .services-item span, .work .item-work span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    opacity: 1;
    background-color: #0374ba;
    transition: all 0.5s;
}

.services .services-item:hover span, .work .item-work:hover span {
    width: 1000px;
    height: 1000px;
}

.services .services-item i {
    font-size: 40px;
    background-color: #0374ba;
    color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    z-index: 1;
}

.services .services-item:hover i {
    background-color: #FFF;
    color: #0374ba;
}

.services .services-item h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.services .services-item:hover h4, .services .services-item:hover p {
    color: #FFF;
}

.services .services-item p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.services .services-item .more {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    color: #222222;
    position: relative;
    z-index: 1;
    border: 1px solid;
    padding: 10px 20px;
}

.services .services-item .more:hover {
    background: #222
}

.services .services-item:hover .more {
    color: #FFF;
}

.services-home-2 {
    background: transparent url(../images/services/01_services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services-home-2 .sec-title h3, .provide-2-home-2 .sec-title h3 {
    color: #FFF;
}

.services-home-2 .sec-title p, .provide-2-home-2 .sec-title p {
    color: #F1F1F1;
}

.services-home-2 .services-item {
    background-color: transparent;
    border: 1px solid #FFF;
}

.services-home-2 .services-item i {
    color: #0374ba;
    background-color: #FFF;
}

.services-home-2 .services-item h4 {
    color: #FFF;
}

.services-home-2 .services-item p {
    color: #F1F1F1
}

.services-home-2 .services-item .more {
    color: #FFF;
}

.services-home-3 {
    background-image: url(../images/03_pattern.png)
}

.services-home-3 .services-item {
    padding: 40px;
}

.services-home-3 .services-item i {
    background-color: transparent;
    color: #0374ba;
    width: auto;
    height: auto;
    text-align: left;
    display: inline-block;
    line-height: 1.1;
    border-radius: 0;
    font-size: 50px;
}

.services-home-3 .services-item:hover i {
    background: transparent;
    color: #FFF;
}

.justify-content-end {
    justify-content: flex-end;
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 55px;
    line-height: 54px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #0374ba;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #222;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-1:hover {
    color: #fff;
}

.btn-1:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.sec-title {
    margin-bottom: 30px;
}

.work {
    background: #f1f1f1;
    padding: 70px 0 50px;
}

.work .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
}

.item-work {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 20px;
}

.work .item-work span {
    background-color: rgb(225 29 7 / 0.8);
}

.item-work:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.item-work .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}

.item-work .hover-box .open-item-work {
    font-size: 16px;
    background-color: #FFF;
    color: #0374ba;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -51px;
    left: 30px;
}

.item-work:hover .hover-box .open-item-work {
    top: 0;
    transition: all 0.5s;
}

.item-work .hover-box .text-box {
    padding: 30px;
    text-align: left;
    margin: 0;
    width: 100%;
}

.item-work .hover-box .text-box .tags {
    color: #fff;
    opacity: 0;
    margin-bottom: 5px;
}

.item-work .hover-box .text-box .tags a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.item-work .hover-box .text-box h4 a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: .3px;
    font-size: 26px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.item-work:hover .hover-box .text-box .tags {
    opacity: 1;
    transition: all 0.5s
}

.item-work:hover .hover-box .text-box .tags a, .item-work:hover .hover-box .text-box h4 a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.work-list-filter .list-name-work {
    margin-bottom: 45px;
    display: inline-block;
}

.work-list-filter .list-name-work li {
    display: inline-block;
    font-size: 13px;
    color: #222222;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #E9E9E9;
    margin: 0 8px 5px 0;
    cursor: pointer;
}

.work-list-filter .list-name-work li.active {
    background-color: #0374ba;
    color: #FFF;
    border: 1px solid #0374ba;
}

.work-list-filter .list-name-work li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.work .col-md-6 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 3 - 20px);
}

.item-work .hover-box .open-item-work i {
    line-height: 50px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.5);
}

.offset-md-1 {
    width: 100%;
    text-align: center;
    color: #fff;
}

.contact .sec-title h3 {
    color: #FFF;
    margin-bottom: 25px;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
}

.contact .sec-title p {
    color: #F1F1F1;
    font-size: 17px;
    margin-bottom: 30px;
}

.team {
    padding: 70px 0
}

.team .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
}

.team .col-md-6 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 3 - 20px);
}

.team-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.team-box:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.team-box .img-box ul {
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.team-box:hover .img-box ul {
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.team-box .img-box ul li i {
    display: block;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    background-color: #0374ba;
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.team-box .img-box ul li:hover i {
    color: #0374ba;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
}

.team .col-lg-12 .col-lg-4 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 4 - 20px);
}

.team-box .text-box {
    margin-top: 25px;
    padding: 0 15px;
    text-align: center;
}

.team-box .text-box h5 {
    line-height: 1;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    color: #222222;
}

.team-box .text-box span {
    display: inline-block;
    line-height: 23px;
    font-weight: 500;
    color: #0374ba;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.team-home-2 .team-box .img-box ul {
    background-color: #0374ba;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.team-home-2 .team-box:hover .img-box ul {
    top: 15px;
}

.team-home-2 .team-box .img-box ul li {
    display: inline-block;
}

.team-home-2 .team-box .img-box ul li i {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.bolg {
    padding: 40px 0;
}

.bolg .tiltle {
    border-bottom: none;
}

.bolg>div>p {
    text-align: center;
    font-size: 20px;
}

.bolg .col-lg-12 .col-lg-4 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 3 - 20px);
    margin-top: 0;
    text-align: center;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.blog-item .img-box .open-item-blog {
    font-size: 16px;
    background-color: #0374ba;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: -51px;
    left: 30px;
    z-index: 1;
    transition: all 0.5s;
}

.blog-item .img-box .open-item-blog i {
    line-height: 48px
}

.blog-item:hover .img-box .open-item-blog {
    top: 0;
    transition: all 0.5s;
}

.blog-item:hover .img-box .open-post img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    filter: brightness(0.5);
}

.blog-item .img-box ul {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #0374ba;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
}

.blog-item .img-box ul li a:hover {
    color: #fff000;
}

.blog-item .img-box ul li:hover a {
    color: #fff000;
}

.blog-item .text-box {
    padding: 15px 0 0;
    text-align: left;
}

.blog-item .text-box .title-blog {
    display: block;
}
.blog-item .text-box > a,
.blog-item .text-box h5 {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
}

.title_news li i:before {
    margin-right: 5px;
    color: #0374ba;
}

.view i {
    color: #0374ba;
}
.blog-item .text-box > a:hover,
.blog-item .text-box .title-blog:hover, .blog-item .text-box h5:hover {
    color: #0374ba;
}

.blog-item .text-box .blog-date {
    margin-bottom: 7px;
    display: inline-block;
}

.view {
    padding-left: 10px;
    margin-left: 10px;
}

.view i {
    padding-right: 5px;
}

.blog-item .text-box .link {
    font-size: 14px;
    color: #222222;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid;
    padding: 4px 20px;
}

.blog-item .text-box .link:hover {
    background: #0374ba;
    color: #fff;
}

.dv-home-doitac1 {
    background: #f3f8fa;
}

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

.logo_doitac ul {
    width: calc(100% / 1);
    padding: 10px;
    background: #f8f8f8;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 20%);
    height: 130px;
    vertical-align: middle;
    display: flex;
    margin: 20px 0 10px;
}

.logo_doitac ul li {
    margin: auto;
}

.logo_doitac ul li, .logo_doitac ul li img {
    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;
}

.dv-home-video {
    padding: 60px 0;
}

.dv-home-video .new_id_bs {
    width: calc(100% / 4 - 20px);
    margin: 25px 10px 0px;
}

.dv-home-video .new_id_bs li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateY(-50%) scale(1);
    background: transparent;
    color: #fff;
    padding: 6px 15px;
    width: auto;
    transition: all 0.5s;
    margin-left: -26px;
    border: 2px solid #fff;
    font-size: 23px;
    border-radius: 5px;
}

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

.center-footer {
    width: 52%;
    float: right;
    padding-left: 0;
    margin: 0 -10px;
    margin-left: 3%;
}

.contacts_address address i {
    font-size: 40px;
    line-height: 100px;
}

.contacts_address address .sc_icon {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-bottom: -1.45em;
    background-color: #0374ba;
    color: #fff;
}

.contacts_address {
    background-color: #e7eceb;
    display: flex;
    align-content: center;
    display: -webkit-flex;
    -webkit-align-content: center;
}

.contacts_address address {
    width: 33%;
    padding: 0 30px 23px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.contacts_address address p a {
    color: #ee9583;
}

.address_title {
    font-size: 23px;
    text-transform: uppercase;
    font-style: initial;
    letter-spacing: 2px;
    font-weight: 600;
}

.footer {
    padding: 50px 0;
    background: #0374ba;
    border-top: 4px solid #ffcc32;
}

.center-footer ul {
    width: calc(100% / 2 - 20px);
    float: left;
    margin: 0 10px;
}

.menu-footer {
    list-style: circle;
    color: #fff;
}

.center-footer ul.social img {
    height: 60px;
}

.center-footer ul a img {
    margin-right: 7px;
}

.center-footer ul li {
    width: calc(100% / 1 - 30px);
    float: left;
    margin: 0 10px;
    padding: 5px 0;
    margin-left: 15px;
}
.footer .h3,
.top_contact > h3, .center-footer ul h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 18px;
    position: relative;
}

.dv-ndfoot {
    color: #fff;
}

.dv-ndfoot p {
    margin-bottom: 7px;
}

.center-footer ul .btn-1 {
    margin-top: 15px;
}

.center-footer ul.social p {
    line-height: 27px;
    margin-bottom: 7px;
}

.dt-sc-subscribe-frm {
    margin: 0px 0 10px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.mcfwp-agree-input {
    display: flex;
    margin: 0;
}

label.mcfwp-agree-input span {
    margin-left: 10px;
    display: block;
    position: relative;
    top: -7px;
}

.dt-sc-subscribe-frm input[type="email"] {
    width: 70%;
    font-size: 15px;
    color: #3d3d3d;
    padding: 15px 20px;
    background: transparent;
    font-family: 'Noto Serif', serif;
    border: none;
    height: 46px;
}

.dt-sc-subscribe-frm input[type="submit"] {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 20px;
    font-weight: 500;
    width: 30%;
    display: inline-block;
    background: #3fce52;
    float: right;
    border-left: 0px;
    background-size: 35%;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.footer .info-icon {
    color: #ffffff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    float: left;
    border: none;
    background: #ffcc32;
}

.info-content {
    float: right;
    width: calc(100% - 35px);
    color: #fff;
    padding-left: 12px;
}

.info-content .info-title {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0px;
    padding-bottom: 2px;
}

.info-item {
    width: calc(100% / 1);
    float: left;
    clear: both;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.info-icon i {
    line-height: 36px;
}

.dt-sc-subscribe-frm input[type="submit"]:hover {
    background-color: #ef8b59;
}

.social li a {
    display: inline-block;
}

.center-footer .social li a:hover {
    background: transparent;
    color: #0374ba;
    border: 2px solid;
}

.center-footer ul p {
    margin-bottom: 0;
}

.center-footer ul h5 {
    line-height: 27px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
}

.footer a img {
    margin: 15px 5px 0 0;
}

.center-footer ul p i {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.center-footer ul.social li {
    float: left;
    margin: 15px 7px 10px;
}

.center-footer .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #0374ba;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background: #0374ba;
}

.center-footer .social li a i {
    line-height: 38px;
}

.center-footer ul.menu-footer li a {
    color: #fff;
}

.center-footer p {
    color: #fff;
}

.center-footer .h4,
.center-footer h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}

.bottom_ft {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    margin: auto;
    display: inline-block;
    width: 100%;
    background: #0469a7;
    color: #fff;
    float: left;
}

.bottom_ftright {
    float: right;
}

.bottom_ft a {
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    color: #fff;
}

.bottom_ft a img {
    height: 22px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.bottom_ft a:hover {
    color: #ffcc32;
}

.center-footer ul.menu-footer li a:hover {
    color: #fff000;
}

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

#back-top a {
    display: inline-flex;
    width: 42px;
    line-height: 42px;
    background: #0374ba;
    outline: none;
    color: #ffffff;
    font-size: 20px;
    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;
    height: 42px;
    border-radius: 7px;
}

#back-top a i {
    line-height: 40px;
    width: 42px;
    height: 42px;
}

#back-top a:hover {
    color: #fff;
    background: #ffcc32;
    border: none;
}

.sc_item_button .sc_button {
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    padding: 3px 35px 4px;
    line-height: 42px;
    margin-top: 10px;
    color: #ffffff;
    background: #0374ba;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sc_item_button .sc_button:hover {
    background: #ef8b59;
}

.link_login p {
    margin-bottom: 0;
}

.link_login p a {
    color: #ef8b59;
}

.fhs-btn-box > .fhs-btn-gg {
    background-color: #dc4e41;
    color: white;
    border: 1px solid #dc4e41;
}

.fhs-btn-box > .fhs-btn-zl {
    background-color: #0591e9;
    color: white;
    border: 1px solid #0591e9;
}

.page_conten_page .poup_page1 {
    padding: 40px 50px;
    border-radius: 10px;
    background: #e9e9e9;
    width: 1000px;
}

.poup_page1 .col-md-6 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 2 - 20px);
    position: relative;
}

.fhs-input-send span {
    position: absolute;
    right: 0;
    top: 7px;
    line-height: 42px;
    padding: 0 10px;
    font-weight: bold;
    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;
    color: #ef8b59;
}

.fhs-input-send {
    position: relative;
}

.col-md-12>.fhs-input-box {
    margin: 0 10px;
}

.bangdo_poup .sc_item_button {
    margin: 0px 0;
    float: left;
    margin-right: 15px;
}

.link_page {
    text-align: left;
    padding: 0;
}

body.body-child {
    background: #fff;
}

.banner_detail {
    padding: 5px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    background: #f3f8fa !important;
    text-align: left;
}

.link_page h2 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 100px;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    letter-spacing: 5px;
}

.link_page div ul {
    list-style: none;
    text-align: left;
}

.link_page ul li {
    list-style: none;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    font-weight: 400;
    width: auto;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    line-height: 1.5;
}

.link_page ul li a {
    color: #333;
    padding: 0 5px;
    font-size: 15px;
}

.link_page ul li span.active {
    color: #0374ba;
}

.link_page ul li i {
    padding-right: 7px;
    color: #333;
}

.link_page ul li span {
    padding: 0 7px;
    color: #333;
    font-size: 15px;
}

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

.page_conten_page {
    padding: 55px 0 45px;
}

.tin_left {
    width: 70%;
    float: left;
}

.tin_right {
    width: 27%;
    float: right;
    border: 2px solid #e2e2e2;
    border-radius: 15px;
    padding: 30px 20px;
}

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

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

.nums a.stay {
    width: 50px;
    font-size: 15px;
    line-height: 24px;
}

.nums a {
    font-size: 16px;
    display: block;
    margin: 0 6px 0 0;
    padding: 5px;
    line-height: 23px;
    height: 32px;
    width: 32px;
    table-layout: inherit;
    text-align: center;
    color: #4b4b4b;
    background: transparent;
    text-decoration: none;
    font-weight: 400;
    background: #ffcc32;
    border-radius: 3px;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #0374ba;
    color: #ffffff;
}

.dv-cuahang {
    width: 73%;
    float: right;
}

.row-store .row {
    display: flex;
}

.row-store {
    display: inline-block;
    clear: both;
    margin-bottom: 50px;
}

.col-sm-6 {
    margin: 0px 10px;
    width: calc(100% / 2 - 20px);
    float: left;
}

.col-sm-6 img {
    width: 100%;
}

.store-map {
    margin: 18px 0 55px;
}

.store-map a {
    display: flex;
}

.col-sm-6 .store-map a img {
    float: left;
    margin: 0;
    width: auto;
    height: 25px;
    margin-right: 10px;
}

.contact-maps li {
    display: initial;
}

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

.contact-maps {
    float: left;
    width: 50%;
    border: none;
    margin-top: 20px;
    height: 255px;
    border-radius: 5px;
}

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

.left_contact > h3, .right_contact > h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 24px;
    color: #4b4b4b;
    padding-bottom: 5px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px dotted #ccc;
    text-transform: uppercase;
    line-height: 1.5;
}

.contact .left {
    width: calc(100% + 10px);
    float: left;
    margin: 0 -5px;
}

.contact .right {
    width: 100%;
    float: right;
}

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

.formBox li input, .formBox li textarea {
    border: solid 1px #e7e7e7;
    height: 45px;
    color: #999;
    padding: 0 20px 0 20px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
}

.formBox>li.mess {
    float: left;
    width: 100%;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: 700;
    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;
    color: #ed1c24;
}

.formBox li textarea {
    height: 99px;
    padding: 15px 20px;
}

.dv-alienhe a, .formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 35px;
    margin-left: 10px;
    line-height: 1.5;
    margin-top: 10px;
    color: #ffffff;
    background: #0374ba;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
}

.dv-alienhe a:hover, .formBox .button:hover {
    background: #ffcc32;
}

.about-us-home-2 {
    padding: 60px 0
}

.about-us-home-2 .about-services {
    margin-bottom: 30px;
}

.about-us-home-2 .about-services:last-of-type {
    margin-bottom: 0;
}

.about-us-home-2 .about-services i {
    color: #0374ba;
    font-size: 50px;
    line-height: 1;
    float: left;
}

.about-us-home-2 .about-services .about-services-box {
    padding-left: 80px;
}

.about-us-home-2 .about-services .about-services-box h5 {
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.about-us-home-2 .about-services .about-services-box p {
    margin-bottom: 0;
}

.services-home-2 {
    background: transparent url(../delete/01_services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services.services-home-2 .col-lg-4 {
    width: calc(100% / 3 - 20px);
    margin: 0px 10px;
}

.services-home-2 .sec-title h2 {
    color: #fff000;
}

.page_conten_page .work {
    background: transparent;
    padding: 0;
}

.page_conten_page .sec-title h2 {
    margin-top: 10px;
}

.page_conten_page .sec-title h3 {
    margin: 0;
}

.viewLeft {
    width: 45%;
    float: left;
    position: relative;
    z-index: 0;
}

.viewRight {
    width: 53%;
    float: right;
}

#bridal_images {
    border: none;
    background: #fff;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    float: left;
}

#bridal_images img {
    border: none;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

#bridal_images_list {
    display: block;
    float: right;
    width: 100%;
    position: relative;
    margin-top: 11px;
}

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

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

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

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

#bridal_images_list li {
    list-style: none;
    height: 97px;
    width: 97px;
    border: 1px solid #e6e6e6;
    background: #fff;
    text-align: center;
    overflow: hidden;
    float: left;
    margin: 2px 5px;
}

.dv-duan #bridal_images_list li {
    height: 55px;
}

#bridal_images_list img {
    width: 100%;
    border: none;
}

.titleView {
    position: relative;
    padding: 0;
    line-height: 1.3;
    font-size: 25px;
    color: #0374ba;
    font-weight: 500;
    text-transform: capitalize;margin-bottom: 5px;
}

.viewRight .desc {
    margin-top: 15px;
}

.viewRight_more img {
    width: 100%;
}

.viewRight .desc li {
    line-height: 26px;
    margin-bottom: 10px;
    text-indent: 20px;
    list-style: none;
    background: url(../images/icon-check-pink.png) no-repeat left 9px;
    margin-left: 15px;
}

.ct_add {
    margin-top: 15px;
}

.ct_add ul {
    clear: both;
}

.ct_add ul h3 {
    float: left;
    margin-left: 15px;
}

.ct_add ul h3 a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 20px;
    line-height: 36px;
    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;
    font-weight: 500;
    background: #0374ba;
    border-radius: 3px;
}

.ct_add ul h3.h3_ad a {
    background: #ee9583;
}

.ct_add ul h3 a:hover {
    background: #ee9583;
}

#sharelink {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #ececec 1px;
}

.fl-post-meta-bottom {
    margin: 20px 0;
}

.fl-post-meta .fl-post-cats-tags i {
    font-size: 22px;
    color: #0374ba;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.fl-post-meta .fl-post-cats-tags a {
    font-size: 15px;
    padding: 5px 23px 7px;
    color: #888;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0 3px;
    border: 1px solid #dcdcdc;
    font-weight: 500;
}

.fl-post-meta .fl-post-cats-tags a:hover {
    background: #0374ba;
    color: #fff;
}

.detail-sp>h5 {
    background: #0374ba;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.detail-sp {
    margin-bottom: 20px;
}

.detail-sp div.title_page_home {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important
}

.title_page {
    text-align: left;
    width: 100%;
    background: #0374ba;
    margin-bottom: 20px;
}

.title_page ul .h_title {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    padding: 12px 20px;
}

.box_page {
    margin-top: 20px;
}

.box_page .col-md-6 {
    width: calc(100% / 1);
    margin: 0;
}

.page_conten_page .col-lg-12 .col-lg-4 {
    float: left;
    margin: 0px 10px 20px;
    width: calc(100% / 1 - 20px);
}

.page_conten_page .col-lg-12.dv-dichvu .col-lg-4 {
    width: calc(100% / 2 - 20px);
    background: #ebebeb;
    padding-bottom: 3px;
}

.tin_left .sec-title .col-lg-5 {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.tin_left .sec-title .col-lg-4 {
    float: left;
    width: 50%;
}

.tin_right .input_search {
    display: block;
}

.tin_right .timkiem_top {
    border: 1px solid #e7e7e7;
    width: 100%;
    margin-top: 15px;
    padding: 3px 0;
}

.widget.qodef-author-info {
    text-align: center;
    border: 1px solid #d7e1de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 42px 40px;
}

.vcard {
    font-size: 23px;
    margin: 15px 0 0;
}

.fl-post-cats-tags {
    font-weight: 700;
}

.title_right_pro_view {
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    padding: 0px 0px 7px;
    padding-left: 14px;
}

.title_right_pro_view:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 3px;
    height: 35px;
    background: #0374ba;
}

.sub-3,.sub-4,.sub-5,.sub-6 {
    display: none;
}

.tin_right .blog-item .img-box {
    width: 35%;
    float: left;
}

.tin_left .blog-item .img-box {
    width: 40%;
    float: right;
}

.tin_left .col-lg-12.dv-dichvu .blog-item .img-box, .tin_left .col-lg-12.dv-dichvu .blog-item .text-box {
    width: 100%;
    float: left;
}

.tin_left .col-lg-12.dv-dichvu .blog-item .text-box {
    padding: 10px;
    text-align: center;
}

.tin_left .box_page .blog-item .img-box, .tin_left .box_page .blog-item .text-box {
    width: 100%;
    text-align: left;
}

.tin_left .box_page .blog-item .text-box {
    margin-top: 20px;
}

.tin_left .blog-item .text-box {
    width: 56%;
    float: left;
    padding: 0;
    text-align: right;
}

.tin_right .blog-item .text-box {
    width: 58%;
    float: right;
    padding: 0;
}

.tin_right .blog-item .text-box h5 {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
}

.tin_right .blog-item .text-box h4 span {
    color: #c1c1c1;
    font-weight: normal;
    font-size: 12px;
    padding-right: 10px;
    text-decoration: line-through;
    display: inline-block;
}

.tin_right .blog-item {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E8EC;
    padding: 15px 0px;
}

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

.marquee {
    overflow: hidden;
    height: 420px;
    margin-top: 15px;
}
.title_news .h1,
.title_news h1,
.title_news h2 {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0px 2px 0;
    line-height: 1.5;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 22px;
    padding: 6px 0;
    margin-bottom: 20px;
}

.title_news li {
    font-size: 17px;
    color: #464646;
    list-style: none;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: initial;
}

.showText iframe {
    margin-top: 15px;
}

.showText p img {
    width: 100%;
}

.showText h2 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 10px;
}

#tintuc_slide .new_id_bs {
    width: calc(100% / 1);
    margin: 0 0 10px;
}

.new_id_bs {
    position: relative;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
    float: left;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    padding-bottom: 10px;
}

.new_id_bs img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.new_id_bs li {
    float: left;
    list-style: none;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.new_id_bs ul {
    float: right;
    width: 100%;
    position: relative;
}

.new_id_bs ul h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    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;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

h4.chanel {
    text-align: center;
    color: #0374ba;
}

.tt_page_top {
    margin: 0 -10px;
}

.tt_page_top.owl-carousel {
    margin: 0;
}

.new_id_bs li a::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.new_id_bs li a:hover::after {
    opacity: 0.7;
}

.new_id_bs li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateY(-50%) scale(0);
    background: transparent;
    color: #fff;
    transition: all 0.5s;
    margin-left: -23px;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.new_id_bs li a:hover i {
    transform: translateY(-50%) scale(1);
    transition: all 0.5s;
    z-index: 9;
}

.new_id_bs ul h3 a:hover {
    color: #0374ba;
}

.album-zoom-gallery {
    margin: 0 -10px;
}

div#lightgallery > div {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    float: left;
    overflow: hidden;
}

.album-zoom-gallery a {
    position: relative;
    cursor: pointer;
    float: left;
    width: 100%;
    opacity: 1;
    transition: .8s ease;
    backface-visibility: hidden;
    display: block;
    height: 100%;
    object-fit: cover;
}

div#lightgallery > div a img {
    width: 100%;
}

#tintuc_slide1 .new_id_bs {
    width: calc(100% / 1);
    margin: 0;
}

.tuvanbaogia_popup {
    padding: 0 0px 30px;
    width: 550px;
    text-align: center;
}

textarea.form-control {
    height: 99px;
    padding: 10px 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
    margin-top: 15px;
}

.tuvanbaogia_popup ul h4 a {
    display: inline-table;
    color: #f9f9f9;
    padding: 0px 50px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 46px;
    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: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #0374ba;
    margin-top: 20px;
}

.tuvanbaogia_popup ul li {
    width: 46%;
    margin: 0 2%;
    float: left;
}

.tuvanbaogia_popup ul li.mess {
    width: 96%;
}

.tuvanbaogia_popup ul h4 {
    clear: both;
}

.tuvanbaogia_popup ul h4 a i {
    padding-left: 7px;
}

.tuvanbaogia_popup ul {
    padding: 0 20px;
}

.tuvanbaogia_popup h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: #0374ba;
    padding: 10px;
}

.item-careers {
    border: 1px solid #E9E9E9;
    padding: 40px;
    margin-bottom: 0px;
    border-radius: 10px;
}

.item-careers h4 a {
    display: block;
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
}

.item-careers h4:hover a {
    color: #0374ba;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #0374ba;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 15px 0 0;
}

.item-careers a {
    font-size: 14px;
    color: #0374ba;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.popup_giohang {
    width: 850px;
}

.popup_giohang h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    background: #0374ba;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
}

.popup_giohang h3 a {
    color: #fff000;
}

.heading-counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    color: #222;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
}

.page_conten_page .heading-counter {
    padding: 15px 0 0;
}

.heading-counter .count_cart {
    color: #ffcc32;
}

.cart_summary tr td {
    padding: 15px 15px 15px;
    border-bottom: 1px solid #eaebf3;
}

.cart_summary tr:first-child th {
    border: none;
    color: #222;
    font-weight: 500;
    padding: 5px 15px;
    background: #ececec;
}

table .c-th-sp a.sp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background: #fff;
    margin: 0;
    float: left;
    margin-right: 15px;
}

table .c-th-sp a.sp img {
    max-width: 100%;
    max-height: 100%;
}

table .c-th-sp a {
    color: #222;
    text-decoration: none;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
}

table .c-th-sp a.del {
    color: #ef8b59;
    cursor: pointer;
    float: left;
    padding-right: 15px;
}

table .c-th-sp {
    width: 40%;
    text-align: left;
}

table .c-th-sluong {
    width: 20%;
    text-align: center;
}

table .c-th-ttien {
    width: 20%;
    text-align: center;
}

table .c-th-gia {
    width: 20%;
    text-align: center;
}

table .c-th-ttien b,table .c-th-gia b {
    color: #ef8b59;
}

.number-down,.number-up {
    border: 1px solid #eaebf3;
    outline: none;
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #222;
    font-size: 15px;
    line-height: 30px;
    float: left;
    cursor: pointer;
}

#number {
    border: 1px solid #eaebf3;
    border-left: 0;
    border-right: 0;
    height: 30px;
    font-size: 12px;
    text-align: center;
    width: 45px;
    vertical-align: top;
    min-height: 30px;
    padding: 0;
    float: left;
}

.so-luong-mua {
    display: -webkit-inline-box;
}

.button-cart {
    margin: 15px 15px 30px;
}

.button-cart a.close {
    margin-top: 15px;
    float: left;
    color: #0374ba;
    cursor: pointer;
}

.button-cart .btn-checkout {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 30px 4px;
    line-height: 42px;
    color: #ffffff;
    background: #0374ba;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    font-weight: 500;
}

.button-cart .btn-checkout:hover {
    background: #ef8b59;
}

.button-cart a.close:hover {
    color: #0374ba;
}

.block-total-left {
    width: 67%;
    float: left;
}

.block-total-cart {
    float: right;
    width: 30%;
    border: 1px solid #e8e8e8;
    padding: 10px 0;
}

.total-cart-page {
    display: flex;
    font-size: 15px;
    padding: 5px 15px;
}

.title-cart-page-left {
    flex-basis: 60%;
}

.number-cart-page-right {
    flex-basis: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.number-cart-page-right .price {
    text-align: right;
    width: 100%;
}

.title-final-total .number-cart-page-right .price {
    color: #ef8b59;
    font-size: 17px;
}

.title-final-total {
    font-weight: 650;
    margin: 10px 0;
}

.method-button-cart button:hover {
    background: #0374ba;
    cursor: pointer;
}

.title-final-total {
    font-weight: 650;
    margin: 10px 0;
}

.border-product {
    width: 95%;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
    border-bottom-style: solid;
}

.order-summary__section {
    padding: 15px 0px;
}

.total-cart-page {
    display: flex;
    font-size: 15px;
    padding: 5px 15px;
    align-items: center;
}

.block-total-cart {
    float: right;
    width: 30%;
    border: 1px solid #e8e8e8;
    padding: 20px 0
}

.cart_product img {
    height: 115px
}

#placeSlide_main {
    overflow-x: hidden;
}

.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-thumbnail__quantity {
    background-color: #0374ba;
    color: #fff;
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    text-align: center;
    top: 7px;
    right: -10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.product-thumbnail {
    width: 80px;
    height: 70px;
    background: #fff;
    position: relative;
    margin: 0;
    margin-right: 0;
}

.order-summary__section {
    border-top: 1px solid rgba(175,175,175,.34);
}

.btn--disabled {
    background: #0073ab;
    color: #fff;
    padding: 13px 20px;
    border: none;
    float: right;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.7;
    font-family: 'Noto Serif', serif;
}

.field__input-wrapper input {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    width: 75%;
    float: left;
}

.payment-due__price {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1em;
    color: #ef8b59;
}

td:last-child, th:last-child {
    text-align: right;
}

.order-summary__nav.method-button-cart button {
    float: right;
    margin: 0;
}

.order-summary__nav.method-button-cart {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summary__nav.method-button-cart>a {
    float: left;
    margin: 0;
}

.edit_checkout {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.discount-code {
    padding: 0 20px;
}

.sidebar .sidebar__title {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
}

#placeSlide_main .sidebar {
    width: 36%;
    float: right;
    border-left: 1px solid #ccc;
}

.content-box__row .fa-money {
    font-size: 25px;
    color: #0073ab;
    float: right;
}

.content-box__row__desc {
    clear: both;
}

.radio__input {
    float: left;
}

.radio__label {
    float: left;
    margin-left: 7px;
    position: relative;
    top: -9px;
    width: 93%
}

.content-box__row {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
}

.thanhtoan-2 h2 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.thanhtoan-2 {
    width: 30%;
    float: left;
    margin: 0 20px
}

.alert--info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.top_td select,.top_td input,.top_td textarea {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.top_td {
    border-bottom: none;
}

.top_td textarea {
    height: 80px
}

#chitiet_news {
    width: 30%;
    float: left;
}

.method-button-cart button {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px 14px;
    color: #FFF;
    background: #0374ba;
    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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
}

#cartRow_969208 .price>div {
    margin: 5px 0
}

.method-button-cart button:hover {
    background: #ef8b59
}

#cartRow_969208 .price,#cartRow1_969208.price {
    color: #ef8b59
}

.dv-gr-vanchuyen {
    border-radius: 4px;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    line-height: 18px;
}

.dv-gr-vanchuyen.dv-gr-thanhtoan label {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.radio__input {
    float: left;
}

input.lb_ghdck:checked, .input_style_1:checked {
    border: none;
    box-shadow: 0 0 0 10px #0374ba inset;
}

.input_style_radio {
    border-radius: 100px;
}

input.lb_ghdck, .input_style_1 {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background: transparent;
    line-height: normal;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #bbbbbb inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: 1px solid;
    border-color: #bbbbbb;
    margin-right: 8px;
    float: left;
    overflow: hidden;
}

.dv-gr-vanchuyen .blank-slate {
    background-color: #ececec;
    padding: 15px 20px;
    margin: 5px -20px -15px;
    line-height: 25px;
}

input.lb_ghdck:checked:after, .input_style_1:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background-image: url(/images/checkbox-tick-0.svg),none;
    filter: alpha(opacity=100);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
}

.input_style_radio:checked:after {
    background: none;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.page_sp_ct {
    width: 1000px;
    padding: 40px;
}

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

.pro_home_id.pro_id.owl-carousel ul {
    width: calc(100% / 1);
    margin: 0px 0px 20px;
}

.pro_home_id.pro_id ul .pro_home_id.pro_id#pro_slide {
    margin: 0;
}

.pro_home_id.pro_id#pro_slide ul {
    width: calc(100% / 1);
    margin: 0px;
}

.variations {
    margin: 20px 0 30px;
    border: 0;
    width: 100%;
}

.variations td.label {
    min-width: 80px;
    text-align: left;
}

.variations label {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    margin: 5px 0;
    font-weight: 700;
}

.variations td {
    display: inline-block;
}

.variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background-color: #e8e8e8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid transparent;
    width: auto;
    padding: 4px 20px;
    border-radius: 3px;
    text-align: center;
    margin: 0 5px;
}

variable-item:hover,.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
    border-color: #0374ba;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
    border-color: #0374ba;
    cursor: pointer;
}

.product_vendor {
    margin-top: 5px;
}

.cl_main {
    color: #ff0000;
}

.viewRight .number-down,.viewRight .number-up {
    height: 48px;
    width: 48px;
    line-height: 48px;
}

.viewRight .so-luong-mua {
    float: left;
}

.viewRight #number {
    height: 48px;
    width: 68px;
    min-height: 48px;
}

.sort-cate-left {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.sort-cate-left h3 {
    color: #222;
    font-size: 16px;
    float: left;
    margin: 0;
}

.sort-cate-left ul li {
    float: left;
    padding: 0 0 0 10px;
}

.sort-cate-left ul li a {
    color: #000;
    font-size: 15px;
    position: relative;
}

.sort-cate-left ul li a i {
    height: 16px;
    width: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    position: relative;
}

.sort-cate-left ul li:hover i:before, .sort-cate-left ul li.active i:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0374ba;
    position: absolute;
    border-radius: 50%;
    margin: 3px;
}

.offer-box {
    background: #0374ba47;
    padding: 20px;
    border-radius: 5px;
}

.ct_add ul h3 a i {
    padding-right: 5px;
    line-height: 36px;
}

.ct_add ul h3.h3_ad a i {
    padding-right: 0px;
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 15px);
    margin-left: 0px;
}

.ui-widget.ui-widget-content {
    height: 4px;
    background: #ebebeb;
}

.aside-item .aside-content {
    width: 100%;
    z-index: 0;
    position: relative;
    margin-top: 25px;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 18px !important;
    width: 18px !important;
    border-radius: 50% !important;
    top: -7px !important;
    background: #cc2121 !important;
    border: solid 2px #fff !important;
    box-shadow: 0px 4px 8px 0px rgb(204 33 33 / 30%);
    margin-left: 0 !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #cc2121;
}

#start {
    width: 36%;
    float: left;
    margin-right: 0;
    margin-top: 7px;
}

#start input {
    font-family: 'Noto Serif', serif;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
}

#stop {
    width: 36%;
    float: left;
    margin-left: 0;
    margin-top: 7px;
    text-align: right;
    position: relative;
}

#stop:before {
    content: "-";
    position: absolute;
    left: -6px;
    font-size: 17px;
    top: -2px;
}

#stop input {
    font-family: 'Noto Serif', serif;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
}

a#filter-value {
    padding: 0 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    width: 67px;
    float: right;
    text-align: center;
    margin-top: 0;
    background: #0374ba;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
}

.sidebar .easy-basket-filter {
    margin: 60px 0 50px 0;
    position: relative;
}

.sidebar .fill {
    height: 3px;
    width: 100%;
    background-color: #0374ba;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sidebar .easy-basket-filter-info {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: -45px;
    left: 0;
}

.sidebar .easy-basket-filter-info p {
    color: #222;
    padding: 5px 14px;
    border-radius: 50px;
    background: #e8e8e8;
    margin: 0;
}

.sidebar .easy-basket-filter-info .iLower {
    float: left;
    display: inline-block;
}

.sidebar .easy-basket-filter-info .iUpper {
    float: right;
    display: inline-block;
}

.option.filter_price {
    padding: 0 10px;
}

.sidebar .easy-basket-filter-info input {
    border: none;
    color: #0374ba;
    width: 35px;
    text-align: center;
    background: none;
    padding: 0;
    font-weight: bold;
}

.sidebar .filter_price .range {
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar .filter_price input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
}

.sidebar .filter_price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.sidebar .filter_price input[type=range]:focus, input[type=text]:focus {
    outline: none;
}

.sidebar .filter_price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 5px solid #f1f1f1;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background: #fac122;
    cursor: pointer;
    margin-top: -9px;
}

.sidebar .filter_price input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #707D7D;
    border-radius: 1.3px;
}

.sidebar .filter_price input[type=range].lower::-webkit-slider-runnable-track {
    background: red;
}

.sidebar .easy-basket-filter-ticks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5px;
    padding-top: 8px;
    font-size: 15px;
    cursor: default;
    left: 0;
    bottom: 0;
    width: 95%;
}

.sidebar .easy-basket-filter-ticks > div {
    height: 100%;
    width: 1px;
    background: #DDD;
    color: #888;
}

.sidebar .easy-basket-filter-ticks > div:nth-child(10n - 9) {
    height: 150%;
}

.sidebar .easy-basket-filter-ticks > div:nth-child(10n - 9)::before {
    display: block;
    content: attr(data-value);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
    width: 40px;
}

.sidebar .check_select {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar .check_select:last-child {
    margin-bottom: 0
}

.sidebar .check_select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sidebar .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50px;
}

.sidebar .check_select input ~ .checkmark {
    background-color: #ccc;
}

.sidebar .check_select input:checked ~ .checkmark {
    background-color: #0374ba;
}

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

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

.sidebar .check_select .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar ul.color {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    list-style: none;
}

.sidebar ul.color li {
    margin: 0;
}

.sidebar ul.color li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 8px 8px 0;
    border: solid 2px #fff;
    transition: all .2s ease;
}

.sidebar ul.color li.active a, .sidebar ul.color li a:hover {
    border: solid 2px #000;
}

.sidebar ul.color li:nth-child(1) a {
    background: #e25392;
}

.sidebar ul.color li:nth-child(2) a {
    background: #21c3db;
}

.sidebar ul.color li:nth-child(3) a {
    background: #e4c1b1;
}

.sidebar ul.color li:nth-child(4) a {
    background: red;
}

.sidebar ul.color li:nth-child(5) a {
    background: #1746bb;
}

.filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 0;
    border-radius: 50%;
    font-size: 18px;
    border: solid 2px #b5b5b5;
    line-height: 40px;
    position: absolute;
    top: -16px;
    height: 15px !important;
    width: 15px;
    background: #fff;
}

.filter-item--check-box input:checked+.fa:before, .filter-item--check-box input+span:before {
    border-color: #0374ba;
}

label[for] {
    cursor: pointer;
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 24px;
    min-width: 100%;
    padding: 0px;
    position: relative;
}

.tin_right input[type="checkbox"],.tin_right input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}

.filter-item--check-box input:checked+.fa:after, .filter-item--check-box input+span:after {
    font-family: 'FontAwesome';
    content: "";
    color: #0374ba;
    position: absolute;
    width: 9px;
    height: 9px;
    line-height: 9px;
    border-radius: 50%;
    background: #0374ba;
    top: -11px;
    left: 5px;
}

.filter-item--check-box .fa {
    margin-right: 15px;
    width: 14px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.filter-item--check-box input:checked+.fa, .filter-item--check-box input+span {
    color: #ed3952;
}

.blog-item {
    width: calc(100% - 24px);
    margin: 0 12px;
}

.col-lg-12.dv-tintuc-slider {
    margin: 0 -12px;
}

.page_conten_page .poup_page {
    width: 600px;
    background: #e9e9e9;
    padding: 50px;
    border-radius: 10px;
}

.fhs-input-box {
    clear: both;
    padding: 7px 0;
}

.poup_page label {
    display: inline-block;
}

.fhs-input-group {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.fhs-selectbox, .fhs-textbox {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fhs-input-box.fhs-input-display .fhs-input-group > .fhs-input-icon {
    display: block;
    position: absolute;
    right: 12px;
    color: #007bff;
    cursor: pointer;
    user-select: none;
}

.fhs-forget-pass {
    color: #F7931E;
    cursor: pointer;
    user-select: none;
    text-align: right;
    padding: 8px 0;
}

.fhs-btn-box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fhs-btn-box > button:disabled {
    background: rgb(224,224,224);
    background: -moz-linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient( 90deg , rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%);
    background: linear-gradient( 90deg , rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0",endColorstr="#e0e0e0",GradientType=1);
    border: none;
    color: #636363;
}

.fhs-btn-box > button {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 270px;
    max-width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0px 4px 6px hsl(0deg 0% 90%);
    -moz-box-shadow: 0px 4px 6px hsl(0, 0%, 90%);
    -webkit-box-shadow: 0px 4px 6px hsl(0deg 0% 90%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px 20px;
    margin: 7px 0;
    cursor: pointer;
}

.fhs-btn-box > .fhs-btn-cancel {
    color: #ef8b59;
    border: 1px solid #ef8b59;
}

.fhs-btn-box > .fhs-btn-fb {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.fhs-btn-box > button:enabled:hover {
    box-shadow: 0px 6px 8px hsl(0deg 0% 90%);
    -moz-box-shadow: 0px 6px 8px hsl(0, 0%, 90%);
    -webkit-box-shadow: 0px 6px 8px hsl(0deg 0% 90%);
    transform: scale(1.03);
    cursor: pointer;
}

.fhs-input-box.fhs-input-send .fhs-input-group > .fhs-input-icon {
    display: block;
    position: absolute;
    right: 12px;
    color: #007bff;
    cursor: pointer;
    user-select: none;
}

.fhs-selectbox[autocomplete='off']:read-only:disabled, .fhs-textbox[autocomplete='off']:read-only:disabled {
    background-color: #f2f2f2;
}

.fhs-register-term {
    text-align: center;
    padding: 8px 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

p.info-sub-title {
    margin: 0px 0 0;
}

.dv-left-home {
    width: 275px;
    float: left;
    position: sticky;
    top: 65px;
    z-index: 1;
}

.dv-right-home {
    width: calc(100% - 275px);
    float: left;
    padding-left: 20px;
}

.dv-sp-title {
    background: #0374ba;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 0;
    font-size: 18px;
}

.dv-box-dmsp ul {
    list-style: none;
    border: 1px solid #e8e8e8;
    border-top: 0;
}

.dv-box-dmsp li {
    list-style: none;
    position: relative;
}

.dv-box-img a {
    display: block;
    line-height: 0;
    margin-bottom: 15px;
}

.dv-box-img a img {
    width: 100%;
}

.dv-box-dmsp li a {
    font-size: 14px;
    font-weight: normal;
    color: #575454;
    display: block;
    line-height: 1.5;
    padding: 9px 15px;
    padding-left: 35px;
}

.dv-title-home {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0px 2px 0;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    margin-bottom: 20px;
}

.dv-title-home .h2:before ,
.dv-title-home h2:before {
    content: "";
    border: 7px solid #0247ae;
    border-color: transparent transparent transparent #0247ae;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
}

.blink-color {
    text-decoration: none;
    color: red;
    -webkit-animation: blink_color 0.5s infinite;
    -moz-animation: blink_color 0.5s infinite;
    -ms-animation: blink_color 0.5s infinite;
    -o-animation: blink_color 0.5s infinite;
    animation: blink_color 0.5s infinite;
    display: block;
}

@-webkit-keyframes blink_color {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

@-moz-keyframes blink_color {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

@-ms-keyframes blink_color {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

@-o-keyframes blink_color {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

@keyframes blink_color {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

.dv-click-here {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 0 5px;
}

.product-wrapper .meta-wrapper .icon {
    display: none;
}

.dv-box-dmsp li+ li {
    border-top: 1px solid #e8e8e8;
}

.pro_home_id.pro_home_id_nb ul {
    float: left;
    width: calc(100% / 3 - 20px);
}

.dv-box-dmsp ul ul {
    position: absolute;
    left: 100%;
    background: #fff;
    z-index: 9999;
    width: 100%;
    top: 0;
    display: none;
}

.dv-box-dmsp ul lI:hover > ul {
    display: block;
}

.dv-box-dmsp li a:hover {
    color: #0374ba;
}

.dv-box-dmsp li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1db";
    margin-right: 10px;
    font-size: 11px;
    position: absolute;
    left: 15px;
    top: 13px;
}

.dv-sp-title i {
    margin-right: 10px;
    font-size: 15px;
}

.dv-box-sp {
    margin-bottom: 20px;
    background: #fff;
}

.dv-box-dmsp li i {
    position: absolute;
    top: 11px;
    right: 15px;
}

.dv-box-dmsp li:hover > i {
    color: #0374ba;
}

.right-top p {
    width: 100%;
    text-align: left;
    color: #333;
    line-height: 1.4;
    margin: 0;
    padding: 2px 0;
}

.right-top ul {
    list-style: none;
    float: right;
    margin: 0;
    margin-left: 20px;
}

.right-top p {
    display: inline-block;
    margin: 0;
    float: right;
    width: auto;
}

.right-top p i {
    margin-right: 8px;
    font-size: 18px;
}

.right-top p a {
    color: #333;
}

.right-top p a span {
    font-size: 20px;
    color: #0374ba;
    font-weight: 500;
}

.dv-home-qc {
    padding: 35px 0;
    background: #fff;
    display: none;
}

.wpb_wrapper.col-lg-3 {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.wpb_wrapper.col-lg-3 p {
    margin: 0;
}

.dv-home-qc img {
    width: 100%;
}

.content {
    text-align: left;
    line-height: 1.6;
    margin: 0;
    margin-left: 0;
    width: calc(100% - 40px);
    padding-left: 14px;
}

.content h5 {
    font-size: 16px;
    padding: 0 0 3px;
    text-transform: uppercase;
    line-height: 1.5;
}

.wpb_wrapper.col-lg-3 p {
    margin: 0;
    line-height: 1.5;
}

.wpb_wrapper.col-lg-3 {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    float: left;
}

.wpb_wrapper.col-lg-3 > p {
    width: 40px;
}

.products {
    padding: 50px 0;
}

.menu > li i {
    margin-left: 6px;
}

.dv-home-gioithieu .qodef-button.qodef-layout--textual:hover .qodef-m-icon svg .qodef-arc-1 {
    stroke-dashoffset: 165;
    opacity: 1;
    color: #ffffff;
    stroke-width: 2px;
}

.title_news .h1:before,
.title_news h1:before,
.title_news h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #0374ba;
    bottom: -2px;
}

.nums.no_box ul {
    display: inline-block;
}

.link_page h1, .link_page h3 {
    color: #fff;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    display: none;
}

.dv-gh-col-left {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.dv-gh-col-left img {
    width: 100%;
}

.dv-gh-col-center {
    width: 50%;
    float: left;
    padding-right: 20px;
    text-align: left;
}

.dv-gh-col-right {
    width: 25%;
    float: left;
}

.dv-show-giohang {
    padding: 10px 0;
    display: none;
}

.dv-box-spdh h3 {
    font-size: 16px;
}

.dv-gh-col-left h3 {
    font-size: 16px;
    line-height: 1.5;
    display: block;
}

.dv-gh-col-left h4 {
    font-weight: normal;
}

.dv-gh-col-left h4 span {
    display: inline-block;
    color: red;
    font-weight: 700;
    font-size: 20px;
}

.dv-show-giohang p {
    color: red;
    margin: 0;
    padding: 0 0 5px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}

.dv-gh-col-center textarea {
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    height: 120px;
    margin-bottom: 10px;
}

.dv-gh-col-center select {
    margin: 0 0 10px;
}

.dv-xemtruoc {
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
    color: #FF0000;
    min-height: 75px;
    width: 100%;
    background-color: #f3f8fa;
    background-image: none;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dv-gh-col-right input {
    margin: 0 0 15px 0;
}

span.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dv-gh-col-center table {
    position: relative;
}

.dv-gh-col-center label input {
    position: absolute;
    opacity: 0;
}

.dv-gh-col-center label input:checked ~ span {
    background: #0374ba !important;
    color: #fff;
}

button.btn.btn-warning {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #0374ba;
    color: #fff;
}

img.ajax_img_loading {
    height: 14px;
    margin-left: 5px;
    display: none;
}

.dv-homt-dt li {
    list-style: none;
    width: calc(100% - 20px);
    margin: 0 10px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 90px;
    border: 1px solid #dfe2e3;
    border-radius: 3px;
    margin-bottom: 2px;
}

.dv-homt-dt li img {
    max-width: 100%;
    max-height: 100px;
}

.owl-dots {
    display: none;
}

.owl-prev, .owl-next {
    width: 44px;
    height: 44px;
    line-height: 40px;
    background: hsl(0deg 0% 0% / 18%);
    color: #fff;
}

.owl-prev spam, .owl-next span {
    line-height: 42px;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    background: rgb(3 116 186 / 84%) !important;
}

.dt-sc-subscribe-frm input {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    color: #333;
}

.dt-sc-subscribe-frm input {
}

.dt-sc-subscribe-frm input#capcha_hd {
}

.dt-sc-subscribe-frm a.cur {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 16px;
    font-weight: 500;
    display: inline-block;
    background: #ffcc32;
    float: right;
    border-left: 0px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 44px;
}

.dt-sc-subscribe-frm a.cur:hover {
    background: #e5b72e;
}

.dt-sc-subscribe-frm a.cur i {
    display: none;
}

.showText p, .showText div, .showText ul, .showText ol, .showText h1, .showText h2, .showText h3, .showText h4, .showText h5, .showText h6 {
    margin-bottom: 10px;
}

.showText.showText_lienhe p {
    margin-bottom: 3px;
}

.contact-maps iframe.iframe_load {
    width: 100%;
    height: 100%;
}

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

.center-footer ul.menu-footer {
    width: calc(45% - 20px);
}

.center-footer ul.menu-footer-right {
    width: calc(55% - 20px);
    float: left;
}

.dv-dv-gr {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.dv-dv-gr li {
    list-style: none;
    width: 32%;
    float: left;
}

.dv-dv-gr li a {
    line-height: 0;
}

.dv-dv-gr li a img {
    width: 100%;
}

.dv-dv-gr ul {
    width: 68%;
    float: left;
    padding-left: 15px;
}

.dv-dv-gr ul h3 {
    font-size: 17px;
    line-height: 1.5;
    padding: 0 0 4px;
}

.dv-tintuc-slider.flex ul {
    width: calc(100% / 4 - 20px);
}

.dv-tintuc-slider.flex .blog-item {
    width: calc(100% / 4 - 20px);
    float: left;
    margin: 0 10px 20px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 7px;
}

.blog-item img {
    width: 100%;
}

.blog-item .img-box a {
    display: block;
    line-height: 0;
}

.dv-tintuc-slider.flex {
    margin: 0 -10px;
}

span.blog-date i {
    margin-right: 6px;
}

span.blog-date {
    margin-bottom: 5px;
    display: block;
}

.dv-hd-top .dv-left {
    display: inline-block;
    float: left;
    font-size: 15px;
}

.dv-hd-top .dv-right {
    display: inline-block;
    float: right;
}

.dv-hd-top .dv-right a {
    color: #333;
}

.dv-hd-top i {
    margin-right: 7px;
}

.fa-star:before {
    content: "\f006";
}

.fa-star.checked:before {
    content: "\f005";
}

.pro_home_id ul .h4 span
.pro_home_id ul h4 span {
    margin-right: 5px;
    display: inline-block;
}

.price {
    color: red;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.dv-boxPrice a {
    display: inline-block;
    border: 1px solid #0374ba;
    padding: 6px 18px;
    margin-top: 10px;
    border-radius: 6px;
    background: #0374ba;
    color: #fff;
}

div .viewLeft {
    width: 50%;
}

div .viewRight {
    width: 50%;
    margin: 0;
    padding-left: 20px;
}

.dv-boxPrice a i {
    margin-right: 10px;
}

.dt-sc-subscribe-frm a.cur img {
    margin: 0;
}

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

.pro_home_id ul .pkichthuoc {
    margin-bottom: 4px;
    padding-top: 3px;
}

.pro_home_id ul .h4 span.db ,
.pro_home_id ul h4 span.db {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    float: right;
    padding-top: 7px
}

.pro_home_id ul .h4 ,
.pro_home_id ul h4 {
    text-align: left;
    padding: 5px 0 0px;
}

.pro_home_id ul .h4 span.gia,
.pro_home_id ul h4 span.gia {
    font-weight: normal;
    color: #333;
    font-size: 15px;
}

.logo_top span {
    font-family: "Great Vibes";
    font-size: 30px;
    font-weight: 500;
    color: #e3ac2c;
    margin-left: 15px;
    padding-top: 10px;
}

.logo_top a {
    display: inline-block;
    line-height: 0;
}

.dv-show-giohang p span.sp {
    font-style: italic;
    font-size: 13px;
    color: #555;
}

.blog-item .img-box i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 45px;
    color: #f60b0bdb;
    transform: translate(-50%, -50%);
}

.menu > li > ul > li:hover {
    background: #ebb73b;
}

.dv-hd-top {
    background: #edf0f1;
    color: #333;
    font-size: 16px;
    padding: 8px 0;
}

.dv-hd-top a {
    color: #fff;
}

.dv-hd-top .dv-right a {
    color: #333;
}

.dv-header-bt {
    background: #0374ba;
    color: #fff;
    border-bottom: 4px solid #ffcc32;
}

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

.menu > li > a {
    color: #fff;
}

.menu > li:hover > a {
    color: #fff;
    background: #068cde;
}

.menu > li > ul, .menu > li > ul ul {
    background: #fff;
    padding: 0;
}

.menu > li > ul > li, .menu > li > ul > li li {
    color: #333;
}

.menu > li > ul > li > a, .menu > li > ul > li li a {
    color: #333 !important;
}

.menu > li > ul > li:hover>a, .menu > li > ul > li li:hover>a {
    color: #ffffff !important;
    background: #ffcc32;
}

.menu > li > ul > li:hover {
    background: none;
}

.menu > li > ul > li + li {
    border-top: 1px solid #e5e5e5;
}

.dv-header-bt.fixed {
    background: #0374ba;
}

.box_menu {
    float: none;
    text-align: center;
    line-height: 0;
}

.menu {
    display: inline-block;
    max-width: 100%;
    float: left;
}

.dv-gh-col-left h4 {
    line-height: 1.4;
    font-size: 14px;
}

.dv-gh-col-left h4 span {
    font-weight: 500;
    font-size: 16px;
}

.blog-item .img-box i {
    font-size: 54px;
    cursor: pointer;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0374ba;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7,41,103,0.8);
    opacity: .1;
    border-color: #0374ba;
    opacity: .5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7,41,103,0.35);
    opacity: .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.btn-zalo {
    bottom: 210px;
    top: auto;
}

.btn-phone {
    bottom: auto;
    bottom: 120px
}

.dv-cart {
    position: fixed;
    right: 25px;
    bottom: 290px;
    z-index: 111;
}

.dv-cart img {
    width: 50px;
    height: 50px
}

.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed {
    display: none!important
}

.dv-cart span {
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #e3ad2d;
    right: -7px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    top: -5px;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #e37516;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out,opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #0374ba
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #0374ba;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #0374ba
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.price span.gia_km {
    text-decoration: line-through;
    color: #717171;
    font-weight: normal;
}

.price span.gia_ban {
    margin-right: 5px;
}

.dv-slider-nang li a .fa {
    transform: translate(-50%, -50%);
    position: absolute;
    color: red;
    font-size: 40px;
    top: 50%;
    left: 50%;
    opacity: 0.5;
}

.dv-slider-nang li a {
    position: relative;
}

.dv-slider-nang li a:hover .fa {
    opacity: 0.8;
}

.title-in {
    color: #ee0d0d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 0 0 5px;
}

.dv-showtext {
    margin-top: 7px;
    line-height: 1.6;
    font-size: 14px;
    padding: 6px 0;
    border-top: 1px solid #EEE;
}

.sp-title {
    font-weight: 700;
    margin-right: 10px;
}

span.btn.btn-default.btn-sm {
    border: 1px solid #d9d9d9;
    margin-right: 4px;
    background: #fff;
}

span.btn.btn-default.btn-sm:active {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.dv-gh-col-center label input:checked ~ span {
    border-color: #0374ba !important;
    color: #fff;
}

.dv-giohang-cont.dv-giohang-cont-detail .dv-gh-col-left {
    width: 32%;
}

.dv-giohang-cont.dv-giohang-cont-detail .dv-gh-col-center {
    width: 68%;
    border-left: 1px solid #dedede;
    padding-left: 22px;
}

.sp-title-rght {
    margin-right: 50px;
}

.title-in span {
    text-transform: none;
    color: #535353;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
}

.dv-btn-add-btn {
    padding: 20px 0 0;
}

.dv-btn-add-btn button {
    background-color: #e6a50e;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px !important;
    margin-right: 10px;
    line-height: 1.5;
    cursor: pointer;
}

.dv-btn-add-btn button:hover {
    opacity: 0.8;
}

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

.dv-anh b {
    display: block;
    line-height: 1.3;
    padding: 0 0 4px 0;
}

.dv-anh p {
    padding: 0;
    margin: 0;
    color: #333;
}

.dv-table-reposive.dv-table-reposive-cart {
    padding-right: 25px;
    width: calc(100% - 320px);
    float: left;
}

.dv-cart-right {
    width: 300px;
    float: right;
    background: #f3f8fa;
    padding: 20px;
    position: sticky;
    top: 65px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

.page_conten_page.pagewrap.page_giohang .block-total-left {
    width: 100%;
}

.order-summary__section {
    border: none;
    margin: 0p;
    padding: 0;
}

.dv-cart-right .total-line__name {
    padding: 10px 0 !important;
    background: none !important;
}

.dv-cart-right .payment-due__price {
    font-size: 20px;
}

.dv-cart-right label.tb_tongtien {
    font-size: 22px;
}

.thanhtoan-2 {
    width: 100%;
    margin: 0;
}

.dv-gr-vanchuyen .blank-slate {
    display: none !important;
}

.dv-gr-vanchuyen {
    padding: 0;
    border: none;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #e5e5eb;
    border-radius: 0;
}

.dv-btn-cart.no_box.formBox a {
    margin: 10px 0 0;
    width: 100%;
    display: block;
}

div#chitiet_news {
    width: 100%;
    margin-top: 20px;
}

.dv-thongtin-tv {
    margin: 0 -10px;
}

.dv-thongtin-tv input, .dv-thongtin-tv select, .dv-thongtin-tv textarea {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 15px;
    float: left;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.dv-thongtin-tv input.full-address {
    width: calc(100% / 2 - 20px);
}

.dv-thongtin-tv textarea {
    width: calc(100% - 20px);
    height: 80px;
    padding: 10px;
}

.dv-anh-cart-sp .dv-anh a {
    color: #e9140c !important;
    cursor: pointer;
    float: left;
    padding: 4px 0 0 !important;
    background: none !important;
    font-size: 13px !important;
}

.dv-isright {
    width: 175px;
    float: right;
    padding-left: 25px;
}

.radio__input.radio__input-top span {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc;
    width: 100%;
    overflow: hidden;
    display: block;
}

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

.dv-isright .radio__input.radio__input-top {
    color: #0374ba;
    padding: 10px 0 0;
    cursor: pointer;
}

.dv-isright .radio__input.radio__input-top:hover {
    color: #e74c3c;
    padding: 10px 0 0;
}

.dv-isright select, .dv-isright input[type="text"] {
    height: 33px;
    border: 1px solid #e4e4e4;
    padding: 0 8px;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 6px;
}

.dv-isright input[type="text"] {
    width: 50px;
    margin-right: 7px;
    text-align: center;
}

.dv-isright .radio__input label {
    font-size: 14px;
}

.dv-isright .radio__input label i {
    margin-right: 4px;
    font-size: 12px;
}

.dv-isright .radio__input {
    width: 100%;
    margin-bottom: 5px;
}

.dv-box-hinh {
    position: relative;
    border: 1px solid #e6e5e5;
    margin: 6px 0px 15px;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.dv-box-hinh img {
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.dv-box-hinh textarea {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    font-size: 17px;
    border: none;
    padding: 10px;
    background: #fff;
}

.dv-luuy input {
    border: none;
}

.dv-delai input {
    width: 100px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #e4e4e4;
}

.dv-nhucaurieng textarea:focus {
    border: 1px solid #e4e4e4;
}

.dv-nhucaurieng textarea {
    min-height: 70px;
    border: 1px solid #fff;
    width: 100%;
}

.dv-isright .input_style_1 {
    width: 16px;
    height: 16px;
    padding: 0;
    position: relative;
    top: 3px;
}
.dv-noidung-dat-hang .h3,
.dv-noidung-dat-hang h3 {
    font-size: 16px;
    line-height: 1.4;
    padding: 5px 0;
}

a.dv-mobile-pc {
    display: none;
}

a.dv-banndo-pc {
    display: block !important;
}

a.dv-banndo-pc i {
    color: #fff;
    font-size: 24px;
}

.dv-slider-sp-new .item {
    display: none;
    width: 100%;
}

.dv-slider-sp-new .item.acti {
    display: block;
}

.sv-sp-button-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.sv-sp-button-nav button {
    font-size: 44px;
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0;
    outline: none;
    font-family: Roboto;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 40px;
    background: hsl(0deg 0% 0% / 18%);
    color: #fff;
    display: block;
    cursor: pointer;
}

.sv-sp-button-nav button.owl-next-right {
    right: 0;
}

.sv-sp-button-nav button:hover {
    color: #fff;
    transition: 1s;
    background: #0374ba !important;
    border: 1px solid;
}

.sv-sp-button-nav button i {
    font-style: normal;
    line-height: 0;
    display: block;
    top: -3px;
    position: relative;
    font-size: 35px;
}

.dv-slider-sp.dv-slider-sp-new {
    position: relative;
    margin-right: 20px
}

.dv-slider-sp-new .item img {
    width: 100%;
}

.dv-slider-sp-new .item iframe {
    width: 100%;
    height: 420px;
}

.dv-slider-sp-new .item {
    text-align: center;
    background: #f5f5f5;
}

.dv-slider-sp-new .item img {
    height: auto;
    height: auto;
    width: auto;
    width: 100%;
}

.dv-title-dh.dv-sp-title {
    text-align: left;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 3px
}

.page_conten_page.pagewrap.dv-tintuc.dv-tintuc-full .dv-gh-col-center {
    padding-right: 0;
}

.dv-table-reposive.dv-table-reposive-cart {
    background: #fff;
    width: calc(100% - 340px);
    margin-right: 10px;
    padding: 15px 0;
}

.cart_summary tr th {
    line-height: 1.5;
    background: #0374ba !important;
    color: #fff !important;
    font-size: 15px;
    padding: 10px !important;
}

.dv-table-reposive.dv-table-reposive-cart table {
    border: 1px solid #0374ba;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.dv-table-reposive.dv-table-reposive-cart table tr:last-child td {
    border-bottom: 1px solid #0374ba;
}

.dv-table-reposive.dv-table-reposive-cart table td {
    padding: 10px;
}

a.cur.a-btn-click {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

a.cur.a-btn-click:hover,a.cur.a-btn-click:focus {
    color: #fff;
    background-color: #0374ba;
    border-color: #0374ba;
}

.dv-thongtin-xhd h3 {
    padding: 0 10px;
    margin: 0px;
    box-sizing: border-box;
    color: rgb(255, 0, 0);
    font-size: 14px;
}

.dv-thongtin-xhd p {
    padding: 5px 10px 5px;
    margin: 0;
}

.dv-thongtin-xhd {
    display: none;
}

.dv-thongtin-xhd input {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 15px;
}

.dv-cart-right .total-line__name {
    color: #333 !important;
    font-size: 14px;
}

.cart_summary tr td {
    font-size: 15px;
}

.cart_summary tr td.total-line__price {
    font-weight: 500;
}

.dv-isright .radio__input.radio__input-top {
    overflow: hidden;
    width: 100%;
}

.dv-isright .radio__input.radio__input-top input {
    width: 100px;
}

textarea.nhu_cau_rieng {
    position: relative;
    border: 1px solid #e6e5e5;
    margin: 5px 0 0;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
}

.dv-isleft.v2 {
    width: 100%;
}

.dv-isleft.v2 .dv-isright {
    width: 100%;
    padding: 0 0 5px;
    float: left;
}

.dv-delai input.is_so_dien_thoai {
    width: 110px;
}

.dv-isright .radio__input.v3 {
    width: auto;
    float: left;
    overflow: hidden;
    margin-right: 6px;
}

.dv-isright .radio__input.v3 input {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.dv-isright .sp-title {
    float: left;
    height: 32px;
    line-height: 32px;
}

.dv-isright .radio__input.v3 input:checked ~ span {
    border-color: #0374ba !important;
    color: #fff;
    background: #0374ba !important;
}

.dv-isright .radio__input.v3 label {
    width: 100%;
    display: block;
}

.dv-isleft.v2 input.form-control.soluong {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    width: 80px !important;
    height: 36px !important;
    position: relative;
    top: -2px;
}

.dv-spmm {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

section.bolg.py-100-70 {
    overflow: hidden;
}

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

.dv-delai.dv-delai-gh {
    padding: 7px 0;
    color: red;
}

.dv-delai.dv-delai-gh input {
    border-color: #ff0707;
    min-width: 125px;
    border-radius: 3px;
}

section.dv-home-sanpham.dv-home-sanpham-2 {
    padding: 30px 0;
    text-align: center;
    background: white;
}

.dv-home-sanpham:nth-child(2n+2) {
    background: #fff;
}

.dv-title-home .h2 a,
.dv-title-home h2 a {
    position: relative;
    margin: 0px 0px 5px 0;
    line-height: 1.5;
    color: #21409a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    margin-bottom: 5px;
    display: block;
}

.dv-title-home a.a-xem-them {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    position: relative;
    top: 10px;
    line-height: 1.5;
    display: inline-block;
}

.dv-title-home .h2,
.dv-title-home h2 {
    display: inline-block;
    line-height: 0;
    color: #21409a;
    position: relative;
    border-left: 7px solid #21409a;
    border-bottom: 2px solid #21409a;
    padding-left: 16px;
}

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

.pro_home_id.pro_home_id_slider .item {
    padding-bottom: 20px;
}

section.bolg_new.bolg.py-100-70 {
    background: #f3f8fa;
    padding: 40px 0 50px;
}

section.dv-home-ndtrangchu {
    padding: 50px 0;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

section.bolg_new .blog-item {
    background: #fff;
    height: 100%;
    margin: 0 10px 0;
}

section.bolg_new .blog-item .text-box {
    padding: 20px 0 0;
}

section.bolg_new .blog-item .text-box p {
    margin: 0;
}

section.bolg_new.bolg.py-100-70 .blog-item .img-box {
    margin: 0;
    border-radius: 0;
}

.dv-sao p {
    display: inline-block;
}

.dv-sao span.db {
    float: right;
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
}

a.add-view-eye {
    display: inline-block;
    padding: 9px 13px;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 0;
    text-transform: uppercase;
    color: #000;
    background: #ffcc32;
    border-radius: 4px;
    height: 38px;
    border: none;
    margin-right: 10px;
    width: 38px;
    float: left;
}

a.add-view-eye:hover {
    background: #FF5722;
    color: #fff;
}

.dv-btn-add {
    padding: 15px 0 0;
}

ul.listtabs {
    display: inline-block;
    float: right;
    margin-top: 7px;
}

.dv-header-center-child.flex {
    width: 100%;
}

.dv-header-center-child.flex .clr {
    display: none;
}

.listtabs li:first-child a {
    border: none;
}
.giohang_top .h3 span,
.giohang_top h3 span {
    position: absolute;
    background: #ffcc32;
    color: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    right: -13px;
    top: -2px;
    font-size: 13px;
    font-weight: 600;
}

.bottom_ft p {
    display: inline-block;
    float: left;
    margin: 0;
}

.bottom_ft p.ft_right {
    float: right;
    margin: 0;
}

.bannerMain {
    background: #fff;
}

.dv-tintuc-slider.flex .blog-item p {
    margin: 0;
}

.col-lg-12.dv-tintuc-slider .blog-item {
    float: left;
    margin: 0 10px 0px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 7px;
    height: 100%;
}

div#cart_list {
    background: #fff;
}

.addthis_toolbox.addthis_default_style {
    margin-left: -12px;
}

a.addthis_button_tweet.at300b {
    width: 84px !important;
    margin-left: 5px;
}

.tweet_iframe_widget {
    width: 100% !important;
}

.tweet_iframe_widget span {
    width: 100% !important;
    display: block;
}

.tweet_iframe_widget span iframe {
    width: 100% !important;
}

.dv-slider-nang.no_box {
    margin-right: 20px;
}

.item {
    opacity: 0;
}

.blog-item .img-box i:hover {
    color: #0000006e;
}

.owl-item .item {
    opacity: 1;
}
li.is_step_2.sub.hide_3 {
    position: initial;
}

li.is_step_2.sub.hide_3 ul {
    width: 100%;
    box-shadow: 0 0 10px #00000021;
    padding: 5px;
}

li.is_step_2.sub.hide_3 > ul > li {
    width: calc(25% - 20px);
    float: left;
    padding: 10px;
    border: none;
}

li.is_step_2.sub.hide_3 > ul > li ul {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    min-width: 0;
    width: 100%;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    box-shadow: none;
    padding: 0;
}li.is_step_2.sub.hide_3 > ul > li > a {
    font-weight: 700;
    color: #0374ba !important;
    background: none !important;
    font-size: 17px;
}

li.is_step_2.sub.hide_3 > ul > li ul a {
    font-weight: normal;
    border-top: 1px dotted #d6d6d6;
}.menu > li > ul {
    padding: 10px;
}
.dv-slider-sp.dv-slider-sp-new .item {
    opacity: 1;
}
.h1-title { text-align: left; margin-bottom: 15px; font-size: 24px; color: #4b4b4b; padding-bottom: 5px; font-weight: 500; position: relative; text-transform: capitalize; line-height: 1.5; }
@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .dv-slider-nang li {
        height: 100%;
        max-height: 150px;
    }

    .timkiem_top.no_box {
        margin-left: 20px;
        width: 300px;
    }

    .detail-sp {
        padding: 0 5px;
    }

    .dv-nut-menu {
        font-size: 15px;
        width: 220px;
    }

    .menu {
        max-width: calc(100% - 220px);
    }

    .dv-header-bt.fixed .menu > li > a {
        padding: 13px 10px;
    }

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

@media only screen and (max-width: 992px) {
    .mn-mobile {
        display: block !important;
        padding: 0;
        margin: 0;
    }

    ul.listtabs li {
        display: none;
    }

    .dv-sao span.db {
        font-size: 13px;
    }

    ul.listtabs li:last-child {
        display: block;
    }

    ul.listtabs li:last-child a {
        border: none;
    }

    .dv-nhucaurieng textarea {
        height: auto;
        min-height: 100px;
    }

    a.a_trangchu_mb {
        display: block;
        position: absolute;
        left: 0;
        color: #fff;
        padding: 14px 0px;
        font-size: 16px;
        top: 0px;
        line-height: 1.2;
    }

    .menu-bar.hidden-md.hidden-lg {
        padding: 13px 8px;
        height: 46px;
        cursor: pointer;
        border-radius: 7px;
        display: inline-block;
        float: right;
        background: #0374ba;
        position: absolute;
        right: 0;
        top: 1px;
    }

    div#mm-0 {
    }

    ul.mm-listview i.fa.fa-angle-down {
        display: none;
    }

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

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

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

    ul.menu.no_box {
        display: none;
    }

    ul.flag-language {
    }

    .dv-header-bt {
    }

    .right-top {
        padding-right: 180px;
    }

    .right-top ul {
        margin-left: 10px;
    }

    .flag-language li {
        margin-right: 0;
    }

    .dv-header-center {
        padding: 7px 0;
    }

    .pro_home_id .button.a_cart {
    }

    .dv-left-home {
        width: 250px;
    }

    .dv-right-home {
        width: calc(100% - 250px);
    }

    .dv-home-gioithieu {
        padding: 40px 0;
    }

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

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

    .dv-tintuc-slider.flex .blog-item {
        width: calc(100% / 3 - 20px);
        float: left;
        margin: 0 10px 20px;
    }

    .logo_top span {
        display: none;
    }

    .dv-left span.dc {
    }

    .dv-left span.sao {
        display: block !important;
        font-family: "Great Vibes";
        font-size: 25px;
        font-weight: 500;
        color: #e3ac2c;
    }

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

    .dv-hd-top .dv-right {
        padding: 7px 0;
    }

    .timkiem_top.no_box {
        position: absolute;
        top: 10px;
        right: 5px;
        padding: 0 10px;
        background: #fff;
        border: none;
        width: 45px;
        overflow: hidden;
    }

    .timkiem_top.no_box input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

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

    .search a {
        position: relative;
        right: 10px;
        z-index: 11
    }

    .timkiem_top.no_box.actiii {
        width: 274px;
        border: 1px solid #dedede;
        padding: 0;
        z-index: 999;
    }

    .timkiem_top.no_box.actiii input {
        width: 100%;
        left: 0;
        opacity: 1;
        z-index: 0;
        padding: 0 10px;
    }

    .timkiem_top.no_box {
        border: 1px solid #ffffff00;
    }

    .timkiem_top.no_box.actiii a {
        float: right;
        right: 0;
        width: 36px;
    }

    .dv-hd-top .dv-right a {
        color: #fff;
    }

    .dv-left span.sao {
        color: #fff;
    }

    .dv-header-bt.fixed {
        position: absolute;
    }

    .dv-header-bt {
        border: none;
    }

    .dv-cart-right {
        width: 100%;
        padding: 20px 0 0;
        margin: 0
    }

    .dv-table-reposive.dv-table-reposive-cart {
        padding-right: 0;
        width: 100%;
    }

    div#chitiet_news input, div#chitiet_news select, div#chitiet_news textarea {
        width: calc(100% - 20px);
    }

    .dv-cart-right .radio__input {
        width: 20px;
        display: inline-block;
    }

    .dv-cart-right {
        padding: 20px 15px 15px;
    }

    .dv-table-reposive.dv-table-reposive-cart {
        margin: 0;
    }

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

    .dv-header-bt {
        height: 48px;
    }

    .logo_top img {
        height: 60px;
    }

    .dv-hd-top .dv-left {
        padding: 8px 0;
        font-size: 14px;
    }

    .dv-header-center-child.flex {
        display: block;
        flex-wrap: unset;
        -webkit-flex-wrap: unset;
    }

    .dv-header-center-child.flex .clr {
        display: block;
        clear: both;
    }

    .logo_top {
        display: inline-block;
    }

    .left-top {
        display: inline-block;
    }

    .right-top {
        display: inline-block;
        padding: 17px 50px 0;
    }

    .giohang_top {
        float: right;
    }

    .right-top p {
        float: left;
    }

    .right-top div a {
        line-height: 1.4;
        display: block;
    }

    .right-top div i {
        line-height: 32px;
    }
    .giohang_top .h3 span,
    .giohang_top h3 span {
        top: -5px;
    }

    .dv-slider-nang.no_box {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .left_contact {
        width: 100%;
    }

    a.dv-mobile-pc {
        display: block;
    }

    .dv-isright .radio__input.v3 span {
        font-size: 13px;
        margin-right: 3px;
    }

    a.dv-banndo-pc {
        display: none !important;
    }

    .right_contact {
        width: 100%;
        padding-top: 10px;
    }

    .left_contact > h3, .right_contact > h3 {
        font-size: 20px;
    }

    .dv-header-center .flex {
        display: block;
    }

    .logo_top {
        float: left;
        line-height: 0;
    }

    .left-top {
        float: right;
    }

    .right-top {
        padding: 15px 50px 0 0;
    }

    .menu-bar.hidden-md.hidden-lg {
        top: 1px;
    }

    .dv-hd-top .dv-right {
    }

    ul.flag-language {
    }

    .flag-language li a img {
        height: 24px;
    }

    .flag-language li {
    }

    .left-top {
        margin-right: 55px;
    }

    .dv-header-bt {
        top: 60px;
    }

    .right-top p a span {
        font-size: 18px;
    }

    .input_search {
        font-size: 14px;
        width: 170px;
    }

    .menu-bar.hidden-md.hidden-lg {
    }

    .dv-home-qc {
        display: none;
    }

    .dv-left-home {
        display: none;
    }

    .dv-right-home {
        width: 100%;
        padding: 0;
    }

    .dv-click-here {
        font-size: 17px;
    }

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

    .dv-home-sanpham {
        padding: 30px 0 15px;
    }

    .bolg {
        padding: 30px 0;
    }

    .tiltle {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    section.dv-home-gioithieu .col-lg-6 {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    section.dv-home-gioithieu {
        padding: 30px 0;
    }

    section.dv-home-gioithieu .col-lg-6.dv-gt-right {
        margin-top: 20px;
    }

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

    .qodef-m-button {
        margin-top: 5px;
    }

    .top_contact {
        width: 100%;
    }

    .center-footer {
        width: calc(100% + 20px);
        padding: 0;
        border: none;
        margin-top: 15px;
    }
    .footer .h3,
    .top_contact > h3, .center-footer ul h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .footer a img {
        margin: 5px 0 0;
    }

    .footer {
        padding: 30px 0 20px;
    }

    .pro_home_id ul .h3 ,
    .pro_home_id ul h3 {
        font-size: 15px;
    }

    .dv-gh-col-left {
        width: 100%;
        padding: 0 0 10px;
    }

    .dv-gh-col-center {
        width: 100%;
        padding: 0 0 10px;
        text-align: left;
    }

    .dv-gh-col-right {
        width: 100%;
    }

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

    div .viewLeft {
        width: 100%;
    }

    div .viewRight {
        width: 100%;
        margin: 0;
        padding-left: 0px;
        padding-top: 20px;
    }

    div .titleView {
        padding: 0;
        margin: 0;
    }

    .link_page h1, .link_page h3 {
        font-size: 22px;
    }

    .link_page ul li span {
        padding: 0 4px;
        font-size: 14px;
    }

    .link_page {
        padding: 0;
    }

    .link_page h1, .link_page h3 {
        font-size: 22px;
        margin: 0;
        line-height: 1.3;
    }

    .link_page ul li {
        margin-top: 0;
        padding-top: 5px;
    }

    .link_page div ul {
        list-style: none;
    }

    .dv-dv-gr {
        width: calc(100% / 1 - 20px);
    }

    .dv-tintuc-slider.flex .blog-item {
        width: calc(100% / 2 - 20px);
        float: left;
        margin: 0 10px 20px;
    }

    .contact-maps {
        width: 100%;
    }

    .timkiem_top.no_box {
        right: 10px;
        top: 10px;
    }

    .right-top p {
        padding-right: 0px;
    }

    .blog-item .img-box i {
        font-size: 40px;
    }

    .dv-icpc {
        display: none;
    }

    .dviv-mobile .blog-item {
        margin-top: 10px;
    }

    .dviv-mobile {
        display: block !important;
    }

    .dv-giohang-cont.dv-giohang-cont-detail .dv-gh-col-left {
        width: 100%;
    }

    .dv-giohang-cont.dv-giohang-cont-detail .dv-gh-col-center {
        width: 100%;
        border: none;
        padding-left: 0;
    }

    .link_page ul li {
        white-space: nowrap;
        min-width: 1200px;
        font-size: 14px;
    }

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

    .link_page ul li i {
        padding-right: 3px;
    }

    .link_page ul {
        width: 100%;
        overflow: hidden;
    }

    .link_page h1, .link_page h3 {
        font-size: 18px;
        line-height: 1.3;
        padding: 0 0 5px;
    }

    .link_page h3 .link_page h1, {
        text-align: left;
        line-height: 1.4;
    }

    .dv-box-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: rgba(12,12,12,0.8);
        padding: 7px 0;
        display: block !important
    }

    .dv-cart {
        display: none !important;
    }

    a.dv-mobile-pc.btn-phone.btn-frame.text-decoration-none.hidden-xs {
        display: none;
    }

    a.btn-zalo.btn-frame.text-decoration-none.hidden-xs {
        display: none;
    }

    div#back-top {
        bottom: 70px;
    }

    a.a-left {
        background: #0374ba;
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 4px;
        margin-left: 10px;
        float: left;
    }

    a.a-left img {
        height: 20px;
        float: left;
        margin-right: 7px;
    }

    .dv-box-mobile .dv-cart {
        position: absolute;
        display: inline-block !important;
        float: right;
        bottom: auto;
        right: 53px;
    }

    a.aban-do {
        float: right;
        height: 34px;
        color: #fff;
        margin: 0 10px;
        text-align: center;
    }

    a.aban-do img {
        width: 34px;
        height: 34px;
    }

    .dv-box-mobile .dv-cart a {
        display: block;
        line-height: 0;
    }

    .dv-box-mobile .dv-cart a img {
        height: 36px;
        width: auto;
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .dv-box-mobile .dv-cart span {
        background: none;
        width: 36px;
        height: 42px;
        display: block;
        text-align: center;
        line-height: 46px;
        right: 0;
        font-size: 10px;
    }

    label.tb_tongtien_full {
        display: inline-block;
    }

    .tb_rps tr:first-child {
        display: block !important;
    }

    .tb_rps .dv-table-reposive-cart tr:first-child {
        display: none !important;
    }

    .dv-slider-sp.dv-slider-sp-new {
        margin: 0;
    }

    .dv-hd-top .dv-left {
        display: none;
    }

    section.dv-home-sanpham.dv-home-sanpham-2 {
        padding: 15px 0;
    }

    .right-top p {
        padding: 0;
        position: absolute;
        white-space: nowrap;
        left: 10px;
        top: -40px;
    }
}

@media only screen and (max-width: 479px) {
    .contact .left li {
        width: calc(100% - 10px);
        margin: 0 5px 10px;
        float: left;
    }

    .dv-slider-sp-new .item iframe {
        height: 380px;
    }

    .dv-slider-sp-new .item {
        height: 380px;
    }

    .dv-slider-sp-new .item img {
        max-height: 380px;
    }

    .dv-tintuc-slider.flex .blog-item {
        width: calc(100% / 1 - 20px);
        float: left;
        margin: 0 10px 20px;
    }

    .pro_home_id.pro_home_id_nb ul,.pro_home_id ul {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
    }

    .pro_home_id {
        margin: 0 -5px;
    }

    .center-footer ul.menu-footer {
        width: calc(100% - 20px);
    }

    .center-footer ul.menu-footer-right {
        width: calc(100% - 20px);
        margin-top: 10px;
    }

    .bolg {
        padding: 25px 0;
    }

    .dv-homt-dt {
        padding: 20px 0;
    }

    .qodef-button.qodef-html--link {
        font-size: 14px;
    }

    .tiltle {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .dv-home-sanpham {
        padding: 25px 0 15px;
    }

    section.dv-home-gioithieu {
        padding: 25px 0;
    }

    .dv-click-here {
        font-size: 16px;
    }

    .menu-bar.hidden-md.hidden-lg {
        top: 1px;
    }

    .dv-left span.sao {
        font-size: 22px;
    }

    .menu-bar.hidden-md.hidden-lg {
        top: 1px;
        padding: 15px 0;
    }

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

    div#back-top {
        bottom: 70px;
        right: 15px;
    }

    a.add-view-eye {
        display: none;
    }

    .bottom_ft {
        padding: 10px 0;
        font-size: 15px;
    }
}
