@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=vietnamese');
:root{
  --color-1:#1e5478;
  --color-2:#ecdf87;
}
img {
    max-width: 100%;
}

.md-none {
    display: none;
}

.md-block {
    display: block;
}

.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px !important;
}

.m-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.p5 {
    padding-left: 5px;
    padding-right: 5px
}

.m-10 {
    margin-left: -10px;
    margin-right: -10px
}

.p10 {
    padding-left: 10px;
    padding-right: 10px
}

body {
    font-family: 'svn', sans-serif;
    overflow-x: hidden;
}

.pagination-page {
    text-align: center;
}

.pagination-page>span,
.pagination-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ddd;
    color: #000;
}

.pagination-page a:hover,
.pagination-page>span {
    background: #1f5892;
    color: #FFF;
}

@font-face {
    font-family: svn;
    src: url(../../templates/fonts/SVN-POPPINSREGULAR.TTF);
}

a.imft img {
    margin: 10px 0px;
    max-width: 205px;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: utm;
    src: url(../../templates/fonts/utm/UTMHelvetIns.ttf);
}

@font-face {
    font-family: utmbebas;
    src: url(../../templates/fonts/UTMBebas.ttf);
}

@font-face {
    font-family: times-new-roman;
    src: url(../../templates/fonts/times-new-roman-mt-std-bold-condensed.otf);
}

@font-face {
    font-family: bsc;
    src: url(../../templates/fonts/barlowsemicondensed-medium.ttf);
}

@font-face {
    font-family: bsc-bold;
    src: url(../../templates/fonts/barlow-semi-condensed/BarlowSemiCondensed-Bold.ttf);
}

@font-face {
    font-family: bsc-re;
    src: url(../../templates/fonts/barlow-semi-condensed/BarlowSemiCondensed-Medium.ttf);
}

@font-face {
    font-family: mont;
    src: url(../../templates/fonts/montserrat/Montserrat-Light.otf);
}

textarea#txtdiachi {
    width: 100%;
    border: 1px solid #ccc;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.item-spbc:hover * {
    font-weight: bold;
}

ul.menu-ft2 li:hover a {
    color: red;
    font-weight: bold;
}

.dk button {
    background: red;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
}

.iphoneat {

    display: none;
}

.dk {
    margin-top: 10px;
}

.group-ten-ft-vn * {
    color: #fff;
    margin: 0;
}

.group-ten-ft-vn {
    display: flex;
    color: #ff5400;
    font-family: 'svn';
    margin: 5px 0px;
}

.sec-dangky {
    background: rgb(42, 43, 46);
    color: #fff;
    padding: 40px 0px;
}

.group-dskdn .btn-primary {
    color: #fff;
    background-color: #db2727;
    border-color: #db2727;
    font-family: svn;
}

.icon-r {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 18px;
    z-index: 999;
}

.icon-right {
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 9999;
}

.icon-r a {
    color: #f47c4a;
    font-size: 25px;
}

.dangkymain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(169, 184, 192);
    background-image: url(https://inoxngocthuy.com/image/catalog/newsletter-stripe.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    border-radius: 15px;
}

ul.menu-ft a {
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}

ul.menu-ft {
    list-style: none;
    color: #fff;
    font-family: svn;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-gui span {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    height: 100%;
    border-radius: 15px;
    padding: 0px 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: svn;
}

.form-gui {
    display: flex;
    position: relative;
}

.form-gui input {
    border-radius: 15px;
}

.dangkymain>div:first-child {
    font-style: italic;
    font-size: 16px;
    text-transform: none;
    letter-spacing: largepx;
    color: rgb(42, 43, 46);
}

.dangkymain>div {
    width: 45%;
}

nav.navbar.navbar-default a {
    font-size: 18px;
    font-weight: 500;
}

.group-news21 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5);
}

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

.group-news1 {
    text-align: center;
    margin: 15px 0px;
}

.ten-news1 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.ngaydang-news1 {
    color: #9e9494;
    font-style: italic;
}

.mo-ta-newzs {
    color: #000;
    font-family: svn;
    margin-bottom: 5px;
}

.docthem-news {
    display: inline-block;
    background: red;
    padding: 5px 10px;
    color: #fff;
    border-radius: 15px;
}

.tintuc-main {
    padding: 40px 0px;
    background: #f5f5f5;
}

.mo-ta-sq {
    font-family: 'svn';
    text-align: center;
    line-height: 1.8em;
}

.xemthem1 a {
    background: #3859a5;
    color: #fff;
    padding: 8px 20px;
    font-family: 'svn';
    border-radius: 15px;
}

.xemthem1 {
    text-align: center;
    margin-top: 25px;
}

.img-news1 {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.item-tintuc01hme {
    padding: 5px;
    border: 1px solid #ccc;
}

h2.title-1h {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    background: var(--color-1);
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    border-top: 5px solid var(--color-2);
}

form#frm2 {
    margin: 0;
}

li.sub-nav>ul>li {
    padding: 10px;
}

li.sub-nav>ul {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    padding: 0;
    background: #fff;
    box-shadow: #ccc 0px 0px 10px;
    margin: 0;
    text-transform: uppercase;
    display: none;
}

li.sub-nav {
    position: relative;
}

li.sub-nav:hover>ul {
    display: block;
    list-style: none;
    left: 99%;
}

.group-snpbc {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -2.5px;
}

footer .col-md-6.col-sm-6.col-2ft img {
    max-height: 45px !important;
}

.item-spbc {
    width: calc((100% - 20px)/4);
    margin: 0px 2.5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.group-asdspbc {
    padding: 5px;
    font-family: svn;
    text-align: center;
}

.ten-spbc1 {
    color: #000;
    /* margin-bottom: 15px; */
    height: 40px;
    overflow: hidden;
}

.giagoc.active {
    text-decoration: line-through;
}

.grpup-dmsp {
    display: flex;
    flex-wrap: wrap;

}

.item-dmsp {
    border: 1px solid #ccc;
    width: 100%;

}

.ten-smsp {
    text-align: center;
    font-family: svn;
    margin-bottom: 10px;
}

.img-dmsp {
    width: 100%;
    height: 175px;
    padding: 5px;
    overflow: hidden;
}

.img-dmsp:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

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

.danhmucspmaian {
    padding: 10px 0px;
}

nav.navbar.navbar-default.menufixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

header.xs-none.menufixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}


.img-congtrinh img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

*:focus {
    outline: none !important;
}

.img-intro img {
    width: 100%;
    height: 100%;
}

div#searchsp {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 100%;
    left: 0;
}

.img-spaj {
    width: 90px;
    margin-right: 15px;
}

.group-spaj>div {
    display: flex;
    align-items: center;
}

.group-spaj {
    border: 1px solid #ccc;
    margin-top: 1px;
    max-height: 400px;
    overflow: scroll;
    background: #fff;
    padding: 10px;
}

.chantrang-phai img {
    width: 51px;
    height: 32px;
    margin-left: 10px;
}

.group-tintuc01 {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 90px)/4) calc((100% - 90px)/4) calc((100% - 90px)/4) calc((100% - 90px)/4);
}

div#searchsp2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
}

.item-tt01 {
    padding: 5px;
    border: 1px solid #ccc;
}

.tenconty h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #e3261e;
    text-align: right;
    padding: 0;
    font-size: 20px;
}

.imgtt01 {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

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

.tentt01 {
    color: #000;
    font-weight: bold;
    margin: 5px;
    font-size: 18px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.motatt01 {
    color: #000;
    font-family: mont;
    text-align: center;
}

.ttheader span {
    font-family: mont;
    font-size: 14px;
    text-align: center;
    font-weight: bold;

}

.slogan {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: 'svn';
}

.lienhe-right {
    font-family: 'svn';
    font-size: 12px;
}

.icon-h a {
    color: #fff;
}

.group-icon-small1-h {
    display: flex;
    margin-top: 5px;
}

.icon-h {
    width: 30px;
    height: 30px;
    background: #3859aa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.kieusp>div {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

.active.ksp {
    background: orange;
    border: 2px solid red;
    color: #fff;
}

.kieusp {
    display: flex;
}

.item-camket {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.item-camket img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.item-camket .content {}

.item-camket .content strong {
    display: block;
    margin-bottom: 2px;
}

.item-camket .content span {
    display: block;
}

.gio-hang {
    text-align: right;
}

.gio-hang a {
    background-color: #e63c45;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gio-hang a:hover {
    background-color: #e63c45;
    text-decoration: none;
}

/*.logo{display: block;padding-top: 3px;padding-bottom: 3px;margin-top: 5px;margin-bottom: 5px;}*/
/*header{padding-top: 5px;padding-bottom: 5px;}*/
.img-header {
    display: inline-block;
    position: relative;
}

.ttheader {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ttheader>h3 {
    font-family: utm;
    color: #a5755b;
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.ttlhe.col-12 {
    padding: 0px 15px;
}

.col-12.ttlhe iframe {
    width: 100% !important;
    height: 300px !important;
}


.frm1 input.form-control {
    max-width: 200px;
}

a.navbar-brand.active {
    background: #c3af1d;
}

/*ul.nav.navbar-nav li a.active {
    background: #c3af1d;
}*/
nav form.frm1 {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin: 8px;
}

.img-header img {
    padding: 10px 0px;
}

.contrinh-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.navbar-default {
    margin: 0px;
    border-radius: 0px;
    border: none;
    background: var(--color-1);
}

ul.nav.navbar-nav li a.active {
    background: var(--color-1);
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 30px;
}

.group-sm-dpgtroip-r {
    margin-bottom: 30px;
}

div#bs-example-navbar-collapse-1home {
    padding: 0;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: var(--color-1);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: var(--color-1);
}

.dropdown-menu>li>a {
    padding: 10px 15px;
    text-transform: uppercase;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    min-width: 215px;
}

.navbar-nav>li:hover>a {
    background-color: var(--color-1);
}

.navbar-form {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-form .form-control {
    border: none;
    width: 100%;
    border:1px solid var(--color-1);
}

.navbar-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.bg_heading{
    background-color:var(--color-1)!important;
    color:#fff!important;
}

.navbar-form button,.navbar-form button:hover{
    border: none;
    background-color:var(--color-1);
    color:#fff;
}

.title_c {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 50px;
}

.title_c .menu-congtrinh a {
    padding-left: 0;
}

.title_c .menu-congtrinh a:after {
    display: none;
}

.title_c a {
    color: #c60606;
    /* border-bottom: 3px solid #fe0000; */
    /* padding-bottom: 7px; */
    position: relative;
    padding-bottom: 15px;
}

.productmain .title_c a:after {
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #c60606;
    content: "";
    bottom: 0;
    left: 0;
    /* transform: translateY(-50%); */
}

.title_c a:last-child {
    position: unset;
}

.title_c a:last-child::after {
    display: none;
}

.contrinh-main h2.title_c {
    display: flex;
    justify-content: space-between;
}

.menu-congtrinh a {
    font-size: 14px;
    font-family: mont;
    color: #000;
    margin-left: 20px;
}

.linhvucmain .title_c a {
    color: #fff;
}

.linhvucmain .title_c a:after {
    background-color: #fff;
}

.title_c a:hover {
    text-decoration: none;
}

.item-product {
    border: 1px solid #e6e6e6;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
}

.item-product:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 2px;
    bottom: 0px;
    box-shadow: 1px 1px 10px 1px #505050;
    z-index: -1;
}

.item-product>a {
    display: block;
    height: 200px;
    overflow: hidden;
    line-height: 200px;
}

.item-product>a>img {
    max-width: 100%;
    max-height: 100%;
    line-height: 200px;
    width: 100%;
}

.item-product>h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-product>h3>a {
    color: #000;
}

.item-product>h3>a:hover {
    text-decoration: none;
    color: #cc;
}

.item-product .gia-ban {}

.item-product .gia-ban>strong {
    color: red;
}

.item-product .gia-ban>span {
    font-size: 13px;
    font-style: italic;
    text-decoration: line-through;
    color: #7b7878;
}

.item-product .chitiet {}

.item-product .chitiet a {
    background-color: #e63c45;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
}

.item-product .chitiet a:hover {}

.list-product {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}

.list-product .owl-nav {
    position: absolute;
    top: -34px;
    right: 0;
}

.list-product .owl-nav button {
    border: none;
    background: transparent;
    font-size: 29px;
    line-height: 14px;
    padding: 0px 3px;
}

.list-product .owl-nav button:focus {
    outline: none;
}

.title-home2 {
    color: #ff2826;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    /* background: url(../images/title-right.png) no-repeat center bottom;*/
    padding-bottom: 24px;
    background-size: contain;
    text-align: center;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.mo-ta-ft * {
    color: #fff;
    font-family: 'svn';
    list-style: none;
    padding: 0;
    line-height: 1.8em;
}

.danhmucmnright ul {
    padding: 15px;
}

.danhmucmnright {
    border: 1px solid #ccc;
}

.danhmucmnright ul li a {
    color: #000;
    font-size: 16px;
}

.danhmucmnright ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}

.danhmucmnright ul li:hover * {
    color: #0073a2;
    font-weight: 600;
}

h2.title-home2 {
    margin-top: 0px;
    padding: 9px;
    background-color: #f47c4a;
    color: #fff;
    font-size: 18px;
}

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

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

ul.menu-right>li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
}

ul.menu-right {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: svn;
    line-height: 2em;
    border: 1px solid #ccc;
    padding: 5px;
}

ul.menu-chidl>li>a {
    color: #000;
}

ul.menu-chidl>li {

    padding: 5px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

li.hasmenu:hover>ul>li:last-child {
    border: 0;
}

ul.menu-chidl {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 100%;
    z-index: 99;
    top: 0;
    display: none;
}

li.hasmenu {
    position: relative;
}

.img-spbc {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding: 5px;
}

.nav-right ul {
    list-style: none;
    padding: 0px;
    background-color: #f5f6f7;
    /* color: #000; */
    /* background: -webkit-gradient(linear,left bottom,left top,color-stop(0.3,#f35b63),color-stop(0.7,#e7474f)); */
    border-radius: 5px;
    position: relative;
    padding-top: 10px;
    /* top: -17px; */
}

.nav-right ul li {
    border-top: 1px solid #f9f6f6;
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
}

span.ic-menu {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    justify-content: space-between;
}

.group-dmc {
    display: flex;
    align-items: center;
}

i#icon2 {
    display: none;
}

ul.sub_1 {
    display: none;
}

.nav-right ul li a {
    display: block;
    padding: 9px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

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

.nav-right ul li:nth-child(1) {
    border-top: none;
}

.nav-right ul li a {
    display: block;
    padding: 9px 15px;
    color: #000;
}

.nav-right ul li a:hover {
    text-decoration: none;
    color: #e63c45;
}

ul.menu-f {
    margin: 0;
}

.hotro {
    padding: 15px;
    border: 1px solid #ccc;
}

.pull-right {
    display: flex;
    width: auto;
}

.ngaydang {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bvlq {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

td._51m-.vTop._2pir._51mw {
    padding: 0px 2.4px !important;
}

.twitter {
    margin-left: 3px;
}

/*.hotro{border: 1px dashed #e7474f;padding: 10px 5px;margin-left: 7px;margin-right: 7px;margin-top: -15px;border-radius: 5px;}*/
.hotline-right {
    background: url(../images/icon-hotline.png) no-repeat center left;
    padding-left: 30px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

.hotro {
    /* border-bottom: 1px dashed #b31313; */
    padding-bottom: 15px;
}

.hotro img {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.hotro h3 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.hotro h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #b31313;
}

.email {
    background: url(../images/icon-mail.png) no-repeat left center;
    background-size: 26px;
    padding-left: 30px;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.zalo {
    background: url(../images/zalo.png) no-repeat left center;
    background-size: 21px;
    font-size: 13px;
    padding-left: 30px;
    margin-top: 0px;
    color: #000;
    font-weight: 600;
}

.item-new-right {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-new-right .name {
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item-new-right .name a {
    color: #000;
}

.item-new-right .name a:hover {}

.lhngay {
    width: 175px;
    height: 45px;
    background: linear-gradient(0deg, #dc2128, #f0493e);
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}

footer iframe {
    width: 100% !important;
    height: 150px !important;
}

footer p {
    font-size: 14px;
    font-family: 'svn';
    color: #000;

}

footer .col-md-4.col-sm-4 {
    margin-bottom: 30px;
}

.item-new-right .quote {
    line-height: 13px;
}

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

.new-righ {
    border: 1px solid #cccccc;
    padding: 5px;
    /* border-radius: 5px; */
    /* margin-left: 7px; */
    /* margin-right: 7px; */
}

.dangky {
    background: url(../images/business-background.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.dangky:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #0009;
    z-index: 0;
}

.dangky h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}

.dangky input {
    border-radius: 1px;
}

.dangky .btn-dk {
    border-radius: 0px;
    background-color: #e7474f;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-color: #e7474f;
}

footer {
    font-size: 15px;
    background-color: #d0251e;
    color: #000;
    padding-top:30px;
    padding-bottom:30px;
}

footer .title-f {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    display: block;
    padding: 7px;
    text-align: left;
    border-radius: 2px;
    padding: 0;
    margin-top: 25px;
}

.box1.visited1>div {
    width: calc(100% - 110px);
    margin-left: 10px;
}

.box1.visited1 img {
    width: 100px;
}

.box1.visited1 {
    display: flex;
}

footer a {
    color: #000;
}

footer ul a {
    text-transform: initial;
    padding: 7px 0px;
    display: inline-block;
    font-size: 16px;
}

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

.chantrang.container {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'svn';
    align-items: center;
}

.chantr {
    padding: 10px 0px;
    background:#fff;
    color:#333;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: var(--color-1);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    border-radius: 0px;
}

.ftimg img {
    margin-right: 5px;
}

.ftimg {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

ul.menu-footer li a {
    color: #fff;
    font-size: 14px;
}

ul.menu-footer {
    padding: 0;
    font-family: mont;
    margin-top: -10px;
}

.ira {
    height: 400px;
}

.chantrang-trai {

    text-align: left;
    display: flex;
    justify-content: left;
    color:#333;
}

.item_owl_sub a {
    display: block;
}

ul.listmenu-ft a {
    padding-left: 20px;
}

ul.listmenu-ft {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.chantrang-trai>a {
    width: 30%;
}

.chantrang.container::before {
    display: none;
}

.chantrang.container::after {
    display: none;
}

.chantrang-phai {

    display: flex;
    justify-content: flex-end;
}

.chantrang a {
    color: #333;
}

.menu-f li {
    display: inline-block;
    border-right: 1px solid #ccc;
    line-height: 0px;
}

.menu-f li a {
    text-transform: inherit;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.menu-f li a:hover {
    color: #e7474f;
}

.menu-f li:last-child {
    border-right: none;
}

.san-phamhot {
    padding: 10px;
    border: 1px dashed #e7474f;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -14px;
}

.san-phamhot .item-product {
    border: none;
}

.san-phamhot .item-product:after {
    box-shadow: none;
    border-bottom: 1px dotted #e2dfdf;
    z-index: 1;
    bottom: -14px;
    left: 0;
    right: 0;
}

.breadcrumb {
    float: left;
    border-bottom: none;
    margin-top: 0px;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.title-home {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.bregroup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 35px;
}

.bregroup ol.breadcrumb {
    margin: 0;
    font-family: 'svn';
}

.bregroup>* {
    max-width: 1140px;
    width: 100%;
    display: block;
    float: unset;
    margin: auto !important;
    line-height: 1.8em;
}

.bradcum-news {
    padding: 35px 0px;
    background-size: cover!important;
    min-height: 135px;
    position: relative;
    z-index: 99;
    display: flex;
    margin-bottom: 30px;
}

.row.list-product.m-5.m2>div {
    padding: 10px;
}

.img-tintuc {
    width: 100%;
    height: 235px;
    overflow: hidden;
    box-shadow: #ccc 0px 0px 10px;
    border-radius: 3px;
}

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

.col-md-4.col-sm-6.item-n02 {
    margin-bottom: 20px;
}

.noidung-tt {
    text-align: center;
}

.title-nothome-2 span {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 5px;
}

h1.title-home-2-tt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #eae7e7;
    padding-bottom: 5px;
}

h3.title2-home span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #db2727;
}

.title-home span {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.bregroup ol.breadcrumb a {
    color: #fff;
}

.item-product h3 {
    height: 45px;
    overflow: hidden;
}

.breadcrumb>li a {
    color: #868282;
}

.new-hot img {
    width: 100%;
}

.new-hot h3 {
    font-size: 18px;
    font-weight: 600;
}

.new-hot h3 a {
    color: #000;
}

.new-hot-2 h3 {
    font-size: 18px;
    font-weight: 600;
}

.new-hot-2 h3 a {
    color: #000;
}

.new-hot-3 h3 {
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #efebeb;
    padding-top: 10px;
}

.new-hot-3 h3 a {
    color: #000;
}

.new-hot {
    margin-bottom: 15px;
}

.item-new h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-new h3 a {
    color: #000;
}

.item-new h3 a:hover {}

.item-new .mota {
    text-align: center;
    font-family: 'svn';
}

.item-new .mota span {
    color: #b31313;
    font-size: 13px;
    font-weight: 600;
}

.item-new {
    padding-top: 10px;
}

.item-new img {}

.item-new .title-new {
    font-weight: 600;
    font-size: 16px;
}

.item-new .title-new a {
    color: #1c1c1c;
}

.item-new .title-new a:hover {}

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

.title-tin {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.ngaydang {
    color: #717171;
    font-style: italic;
}

.tinlienquan {
    padding-left: 18px;
}

.tinlienquan li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tinlienquan a {
    color: #000;
    font-size: 15px;
}

.tinlienquan a:hover {
    text-decoration: none;
    color: #6fb820;
}

.title-sp {
    font-size: 20px;
    font-weight: 600;
}

.box-sl {}

.box-sl label {
    float: left;
    margin-right: 0px;
    position: relative;
    top: 10px;
}

.box-sl .soluong {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 0px;
    border: 1px solid #d8dad6;
    float: right;
    font-weight: bold;
}

.lienhe-sp {
    margin-top: 30px;
}

.slide-sp .item {}

.slide-sp .item a {
    height: 67px;
    width: 99%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eceaea;
    background-position: center;
}

.btn-login {
    background-color: #e7474f;
    float: right;
    color: #fff;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}

.tong_tt h3 {
    font-size: 14px;
    margin: 0px;
    font-weight: 600;
    color: red;
}

#map iframe {
    height: 175px;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.title_c .xemtatca {
    font-size: 14px;
    border: none;
    text-transform: initial;
    float: right;
    margin-top: 9px;
    font-weight: 500;
    color: #c60606;
}

.facebook>div>span {
    width: 100% !important;
}

.facebook>div>span>iframe {
    width: 100% !important;
}

.facebook>div {
    width: 100% !important;
}

.productmain.k1 .title_c a:first-child {
    color: #fff;
}

.productmain.k1 .title_c a::after {
    background-color: #fff;
}

.productmain.k1 .title_c .xemtatca {
    color: #fff;
}

.productmain.k3 .title_c a:first-child {
    color: #fff;
}

.productmain.k3 .title_c a::after {
    background-color: #fff;
}

.productmain.k3 .title_c .xemtatca {
    color: #fff;
}

form#frm1 {
    position: relative;
    margin-right: 0px;
    width: 100%;
}

form#frm1>div {
    width: 100%;
}

form#frm1 button {
    min-width: 55px;
    position: absolute;
    right: 0;
    top: 0px;
    height: 35px;
    background: #88c92d;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.group-banner-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.hotlinebner::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.hotlinebner {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.hotlinebner span {
    font-size: 15px;
    font-weight: bold;
    color: red;
}

form#frm1 input {
    height: 35px;
    width: 100%;
    border: 1px solid #ccc;
}

.navbar-form {
    border-radius: 5px;
}

.slick-track {
    margin: 0 !important;
}

iframe {
    max-width: 100%;
}

/*.video{
    border: 1px dashed #e7474f;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -15px;
    padding-top: 10px;
    border-radius: 5px;
}*/

.intromain {
    padding: 50px 0px;
    padding-bottom: 100px;
    position: relative;
}

.intromain::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../templates/images/bgintro_02.png) no-repeat center;
    background-size: cover;
    height: 85px;
    width: 100%;
}

.chitiettin h1,
.chitiettin h2,
.chitiettin h3,
.chitiettin h4,
.chitiettin h5,
.chitiettin h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: initial;
}

.group-icon-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.row.headerr {
    display: flex;
    align-items: center;

}

.giohagn {
    justify-content: flex-end;
    border: 1px solid #ccc;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding-right: 20px;
    font-family: svn;
}

.giohagn i {
    padding-left: 15px;
    color: #c22620;
    font-size: 18px;
}

.ctgh {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ccc;
    width: 100%;
    min-height: 125px;
    z-index: 99;
    min-width: 360px;
    font-style: italic;
    padding: 5px;
    display: none;
}

.giohang-hedaer:hover .ctgh {
    display: block;
}

.giohang-hedaer {
    position: relative;
}

.img-right {
    margin-right: 10px;
}

.lienhe-right>span {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

header.xs-none {
    background-color: #fff;
    background-size: cover;
    padding: 10px 15px;
    position: relative;
}
header.xs-none.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
}
ul.menu__banner>li>a {
    font-weight:600;
    font-size: 16px;
    color:#fff;
}
.menu__child {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    box-shadow: #ccc 0 0 5px;
    padding: 35px 0 10px;
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    height: 70vh;
    overflow-y: scroll;
}

.menu__child::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.menu__child::-webkit-scrollbar-track {
  background: #f8f8f8;
}

/* Handle */
.menu__child::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.menu__child::-webkit-scrollbar-thumb:hover {
  background: #555;
}

ul.menut1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menut1>li {
    width: 25%;
    margin-bottom: 25px;
}

ul.menut1>li>a {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}
ul.menu__banner {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    font-family: 'svn';
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.menut2 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

ul.menu__banner>li {
    margin-left: 28px;
}
ul.menut2>li{
    margin-bottom:0.5rem;
}
ul.menut2>li>a{
    line-height:1.4;
}
.product__info h1 {
    min-height: 35px;
}

nav.navbar.navbar-default a {
    font-size: 14px;
    font-family: 'svn';
    font-weight: normal;
}
.product__content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(6,1fr);
}
.slider__info {
    position: absolute;
    color: #fff;
    font-family: 'svn';
    max-width: 800px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section.product {
    padding: 40px 0;
}

.slider__info h1 {
    margin-bottom: 25px;
}

.group-right-hedaer {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    right: 10%;
    filter: drop-shadow(10px 0px 10px #fff);
}

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

.group-ck {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 120px)/5) calc((100% - 120px)/5) calc((100% - 120px)/5) calc((100% - 120px)/5) calc((100% - 120px)/5);
}

.item-ck {
    display: grid !important;
    grid-column-gap: 5px;
    grid-template-columns: 30% calc(70% - 5px);
}

.ten-ck {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.mota-ck {
    font-family: mont;
    color: #fff;
    font-size: 13px;
}

.aboutus {
    background-color: #0073a2;
    transform: rotate(270deg);
    width: 100%;
    height: 390px;
    position: relative;
}

.aboutus>h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    margin: 0;
}

.img-intro {
    position: absolute;
    top: 33%;
    left: 2%;
    width: 15.416666666em;
    height: 12.5em;
    transform: rotate(90deg);
    font-size: 24px;
    /* transform: translate(-50%,-50%); */
    /* left: 25%; */
}

.col-md-4.col-sm-4.intro-left {
    margin: 0;
    padding: 0;
}

.intro-right h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #0073a2;
}

span.mota-intro {
    font-family: mont;
    font-size: 14px;
    line-height: 2em;
}

.group-intro-price {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 80%;
}

span.sl {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    color: #e7a069;
}

span.mtn {
    display: block;
    text-align: center;
    font-family: mont;
    font-size: 12px;
}

.group-intro-price>div:nth-child(2) {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
}

.group-intro-price>div {
    width: 33%;
}

.col-md-6.collv2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 19.7083333333333em;
    flex-direction: column-reverse;
    font-size: 24px;
}

.img-lv {
    width: 100%;
    height: 19.708333333em;
    position: relative;
    overflow: hidden;
    font-size: 24px;
}

.img-lv img {
    width: 100%;
    height: 100%;
}

.img-lv1 {
    width: 100%;
    height: 9.16666666em;
    position: relative;
    overflow: hidden;
    font-size: inherit;
}

.img-lv1 img {
    width: 100%;
    height: 100%;
}

.linhvucmain>.container {
    padding: 0;
}

.group-tieude-lv {
    position: absolute;
    bottom: 10px;
    color: #fff;
    width: 100%;
    padding: 15px;
}

.group-tieude-lv h3 {
    font-weight: 600;
    font-size: 24px;
}

.group-tieude-lv span {
    font-size: 14px;
    font-family: mont;
}

a:focus,
a:hover {
    text-decoration: none;
}

span.gs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: #e7a069;
    font-weight: 600;
}

.linhvucmain {
    background-image: url(../../img_data/images/bglc_05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
}

.contrinh-main {
    padding: 50px 0px;
}

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

.qc-main .container {
    padding: 0;
}

.tintucmain .container {
    padding: 0;
}

.g-tt {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: calc((100% - 15px)/2) calc((100% - 15px)/2);
    margin-bottom: 30px;
}

h3.td-tt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color: #000;
}

span.mota-tt {
    font-size: 14px;
    font-family: mont;
    color: #000;
}

.content-tt {
    background-color: #f8f8f8;
    padding: 0px 15px;
}

.img-tintuc img {
    width: 100%;
    height: 236px;
}

.g-tt:nth-child(3) .img-tintuc,
.g-tt:nth-child(4) .img-tintuc {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.g-tt:nth-child(3) .content-tt,
.g-tt:nth-child(4) .content-tt {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.tintucmain {
    padding: 50px 0px;
}

.title_ca {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}

.supportmain .container {
    padding: 0;
}

.frm {
    padding-left: 50px;
}

.frm input {
    margin-bottom: 20px;
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    border: 1px solid #f2edea;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 100%;
}

.frm textarea {
    height: 135px;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #f2edea;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.group-ft1 {
    margin-top: 15px;
}

.group-ft1 form {
    display: flex;
}

.group-ft1 input {
    border-radius: 2px;
    border: 1px solid #ccc;
}

.group-ft1 button {
    border: 1px solid #000;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #000;
}

.box.visited p {
    text-align: right;
}

.chantrang-trai ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0;
    color:#333;
}

button#btndk {
    font-family: mont;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    background-color: #0193d7;
}

.btna {
    text-align: center;
}

.g-tt:nth-child(3),
.g-tt:nth-child(4) {
    margin: 0;
}

.supportmain {
    padding: 50px 0px;
    background: url(../../img_data/images/bgsp_22.png) no-repeat center;
    background-size: cover;
}

footer {
    background:var(--color-1);
}

.supportmain .container {
    padding: 0;
}

.frm input:focus,
.frm textarea:focus,
button:focus {
    outline: none;
}

h2.title_h {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}

h2.title_h a {
    color: #a5755b;
}

h2.title_h::after {
    content: "";
    position: absolute;
    width: 125px;
    height: 22px;
    background: url(../../templates/images/bgt_03.png) no-repeat center;
    background-size: cover;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.mota-intro {
    font-size: 14px;
    font-family: mont;
    line-height: 1.9em;
    margin-bottom: 30px;
    text-align: center;
}

.intromain h2.title_h::after {
    display: none;
}

.intromain h2.title_h {
    margin: 0;
}

.xemthem-intro a {
    background-color: #a5755b;
    color: #fff;
    text-transform: uppercase;
    font-family: mont;
    padding: 10px 15px;
    position: relative;
    display: inline-block;

    border-radius: 2px;
}

.xemthem-intro {
    text-align: center;
}

.list-video iframe {
    width: 100% !important;
    height: 380px !important;
}

.productmain {
    background-color: #fff;
    padding: 50px 0px;
}

.productmain.k1 {
    background: url(../../img_data/images/bgsp1_02.png) no-repeat center;
    background-size: cover;
}

.productmain.k3 {
    background: url(../../img_data/images/bgsp2_05.png) no-repeat center;
    background-size: cover;
}

.productmain:nth-child(1) {
    background-color: red;
}

.group-sp {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 90px)/4) calc((100% - 90px)/4) calc((100% - 90px)/4) calc((100% - 90px)/4);
}

.img-sp {
    width: 100%;
    height: 255px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

.img-sp img {
    width: 100%;
    height: 100%;
}

.item-sp {
    background-color: #fff;

}

.tensp {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.gia-ban {
    font-size: 18px;
    font-weight: 600;
    color: red;
    margin-bottom: 10px;
}

.group-tt-sp {
    padding-left: 10px;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-list {
    margin: 0 -5px !important;
}

.project-group {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 25% calc(75% - 15px);
}

.projectmain {
    padding: 50px 0px;
}

.project-left {
    height: 500px;
    position: relative;
    background-image: linear-gradient(111deg, #c90a0a, #fb8585);
    z-index: 5;
}

h2.title_h1 {
    margin: 0;
    position: absolute;
    max-width: 220px;
    width: 100%;
    height: 325px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    right: 7%;
    top: 50%;
    font-size: 28px;
    transform: translateY(-50%);
    z-index: 7;
    background-image: linear-gradient(111deg, #c90a0a, #fb8585);
}

h2.title_h1 a {
    color: #fff;
    padding: 0px 5px;
    line-height: 1.4em;
}

.absl {
    right: 12%;
    max-width: 220px;
    width: 100%;
    height: 325px;
    background-color: #ebebeb;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}

.project-right {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: calc((100% - 20px)/3) calc((100% - 20px)/3) calc((100% - 20px)/3);
    padding: 10px;
    box-shadow: 0px 0px 10px #c3d4d4;
}

.img-project {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.img-project img {
    width: 100%;
    height: 100%;
}

.tenproject {
    font-size: 18px;
    text-transform: uppercase;
    /* padding: 15px 0px; */
    background-image: linear-gradient(180deg, #f1f1f1, #d4d4d4);
    overflow: hidden;
    height: 55px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.group-tintuc {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 30px)/2) calc((100% - 30px)/2);
}

.img-tituc {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.img-tituc img {
    width: 100%;
    height: 100%;
}

.item-tintuc {
    background-color: #fff;
}

.mt-tintuc {
    padding: 0px 15px;
}

.tentt {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.motatt {
    font-family: mont;
    line-height: 1.7em;
    margin-top: 15px;
}

.ira iframe {
    width: 100%;
    height: 100%;
}

.mota-tintuc {
    font-size: 14px;
    font-family: mont;
    margin-top: 15px;
    margin-bottom: 30px;
    height: 42px;
    overflow: hidden;
}

a {
    color: #000;
}

a:hover,
a:focus {
    list-style: none;
}

.group-topheader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-header {
    background: #c1252a;
    padding: 10px;
    color: #fff;
    font-family: mont;
}

.top-header span {
    font-family: mont;
    line-height: 1.8;
}

.group-dv {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 60px)/3) calc((100% - 60px)/3) calc((100% - 60px)/3);
}

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

.img-dichvu {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
}

.tendichvu {
    text-transform: uppercase;
    text-align: center;
    min-width: 250px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.dichvumain {
    padding: 50px 0px;
    background: url(../../templates/images/bgdv_02.png) no-repeat center;
    background-size: cover;
}

.dichvumain h2.title_h a {
    color: #fff;
}

.dichvumain h2.title_h::after {
    background: url(../../templates/images/bgtt_03.png) no-repeat center;
    background-size: cover;
}

.group-congtrinh {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 60px)/3) calc((100% - 60px)/3) calc((100% - 60px)/3);
}

.img-congtrinh {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #a5755b;
    border-radius: 15px;
}

.item-congtrinh {
    position: relative;
}

.tencongtrinh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    text-align: center;
    min-width: 250px;
    font-weight: bold;
    border-radius: 5px;
}

.contrinhmain {
    padding: 50px 0px;
    background: #eeeeee;
}

.ttheader>h3 {
    font-family: utm;
    color: #e3261e;
    font-size: 28px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.ttheader {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img-tt img {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.slick-prev::after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 15px;
    color: #a5755b;
}

.dichvumain .slick-prev::after {
    color: #fff;
}

.slick-next::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 15px;
    color: #a5755b;
}

.dichvumain .slick-next::after {
    color: #fff;
}

.tintucmain .slick-next::after {
    display: none;
}

.tintucmain .slick-prev::after {
    display: none;
}

button.slick-prev.slick-arrow {
    background: transparent !important;
}

button.slick-next.slick-arrow {
    background: transparent !important;
}

.popup {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
}

.huyfor {
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
}

form#frm9 {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: #fff 0px 0px 15px;
    padding: 15px;
}

form#frm9 input {
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

form#frm9 textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    padding: 5px;


    border: 1px solid #ccc;
}

form#frm9 button {
    min-width: 95px;
    text-transform: uppercase;
    /* font-family: mont; */
    background: #a5755b;
    border: 1px solid #ccc;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    display: block;
    margin: auto;
    margin-top: 10px;
}

form#frm9 h2 {
    color: #fff;
    /* font-weight: bold; */
    text-transform: uppercase;
    font-family: utm;
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
}

form#frm001 {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

/*.vtdb {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
}
.vtdb::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.form01 {
    width: 100%;
    margin-top: 5px;
}

/*form#frm001 select {
    height: 35px;
    border: none;
    font-family: mont;
    font-size: 14px;
    border-right: 1px solid #ccc;
    width: 30%;
    padding-left: 10px;
    position: relative;
}*/
.group-frm1 {
    width: 49%;
    position: relative;
}

.danhmucs {
    width: 49%;
    display: flex;
}

.group-frm1 button {
    height: 35px;
    width: 40px;
    border-radius: 0;
    border: none;
    color: #1435c3;
    font-size: 20px;
}

.group-frm1 input {
    height: 30px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
}

.danhmucs button {
    height: 30px;
    padding: 0px 10px;
    border: none;
    width: 85px;
    background: #f47c4a;
    border-radius: 3px;
    color: #fff;
}

.danhmucs select {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-left: 10px;
    width: calc(100% - 85px);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

h2.title-h a {
    color: #0072bb;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

h2.title-h a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff0000;
    bottom: -2px;
    left: 0;
}

h2.title-h {
    margin: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #0072ba;
    margin-bottom: 25px;
}

.img-sp02 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-sp02 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.img-sp02>img {
    position: absolute;
    width: 35px;
    right: 0;
    height: 35px;
    top: 0;
}

.group-desciption {
    text-align: center;
}

.tensp02 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    margin-bottom: 5px;
}

.giasp02 {
    color: red;
    font-weight: bold;
}

.ctso02 {
    padding: 5px;
    background: #d22d26;
    width: 100px;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    font-family: mont;
    color: #fff;
    margin-bottom: 10px;
}

.group-spmain {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: calc((100% - 120px)/5) calc((100% - 120px)/5) calc((100% - 120px)/5) calc((100% - 120px)/5) calc((100% - 120px)/5);
}

.itemsp02 {
    padding: 5px;
    border: 1px solid #ccc;
}

.sanpham-main02 {
    padding: 30px 0px;
}

.group-vdch {
    display: flex;
    flex-wrap: wrap;
}

.group-video01 {
    margin-right: 30px;
    width: calc(100% - 293px);
}

.group-video02 {
    width: 263px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: space-between;
}

.group-video01 iframe {
    width: 100%;
    height: 625px;
}

.group-video02 iframe {
    width: 100%;
    height: 190px;
}

.videomain01 h2.title-h {
    border-bottom: 0;
    text-align: center;
}

.videomain01 h2.title-h a::after {
    display: none;
}

.xemthemvd a {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
}

.xemthemvd {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.videomain01 {
    padding: 30px 0px;
}

.itemqc img {
    width: 100%;
}

.itemqc {
    width: 100%;
}

.quangcaomain {
    padding: 30px 0px;
}

.owl-pro-slick.spdetail {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.list_sub_img_detail.list_pro_2 img {
    width: 100%;
    height: 100px;
    object-fit:contain;
    border: 1px solid #ccc;
    padding:5px;
}

.slick-current .list_sub_img_detail.list_pro_2 img{
    border-color:var(--color-1);
}

.owl-pro-slick.active {
    display: block;
}

.maspsp {
    display: none;
}

.maspsp.active {
    display: block;
}

.giaban1 {
    display: none;
}

.giaban1.active {
    display: block;
}

.top-header1 {
    background: #1ca1d7;
    color: #fff;
}

.group-tasd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: svn;
}

.groupiconl {
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

.group-left a {
    color: #fff;
}

.group-right a {
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

/*.group-dskdn {
    padding: 40px 0px;
}*/
.group-dskdn>div {
    display: flex;
    flex-wrap: wrap;
}

.img-header img {
    min-width: 150px;
}

.thongtin-hed {
    font-family: svn;
    font-size: 12px;
}

.group-left {
    display: flex;
    width: 50%;
}

.group-right {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}

li.hasmenu {
    position: relative;
}

li.hasmenu:hover>ul {
    display: block;
    list-style: none;
    background: #ffff;
    box-shadow: #ccc 0px 0px 10px;
    padding: 0px 5px;
}

.img-dtacjo {
    height: 120px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.groiup-doitac-home {
    padding: 40px 0px;
}

.group-dtac {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5);
}

button.owl-prev {
    position: absolute;
    top: 50%;

    z-index: 9999;
    left: -50px;
    transform: translateY(-50%);
}

button.owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    color: #fff;
    z-index: 9999;
    transform: translateY(-50%);
}

.owl-nav i {
    color: #fff;
    font-size: 25px;
    background: rgba(0, 0, 0, .5);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.muahangsp-bc span {
    display: inline-block;
    background: #f47c4a;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
    margin: 5px 0px;
    font-size: 12px;
}

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

.hinh-gh {
    width: 70px;
    border: 1px solid #fff;
    padding: 3px;
    height: 70px;
}

.item-gh {
    display: flex;
}

.group-2 {
    margin-left: 10px;
    width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
}

.group-2>div:nth-child(3) {
    width: 75px;
    text-align: center;
}

.sl-gh {
    width: 20px;
}

.ten-gh {
    width: 110px;
    margin: 0px 5px;
}

h3.title-contact {
    text-transform: uppercase;
    color: #1e3463;

    font-weight: bold;
    font-size: 22px;
}

.title-contact {
    text-align: center;
    margin-bottom: 20px;
}

button.btn-send-register22 {
    display: none;
}

input,
label,
button {
    font-family: svn;
}

label.error {
    position: absolute;
    right: 30px;
    margin: 0;
    top: 50%;
    margin-top: -8.5px;
    font-size: 12px;
    white-space: nowrap;
    color: #ff5050;
    z-index: 99;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

h3.title {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

article {
    font-family: svn;
}

.shadowBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

form#joinform ul li {
    width: 50%;
}

.shadowBox label {
    width: 100px;
    font-family: svn;
}

.shadowBox input {
    width: calc(100% - 115px);
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 3px;
}

button#joinBtn {
    background: red;
    border: none;
    border-radius: 15px;
    color: #fff;
    padding: 5px 15px;
}

li.db input {
    width: auto;
    margin: 0;
}

li.db {
    width: 100% !important;
    display: flex;
    align-items: center;
}

h2.secondary-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    height: 100%;
}

.login-wrap {
    font-family: svn;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    font-family: svn;
}

ul.list-unstyled a {
    font-family: svn;
}

.group-aada {
    background: #fff;
    box-shadow: #e0dcdc 0px 0px 15px;
    background: #fff;
    padding: 15px;
    margin: 15px 0px;
}

form#dmk {
    /* max-width: 700px; */
    width: 100%;
    margin: 0;
    text-align: left;
}

.chitiettin {
    font-family: svn;
}

form#dmk input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 10px;
}

form#dmk button {
    background: #bc070d;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

input,
label,
button,
select,
textarea {
    font-family: svn;
}

.info-cart a {
    font-family: svn;
}

.container-pn {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    padding: 0px 5px;
}

.group-border-assp>div {
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 1140px;
}

.mota-slogun {
    padding: 5px;
}

.mo-ta-sp {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-family: 'svn';
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    font-size: 13px;
    align-items: center;
    display: none;
}

.img-spbc a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.img-spbc a:hover>div {
    display: flex;
}



ul.menu-ft>li {
    width: 48%;
    padding: 5px 0px;
    position: relative;
}

ul.menu-ft2 a {
    color: #fff;
    font-family: 'svn';
    font-size: 14px;
}

ul.menu-ft2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu-ft2 li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

ul.menu-ft2 img {
    background-color: #ccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
    height: 30px;
    margin-right: 10px;
}

.row.list-product>div {
    padding: 0px 10px;
}

.box-item.module.row>div {
    padding: 0px 5px;
}

.qr-ft img {
    width: 150px;
    margin: 10px;

    margin-bottom: 20px;
}

.qr-ft {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.t-ft {
    text-align: center;
    color: #fff;
    font-family: 'svn';
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.xem-them-sp a {
    background: #f47c4a;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    margin: 5px;
    font-family: 'svn';
}

.xem-them-sp {
    text-align: center;
}

.row.headerr>div.col-xs-8>a {
    width: 100px;
    display: block;
    margin-right: 15px;
}

.col-md-4.col-sm-3.col-xs-8.col-2b {
    display: flex;
    align-items: center;
}

.img-hedaer-01 {
    width: calc(100% - 115px);
}

.img-hedaer-01 img {
    max-height: 100px;
}

.navbar-header i.fa.fa-home {
    font-size: 25px;
    position: relative;
    top: -4px;
}

.tenconty {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #005aaa;
    font-family: utmbebas;
}

.img-language {
    width: 30px;
    margin-left: 5px;
}

.language {
    display: flex;
}

.group-form-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

h2.tieude-home {
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    color: #3859a5;
}

h2.tieude-home::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 18px;
    background: url(../../templates/images/bgt_05.png) no-repeat center;
    background-size: cover;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.group-2tintuc {
    padding: 40px 0px;
    padding-bottom: 0;
}

.giasphomea {
    color: red;
    padding-bottom: 5px;
}

.ten-sphome {
    height: 20px;
    overflow: hidden;
    color: #000;
    margin-bottom: 5px;
}

.xemtatca-h a {
    background: #3859a5;
    padding: 8px 20px;
    color: #fff;
    font-family: 'svn';
    border-radius: 20px;
    display: inline-block;
}

.xemtatca-h {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

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

.img-sphomea {
    width: 100%;
    height: 190px;
    overflow: hidden;
    padding: 5px;
}

.item-sp-homea {
    width: calc(25% - 20px);
    margin: 0px 10px;
    box-shadow: #ccc 0px 0px 10px;
    margin-bottom: 20px;
    padding: 5px;
}

.zoom-gallery {
    min-height: 330px;
    max-height: 330px;
}

.group-spasd {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.group-giatt {
    font-family: 'svn';
    text-align: center;
    margin: 10px 0px;
}

.tintuc-main09 {
    width: calc(70% - 30px);
    margin-right: 30px;
    float: left;
}

.videoclip-ma09 {
    width: 30%;
    float: left;
}

.tintuc-main9 {
    display: flex;
    flex-wrap: wrap;
}

.group-sad {
    width: 40%;
}

.group-sad2 {
    width: calc(60% - 20px);
    margin-left: 20px;
}

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

.img-tinsad {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.ten-uda {
    font-weight: bold;
    text-transform: none;
    font-size: 18px;
    margin: 10px 0px;
}

.mo-tadsa {
    font-family: 'svn';
    line-height: 1.5em;
}

.mo-tasdv2 {
    margin-left: 15px;
    width: calc(100% - 145px);
}

.item-asdtt2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

h2.title-asv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    z-index: 1;
    border-top: 1px dashed #3859a5;
}

h2.title-asv {
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #3859a5;
    position: relative;
    overflow: hidden;

    z-index: 9;
}

.ten-uda2 {
    font-weight: bold;
    font-size: 15px;
}

.mo-tadsa2 {
    font-family: 'svn';
    margin-top: 10px;
}

h2.title-asv span {
    display: inline-block;
    background: #f2f7fa;
    position: relative;
    z-index: 9;
}

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

.img-tinsad2 {
    width: 130px;
    height: 95px;
}

.group-video122>div {
    width: 33.3%;
}

.group-video122 iframe {
    height: 90px;
}

.group-video122 {
    display: flex;
    flex-wrap: wrap;
}

.group-video12 iframe {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}

.group-tintucmain {
    background: #f2f7fa;
    padding: 40px 0px;
}

.item-asdtt2:last-child {
    margin: 0;
}

.title-bn>div {
    width: 25%;
    height: 100%;
    padding: 5px;
}

.title-bn {
    display: flex;
    align-items: flex-start;
    font-family: 'svn';
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.item-s>div {
    width: 25%;
    word-break: break-all;
    text-align: center;
    font-family: 'svn';
    font-size: 11px;
    padding: 5px;
}

.item-s {
    display: flex;
    border-top: 1px solid #ccc;
}

.table2 {
    border: 1px solid #ccc;
}

.item-s:nth-child(even) {
    background: #edf7ed;
}

.lisv select {
    width: 100%;
    padding: 5px;
}

.lisv {
    border: 1px solid #ccc;
    padding: 15px;
}

.spmain {
    padding: 10px;
    border: 1px solid #ccc;
    padding-bottom: 0px;
}

.group-spnb {
    display: flex;
    flex-wrap: wrap;
}

.group-spnb {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5) calc((100% - 80px)/5);
}

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

.img-spnb:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.img-spnb {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.item-spnbasd {
    background: #005aaa;
    padding: 5px;
    border-radius: 5px;
}

.tenspnb {
    font-family: 'svn';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}

h2.title-shome::after {
    position: absolute;
    content: "";
    background: url(../../templates/images/bg_06.png)no-repeat center;
    background-size: cover;
    width: 140px;
    height: 20px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}

.sanpham-noibat-groip {
    padding: 40px 0px;

    background-size: cover;
}

h2.title-shome {
    margin: 0;
    text-transform: uppercase;
    color: #005aaa;
    font-family: 'utmbebas';
    font-size: 36px;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}

.dmsp-group-ff {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.img-dmsp-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-dmsp-home:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.img-dmsp-home {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.item-news-home {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item-video>div iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.group-tintuc-video {
    padding: 40px 0px;
    padding-bottom: 20px;
}

.item-video>div {
    height: 355px;
}

.img-new-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-new-home {
    width: 180px;
    height: 105px;
    overflow: hidden;
}

.mota-news {
    font-family: 'svn';
}

.name-news {
    font-weight: bold;
    font-size: 16px;
}

.g-decription-news {
    margin-left: 10px;
    width: calc(100% - 190px);
}

.item-dmsp-home {
    background: #009ee1;
    padding: 5px;
    border-radius: 5px;
    box-shadow: #948f8f 0px 0px 10px;
    margin: 0px 10px;
    margin-bottom: 20px;
    width: calc(33.3% - 20px);
}

.ten-dmsphome {
    color: #fff;
    font-family: 'svn';
    text-align: center;
    margin: 10px 0px;
    text-transform: uppercase;
    height: 20px;
    overflow: hidden;
}

.dmsp-maind {
    /*background: #eceded;*/
    padding: 40px 0px;
}

.xemtatca a {
    background: #005aaa;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    font-family: 'svn';

}

a.logo img {
    max-height: 80px;
}

header.xs-none .row {
    display: flex;
    align-items: center;
}

.xemtatca {
    text-align: center;
}

.group-new-video2 {
    flex-wrap: wrap;
    display: flex;
}

.group-new-video2>div {
    margin: 0px 15px;
    width: calc(50% - 30px);
}

.group-new-video2 {
    flex-wrap: wrap;
    display: flex;
    margin: 0px -15px;
}

.img-new-home:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

header.header-top {
    background: #fff;
    padding: 5px 0px;
    color: var(--color-1) ;
    font-family: 'svn';
}

.cart__header a {
    font-size: 25px;
    margin-right: 14px;
}

/*@keyframes mymove1{from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
a.logo img{
    display: inline-block;

    animation-name: mymove1;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}*/
span.info-headerl:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.info-headerl {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.headertop-r {
    display: flex;
    align-items: center;
}

.group-tophdr {
    display: flex;
    align-items: center;
}

.group-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-righttg {
    margin: 0px 10px;
}

span.infotop-right::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.infotop-right {
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
}

header.header-top a {
    color:var(--color-1);
}

.nabdb>li::after {
    content: "\f03a";
    position: absolute;
    top: 50%;
    left: 15px;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
}

.nabdb>li {
    background: #7cb042;
    width: 100%;
    position: relative;
    padding-left: 35px;
}

.nabdb>li>a {
    background: #7cb042 !important;
}

.nabdb ul.dropdown-menu {
    width: 100%;
    top: 99%;
}

.nabdb.home ul.dropdown-menu {
    display: block;
    background: #fff;
}

.nopd-left {
    padding-left: 0;
    padding-right: 0;
}

.nabdb ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.nabdb ul.dropdown-menu>li a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.slide {
    margin-top: 10px;
}

ul.lidb2 a {
    color: #000;
}

ul.lidb2 {
    list-style: none;
    padding: 0;
    display: none;
}

li.lidb>ul li {
    padding: 7px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

li.lidb {
    position: relative;
}

li.lidb>ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    min-width: 200px;
    right: 30px;
    z-index: 99;
}

li.lidb:hover>ul {
    display: block;
}

ul.listmnt {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 99%;
    min-width: 200px;
    background: #fff;
    list-style: none;
    box-shadow: #ccc 0px 0px 10px;
    display: none;
}

ul.lidb2>li:hover ul {
    display: block;
}

.nabdb li.sub-nav::after {
    content: "\f0da";
    position: absolute;
    font-family: 'FontAwesome';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.nabdb li.sub-nav {
    position: relative;
}

.title-grooup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.group-product-home {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list-product-group {
    width: calc(100% - 360px);
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.img-productimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-productimg:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.img-productimg {
    width: 100%;
    height: 157px;
    overflow: hidden;
}

.banner-product {
    width: 360px;
}

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

h3.prodcut-name {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    height: 25px;
    overflow: hidden;
    display: block;
    line-height: 1.5em;
    margin: 5px;
}

.product-price {
    font-family: 'svn';
    color: red;
    margin-bottom: 15px;
}

.img-banner-product {
    width: 100%;
    height: 475px;

    background: #fff;
}

h2.title-category::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 21px;
    border-color: transparent transparent transparent var(--color-1);
    left: 100%;
}

h2.title-category {
    margin: 0;
    background: var(--color-1);
    padding: 10px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    height: 42px;
    display: inline-flex;
    align-items: center;
}

ul.list-menucategory li {
    padding: 0px 15px;
}

ul.list-menucategory {
    list-style: none;
    display: flex;
    font-family: 'svn';
    margin: 0;
    padding: 0;
}

img.no-img {
    object-fit: contain;
}

.item-product-group {
    margin: 0px 10px;
    margin-bottom: 20px;
    width: calc(25% - 20px);
    background: #fff;
    text-align: center;
    box-shadow: #ccc 0px 0px 10px;
    padding: 0px 5px;
}

.product-group>div:nth-child(even) .list-product-group {
    order: 2;
}

.product-group>div:nth-child(even) .banner-product {
    order: 1;
}

.nhantinkuyenmai {
    background: var(--color-1);
    padding: 15px 0px;
    margin-top: 30px;
}

.frasdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
}

form#dknmail {
    display: flex;
}

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

.frasdr>* {
    width: 100%;
}

form#dknmail button {
    height: 35px;
    width: 50px;
    background: #d7272a;
    border: none;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}

form#dknmail input {
    height: 35px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.item-camketf {
    margin: 0px 10px;
    width: calc(25% - 20px);
    display: flex;
    align-items: center;
    padding: 30px 0px;
    border-right: 1px solid #ccc;
    justify-content: center;
}

.item-camketf:last-child {
    border: none;
}

.group-ckett {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.img-ckimg {
    max-width: 50px;
}

.camketgroup {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.tencamket {
    font-weight: bold;
    font-size: 16px;
    color: #94cf43;
}

ul.ftmenu a {
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px;
    color: #fff;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
}
ul.ftmenu {
    list-style: none;
    padding: 0;
    font-family: 'svn';
}

.item-fticon a {
    color: #fff;
}

.item-fticon {
    width: 30px;
    height: 30px;
    background: #96cf44;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.group-iconfter {
    display: flex;
}

.bocongthuong {
    margin-top: 10px;
}

input.dkmail.red {
    border: 1px solid #d7272a !important;
}

input.dkmail.green {
    border: 1px solid green !important;
}

.dropdown.dr4.open>ul {
    display: block;
    right: 0;
    left: unset;
}

.dropdown.dr4 {
    display: none;
    padding-right: 5px;

}

.dropdown.dr4>button {
    background: var(--color-1);
    border: 1px solid var(--color-1);
}

.bocongthuong img {
    max-width: 165px;
    width: 100%;
}

.ttlhe * {
    font-family: 'svn';
}
h2.title__home2 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'svn';
}
section.news {
    padding: 40px 0;
    background: #fffbf7;
}

.news__content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3,1fr);
}

.news__img {
    height: 200px;
    overflow: hidden;
    border-radius: 2px;
}

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

.news__item {
    background: #fff;
}

.news__item:hover img {
    transition: .5s;
    transform: scale(1.05);
}
.news__info {
    font-family: 'svn';
    padding: 10px;
    border-bottom: 1px solid #6d6868;
}

.datev {
    font-style: italic;
    font-size: 13px;
    color: #9b9999;
}

.news__info h3 {
    font-size: 14px;
    line-height:1.3;
    font-weight: bold;
    margin: 5px 0;
}

.news__info div {
    font-size: 12px;
}
.product__content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(6,1fr);
}

section.product {
    padding: 40px 0;
}

.the_excerpt_dt{
    font-size:16px;
    line-height:1.625;
    padding:0 0;
    margin:20px 0;
}

.product__img {
    overflow: hidden;
    height:200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
	border: 1px solid #eee;
	position:relative;
}
.product__img::after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.viemore {
    position: absolute;
    z-index: 9999;
    top: -50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s;
}

.viemore a {
    background: var(--color-1);
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
}

.product__img:hover .viemore {
    top: 50%;
}
.product__img:hover::after {
    opacity: 1;
    visibility: visible;
}

.product__img:hover img {
    transition: .5s;
    transform: scale(1.05);
}
.product__info h3{
    line-height:1;
    min-height:42px;
}
.product__info h3 a {
    font-size: 16px;
    line-height:1.3;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:600;
}

.product__info {
    font-family: 'svn';
}

.product__group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    align-items: flex-start;
}
ul.menu__banner ul {
    display: none !important;
}

.price span {
    display: block;
}

.sale {
    width: 50px;
    font-size: 10px;
    background: var(--color-1);
    padding: 5px 1px;
    text-align: center;
    border-radius: 5px;
    color: red;
}

.price {
    width: calc(100% - 50px);
}
.price span:first-child {
    font-style: italic;
    color: #bab3b3;
    text-decoration: line-through;
}

.price span:last-child {
    font-weight: bold;
    color: red;
    font-size: 15px;
}
h2.title__chome {
    margin: 0 0 40px;
    font-family: 'svn';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: var(--color-1);
    height: 45px;
    position: relative;
    border-radius: 5px;
}

h2.title__chome span {
    position: absolute;
    display: inline-flex;
    background:var(--color-2);
    height: 45px;
    top: 0;
    padding: 0 40px;
    align-items: center;
    color: #ffff;
    border-radius: 5px;
}
h2.title__notome {
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size:20px;
}
.list-product {
    display: flex;
    flex-wrap: wrap;
}
footer.db2 {
    background:var(--color-1);
}
.product .owl-nav i {
    width: 35px;
    height: 45px;
    border-radius: 0;
    font-size: 30px;
    opacity: 0.4;
}
.product:hover .owl-nav i{
	opacity: 1;
	transition:.5s;
}
.product button.owl-prev {
    left: 0;
    top: 35%;
}.product button.owl-next {
    right: 0;
    top: 35%;
}
.v_moresp{
    font-size:16px;
    color:#006fc2;
    text-decoration:underline;
}
.v_moresp:hover{
    color:red;
    text-decoration:underline;
}
.title-nothome-2{
    margin-bottom:10px;
}
.tit_cp{
    font-size:20px;
    line-height:1.2;
}