@charset "UTF-8";





@font-face {
    font-family: hel;
    src: url(../fonts/HelveticaNeue-Medium.otf);
}

@font-face {
    font-family: helb;
    src: url(../fonts/helvetica-neue-bold.ttf);
}


@font-face {
    font-family: avob;
    src: url(../fonts/UTMAvoBold.woff2) format('woff2'),
        url(../fonts/UTMAvoBold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: avo;
    src: url(../fonts/UTMAvo.woff2) format('woff2'),
        url(../fonts/UTMAvo.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Main */
:root {
    --color-main: #BB0000;
    --color-hover: #7dbe00;
    --color-red: #BB0000;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
}

body {
    font-size: 14px;
    background: #fff;
    top: 0px !important;
}

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

.skiptranslate {
    display: none !important;
}

.skiptranslate.goog-te-gadget {
    font-size: 0px !important;
    display: block !important;
}

.skiptranslate>div {
    font-size: 11px !important;
}

.skiptranslate>span {
    display: none !important;
}

#google_language_translator {
    display: none !important;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.wrap-content {
    max-width: 1220px;
    margin: 0px auto !important;
    padding: 0px 10px;
}

.background-container {
    background-color: #edebee;
    padding: 50px 0px;
    background-position: top;
    background-size: 100% auto;
    width: 100%;
    display: inline-block;
    float: left;
}

.crom-content {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
}

.transition,
.hover_scale,
.hover_rotate,
.hover_opacity,
.hover_scaleing {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}



.hover_scaleing:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hover_scale_rotate_img:hover img {
    transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg);
    -webkit-transform: scale(1.2) rotate(-6deg);
    -o-transform: scale(1.2) rotate(-6deg);

}

.hover_rotate:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.hover_opacity:hover {
    opacity: 0.7;
}

/* Header */
.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 123;
    padding: 25px 0;
    position: relative;
    display: inline-block;
    font-size: 14px;
    background-image: url(../images/img-data/Mask\ group.png);
    background-size: cover;
}

.slogan-socical {
    width: 100%;
    background: #222222;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.slogan {
    width: 50%;
    float: left;
    height: 40px;
}

.socical-menu {
    float: right;
}

.socical-menu ul {
    float: left;
    list-style: none;
    padding: 0px;
    padding-right: 30px;
    margin-bottom: 0px;
}

.socical-menu ul li {
    float: left;
}

.socical-menu ul li a {
    color: #fff;
    padding: 0px 10px;
}

.socical-menu ul li a:hover {
    color: #ff0;
}

.socical {
    float: right;
    line-height: 36px;
}

.header .wrap-content {
    position: relative;
}

.address-shop {
    position: absolute;
    left: 10px;
    top: 30px;
}

.open-shop span {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 1px solid #ffae00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #ffae00;
    font-size: 21px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.hotline {
    float: right;
    position: relative;
    padding-left: 50px;
    font-family: 'Roboto-Bold';
    color: #333333;
    line-height: 1.2;
}

.hotline p {
    color: #EE0E28;
    /* font-family: 'Oswald-Bold'; */
    font-size: 20px;
    margin-bottom: 0px;
}

.hotline i {
    top: 3px;
}

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

.filenl a {
    color: #333;
}

.filenl a:hover {
    color: var(--color-red);
}

.lang {
    float: right;
}

.lang a {
    text-decoration: none;
}

.logo-header {
    width: 30%;
    float: left;
    padding: 17px 0px;
}

.header.fix_head .logo-header img {
    max-width: 280px;
}

.wrapin .header.fix_head .logo-header img {
    max-width: inherit;
}

.header.fix_head .open-shop {
    display: none;
}

.header.fix_head .address-shop {
    display: none;
}

/* Search */
.search {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    float: left;
    margin-top: 28px;
    border-radius: 5px;
}

.searchmb {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 60%;
}

.search.searchmb input {
    height: 35px;
}

.search.searchmb p {
    height: 35px;
    line-height: 35px;
}

.search p {
    float: right;
    width: 60px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    background: var(--color-main);
    font-size: 16px;
    position: relative;
    border-radius: 0px 5px 5px 0px;
}

.search p:before {
    position: absolute;
    left: 0px;
    width: 1px;
    height: 23px;
    top: 8px;
    border-left: 1px solid #e0e0e0;
    content: '';
    display: none;
}

.search input {
    width: calc(100% - 60px);
    height: 40px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 14px;
}

.search input::-webkit-input-placeholder {
    color: #808080;
}

.search input:-moz-placeholder {
    color: #808080;
}

.search input::-moz-placeholder {
    color: #808080;
}

.search input:-ms-input-placeholder {
    color: #808080;
}

.logo-banner {
    width: 100%;
    display: inline-block;
}

.right-head i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: var(--color-main);
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.openshop {
    position: relative;
    padding: 2px 0px;
    padding-left: 50px;
    font-style: italic;
    color: #333;
    line-height: 1.3;
}

.openshop p {
    font-family: 'Roboto-Bold';
    color: #333333;
    margin-bottom: 0px;
    font-style: normal;
}

.hotline-header {
    float: right;
    background: url(../images/img-data/hotline.png) left no-repeat;
    font-family: 'Roboto-Medium';
    color: #262626;
    font-size: 16px;
    padding-left: 60px;
    margin-top: 13px;
}

.hotline-header p {
    margin-bottom: 0px;
}

.hotline-header span {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #dc0000;
}

.open-shop {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 60px;
}

/* Menu */
.full-menu {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    height: 45px;
}

.wrapmenu {
    width: 100%;
    margin: auto;
    position: relative;
    background: var(--color-main);
    height: 45px;
}

.content-list {
    width: 100%;
    /* min-height: 540px; */
    background: #fff;
    position: relative;
    border: 1px solid #cbcbcb;
    /* border-top: none; */
}

.content-list ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.content-list>ul>li>a>i {
    margin-right: 6px;
}

.content-list>ul>li>a {
    color: #333333;
    position: relative;
    padding: 11px 10px 11px 27px;
    font-size: 15px;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    display: block;
    font-family: 'Roboto-Regular';
    background: url(../images/img-data/icon.png) 10px 16px no-repeat;
}

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

.content-list>ul>li>a svg {
    font-size: 10px;
    margin-top: -3px;
    margin-right: 5px;
    color: #cb1212;
}

.content-list>ul>li>a>i {
    color: #FF9801;
}

.content-list>ul>li:hover>a {
    color: var(--color-red);
}

.content-list ul li a:hover {
    color: var(--color-red);
}

.content-list>ul>li>ul {
    position: absolute;
    left: 247px;
    top: 0;
    z-index: 123;
    display: none;
    background: #fff;
    height: calc(100% + 1px);
    width: 952px;
    border: 1px solid #cbcbcb;
    overflow: auto;
}

.content-list>ul>li>ul>li {
    width: 25%;
    float: left;
    padding: 10px;
}

.content-list>ul>li>ul>li:nth-child(4n+1) {
    clear: both;
}

.content-list>ul>li>ul>li>a {
    font-family: 'Roboto-Bold';
    font-size: 15px;
    color: #333;
}

.content-list>ul>li>ul>li>ul>li>a {
    font-family: 'Roboto-Regular';
    color: #333;
}

.content-list ul li:hover>ul {
    display: block;
}

.hover-menu {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    display: none;
}

#slider {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

.left-slide {
    width: 100%;
    float: left;
    position: relative;
}

.right-slide {
    width: 100%;
    /* float: right; */
    margin-top: 0px;
    padding: 0;
}

.slider-main {
    width: 100%;
    /* float: left; */
}

.banner-slider {
    width: 34%;
    float: right;
    padding-left: 9px;
}

.item-bannerqc {
    margin-bottom: 8px;
}

.lang-header {
    position: absolute;
    right: 0px;
    top: 35px;
    text-transform: uppercase;
}

.label-lang {
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
}

.lang-header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px #333;
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(100% - 2px);
    display: none;
}

.lang-header ul li a {
    width: 100%;
    display: block;
    padding: 5px;
    padding-left: 12px;
    text-align: left;
    color: #333;
    text-shadow: 0px 0px 0px;
}

.menu-price {
    width: 22%;
    float: left;
    position: relative;
}

.label-menu-price {
    width: 100%;
    height: 50px;
    background: var(--color-hover);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}

.label-menu-price i {
    font-size: 22px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.menu-price ul {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: #fff;
    height: 406px;
    overflow: auto;
    border: 1px solid #f5f5f5;
}

.headin .menu-price ul {
    display: none;
}

.fix_head .menu-price ul {
    display: none;
}

.menu-price:hover ul {
    display: block;
}

.menu-price ul li {
    border-bottom: 1px solid #f5f5f5;
}

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

.menu-price ul li a {
    width: 100%;
    padding: 9px 10px;
    display: block;
    color: #4e4e4e;
}

.menu-price ul li a:hover {
    color: var(--color-hover);
}

.listproduct {
    width: calc(21% - 2px);
    float: left;
    height: 45px;
    position: relative;

}

.title-listpro {
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    background: #222222;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    position: relative;
    cursor: pointer;
    padding: 0px 25px;
}

.title-listpro i {
    font-size: 18px;
    float: right;
    margin-top: 9px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
}

.title-listpro svg {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 27px;
}

.listproduct:hover .hover-menu {
    display: block;
}

.menu {
    position: relative;
    top: 0;
    left: 0;
    width: 76.667%;
    float: left;
    padding-left: 10px;
}


.menu ul,
.menu ul li {
    list-style: none;
    margin: 0px;
}

.menu .wrap-content {
    position: relative;
}

.menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 720px;
}


.menu>ul>li {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    line-height: 45px;
}

.menu>ul>li:after {
    position: absolute;
    right: 0px;
    top: -3px;
    content: '/';
    color: #fff;
}

.menu>ul>li:nth-child(4):after {
    display: none;
}

.menu>ul>li.wili {
    width: 195px;
}

.menu #hover_scroll {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu #hover_scroll:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    left: 0px;
    background: transparent;
    bottom: 10px;
}

.menu ul,
.menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu>ul>li a {
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;
    font-family: 'Oswald-Regular';
}

.menu>ul>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-family: 'Roboto-Bold';
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.menu ul>li i {
    font-size: 19px;
    position: relative;
}

.menu>ul>li>a>span {
    display: block;
    position: relative;
    z-index: 12;
}

.menu>ul>li.active>a,
.menu>ul>li:hover>a {
    color: #000;
}

.menu>ul>li.active.mousego>a {
    color: #fff;
}

.menu>ul>li ul {
    position: absolute;
    left: 0px;
    z-index: 3000;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    background: var(--color-main);
    width: 230px;
    text-align: left;
}

.menu ul li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

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

.menu ul li ul li:hover>ul {
    top: 0px;
}

.menu>ul>li ul li {
    line-height: 1.5;
    position: relative;
}

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

.menu>ul>li li:hover>a {
    color: #fff;
    background: var(--color-hover);
}

.menu>ul>li li>a:before {
    position: absolute;
    top: 0px;
    left: -2px;
    height: 100%;
    width: 2px;
    background: var(--color-hover);
    content: '';
}

.menu>ul>li li:hover>a:before {
    background: var(--color-main);
}

.fix_head .wrapmenu {
    top: 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 123;
}


/* Slideshow */
.slideshow {
    position: relative;
    width: 100%;
}

.slideshow a {
    display: block;
    cursor: pointer;
}

.slideshow a img {
    width: 100%;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}

.slideshow .control-slideshow:hover {
    opacity: 1;
}

.control-slideshow {
    opacity: 1;
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    cursor: pointer;
    margin: 0px;
    border-radius: 3px;
}

.control-slideshow i {
    color: #ffffff;
}

.prev-slideshow {
    left: 20px;
    padding-right: 3px;
}

.next-slideshow {
    right: 20px;
    padding-left: 3px;
}

/* General */
.title-top {
    background: url(../images/img-data/cos.png) top center no-repeat;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}

.title-top h3 {
    display: inline-block;
    padding: 0px 120px;
    position: relative;
    font-family: 'FiraSans-Bold';
    text-transform: uppercase;
    font-size: 30px;
}

.title-top h3:before {
    background: url(../images/img-data/beftitle.png) left no-repeat;
    position: absolute;
    left: 0px;
    top: 14px;
    content: '';
    width: 100px;
    height: 10px;
}

.title-top h3:after {
    background: url(../images/img-data/aftitle.png) left no-repeat;
    position: absolute;
    right: 0px;
    top: 14px;
    content: '';
    width: 100px;
    height: 10px;
}

.title-top p {
    color: #5c5c5c;
    font-size: 15px;
}

.title-main {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.title-main h2 {
    /* background: url(../images/img-data/title_main.png) bottom center no-repeat; */
    color: #333333;
    font-family: 'Roboto-Bold';
    font-size: 26px;
    margin-bottom: 0px;
    /* padding-bottom: 25px; */
    text-transform: uppercase;
}

.title-main h2 span {
    position: relative;
    z-index: 12;
    color: #EE0E28;
    font-family: 'avob';
    /* font-weight: 700; */
    font-size: 40px;
}


.title-main ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
    float: left;
    margin-left: 100px;
    margin-top: 7px;
}

.title-main ul li {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}

.title-main ul li:after {
    position: absolute;
    right: -2px;
    width: 1px;
    height: 12px;
    top: 10px;
    background: #5b5b5b;
    content: '';
}

.title-main ul li:last-child:after {
    display: none;
}

.title-main ul li a {
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
}

.title-main ul li a span {
    display: inline-block;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
}

.title-main ul li a:hover,
.title-main ul li a.active {
    color: var(--color-red);
}

.readlist {
    float: right;
    color: var(--color-red);
    margin-top: 10px;
    margin-right: 10px;
}

.readlist:hover {
    color: var(--color-main);
}

.title-main h3 {
    font-family: 'UTMHanzel';
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.title-main p {
    margin-bottom: 0px;
    color: #333;
    font-size: 15px;
}

.listindex {
    text-align: center;
}

.listindex ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}

.listindex ul li {
    display: inline-block;
    position: relative;
    padding: 5px;
}

.listindex ul li a {
    color: #333333;
    font-family: 'utmavo';
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #00a1db;
    display: inline-block;
    padding: 15px 20px 11px 20px;
    line-height: 1;
    border-radius: 22px;
    text-shadow: 0px 0px 0px;
}

.listindex ul li a:hover,
.listindex ul li a.active {
    background: #00a1db;
    color: #fff;
}

.social {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social li {
    display: inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0px;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    z-index: 2;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.control-carousel:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

/*List index*/
.listsp-about {
    background: url(../images/img-data/bg_sp.png) top no-repeat;
    background-size: 100% auto;
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
}

.item-list {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: auto;
}

.img-list {
    overflow: hidden;
}

.name-list {
    border: 2px dashed #fff;
    border-radius: 28px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 3px;
}

.item-list h3 {
    font-family: 'UVFLobster12';
    color: #7dbe00;
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    padding: 0px 30px;
    background-color: #fff;
    margin-bottom: 0px;
    border-radius: 23px;
}

.wrap-itemlist {
    padding: 15px 0px;
}

.item-list:hover h3 {
    background-color: #7dbe00;
    color: #fff;
}

.item-list:hover .name-list {
    border: 2px dashed #7dbe00;
}

.mar-designs {
    margin: 0px -15px;
}

.designs {
    background: #F7F7F7;
    padding: 50px 0px;
}

.padd-designs {
    padding: 0px 5px 10px 5px;
}

.item-designs {
    width: 100%;
    max-width: 380px;
    margin: auto;
}

.img-designs {
    position: relative;
    margin-bottom: 10px;
}

.name-designs {
    position: absolute;
    border: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 15px 10px;
    text-align: center;
}

.item-designs h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'FiraSans-Bold';
    margin-bottom: 0px;
}

.item-designs:hover h4 {
    color: var(--color-red);
}

.item-designs p {
    margin-bottom: 0px;
}

.item-designs a.readdesign {
    color: var(--color-red);
}

.item-designs a.readdesign:hover {
    color: var(--color-main);
}

.descrpt {
    width: calc(100% - 20px);
    margin-top: -60px;
    position: relative;
    z-index: 12;
    text-align: center;
    background: #fff;
    left: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
}

.descrpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*Giới thiệu*/
.about-index {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    font-family: 'SVNAvo';
}

.title-about p {
    font-family: 'SVNAvo';
    color: #333;
    font-size: 18px;
    margin-bottom: 0px;
}

.title-about h3 {
    color: #7dbe00;
    font-family: 'UVFLobster12';
    font-size: 40px;
}

.readmore {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 42px;
    color: var(--color-hover);
    border: 1px solid var(--color-hover);
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
}

.readmore:hover {
    color: #fff;
    background: var(--color-hover);
}

/*Sản phẩm bán chạy*/
.product-selling {
    width: 100%;
}

.mar-pro {
    margin: 0px -13px;
}

.padd-pro {
    padding: 10px 5px;
}

.pricetc {
    color: var(--color-red);
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

/*Banner quảng cáo*/

/* Lĩnh vực hoạt động */

.wrap-expertise {
    padding: 50px 0 70px 0;
    background-image: url(../images/bg-linhvuc.png);
    background-size: cover;
}

.box-title-main fieldset {
    border: 2px solid #796d6d;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 55px;
}

.box-title-main legend {
    width: fit-content;
    margin-bottom: -15px;
    text-align: center;
    padding: 0 29px;
    font-family: 'Ephesis', cursive;
    font-size: 43px;
}

.box-expertise a {
    /* width: calc( 100% - 30px ); */
    /* padding: 0 16px; */
    position: relative;
    clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
}

.expertis-name {
    text-align: center;
    font-family: avo;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    font-size: 24px;
    color: white;
    font-weight: 500;
    width: 100%;
    height: 100%;
    background: #00000075;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
    transition: 0.4s;
}

p.pic-expertise {
    margin-bottom: 0;
}

.expertise-content {
    display: flex;
    flex-wrap: wrap;
    margin: 75px 10%;
    justify-content: center;
}

.box-expertise {
    margin: -30px 0px;
    width: calc(25% + 10px);
    text-align: center;
    transition: 0.4s;
}

.expertise-content .box-expertise:last-child {
    width: 100%;
    text-align: center;
}

.expertis-name span {
    padding: 10px;
}

.box-expertise:hover>a>.expertis-name {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
    transition: 0.4s;
}

/* Product axx */
.wrap-product-aax {
    background-image: url(../images/bg-gem.png);
    background-size: cover;
    padding: 30px 0;
}

.box-product-axx-name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.product-axx-name {
    color: white;
    font-family: avo;
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 17px;
    border: 1px solid white;
}

.product-axx-name.active-button-cat {
    border: 1px solid #ee0e2887;
}

.box-show-pro-axx h3 {
    color: white;
}

.wrap-product-aax legend {
    color: white;
}

.wrap-product-aax .product h3,
.wrap-product-aax .product .price {
    color: white;
}

.wrap-pf-coffe .product {
    background: white;
}

.box-title-main {
    margin-bottom: 40px;
}

.wrap-pf-coffe {
    padding: 60px 0;
}

/* News  */
a.newsnb {
    position: relative;
}

.info-newsnb {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 15px 25px;
    background: rgb(255,255,255);
    background: linear-gradient(181deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 69%) 109%);
}

p.time-newsnb {
    margin-bottom: 5px;
}

h3.name-newsnb {
    font-size: 17px;
    font-family: hel;
    text-transform: uppercase;
}
p.pic-gallery.scale-img {
    margin: 0 4px;
    margin-bottom: 16px;
}

p.pic-gallery img {
    width: 100%;
}

.gallery-main {
    margin-left: -10px;
}
/* Nhân tin */
.newss-news {
    display: flex;
}

.wrap-newsletter form {
    display: flex;
    width: 100%;
    align-items: center;
}

.wrap-newsletter {
    padding: 20px 0;
    background: #EE0E28;
    color: white;
}

.box-newsletter-info {
    flex-shrink: 0;
    margin-right: 49px;
}

h2.newss-title {
    text-transform: uppercase;
    font-weight: 600;
    font-family: avob;
}

.newsletter-button input {
    background-color: #580303 !important;
}

p.newsletter-slogan {
    margin-bottom: 0;
}

.slider-info {
    max-width: 1220px;
    position: absolute;
    top: 50%;
    display: flex;
    margin: 0  70px;
    justify-content: space-between;
    width: 100%;
}

.slider-box {
    position: relative;
}

.slider-name {
    font-family: 'avob';
    font-size: 40px;
    color: white;
}

.slider-desc {
    color: white;
    width: 30%;
    font-size: 18px;
}
/*Đối tác*/
.partner {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 40px 0px;
}

.padd-part {
    padding: 0px 5px;
}

.item-part {
    width: 100%;
    max-width: 187px;
    margin: auto;
    text-align: center;
}

.item-part img {
    border: 1px solid #f2f2f2;
}

.item-part img:hover {
    border: 1px solid var(--color-red);
}

.partner .slick-prev {
    background: url(../images/img-data/predt.png) no-repeat;
    width: 19px;
    height: 37px;
    top: 33px;
    left: -19px;
}

.partner .slick-next {
    background: url(../images/img-data/nextdt.png) no-repeat;
    width: 19px;
    height: 37px;
    top: 33px;
    right: -19px;
}

.partner .slick-prev:before,
.partner .slick-next:before {
    display: none;
}

/*Dịch vụ - Video*/
.service-video {
    background: url(../images/img-data/bg_dvvd.png)repeat;
}

.video-index {
    padding: 50px 0px;
}

.service-index {
    background: url(../images/img-data/bg1.png)no-repeat;
    background-size: cover;
    padding: 40px;
    width: 100%;
    max-width: 480px;
    height: 100%;
}

.title-service h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Roboto-Bold';
    margin-bottom: 40px;
    position: relative;
}

.title-service h4:before {
    position: absolute;
    bottom: -10px;
    left: 0px;
    content: '';
    width: 85px;
    height: 3px;
    background: #fff;
}

.item-ser {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    min-height: 40px;
    line-height: 40px;
    padding-left: 50px;
    display: inline-block;
}

.item-ser span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    left: 0px;
}

.item-ser a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

.item-ser a:hover {
    color: #ff0;
}

/*Video clip*/
.videoindex {
    background: #F3F3F3;
    width: 100%;
    padding: 60px 0px;
}

.img-slide-for {
    position: relative;
}

.img-slide-for i {
    font-size: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    color: #fff;
    z-index: 1;
}

.item-slide-nav {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;

}

.img-slide-nav {
    position: relative;
    float: left;
    margin-right: 10px;
}

.img-slide-nav i {
    position: absolute;
    font-size: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    color: #fff;
    z-index: 1;
}

.item-slide-nav h5 {
    font-size: 16px;
}

.item-video {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 844px;
    margin: auto;
    position: relative;
}

.item-video img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.item-video i {
    width: 90px;
    height: 90px;
    position: absolute;
    font-size: 60px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    background: #0D426B;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 90px;
}

.slide-nav .slick-next {
    right: inherit;
    bottom: -75px;
    top: inherit;
    left: 50px;
    background: url(../images/img-data/nextvd.png) no-repeat;
    width: 37px;
    height: 37px;
}

.slide-nav .slick-prev {
    bottom: -75px;
    top: inherit;
    left: 0px;
    background: url(../images/img-data/prevd.png) no-repeat;
    width: 37px;
    height: 37px;
}

.slide-nav .slick-next:before,
.slide-nav .slick-prev:before {
    display: none;
}

/*Cửa hàng gần nhất*/
.map-chn {
    width: 100%;
    display: flex;
    padding: 20px 0px;
    align-items: center;
    background: url(../images/img-data/bg_map.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 665px;
}


.map-index {
    background: var(--color-hover);
    height: 461px;
}

.slide-left-map {
    padding: 25px;
}

.item-slidemap-nav {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}

.item-slidemap-nav img {
    float: left;
    margin-right: 10px;
}

.item-slidemap-nav h5 {
    text-transform: uppercase;
}

.item-slidemap iframe {
    width: 100%;
    height: 461px;
}

.item-slidemap-nav.slick-slide.slick-current.slick-active h5 {
    color: var(--color-main);
}

/*Tin tức index*/
.new-index {
    padding: 40px 0px;
    width: 100%;
    display: inline-block;
}

.padd-news {
    padding: 0px 5px;
}

.item-news {
    width: 100%;
    max-width: 380px;
    margin: auto;
    color: #333333;
    font-size: 14px;
}

.item-news h4 {
    color: #000;
    font-size: 16px;
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'Muli-Bold';
}

.item-news:hover h4 {
    color: var(--color-red);
}

.readnews {
    color: #d90101;
    font-family: 'Muli-Bold';
    font-size: 16px;
    float: right;
}

.readnews:hover {
    color: var(--color-red);
}

.item-news p {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* Breadcrumb */
.breadCrumbs {
    width: 100%;
    margin: auto;
    background-color: #ebebeb;
    color: #000;
    margin-bottom: 20px;
}

.breadCrumbs .wrap-content {
    /* padding: 0.75rem 10px; */
}

.breadCrumbs .wrap-content .breadcrumb {
    /* padding: 0; */
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #000;
    font-size: 12px;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #000;
}

.breadCrumbs .breadcrumb-item+.breadcrumb-item::before {
    color: #a1a1a1;
}

/* Intro */
.wrap-intro {
    margin-top: 50px;
}

.left-intro {
    width: 66%;
    padding-right: 20px;
}

.right-intro {
    width: 34%;
}

.title-intro {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
}

.title-intro span {
    display: inline-block;
    position: relative;
    font-size: 35px;
    font-family: 'SVN-Internation';
    text-transform: capitalize;
    padding-left: 20px;
}

.title-intro span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 45px;
    bottom: 0px;
    left: 0px;
    background-color: var(--color-main);
}

.newshome-best {
    width: 100%;
    display: block;
    float: left;
}

.pic-newshome-best img {
    width: 100%;
}

.name-newshome {
    color: var(--color-black);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.25rem;
}

.name-newshome.text-split {
    -webkit-line-clamp: 2;
    font-family: 'Muli-Bold';
}

.name-newshome.text-split:hover {
    color: var(--color-red);
}

.time-newshome {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-newshome {
    color: var(--color-black);
    margin-bottom: 0px;
}

.newshome-best .desc-newshome {
    -webkit-line-clamp: 4;
}


.view-newshome {
    display: inline-block;
    border: 1px solid #bdbdbd;
    padding: 8px 15px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 1rem;
}

.view-newshome:hover {
    background-color: var(--color-hover);
    border: 1px solid var(--color-hover);
    color: #fff;
}

.newshome-scroll {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.newshome-scroll ul li {
    margin-bottom: 15px !important;
}

.newshome-normal {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.pic-newshome-normal {
    float: left;
    width: 34%;
    margin-right: 3%;
    margin-bottom: 0px;
}

.pic-newshome-normal img {
    width: 100%;
}

.info-newshome-normal {
    float: left;
    width: calc(100% - 37%);
}

.video-main {
    position: relative;
    height: 330px;
}

.video-main iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.listvideos {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: var(--color-black);
    margin-top: 10px;
    cursor: pointer;
}

/* Video */
.itemvideo {
    padding-bottom: 15px;
    padding-top: 15px;
}

.video {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.pic-video {
    position: relative;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px/2);
    left: calc(50% - 35px/2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

.pic-video img {
    width: 100%;
}

.name-video {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Album */
.album {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    text-align: center;
    cursor: pointer;
}

.album:nth-child(4n+1) {
    clear: both;
}

.album:nth-child(4n) {
    margin-right: 0px;
}

.pic-album {
    position: relative;
}

.pic-album img {
    width: 100%;
}

.name-album {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Sản Phẩm */

.banner-list {
    padding-bottom: 50px;
}

.padd-bn {
    padding: 0px 5px;
}

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

.banner-list h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'SVNAvobold';
    font-size: 30px;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.title-list {
    width: 100%;
    margin-bottom: 30px;
}

.title-list h3 {
    color: #7dbe00;
    font-family: 'UVFLobster12';
    font-size: 30px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.title-list h3:before {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #7dbe00;
    bottom: -10px;
    left: 0px;
    content: '';
}

.title-list h3:after {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #7dbe00;
    bottom: -13px;
    left: 0px;
    content: '';
}

.full-product {
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
}

.wrapin .full-product {
    padding-top: 0px;
}

.view-all {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.view-all a {
    display: inline-block;
    width: 150px;
    padding: 0px 10px;
    line-height: 45px;
    background: var(--color-hover);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}


.view-all a:hover {
    background: var(--color-main);
}

.wrap-product {
    padding: 10px;
}

.product {
    width: 100%;
    margin: auto;
    max-width: 280px;
    text-align: center;
    padding: 13px;
    position: relative;
    font-family: 'Roboto-Regular';
    border: 1px solid #664A4A;
    background: #0000004d;
}

.wrap-img {
    position: relative;
    display: inline-block;
}

.img-product {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.typepro {
    position: absolute;
    right: 0px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    color: #fff;
    background: var(--color-red);
    z-index: 1;
}

.typepro:before {
    width: 0px;
    height: 0px;
    border-bottom: 15px solid var(--color-red);
    border-top: 15px solid var(--color-red);
    border-right: 5px solid var(--color-red);
    border-left: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 0px;
    content: '';
}

.name-product {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 100%;
}

.product h3 {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    margin: 5px 0;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'Roboto-Regular';
}

.product:hover h3 {
    color: var(--color-red);
}

.box-product {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}

.pic-product {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #eee;
}

.pic-product img {
    width: 100%;
    border-radius: 3px;
}



.name-product.text-split {
    -webkit-line-clamp: 1;
}

.price-product {
    margin-bottom: 0px;
}

.price-product span {
    font-weight: 700;
}

.price {
    color: #626262;
    margin-bottom: 0px;
}

.price span {
    padding: 0px 5px 0px 0px;
}

.pricenew {
    font-size: 18px;
    color: var(--color-red);
    font-family: 'Roboto-Bold';
}

.priceold {
    text-decoration: line-through;
    font-size: 14px;
    color: #757575;
}

.price a {
    font-size: 18px;
    color: var(--color-red);
}

.price-new {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-red);
}

.price-old {
    padding-left: 10px;
    font-size: 12px;
    color: var(--color-gray);
}

.view-cart {
    position: relative;
    width: 100%;
    z-index: 12;
    height: 80px;
    opacity: 0;
    margin-top: -80px;
    overflow: hidden;
}

.review-show {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: left;
}

.product:hover .view-cart {
    opacity: 1;
}

.product:hover .review-show {
    bottom: 0px;
}

.iconcart {
    margin-left: 10px;
}

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

.viewnow a {
    width: 100%;
}

.addcart-view {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 12;
    width: 100%;
    display: flex;
    justify-content: center;
}

.iconcart {
    height: 40px;
    width: 40px;
    margin: 0 5px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #22232b;
    color: #e9f5ed;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 18px;
    transform: translateX(200px);
}

.iconcart:hover {
    background: var(--color-red);
}

.viewnow {
    height: 40px;
    width: 40px;
    margin: 0 5px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #22232b;
    color: #e9f5ed;
    border-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 18px;
    transform: translateX(-200px);
}

.viewnow:hover {
    background: var(--color-red);
}

.addcart-view svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: 1.125em;
    color: #fff;
}

.product:hover .iconcart,
.product:hover .viewnow {
    transform: translateX(0px);
}

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    width: 49%;
    float: left;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-add {
    margin-right: 2%;
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

/* Sản Phẩm Detail */
.wrap-detail-poup {
    width: 100%;
    max-width: 875px;
    margin: auto;
    background: #fff;
}

.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    float: left;
    width: 40%;
    text-align: center;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
}

.right-pro-detail {
    width: calc(100% - 42%);
    float: left;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-thumb-pro {
    padding: 0px 40px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #222222;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active,
.tuychon-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.tuychon-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}


.color-pro-detail.active:before,
.size-pro-detail.active:before,
.tuychon-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.tuychon-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-main);
}

.cart-pro-detail a.buynow:hover {
    color: #fff;
    background-color: var(--color-main);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 30px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: var(--color-main);
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Bài viết */
.news {
    width: 49%;
    float: left;
    margin-bottom: 25px;
    display: block;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float: left;
    margin-right: 4%;
    width: 36%;
}

.pic-news img {
    width: 100%;
}

.info-news {
    float: left;
    width: 60%;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name-news:hover {
    color: var(--color-red);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-news {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

.share {
    line-height: normal;
    margin-top: 15px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-red);
}

/* Contact */
.contactdetail {
    font-family: 'UTMHanzel';
    color: #333;
}

.contactdetail .content-main {
    text-align: center;
}

.item-mapcontact {
    width: 100%;
    display: flex;
    padding: 25px 0px;
}

.mapct {
    width: 50%;
    position: relative;
}

.mapct iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.viewmap {
    text-decoration: underline;
    color: #fff;
}

.maphide {
    display: none;
}

.content-contact {
    width: 50%;
    padding: 45px;
    background: #003860;
    color: #fff;
}

.content-contact h3.title-contact {}

.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

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

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.bottom-contact {
    position: relative;
    height: 500px;
}

.bottom-contact iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

/*Chi tiết dự án*/
.description-project p {
    width: 50%;
    float: left;
    padding-right: 10px;
    color: #032a4b;
    position: relative;
    padding-left: 20px;
}

.description-project p:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    left: 0px;
    top: 5px;
    background: #f0aa01;
    border-radius: 50%;
}

.photo-project {
    padding: 50px 0px;
    width: 100%;
    display: inline-block;
}

.photo-project .slick-prev {
    width: 21px;
    height: 46px;
    background: url(../images/img-data/pre.png)no-repeat;
    top: calc(50% - 23px);
    left: -50px;
}

.photo-project .slick-next {
    width: 21px;
    height: 46px;
    background: url(../images/img-data/next.png)no-repeat;
    top: calc(50% - 23px);
    right: -50px;
}

.photo-project .slick-prev:before,
.photo-project .slick-next:before {
    display: none;
}

/*Đăng ký nhận tin*/


.newletter {
    width: 100%;
    display: inline-block;
    width: 100%;
    height: 500px;
}

.newletter .wrap-content {
    position: relative;
}

.content-newletter {
    width: 100%;
    max-width: 515px;
    background: var(--color-main);
    padding: 20px;
    display: flex;
    align-items: center;
    height: 500px;
}

.form-newsletter {
    width: 100%;
    max-width: 475px;

}

.title-newsletter {
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.title-newsletter h3 {
    font-size: 26px;
    font-family: 'FiraSans-Bold';
    text-transform: uppercase;
}

.title-newsletter p {
    margin-bottom: 0px;
}

.item-newlef {
    width: 50%;
    float: left;
}

.newsletter-input {
    position: relative;
    width: 70%;
    float: left;
    padding: 10px;
}

.wrap-newlef .newsletter-input {
    width: calc(50% - 5px);
    float: left;
}

.wrap-newlef .newsletter-input.rightip {
    float: right;
}

.newsletter-input input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    height: 42px;
    font-weight: 400;
    line-height: 1.5;
    color: #5c5c5c;
    background-color: #fff;
    border: none;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.newsletter-input input:focus {
    background-color: #fff;
    color: #5c5c5c;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #5c5c5c;
}

.newsletter-input input:-moz-placeholder {
    color: #5c5c5c;
}

.newsletter-input input::-moz-placeholder {
    color: #5c5c5c;
}

.newsletter-input input:-ms-input-placeholder {
    color: #5c5c5c;
}

.newsletter-input textarea {
    border: none;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    color: #5c5c5c;
    height: 75px;
}

.newsletter-input textarea:focus {
    background: #fff;
    color: #5c5c5c;
}

.newsletter-input textarea::-webkit-input-placeholder {
    color: #5c5c5c;
}

.newsletter-input textarea:-moz-placeholder {
    color: #5c5c5c;
}

.newsletter-input textarea::-moz-placeholder {
    color: #5c5c5c;
}

.newsletter-input textarea:-ms-input-placeholder {
    color: #5c5c5c;
}

.newsletter-button {
    text-align: center;
    display: inline-block;
    width: 30%;
    padding: 10px;
}

.content-submit {
    float: right;
    width: 30%;
    position: relative;
    padding-right: 65px;
}

.content-submit textarea {
    width: 100%;
    height: 95px;
    border: none;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #000;
    border-radius: 5px 0px 0px 5px;
}

.content-submit textarea:focus {}

.newsletter-button input[type=submit] {
    border: 0px;
    background-color: var(--color-red);
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-weight: 500;
    cursor: pointer;
    white-space: inherit;
    width: 100%;
    height: 45px;
    font-family: 'Muli-Bold';
    text-transform: uppercase;
    border-radius: 5px;
}

.newsletter-button input[type=submit]:hover {
    background: #991010;
    color: #fff;
}

.tchir {
    float: left;
    width: 50%;
    background: url(../images/img-data/bgright.png) no-repeat;
    background-size: cover;
    min-height: 508px;
    padding-top: 70px;
}

.content-tchir {
    width: 100%;
    max-width: 600px;
    position: relative;
    padding-left: 80px;
}

.content-tchir:before {
    position: absolute;
    left: 40px;
    width: 2px;
    height: 100%;
    background: #fff;
    content: '';
}

.item-tch {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    padding-left: 60px;
    font-family: 'SVNAvo';
    color: #fff;
    z-index: 1;
}

.item-tch p {
    margin-bottom: 0px;
}

.item-tch:before {
    position: absolute;
    left: -50px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.6);
    content: '';
    border-radius: 50%;
}

.item-tch:after {
    position: absolute;
    left: -45px;
    top: 14px;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    content: '';
    border-radius: 50%;
}

.item-tch img {
    position: absolute;
    left: 0;
    top: 10px;
}

.item-tch h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'SVNAvobold';
}

/* Footer */
#footer {
    color: #fff;
}

.wrap-fanpage {
    width: 100%;

}

.socicalfoo {
    margin-top: 20px;
}

.footer-article {
    background: url(../images/img-data/bg_footer.png) no-repeat;
    background-size: cover;
    padding: 45px 0px 0px 0px;
    position: relative;
}

.logofooter {
    width: 35%;
    float: left;
    padding-right: 10px;
}


.footer-news:nth-child(1) {
    width: 30%;
}

.footer-news:nth-child(2) {
    width: 15%;
}

.footer-news:nth-child(3) {
    width: 20%;
}

.footer-news:nth-child(4) {
    width: 25%;
}

.title-footer {
    /* text-transform: uppercase; */
    font-size: 40px;
    color: #fff;
    position: relative;
    font-family: 'FiraSans-Bold';
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Ephesis', cursive;
}

.title-footer:before {
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 50px;
    height: 1px;
    content: '';
    background: var(--color-main);
}

h3.companyname {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'UTMCooperBlack';
}

.title-leftfoo {
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;

    position: relative;
}

.mangxhfoo {
    margin-top: 20px;
}

.cont-foo p {
    margin-bottom: 5px;
}

.linefoo {
    border-bottom: 1px solid #4d7490;
    width: 100%;
    margin: 30px 0px;
}

.mapfooter {
    position: relative;

}

.mapfooter .wrap-content {
    position: relative;
}

.title-map {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 12;
}

.title-map ul li {
    display: inline-block;
    float: left;
    padding: 5px;
    list-style: none;

}

.title-map ul li a {
    display: inline-block;
    line-height: 45px;
    background: #fff;
    padding: 0px 30px;
    box-shadow: 3px 3px 5px #7c7c7c;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #333;
}

.showmap {
    position: relative;
    height: 400px;
    width: 100%;
}

.showmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.item-map {
    display: none;
}

.item-map.active {
    display: block;
}

.title-map ul li a.active {
    background: var(--color-main);
    color: #fff;
}

h3.name-company {
    font-family: avob;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--color-main);
    /* text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; */
    margin-bottom: 20px;
}

p.inf {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    padding-left: 29px;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

.regicter-support {
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 245px;
    float: right;
    height: 41px;
    position: relative;
    padding-left: 30px;
}

.regicter-support a {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    color: #003860;
    font-weight: 600;
    width: 100%;
}

.regicter-support a i {
    position: absolute;
    width: 60px;
    height: 41px;
    line-height: 41px;
    background: #006DBB;
    color: #fff;
    top: 0px;
    right: 0px;
    text-align: center;
}

.copyright {
    font-size: 14px;
    margin-bottom: 0px;
}

.regicter-support:hover {
    background: #004f88;
}

.regicter-support:hover a {
    color: #fff;
}

p.inf i {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}

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

.footer-ul li {
    margin-bottom: 3px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #fff;
    position: relative;
    font-family: 'Roboto-Regular';
}


.title-dly {
    background: #B2E7FF;
    color: var(--color-red);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.title-dly h5 {
    font-family: 'FiraSans-Bold';
    text-transform: uppercase;
    margin: 0px;
}

#mapfoo {
    width: 100%;
    display: inline-block;
    float: left;
    height: 400px;
}

#mapfoo iframe {
    width: 100%;
    height: 100%;
}

.footer-tags .wrap-content {
    padding: 30px 10px;
}

.label-tags {
    font-weight: 600;
    font-size: 15px;
}

.list-tags {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-tags li {
    float: left;
    /* margin: 0px 5px 5px 0px; */
}

.list-tags li a {
    color: #333;
    padding: 5px 10px;
}

.list-tags li a:hover {
    color: var(--color-red);
}

.footer-powered {
    padding: 15px 0px;
    color: #fff;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-powered .wrap-content {
    text-align: center;
}

.map-foo {
    color: #fff;
    text-decoration: none;
}

.map-foo a {
    color: #fff;
}

.online {
    background: url(../images/img-data/online.png) no-repeat;
    padding-left: 20px;
}

.week {
    background: url(../images/img-data/tuan.png) no-repeat;
    padding-left: 20px;
}

.total {
    background: url(../images/img-data/tong.png) no-repeat;
    padding-left: 20px;
}

.statistic {
    margin-bottom: 0px;
}

.statistic span {
    padding-right: 10px;
}

.statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 500px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: #00a1db;
    color: #fff;
    border-color: #00a1db;
}

/* Popup custom */
.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}
.menu-res{
    display:none
}
/* Scroll Top */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #858585;
    font-family: 'Muli-Regular';
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* 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);
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182FC;
    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 .zoomIn {
    animation-name: zoomIn;
}

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

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}

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

/* 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
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background: var(--color-red);
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 6vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 3.5vw;
    display: none;
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

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

.fixbar ul li {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #fff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px/2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.support-online .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(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: '\f00d';
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    display: flex !important;
    display: -ms-flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
}

.wcircle-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, .5);
    border: 1px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, .5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

}

@-webkit-keyframes shake-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

}

@-o-keyframes shake-anim {

    0%,
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

}

/*Combo gọi điện*/
#fix_phone {
    display: none;
    background: var(--color-main);
    position: fixed;
    bottom: 0;
    left: 0%;
    z-index: 1000;
    width: 100%;
    padding: 5px 0px;
}

#fix_phone>a {
    padding-top: 5px;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    text-align: center;
    transition: 0.4s;
}

#fix_phone>a i {
    display: block;
    margin: 0 auto;
    max-width: 25px;
}

#fix_phone>a i {
    color: #fff;
    font-size: 19px;
}

#fix_phone>a span {
    display: block;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

#fix_phone>a img {
    width: 40px;
    margin: auto;
    margin-bottom: 3px;
}

.zalobt {
    margin-top: -4px;
}




/* Menu */
.menu {
    background-color: #EE0E28;
    position: relative;
    z-index: 100;
    text-align: center;
    width: 100%;
}


.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}

.menu ul.menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu ul li {
    position: relative;
    z-index: 1;
}

.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-family: hel;
    color: #ffffff;
    padding: 12px 12px 11px 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.menu ul li a.active,
.menu ul li:hover>a {
    color: black;
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu ul li a.active:after {
    border-color: black;
}

.menu ul li:hover a:after {
    border-color: black;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    /* margin-top: -5px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; */
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}

.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.menu ul li ul li a {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
}

.menu ul li ul li a.has-child {
    margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu ul li ul li a.active {
    color: #ec2d3f;
}

.menu ul li ul li a.active.has-child:after {
    border-color: #ec2d3f;
}

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

.menu ul li ul li:hover>a {
    color: var(--color-main);
}

.menu ul li ul li:hover>a.has-child:after {
    border-color: #ec2d3f;
}

.menu ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}


.slider-main img {
    width: 100%;
}


a.btn-facebook {
    bottom: 140px;
}