/*reset*/
@font-face {
    font-display: block;
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.woff2') format('woff2'),
        url('../fonts/RobotoMedium.woff') format('woff');
}

@font-face {
    font-display: block;
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.woff2') format('woff2'),
        url('../fonts/RobotoRegular.woff') format('woff');
}

@font-face {
    font-display: block;
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.woff2') format('woff2'),
        url('../fonts/RobotoBold.woff') format('woff');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.woff2') format('woff2'),
        url('../fonts/RobotoLight.woff') format('woff');
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/RobotoBlack.eot');
    src: url('../fonts/RobotoBlack.eot') format('embedded-opentype'),
        url('../fonts/RobotoBlack.woff2') format('woff2'),
        url('../fonts/RobotoBlack.woff') format('woff'),
        url('../fonts/RobotoBlack.ttf') format('truetype'),
        url('../fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'),
        url('../fonts/UTMHelvetIns.woff2') format('woff2'),
        url('../fonts/UTMHelvetIns.woff') format('woff'),
        url('../fonts/UTMHelvetIns.ttf') format('truetype'),
        url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: "RobotoRegular", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    line-height: 1.5;
}

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

.clear {
    display: block;
    clear: both;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
    line-height: normal;
    font-weight: normal;
}

ol,
ul,
p {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/*=======================================*/
#full {
    margin: 0px auto;
    background: #fff;
}

/*commont*/
.text {
    text-align: justify;
    line-height: 2em;
}

.text img,
.text video {
    max-width: 100%;
    height: auto !important;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
    vertical-align: middle;
}

.grecaptcha-badge {
    display: none !important;
}

.contain_map_lienhe iframe {
    width: 100%;
}

/*TOP*/
#top {
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 4px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

/*inner*/
.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*header*/
#header {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

#header_top {
    border-top: 5px solid #184994;
    color: #fff;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

#header_top .inner {
    padding-left: 310px;
}

#header_top .inner::after {
    content: "";
    position: absolute;
    left: calc(100% - 5px);
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #184994;
}

.top-flex {
    background-color: #184994;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

.top-flex::before {
    content: "";
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    width: 50px;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #184994;
}

#languages {
    position: absolute;
    top: 40px;
    right: 0px;
}

/*banner*/
#banner {
    height: auto;
}

#banner h1 {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

#language {
    position: absolute;
    top: 10px;
    right: 0px;
}

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

.header-email {
    background: url(../images/bg_email.png) center left no-repeat;
    padding-left: 50px;
    min-height: 40px;
    color: #343434;
    font-size: 15px;
}

.header-email__title {
    font-family: "RobotoBold";
    color: #184994;
}

.header-hotline {
    background: url(../images/bg_header_hotline.png) left center no-repeat;
    min-height: 40px;
    padding-left: 45px;
    font-family: "RobotoBlack";
    font-size: 16px;
    color: #184994;
}

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

.cart {
    margin-top: 23px;
    position: relative;
    background: url(../images/icon_cart.png) left center no-repeat;
    float: left;
    margin-left: 5%;
    height: 30px;
    padding-left: 40px;
    box-sizing: border-box;
}

.cart a {
    text-transform: uppercase;
    color: #000;
    font-family: "RobotoCondensedRegular";
    font-size: 13px;
    line-height: 30px;
}

#numcart {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    background: #f36f36;
    left: 17px;
    top: -13px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.user {
    position: absolute;
    right: 15px;
    top: 0px;
}

/*menu top*/
.fixed {
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 5px #ccc;
}

#menu {
    height: 45px;
    background: #184994;
}

#menu ul {
    list-style: none;
}

#menu ul.menu li {
    float: left;
    position: relative;
}

#menu ul.menu li a {
    line-height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 15px;
    color: #fff;
    display: block;
    font-family: "RobotoMedium";
    position: relative;
}

#menu ul.menu>li>a::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 27px;
}

#menu ul.menu>li:last-child a::after {
    display: none;
}

#menu ul.menu li.menu_active>a,
#menu ul.menu li>a:hover {
    background-color: #123b7a;
    color: #fff;
}

#menu ul.menu li#menu_danhmuc>a {
    width: 270px;
    text-align: center;
    font-family: "RobotoBold";
}

#menu ul.menu li#menu_danhmuc>a::after {
    display: none;
}

#menu ul.menu li#menu_danhmuc .content-danhmuc {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    top: 100%;
    z-index: 99;
    /* height: 400px; */
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

#menu ul.menu li#menu_danhmuc .content-danhmuc>ul {
    display: block;
    position: static;
    border: 1px solid #ebebeb;
}

#menu ul.menu li#menu_danhmuc .content-danhmuc.hidden-danhmuc {
    display: none;
}

#menu ul.menu li ul {
    width: 270px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9999;
}

#menu ul.menu li ul li {
    background: #fff;
    display: block !important;
    float: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

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

#menu ul.menu li ul li a {
    color: #333333;
    text-transform: none;
    line-height: normal;
    padding: 10px 20px;
    font-family: "RobotoMedium";
    border-top: 1px solid #fff;
    font-size: 14px;
    background: url(../images/bg_menu_li_a.png) 20px center no-repeat;
    padding-left: 35px;
}

#menu ul.menu li ul li a .menu-name {
    font-size: 14px;
    color: #585858;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    clear: both;
    margin-top: 2px;
}

#menu ul.menu li ul li a i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list-img {
    float: left;
    margin-right: 5px;
}

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

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

#menu ul.menu li .fa {
    line-height: 45px;
    font-size: 18px;
}

#btn_menu_bootstrap {
    z-index: 999;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 24px;
    width: 30px;
    display: none;
}

#btn_menu_bootstrap span {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

#btn_menu_bootstrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
}

#btn_menu_bootstrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}

#btn_menu_bootstrap:before,
#btn_menu_bootstrap:after {
    transform-origin: left 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.move_btn_bootstrap:before {
    transform: rotate(45deg);
}

.move_btn_bootstrap:after {
    transform: rotate(-45deg);
}

.move_btn_bootstrap span {
    left: -200% !important;
    opacity: 0 !important;
}

/*search*/
#timkiem {
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 7px;
    border-radius: 999px;
    transition: ease-in-out 0.3s;
    color: #fff;
}

#timkiem input[type="text"] {
    outline: none;
    background: none;
    border: none;
    width: 0;
    box-sizing: border-box;
    font-size: 13px;
    font-family: "RobotoRegular";
    float: left;
    transition: ease-in-out 0.3s;
}

#timkiem:hover {
    background-color: #fff;
    color: #333;
}

#timkiem:hover input[type="text"] {
    width: 80%;
    padding-left: 20px;
}

#timkiem #btn {
    width: 30px;
    text-align: center;
    cursor: pointer;
    float: right;
    background: none;
    outline: none;
    border: none;
}

/*slider*/
#slider {
    margin: auto;
    position: relative;
    box-shadow: none;
}

#slider .owl-nav button.owl-next,
#slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    width: 1.5em;
    text-align: center;
    color: #fff;
}

#slider .owl-nav button.owl-next {
    right: 0;
}

#slider .owl-nav button.owl-prev {
    left: 0;
}

/*left*/
#left {
    float: left;
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
}

.sub_left {
    margin-bottom: 20px;
    position: sticky;
    top: 50px;
}

.title_left {
    height: 45px;
    background: #184994;
    position: relative;
}

.title_left i {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    position: absolute;
}

.title_left span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    display: block;
    font-family: "RobotoBold";
}

.content_left {
    padding: 5px 15px;
    border: 1px solid #808080;
    border-top: 0;
}

.content_left .vert,
.content_left .vert .simply-scroll-clip {
    width: 100%;
    float: none;
    height: 600px;
}

.left-ul {
    list-style-position: inside;
}

.left-ul li {
    display: block;
}

.left-ul li a {
    font-family: "RobotoMedium";
    font-size: 14px;
    color: #333333;
    padding: 10px;
    border-bottom: 1px dotted #c2c2c2;
    display: block;
    position: relative;
    padding-left: 20px;
    background: url(../images/bg_menu_li_a.png) 5px center no-repeat;
}

.left-ul li ul {
    display: none;
    padding-left: 10px;
}

.left-ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 0;
    padding-left: 10px;
}

.left-ul li a:hover {
    color: #da1919;
}

/*main*/
#container.inner {
    margin-top: 30px;
}

#main {
    width: 75%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.sub_main {
    margin-bottom: 20px;
}

.title_main {
    margin-bottom: 30px;
    text-align: center;
}

.title_main span {
    color: #184994;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
    font-size: 22px;
    font-family: "RobotoBold";
    position: relative;
}

.title_main span::after {
    position: absolute;
    content: "";
    width: 240px;
    height: 1px;
    background: #184994;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.title_main span::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #184994;
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: -1px;
}

.index-box {
    padding: 40px 0;
    position: relative;
}

.hover-img {
    display: block;
    overflow: hidden;
}

.hover-img img {
    width: 100%;
    transition: ease 0.3s;
    display: block;
}

.hover-img:hover img {
    transform: scale(1.1);
    /* animation: pulse 1s; */
}

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

.product-grid.-ajax {
    grid-template-columns: repeat(4, 1fr);
}

.product-item {
    padding-bottom: 5px;
    transition: ease-in-out 0.3s;
    text-align: center;
    color: #808080;
    position: relative;
    top: 0;
}

.product-item:hover {
    box-shadow: 0 0 5px #ccc;
    top: -5px;
}

.product-item__img {
    border: 1px solid #e6e6e6;
}

.product-item__name {
    font-family: "RobotoMedium";
    font-size: 15px;
    color: #333333;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    margin-bottom: 5px;
    display: block;
}

.product-item__price {
    margin-top: 5px;
    font-family: "RobotoMedium";
    font-size: 15px;
    color: #666666;
}

.product-item__price-old {
    text-decoration: line-through;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split-3 {
    -webkit-line-clamp: 3;
}

.product-item__price-now {
    color: #c53838;
}

.pages_ajax {
    display: inline-block;
}

.pages_ajax li {
    display: inline-block;
    margin: 5px 2px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    font-size: 11px;
    box-sizing: border-box;
    min-width: 30px;
    cursor: pointer;
}

.pages_ajax li.actived,
.pages_ajax li:hover {
    background: #2a313d;
    color: #fff;
}

span.total {
    display: none;
}

.pages_ajax li a {
    color: inherit;
}

.pagination {
    text-align: center;
}

[data-notify="message"] {
    display: block;
}

.g-map iframe {
    width: 100%;
}

.about-item {
    padding: 20px;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}

.about-item__img {
    border-radius: 999px;
    overflow: hidden;
}

.about-item__info {
    width: calc(100% - 90px);
    color: #666666;
}

.about-item__name {
    font-family: "RobotoBold";
    font-size: 15px;
    color: #333333;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.index-title {
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;
}

.index-title__name {
    display: inline-block;
    border-radius: 999px;
    background-color: #184994;
    font-family: "RobotoBold";
    font-size: 22px;
    color: #fff;
    position: relative;
    padding: 5px 40px;
    text-transform: uppercase;
    min-width: 200px;
}

.index-title__name i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 99px;
}

.index-title__name i:first-child {
    left: 15px;
}

.index-title__name i:last-child {
    right: 15px;
}

.index-title__name::before,
.index-title__name::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10000px;
    border-bottom: 2px dotted #b2b2b2;
    transform: translateY(-50%);
}

.index-title__name::before {
    right: calc(100% - 15px);
}

.index-title__name::after {
    left: calc(100% - 15px);
}

.service-item {
    text-align: center;
}

.service-item__img {
    padding: 15px;

    position: relative;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    color: #3c8dbc;
    padding: 5px 10px;
    border: 1px solid #cde0dc;
    margin: 0 2px;
}

.page-item .page-link:hover,
.page-item.active .page-link {
    background: #3c8dbc;
    color: #fff;
    border-color: #3c8dbc;
}

.service-item__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_service_img.png);
    background-size: 100% 100%;
    z-index: -1;
    /* animation: rote360 2s linear infinite; */
}

@keyframes rote360 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

.service-item__img a {
    overflow: hidden;
    border-radius: 999px;
}

.service-item__name {
    font-family: "RobotoBold";
    font-size: 17px;
    color: #333333;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}

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

.index-left {
    width: 270px;
}

.index-right {
    width: calc(100% - 300px);
}

.product-tab-title {
    background-color: #184994;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 45px;
    margin-bottom: 25px;
}

.product-tab-title span {
    padding: 0 10px;
    display: block;
    font-family: "RobotoMedium";
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.product-tab-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    border-radius: 99px;
}

.product-tab-title span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #fff;
    border-radius: 99px;
}

.product-tab-title::before,
.product-tab-title::after {
    content: "";
    display: block;
    flex: 1;
    border-bottom: 1px dotted #fff;
}

.news-box {
    width: 55%;
    float: left;
}

.news-title {
    margin-bottom: 20px;
    padding: 0 20px 5px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #184994;
    font-family: "Oswald";
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.news-item {
    padding: 10px 0;
    border-bottom: 1px dashed #b2b2b2;
    color: #414141;
}

.news-item__img {
    float: left;
    margin-right: 20px;
}

.news-item__name {
    font-size: 15px;
    color: #333333;
    font-family: "RobotoMedium";
    display: block;
    margin-top: 5px;
}

.news-item__date {
    color: #808080;
    display: block;
    margin: 5px 0;
}

.news-box .vert,
.news-box .vert .simply-scroll-clip {
    width: 100%;
    height: 410px;
}

.fanpage-box {
    width: 41%;
    overflow: hidden;
    float: right;
}

#google_language_translator {
    max-height: 40px;
    overflow: hidden;
}

.goog-te-gadget .goog-te-combo {
    padding: 5px
}

/*home*/
.img_list {
    margin-bottom: 30px;
}

#register_email {
    padding: 47px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner_email {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.left_email {
    width: 80%;
    float: left;
}

#frmDK input.form-control {
    height: 38px;
}

#frmDK input.form-control:nth-child(1) {
    width: 55%;
    float: left;
    margin-bottom: 5px;
}

#frmDK input.form-control:nth-child(2) {
    width: 44%;
    float: right;
    margin-bottom: 5px;
}

.title_mail {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "RobotoBold";
    margin-top: -10px;
    margin-bottom: 5px;
    color: #3c3c3c;
}

.inner_email p {
    margin-bottom: 4px;
    text-align: center;
    font-size: 14px;
    font-family: "RobotoRegular";
}

.inner_email>span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "RobotoRegular";
    margin-bottom: 10px;
}

.btnGui {
    display: block;
    width: 19%;
    float: right;
    height: 80px;
    background: #c90000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "RobotoBold";
    border: none;
    border-radius: 5px;
}

#map iframe {
    height: 330px;
}

.bannerControls {
    display: none;
}

#info_consult {
    background: #fff;
    padding: 35px 0px;
}

.box_news_owl {
    position: relative;
}

.info_news_owl {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 90%;
    margin: 0px auto;
    position: relative;
    top: -50px;
    left: 0px;
    right: 0px;
    background: #f6f6f6;
}

.info_news_owl h3 a {
    font-size: 18px;
    font-weight: normal;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_news_owl h3 a:hover {
    color: #ff0000;
}

.info_news_owl p {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}

.view_news_owl {
    color: #f00;
    display: block;
    text-align: center;
    margin: 10px 0px;
    font-size: 13px;
    font-family: "RobotoRegular";
}

.date_news_owl {
    height: 70px;
    width: 70px;
    background: #f6f6f6;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    padding-top: 6px;
    box-sizing: border-box;
}

.date_news_owl span {
    display: block;
    text-align: center;
    font-size: 13px;
    font-family: "RobotoRegular";
    text-transform: uppercase;
}

/*product*/

.flex-template-detail {
    display: flex;
    flex-wrap: wrap;
}

.row_product {
    margin-right: -15px;
    margin-left: -15px;
}

.col_product {
    padding-left: 15px;
    padding-right: 15px;
}

.box_product {
    margin-bottom: 30px;
    background: #fff;
}

.img_product {
    text-align: center;
    overflow: hidden;
    display: block;
    position: relative;
}

.name_product {
    font-size: 15px;
    margin-top: 15px;
    font-weight: normal;
    line-height: 23px;
}

.name_product a {
    color: #000;
    font-family: "RobotoRegular";
    font-weight: normal;
}

.price_product {
    margin-top: 10px;
    font-family: "RobotoRegular";
    position: relative;
}

.price_product p {
    margin-bottom: 0px;
}

.price_product .price_old {
    text-decoration: line-through;
    font-size: 13px;
}

.price_product .price_now {
    color: #f00;
    font-size: 17px;
    font-family: "TahomaBold";
}

.price_product span {
    cursor: pointer;
    display: block;
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: #3c3c3c;
}

.list_sub_img_detail {
    position: relative;
}

.prev_sub_detail,
.next_sub_detail {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon_next_prev_common_owl.png);
    z-index: 10;
    top: 50%;
    margin-top: -14px;
}

.prev_sub_detail {
    background-position: 0px -28px;
    left: 0px;
}

.prev_sub_detail:hover {
    background-position: 0px 0px;
}

.next_sub_detail {
    background-position: -28px -28px;
    right: 0px;
}

.next_sub_detail:hover {
    background-position: -28px 0px;
}

#sub_img_detail {
    margin-top: 5px;
}

.item_owl_sub {
    padding: 0px 2px;
}

/*product detail*/
.item_detail {
    padding: 10px 0px;
    border-bottom: 1px dashed #cdcdcd;
}

.bottom_detail {
    margin-top: 20px;
}

.info_detail {
    box-sizing: border-box;
}

.item_info_detail {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.item_info_detail.name_detail h1 {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
}

.item_info_detail span.price_now {
    font-size: 24px;
    color: #f00;
    display: block;
    font-family: "RobotoBold";
    float: left;
}

.item_info_detail .price_old {
    font-size: 15px;
    color: #000;
    text-decoration: line-through;
    display: block;
    float: left;
    padding: 0px 10px;
}

.item_tab {
    text-decoration: none;
    float: left;
    color: #000;
    background: #fff;
    padding: 8px 20px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-bottom: none;
    font-weight: bold;
    font-size: 13px;
}

.item_tab:hover,
.item_tab.active {
    display: inline-block;
    background: #0e70bb;
    color: #fff;
}

.contain_content_tab {
    border: 1px solid #e0e0e0;
    padding: 10px;
    background: #fff;
}

.content_tab {
    display: none;
}

.content_tab.active {
    display: block;
}

.amount_cart button {
    float: left;
    width: 35px;
    height: 30px;
    border: 1px solid #eee;
    background: #fff;
    outline: none;
    color: #6d6d6d;
}

.amount {
    height: 30px;
    width: 50px;
    float: left;
    border: 1px solid #eee;
    text-align: center;
    margin: 0px 3px;
    outline: none;
}

.item_info_detail .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "RobotoBold";
}

.amount {
    height: 30px;
    width: 50px;
    float: left;
    border: 1px solid #eee;
    text-align: center;
    margin: 0px 3px;
    outline: none;
}

.btn_Cart_Detail {
    width: 255px;
    color: #fff;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    font-family: "RobotoRegular";
    font-size: 15px;
    margin-right: 5px;
    border-radius: 3px;
}

.buy-now {
    background: #ffb916;
}

.buy-now:hover {
    background: #e59b11;
    color: #fff;
}

.buy-to-cart {
    background: #f57224;
}

.buy-to-cart:hover {
    background: #d0611e;
    color: #fff;
}

/*news*/
.tieude {
    font-size: 18px;
    font-family: "RobotoBold";
    font-weight: normal;
    margin-bottom: 10px;
}

.box_news {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    box-sizing: border-box;
}

.box_news_img {
    position: relative;
    display: block;
}

.box_news_img a {
    display: block;
    position: relative;
}

.box_news_name a {
    color: #000;
    font-weight: normal;
    font-family: "RobotoBold";
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.box_news_name a:hover {
    color: #f00;
}

.box_news_mota {
    text-align: justify;
    line-height: 22px;
    margin-top: 5px;
    font-size: 13px;
    font-family: "RobotoRegular";
}

.box_news_readmore {
    text-align: right;
    float: right;
}

.box_news_readmore a:hover {
    color: #000;
}

.box_news_readmore a {
    display: inline-block;
    color: #f00;
    font-weight: bold;
    font-style: italic;
}

/*news other*/
.title_news_other {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.item_news_other {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.name_news_other {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

.name_news_other:hover {
    color: #f00;
}

.img_news_other {
    width: 40%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.right_news_other {
    width: 60%;
    float: right;
}

/*footer*/
#footer {
    background: #184994;
    width: 100%;
    margin: 0px auto;
    color: #fff;
}

.content_footer_full {
    padding: 35px 0px;
}

.name_company {
    font-family: "UTMHelvetIns";
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}

.title_footer {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-family: "RobotoBold";
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.title_footer::after {
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
}

.item_footer ul li h3 a {
    font-weight: normal;
    color: #fff;
    display: inline-block;
    padding: 5px 0px;
    font-size: 14px;
    font-family: "RobotoRegular";
}

.item_footer ul li h3 a:hover {
    text-decoration: underline;
}

.item_footer ul {
    margin-bottom: 15px;
    list-style: none;
}

.title_email {
    font-size: 14px;
    font-family: "OpenSansRegular";
}

.frmEmail {
    margin: 20px 0px;
    height: 55px;
    border: 1px solid #959392;
    padding: 2px;
    box-sizing: border-box;
}

.frmEmail input {
    color: #fff;
    font-size: 14px;
    width: 85%;
    float: left;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
}

.frmEmail button {
    width: 15%;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: "UTMAvo";
    float: left;
    height: 100%;
    border: none;
    outline: none;
    background: #ff0000;
}

.social {
    margin-top: 15px;
}

.social span {
    float: left;
    line-height: 27px;
    color: #fff;
    padding-right: 7px;
}

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

.content_footer {
    color: #fff;
    margin-top: 15px;
}

.register_mail {
    max-width: 765px;
    margin: auto;
    padding: 30px 0px;
}

.title_email {
    font-size: 30px;
    font-family: "UTMAvo";
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.slogan_mail {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "UTMAvo";
    display: block;
}

#bottom {
    background: #123b7a;
    padding: 20px 0px;
    color: #fff;
    font-size: 13px;
    font-family: "RobotoMedium";
}

.copyright {
    float: left;
}

.counter {
    float: right;
}

.counter span {
    padding-left: 30px;
}

#btn-zalo {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 160px;
    z-index: 99999999999;
}

#btn-zalo i {
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 9999;
}

#btn-zalo i img {
    vertical-align: middle;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -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 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: 0.75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.owl-animated-out {
    z-index: 1;
}

.owl-animated-in {
    z-index: 0;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* fix flex col sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m vÃƒÂ  bÃƒÂ i viÃ¡ÂºÂ¿t trÃƒÂªn IOS */
@supports (-webkit-overflow-scrolling: touch) {

    /* CSS specific to iOS devices */
    .col_product,
    .col_news {
        margin-left: -0.3px;
        margin-right: -0.3px;
    }
}

/* fix flex col sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m vÃƒÂ  bÃƒÂ i viÃ¡ÂºÂ¿t trÃƒÂªn safari */
@supports (-webkit-hyphens: none) {

    .col_product,
    .col_news {
        margin-left: -0.3px;
        margin-right: -0.3px;
    }
}

/* fix theme mmenu */

.mm-navbar {
    --mm-color-background: #184994;
    --mm-color-text-dimmed: #fff;
    --mm-color-button: #fff;
}

/* .mm-panel {
    --mm-color-background: #e0f2fc;
    --mm-color-text: rgb(146, 144, 144);
    --mm-color-button: #184994;
    --mm-color-border: #fff
} */

.mm-menu {
    --mm-color-background: #184994;
    --mm-color-text: #fff;
    --mm-color-button: #fff;
    --mm-color-border: #ffffff61;
}

/* end fix theme mmenu */
.fotorama__wrap {
    margin: auto;
}

/* no response */
.no-response#full {
    min-width: 1210px;
}

.no-response .fixed {
    min-width: 1210px;
}

.no-response .col_product {
    width: 25%;
}

.no-response .col_news {
    width: 25%;
}

.no-response .img_detail {
    width: 41.67%;
}

.no-response .info_detail {
    width: 58.33%;
}

.no-response .contact-info,
.no-response .contact-frm {
    width: 50%;
}

/* END no response */

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 1000;
    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: #ffffff;
    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: #1182FC;
    opacity: .5;
}

.btn-frame .kenit-alo-circle-red {
    border: 2px solid rgba(103, 7, 7, 0.8) !important;
    border-color: #fc1111 !important;
}

.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 .kenit-alo-circle-fill-red {
    background-color: rgba(103, 7, 7, 0.35) !important;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

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

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    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: #1182FC
}

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

/*Go top*/
.progress-wrap {
    position: fixed;
    bottom: 70px;
    right: 19px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #1182FC;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1182FC;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* pagination ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    vertical-align: top;
    margin: 3px;
    color: #666666;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    width: 30px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.pagination-ajax a:hover {
    background: #2a313d;
    color: #fff;
    transform: translateY(-2px);
    transition: all ease 0.3s;
}

.translate img {
    cursor: pointer;
}

.pagination-ajax a.current {
    background: #2a313d;
    color: #fff;
    transform: translateY(0);
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    filter: brightness(0.7);
}

.mm-wrapper_blocking .mm-wrapper__blocker {
    background: #000000a1;
}

@media screen and (max-width: 960px) {
    .inner {
        padding: 0 5px;
    }

    .header-email {
        display: none;
    }

    .index-left {
        display: none;
    }

    .index-right {
        width: 100%;
    }

    .index-box {
        padding: 20px 0;
    }

    .product-grid.-ajax {
        grid-template-columns: repeat(3, 1fr);
    }

    #timkiem {
        background-color: #fff;
        color: #333;
    }

    #timkiem input[type="text"] {
        width: 80%;
        padding-left: 20px;
    }
}


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

    #messages-facebook,
    .btn-frame {
        display: none;
    }

    .header-hotline {
        display: none;
    }

    #header_top {
        display: none;
    }

    .logo {
        margin-top: 0;
    }

    .news-box,
    .fanpage-box {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .fanpage-box {
        max-width: 500px;
    }
}

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

    .product-grid.-ajax,
    .product-grid {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 420px) {
    .news-item__img {
        width: 40%;
    }

    .header-google {
        width: 30%;
        position: absolute;
        right: 5px;
        top: 10px;
        display: none;
    }

}