@import url('css/fonts.css');
@import url('css/normalize.css');
@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans:300,400,500,600,700,800,900');

:root {
    --color-primary: #fc2d37;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --font-primary: 'Montserrat', sans-serif;
    --font-utmavobold: 'UTMAvo Bold', sans-serif;
    --font-glober: 'GloberBoldFree', sans-serif;
    --font-lato: 'Lato', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    --font-encode: 'Encode Sans', sans-serif;
    --border-bottom: 4px solid #fabd02;
    --border-bottom-transparent: 4px solid transparent;
    --bg-menu: #c32c2c;
    --bg-menu-list: #9d1c1c;
    --bg-menu-cate: #FFAC2A;
    --bg-processbar-bold: #ff0101;
    --bg-processbar-regular: #f99090;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
 overflow-x: hidden;
    background: #FFF;
}
.overhiden{
    overflow-x: hidden;
}
ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

strong,
b {
    /* font-family: var(--font-utmavobold); */
}

h1.hidden {
    font-size: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999999px;
}

.container {
    max-width: 1212px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 6px;
}

#full-wrapper {
    width: 100%;
    margin: 0 auto;
}

.row {
    width: calc(100% + 30px);
    margin: 0px -15px;
}

.item {
    padding: 0px 15px;
}

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

.item1 {
    padding: 0px 5px;
}

.row2 {
    width: calc(100% + 40px);
    margin: 0px -20px;
}

.item2 {
    padding: 0px 20px;
}

.row3 {
    width: calc(100% + 30px);
    margin: 0px -15px;
}

.item3 {
    padding: 0px 15px;
}

.row7 {
    width: calc(100% + 70px);
    margin: 0px -35px;
}

.item7 {
    padding: 0px 35px;
}

.row4 {
    width: calc(100% + 20px);
    margin: 0px -10px;
}

.item4 {
    padding: 0px 4px;
}

.row26 {
    width: calc(100% + 10px);
/*    margin: 0px -13px;*/
}

.item26 {
    padding: 0px 10px 5px 0px;
}

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

.flex-between {
    justify-content: space-between;
}

.flex-around {
    justify-content: space-around;
}

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

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

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

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

.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1001;
    background: #e5e5e5;
}

/*Header page*/
.header-page {
    width: 100%;
}

.padding-logo {
    padding-left: 120px;
}

.header-bottom-page {
}

.header-page.relative {
    position: relative !important;
    z-index: 12;
}

.header-page .cl-6 {
    width: calc(100% / 12 * 6);
}

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

.header-logo .logo-left {
    width: 274px;
    transition: all 0.6s;
}

.fixed .header-logo .logo-left {
    margin-top: 0px;
}

.header-logo .logo-left a,
.header-logo .logo-left img {
    display: block;
}

.header-logo .logo-left img {
    max-width: 100%;
    display: block;
}

.header-logo .logo-right {
    width: 680px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

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

.menu-header div a {
    text-transform: uppercase;
    color: var(--color-primary);
    display: inline-block;
    margin-right: 40px;
    margin-top: 10px;
}

.header-top-page {
    background: #282828;
}

.header-top-page * {
    color: #FFF;
    font-family: 'SFUFuturaBook';
}

.header-top-page a {
    display: inline-block;
}

.header-top-page img {
    display: inline-block;
    float: left;
    line-height: 22px;
    margin-right: 4px;
    margin-top: 2px;
    transition: all 0.6s;
}

.header-top-page a:hover img {
    transform: scale(1.1)
}

.header-top-page .cl-4:nth-child(1) p {
    padding: 3px 15px 0px;
    background: #424242;
}

.header-top-page .cl-4:nth-child(1) p a:last-child img {
    margin-right: 0px;
}

.header-top-page .bold-hotline {
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-utmavobold);
}

.header-top-page p.clock a {
    margin-left: 20px;
}

.search-layout {
    width: 418px;
    padding: 15px 0px;
}

.cart-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    min-width: 180px;
    align-items: center;
}
.cart.cursor-pointer:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
    transition: 0.2s;
    border-color: #fc2d37;
}

.fixed-cart {
    position: fixed;
    top: 65px;
    background: #FFF;
    right: 0px;
    z-index: 10001;
}

.cart {
    position: relative;
    width: 100%;
    border: 2px solid #f0f0f0;
    display: flex;
    justify-content: flex-start;
}

.cart > div:nth-child(1) {
    display: flex;
    width: 45px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #f0f0f0;
    position: relative;
}

#view-cart {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    background: var(--color-primary);
    color: #FFF;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.cart > div:nth-child(2) {
    display: flex;
    width: calc(100% - 45px);
    height: 40px;
    align-items: center;
    padding: 0px 10px;
    font-family: 'Bai Jamjuree';
}

#total-price {
    color: #FF0000;
}

.cart > span {
    background: var(--bg-menu);
    color: #FFF;
    right: 0px;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    padding-top: 1px;
    padding-left: 1px;
}

.lang {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
}

.lang img {
    max-width: 100%;
    display: block;
    margin: 1px 0px;
}

#frm-search {
    width: 100%;
    border: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    border-radius: 10px;
    background: #FFF;
    border: 2px solid #f0f0f0;
}

#frm-search span {
    position: absolute;
    left: 65px;
    color: #ccc;
    line-height: 43px;
}

.search-select {
    width: 55px;
    border: 0px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 43px;
}

.menu-head-page {
    background: #da251b;
}

#header-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

#header-menu .list-menu {
    width: 250px;
    position: relative;
}

.menu-posi {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #F3F3F3;
    width: 100%;
    min-height: 394px;
}

.menu-posi ul {
    list-style: none;
    width: 100%;
    background: #F3F3F3;
}

.menu-posi ul li {
    width: 100%;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #dadada;
    position: relative;
    padding-right: 15px;
}

.menu-posi ul ul {
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 2;
    display: none;
}

.menu-posi ul li:hover ul {
    display: block;
}

.menu-posi ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    background: url('images/icon-arrow-menu.png') no-repeat right center;
}

.menu-posi ul li:hover {
    background: var(--bg-menu-cate);
}

.menu-posi ul li:hover>a {
    color: #FFF;
}

.menu-style {
    width: 100%;
    display: flex;
    height: 50px;
    margin-top: -5px;
    background: var(--bg-menu-cate);
    justify-content: space-between;
}

.menu-style span:nth-child(1) {
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 15px;
    color: #FFF;
    font-size: 15px;
}

.menu-style span:nth-child(2) {
    background: var(--bg-menu-list);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    cursor: pointer;
}

#header-menu .menu-box {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 278px);
}

#header-menu .menu-box ul.one {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#header-menu .menu-box ul.one > li {
    position: relative;
}
    #header-menu .menu-box ul.one > li:hover {
    background: black;
    transition: 0.3s;
   }

#header-menu .menu-box ul.one > li > a {
    color: #FFF;
    font-family: 'Bai Jamjuree';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px;
    padding: 0px 20px;
}

#header-menu .menu-box ul.one > li:hover ul.two {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

#header-menu .menu-box ul.two {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 250px;
    background: #FFF;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 99999;
    box-shadow: 10px 10px 20px #d9d9d9;
}

#header-menu .menu-box ul.two li {
    font-size: 13px;
    text-transform: none;
    padding: 0px 10px 0px;
    position: relative;
}

#header-menu .menu-box ul.two li a {
    color: #333;
    display: block;
    padding: 3px 0px;
    line-height: 30px;
    margin-top: 0;
}

#header-menu .menu-box ul.two li:last-child a {
    border-bottom: 0px solid var(--color-primary);
}

#header-menu .menu-box ul.two>li:hover,
#header-menu .menu-box ul.two>li > ul.three>li:hover,
#header-menu .menu-box ul.two>li > ul.three>li > ul.four>li:hover {
    background: #c32c2c;
}

#header-menu .menu-box ul.two>li:hover>a,
#header-menu .menu-box ul.two>li>ul.three>li:hover>a,
#header-menu .menu-box ul.two>li>ul.three>li>ul.four>li:hover>a {
    color: #FFF;
}

#header-menu .menu-box ul.three {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 220px;
    background: #FFF;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 10px 10px 20px #d9d9d9;
}

#header-menu .menu-box ul.three.right {
    left: -100%;
    box-shadow: -10px 10px 20px #d9d9d9;
}

#header-menu .menu-box  ul.one>li >ul.two>li:hover>ul.three {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

#header-menu .menu-box ul.four {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 220px;
    background: #FFF;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 10px 10px 20px #d9d9d9;
}

#header-menu .menu-box ul.four.right {
    left: -100%;
    box-shadow: -10px 10px 20px #d9d9d9;
}

#header-menu .menu-box  ul.one>li >ul.two>li>ul.three>li:hover>ul.four {
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.search {
    width: 0px;
    height: 35px;
    position: absolute;
    right: 35px;
    background: var(--color-primary);
    border-radius: 50px;
}

.search-click {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: var(--color-primary);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: var(--color-white);
}

.button-search {
    width: 40px;
    height: 38px;
    text-align: center;
    line-height: 35px;
    background: var(--color-primary);
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: -2px;
    top: -2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-control {
    display: block;
    width: 100%;
    height: 34px;
    background: transparent;
    outline: none;
    border: none;
    padding: 0px 10px;
}

.input-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 14px;
}

.input-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 14px;
}

.input-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 14px;
}

.input-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 14px;
}

.input-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 14px;
}

.input-search {
    width: calc(100% - 38px);
    padding: 0px 10px 0px 10px;
}

.search-layout {
    position: relative;
}

.ac_results {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    max-height: 200px;
    background: #FFF;
    overflow: auto;
    z-index: 99;
}

/* width */
.ac_results::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.ac_results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

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

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

.ac_results ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    font-family: 'SFUFuturaBook';
}

.ac_results ul li:nth-child(even) {
    background: #f6f6f6;
}

.ac_results ul li .ac_img {
    width: 40px;
}

.ac_results ul li .ac_img img {
    display: block;
}

.ac_results ul li .ac_desc {
    width: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ac_results ul li .ac_desc .ac_name a {
    font-size: 13px;
    color: #333333;
}

.ac_results ul li .ac_desc .ac_name span {
    font-weight: 700;
    color: #d90000;
}

.ac_results ul li .ac_desc .ac_price a {
    font-size: 14px;
    color: #FF0000;
}

.ac_results ul li:hover {
    background: var(--color-primary);
}

.ac_results ul li:hover .ac_desc .ac_price a,
.ac_results ul li:hover .ac_desc .ac_name a {
    color: #FFF;
}

/*Slider*/
.slider-page {
    overflow: hidden;
}

.slider {
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 235px;
}

.slider-right {
    flex: 2 1 auto;
    overflow: hidden;
    max-width: 840px;
}

.slider-left {
    flex: 1 1 auto;
    margin-left: 10px;
    max-width: 350px;
}

.slider-right img,
.slider-left img {
    max-width: 100%;
    display: block;
}

.slider-left a {
    display: block;
}

/*about*/
.about-page {
    padding: 35px 0px 35px;
    position: relative;
}

.left-about {
    font-family: var(--font-encode);
    font-weight: 900;
    color: #eaeaea;
    font-size: 48px;
    position: absolute;
    left: -100px;
    text-transform: uppercase;
    top: 138px;
    transform: rotate(90deg);
}

.about .t {
    width: calc(100% / 2);
}

.about .t img {
    display: block;
    max-width: 100%;
}

.about .t {
    color: var(--color-black);
    font-family: var(--font-roboto);
    text-align: left;
    margin: 0 auto;
}

.about .t h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    font-family: var(--font-encode);
    margin-bottom: 10px;
}

.about .t p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about .t p a {
    display: inline-block;
    border-radius: 60px;
    color: #FFF;
    border: none;
    text-transform: none;
    font-size: 14px;
    background: var(--color-primary);
}

.visao .item3 {
    width: calc(100% / 4);
}

.visao .img {
    width: 75px;
    display: flex;
    height: 75px;
    align-items: center;
    background: #FFF;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    justify-content: center;
}

.visao .img:hover {
    box-shadow: 0 0rem 0.4rem rgb(0 0 0 / 17%);
    transition: 0.2s;
    background: #71d9ff;
}

.visao .t {
    width: calc(100% - 85px);
}

.visao .t h3 a {
    color: #333;
    font-family: 'Bai Jamjuree';
    text-transform: uppercase;
    font-size: 14px;
}

/*Product - Menu*/
.product-index .item3 {
    width: calc(100% / 3);
}

.box-sp-index {
    width: 100%;
    height: 100%;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    min-height: 200px;
    overflow: hidden;
}

.product-index .item3:nth-child(1) .box-sp-index {
    border: 2px solid #e6e6e6;
}

.box-sp-index h2 {
    width: calc(100%);
    padding: 5px 25px;
    font-family: 'Bai Jamjuree';
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
}

.box-sp-index h2.bg {
    background: #fafafa;
}

.desc-product .slick-prev {
    left: auto;
    right: 40px;
    background: url('images/D9BBDD06.png') no-repeat center;
}

.desc-product .slick-next {
    right: 10px;
    background: url('images/D9BBDD05.png') no-repeat center;
}

.desc-product .slick-prev,
.desc-product .slick-next {
    top: -55px;
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.product-page {
    padding: 30px 0px 0px;
}

.product {
}

.product .x-border {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 6%);
}
.product .x-border:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    transition: 0.2s;
    border-color: #fc2d37;
   }
}

#desc-product {
    background: #F7F7F7;
}

.product-desc {
    width: 530px;
}

.product-desc p {
    line-height: 25px;
    margin-bottom: 10px;
}

.product-photo {
    width: 540px;
}

.product-photo img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.product .cl-3 {
    width: calc(100% / 4);
}

.product .cl-4 {
    width: calc(100% / 4);
}

.product .cl-5 {
    width: calc(100% / 5);
}

.bg-promotion {
    background: #e5e5e5;
}

.lix {
    grid-area: lix;
    background: #FFF;
}

.box-shadow-product {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.product .item:hover .box {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.product .item {
    margin-bottom: 30px;
}

.product .box.border-out {
    border: 1px solid #eeeeee;
}

.product .img {
    width: 100%;
    background: #FFF;
    transition: all 0.6s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.img-hv {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.hover-img:hover .img-hv {
    opacity: 1 !important;
    z-index: 2
}

.product .img .x-post {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    transform: translateY(100px);
    transition: all 0.6s;
    z-index: 10;
}

.product .x-border .img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    top: 0px;
    opacity: 0;
    transition: all 0.6s;
}

.product .x-border:hover .img .x-post {
    transform: translateY(0px);
}

.product .x-border:hover .img:after {
    opacity: 1;
}

.product .x-border .desc {
    border-top: 1px solid #e9e9e9;
}

.product-row .img {
    width: 170px;
}

.product-row .box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0f0f0;
}

.product-row .box:last-child {
    border-bottom: 0px solid #F0f0f0;
}

.product .img .dathang {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 5px 15px;
    color: #333;
    border: 1px solid rgba(254, 207, 5, 1);
    background: rgba(254, 207, 5, 0.6);
    cursor: pointer;
    opacity: 0;
    transition: all 0.6s;
}

.product .img:hover .dathang {
    opacity: 1;
    background: rgba(254, 207, 5, 1);
}

.product .img a img {
    display: block;
    transition: all ease-in 0.2s;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
}

.product .box:hover img {
    transform: scale(1.05);
}

.product .desc {
    width: 100%;
}

.product-row .desc {
    width: calc(100% - 170px - 10px);
}

.product .desc h3:hover a {
    color: var(--color-primary);
}

.product .desc .info p span {
    display: inline;
    margin: 3px 5px 10px 0px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
}

.product-row .desc .info p span {
    width: 100%;
    margin: 0px 0px;
}

.product .desc.time {
    padding: 8px 8px 30px;
    height: 125px;
}

.block-status-deal {
    padding-right: 35px;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.block-status-deal .text-status {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 11px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-right: 35px;
    display: block;
    z-index: 3;
}

.block-status-deal .percent-used {
    position: absolute;
    right: 0px;
    top: -2px;
    font-size: 13px;
    color: #c32c2c;
}

.block-status-deal .status-deal-bar {
    height: 6px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: var(--bg-processbar-regular);
    float: left;
    margin-top: 4px;
    position: relative;
}

.block-status-deal .status-deal-bar {
    height: 14px;
    border-radius: 7px;
    margin: 0;
}

.block-status-deal .line-percent-used {
    display: inline-block;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    background: var(--bg-processbar-bold);
    position: absolute;
    z-index: 2;
}

.block-status-deal .line-percent-used {
    height: 14px;
    border-radius: 7px;
}

.product .desc h3 {
    display: block;
    padding: 8px 5px 0px 5px;
    text-align: center;
    line-height: 16px;
    height: 44px;
    overflow: hidden;
}

.product .desc h3 a {
/*    text-align: center;*/
    font-family: 'Montserrat';
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.product-row .desc h3 {
    text-align: left;
    line-height: 18px;
    padding: 0px;
}

.product-row .desc h3 a {
    font-size: 14px;
}

.product .desc p {
    font-size: 15px;
    color: var(--color-black);
}

.product .desc p .price {
    color: var(--color-primary);
    font-family: 'SFUFuturaBold';
}

.price-old {
    text-decoration: line-through;
    color: #989898;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.product-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.product-actions > div {
    display: flex;
    justify-content: center;
}

.product-actions > div > button {
    height: 40px;
    width: auto;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    background: #22232b;
    color: #ffffff;
    border-radius: 5px;
    outline: 0 !important;
    border: none;
}

.product-actions > div > button.btnQuickView {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 0px 20px;
    background: #00b0f0;
    text-transform: uppercase;
}

.product-actions > div > button.btnAddToCart {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: var(--color-primary);
    width: 40px;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    width: 1.125em;
    overflow: visible;
    vertical-align: -.125em;
}

.fixed-dathang {
    position: fixed;
    right: -45px;
    display: inline-block;
    padding: 10px 20px;
    top: 40%;
    color: #FFF;
    background: #d90;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-family: var(--font-lato);
    font-size: 20px;
    cursor: pointer;
}

.sales {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: #d90000;
    padding: 1px 4px 1px 17px;
    font-size: 12px;
    border-radius: 2px;
    color: #FFF;
    z-index: 9;
}

.sales:after {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 12px;
    margin-top: -12px;
}

.product-content-wrapper .product-size-hotline .product-hotline {
    margin-bottom: 20px;
}

.product-content-wrapper .product-size-hotline .product-hotline > a {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #d61c1f;
    font-size: 25px;
}

.product-content-wrapper .product-size-hotline .product-hotline > span {
}

.product-content-wrapper .product-size-hotline .product-policy p {
    margin: 10px 0;
    color: #26BB4E;
}

.product-content-wrapper .product-size-hotline .product-policy ul {
    margin: 0;
    margin-top: 10px;
}

.no-bullets {
    list-style: none outside;
    margin-left: 0;
}

.product-content-wrapper .product-size-hotline .product-policy ul li {
    display: flex;
}

.product-content-wrapper .product-size-hotline .product-policy ul li .icon {
    display: inline-block;
    margin-right: 5px;
}

.product-content-wrapper .product-size-hotline span {
    color: #333333;
}

.product-content-wrapper .product-size-hotline span.small {
    color: #666666 !important;
    margin-left: 5px;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    margin-left: 5px;
}

.product-content-wrapper .product-size-hotline .product-hotline > span.mex {
    margin-left: 0;
    color: #26BB4E;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.title-id {
    width: 100%;
    position: relative;
    text-align: center;
}

.title-id:after {
    width: 100%;
    height: 5px;
    background: #f3f3f3;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    content: '';
    left: 0px;
}

.title-c {
    display: inline-block;
    padding: 30px 50px;
    background: #f3f3f3;
    position: relative;
    z-index: 1;
    border-radius: 12px;
}

.title-c h4 {
    color: #FF0000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

.title-c h5 {
    color: #313030;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Bai Jamjuree';
    font-weight: 700;
    position: relative;
}

.title-c h5:after,
.title-c h5:before {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    bottom: 15px;
    border-radius: 50%;
    background: var(--color-primary);
}

.title-c h5:before {
    left: -20px;
}

.title-c h5:after {
    right: -20px;
}

.box-pageindex .img-adv {
    width: 448px;
    overflow: hidden;
}
.box-pageindex .img-adv:hover {
    box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 15%);
    transition: 0.2s;
    border: 1px solid red;
    border-radius: 10px;
}

.box-pageindex .img-adv:hover img {
    transform: scale(1.1)
}

.box-pageindex .img-adv img {
    max-width: 100%;
    transition: all 0.6s;
}

.box-pageindex .product-adv {
    width: calc(100% - 448px);
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

/*Product - detail*/
.title-left {
    text-align: left;
    border-left: 4px solid #e10000;
}

.title-left h2 {
    font-size: 15px;
    color: #3b3b3b;
    position: relative;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 22px;
}

.menu-dm {
    width: 278px;
    background: #282828;
    position: relative;
}

.menu-dm h4 {
    display: block;
    line-height: 50px;
    padding: 0px 10px;
    font-family: 'Bai Jamjuree';
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.menu-dm h4 span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FFF;
    right: 10px;
    top: 50%;
}

.menu-dm h4 span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #FFF;
    right: 0px;
    top: -4px;
}

.menu-dm h4 span:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #FFF;
    right: 0px;
    bottom: -4px;
}

.menu-dm:hover .menu_nav {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

.menu-dm .menu_nav {
    background: #F7F7F7;
    padding: 0px 10px;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.6s;
}

.menu-dm .menu_nav .dm_sp li a {
    padding: 10px 0px;
    display: block;
    color: #333;
    position: relative;
    font-weight: 500;
}

.menu-dm .menu_nav .dm_sp > li > a:after {
    position: absolute;
    right: 0px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #333;
}

.menu-dm .menu_nav .dm_sp li {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.menu-dm .menu_nav .dm_sp li:nth-child(1) {
    border-top: 0px;
}

.menu-dm .menu_nav .dm_sp li:last-child {
    border-bottom: 0px;
}

.menu-dm .menu_nav .dm_sp li ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    background: #f7f7f7;
    padding: 0px 10px;
    opacity: 0;
    margin-top: 20px;
    visibility: hidden;
    transition: all 0.6s;
    z-index: 99991;
}

.menu-dm .menu_nav .dm_sp > li:hover > ul,
.menu-dm .menu_nav .dm_sp > li > ul > li:hover > ul {
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
}

.menu-dm .menu_nav .dm_sp li:hover > a {
    color: #ff0000;
    font-weight: bold;
    font-size: 17px;
    transition: 0.2s;
}

.box-product-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
}

.box-product-item:last-child {
    border-bottom: 1px solid #FFF;
}

.box-product-item .img {
    width: 80px;
}

.box-product-item .img img {
    max-width: 100%;
    display: block;
}

.box-product-item .desc {
    width: calc(100% - 90px);
}

.box-product-item .desc h5 a {
    color: #333;
    font-size: 12px;
}

.box-product-item .desc p {
    font-size: 13px;
}

.box-product-item .desc p .price {
    color: #FF0000;
    font-weight: 500;
}

.images_galley {
    max-width: 500px !important;
    margin: 0 auto;
    text-align: center;
}

.images_list {
    max-width: 500px !important;
    margin: 0 auto;
    padding: 10px 30px;
}

.popup .images_list {
    padding: 10px 30px;
}

.detail-img {
}

.detail-img a {
    display: block;
    max-width: 100%;
    border: 1px solid #f1f1f1 !important;
    padding: 5px;
}

.detail-img img {
    display: block;
    max-width: 100%;
}

.detail-img a {
    display: block;
}

.detail-left {
    width: calc(100% - 460px);
}

.detail-right {
    width: 440px;
}

.detail-left.popup {
    width: 40%;
}

.detail-right.popup {
    width: 58%;
}

.product-list-detail {
    background: #FFF;
    position: sticky;
    top: 90px;
}

.popup .product-list-detail {
    padding: 0px;
}

.product-list-detail li {
    margin-bottom: 10px;
}

.product-list-detail li:last-child {
    margin-bottom: 0px;
}

.product-list-detail li h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    line-height: 30px;
    font-family: 'Bai Jamjuree';
    color: var(--color-primary);
    position: relative;
}

.product-list-detail li h1 span {
    font-size: 13px;
    font-family: 'SFUFuturaBook';
}

.info-x {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #CCC;
    line-height: 13px;
    font-size: 14px;
}

.info-x:last-child {
    padding-right: 0px;
    border-right: 0px solid #CCC;
}

.price-detail .price {
    font-size: 26px;
    color: #FF0000;
    font-weight: 700;
}

.w-label {
    width: 86px;
    display: inline-block;
    font-weight: 700;
    font-family: 'SFUFuturaBold';
}

span.properties {
    display: inline-block;
    padding: 3px 5px 5px;
    border: 1px solid #CCC;
    margin-right: 5px;
    margin-bottom: 3px;
    font-size: 13px;
    cursor: pointer;
}

span.properties img {
    display: block;
}

span.properties:hover,
span.properties.active {
    border: 1px solid #aa1c21;
    color: #aa1c21;
}

.masp {
    display: inline-block;
    padding: 1px 5px;
    color: var(--color-white);
    background: var(--color-primary);
}

.title-numb {
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 400;
}

.contain_number_giohang {
    display: inline-block;
    float: left;
}

.minus_giohang {
    display: inline-block;
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #cccccc;
    border-right: none;
    line-height: 28px;
    text-align: center;
    background: #ececec;
    color: #333;
    font-weight: 300;
    font-size: 20px;
}

.plus_giohang {
    display: inline-block;
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #cccccc;
    border-left: none;
    line-height: 28px;
    text-align: center;
    background: #ececec;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

.number_giohang {
    display: inline-block;
    float: left;
    text-align: center;
    height: 28px;
    outline: none;
    line-height: 28px;
    width: 40px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    border-left: 0px;
    border-right: 0px;
}

.button-detail .detail-button-buy {
    border: 1px solid #0783ff;
    background: #0783ff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'RobotoBold';
    cursor: pointer;
}

.button-detail .detail-button-buy-cart {
    border: 1px solid #f57224;
    background: #f57224;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'RobotoBold';
    cursor: pointer;
}

.detail-bd .fb-comments,
.detail-bd .fb-comments span,
.detail-bd .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

h4.detail-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-primary);
    font-weight: 400;
}

.tabs-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    background: #FFF;
    border-bottom: 1px solid #DDD;
}

.tabs-detail li {
    float: left;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.tabs-detail li span {
    display: block;
    padding: 0px 30px;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    background: #F0F0F0;
    line-height: 42px;
    transition: all 0.6s;
}

.tabs-detail li.active {
    background: #F0F0F0;
}

.tabs-detail li.active span,
.tabs-detail li:hover span {
    color: #FFF;
    background: #505050;
}

.tabs-content {
    width: 100%;
    float: left;
    display: none;
    background: #FFF;
}

.detail-bd {
    line-height: 24px;
}

.detail-bd ul {
    list-style: initial;
    padding-left: 30px;
}

.detail-bd ul.tags {
    list-style: none;
}

.detail-bd ul.tags li {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #c5c2c2
}

.detail-bd ul.tags li a {
    color: #333;
    font-family: var(--font-roboto);
}

.detail-bd ul.tags li:hover {
    border: 1px solid var(--color-primary);
}

.detail-bd ul.tags li:hover a {
    color: var(--color-primary);
}

.detail-bd table {
    width: 100% !important;
    empty-cells: show;
    border: 1px solid #ddd !important;
    margin: 18px 0px 0px 0px !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.detail-bd table td,
.detail-bd table th {
    background-color: transparent;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 8px 18px 7px 18px;
    font-weight: 400;
}

/*Gallery*/
.gallery-page {
}

.grid-gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "a1 a1 a4 a5 a5" "a2 a3 a4 a5 a5";
}

.item-grid {
    background: #333;
}

.grid-gallery .item-grid:nth-child(1) {
    grid-area: a1;
}

.grid-gallery .item-grid:nth-child(2) {
    grid-area: a2;
}

.grid-gallery .item-grid:nth-child(3) {
    grid-area: a3;
}

.grid-gallery .item-grid:nth-child(4) {
    grid-area: a4;
    height: calc(175px * 2 + 10px);
}

.grid-gallery .item-grid:nth-child(5) {
    grid-area: a5;
    height: calc(175px * 2 + 10px);
}

.grid-gallery .item-grid img {
    display: block;
    max-width: 100%;
    transition: all 0.6s;
}

.grid-gallery .item-grid .img {
    overflow: hidden;
    position: relative;
}

.grid-gallery .item-grid .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.6s;
}

.grid-gallery .item-grid:hover .desc {
    opacity: 1;
}

.grid-gallery .item-grid .desc h4 a {
    color: #FFF;
    font-size: 15px;
    text-transform: none;
    line-height: 30px;
}

.grid-gallery .item-grid:hover img {
    transform: scale(1.05);
    filter: blur(2px);
}

.grid-gallery-in {
    display: grid;
    grid-gap: 27px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-gallery-in .item-grid img {
    display: block;
    max-width: 100%;
    transition: all 0.6s;
}

.grid-gallery-in .item-grid .img {
    overflow: hidden;
}

.grid-gallery-in .item-grid:hover img {
    transform: scale(1.05);
    filter: blur(2px);
}

/*Adv*/
.adv-page {
    margin-top: 40px;
    margin-bottom: 40px;
}
.visao.row3.ds-flex.flex-wrap.flex-between{padding: 20px 0px;}

.adv-page .img {
    width: calc(100% / 3);
    overflow: hidden;
}

.adv-page .img:hover img {
    transform: scale(1.1);
}

.adv-page img {
    display: block;
    max-width: 100%;
    width: 100%;
    transition: all 0.6s;
}

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

/*News*/
.news-page {
    padding: 0px 0px 20px;
    background: #f5f5f5;
}

.news-page .cl-45 {
    width: 460px;
}

.news-page .cl-75 {
    width: calc(100% - 460px);
}

.box-news {
    overflow: hidden;
    height: 450px;
}

.box-news .i {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-news .img {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    transition: all 0.6s;
}

.box-news .img img {
    display: block;
    transition: all 0.6s;
    max-width: 100%;
    border-radius: 10px;
}

.box-news .desc {
    width: 100%;
    transition: all 0.6s;
    margin-top: 10px;
}

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

.t-news > div {
    width: 66px;
    height: 62px;
    border: 1px solid #000;
    color: var(--color-primary);
    margin-right: 10px;
    text-align: center;
    padding: 5px;
    font-family: 'SFUFuturaHeavy';
    border-radius: 10px;
}

.t-news > div span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
}

.t-news > div span:nth-child(2) {
    font-size: 14px;
}

.box-news .i:hover .img {
}

.box-news .i:hover .desc {
}

.box-news .desc p {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Montserrat';
}

.box-news .desc p a {
    display: inline-block;
    padding: 3px 10px;
    background: #00b0f0;
    color: #FFF;
    border-radius: 4px;
}

.box-news .desc p span.author {
    text-transform: uppercase;
    color: #A90000;
}

.box-news .desc span.time {
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    text-align: center;
    padding: 9px 5px;
    font-family: 'OpenSansRegular';
    background: #cc181e;
    font-weight: 300;
}

.box-news .desc h3 {
    position: relative;
    line-height: 1.2;
}

.box-news .desc h3 a {
    color: var(--color-black);
    font-size: 15px;
    font-family: 'Bai Jamjuree';
    line-height: 20px;
    font-weight: 500;
}

.box-news .i:hover .desc h3 a {
    color: #cc181e;
}

.box-news:hover .desc span.time {
    background: #000000;
}

.v-top {
    position: relative;
}

.v-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.v-top img {
    display: block;
    max-width: 100%;
}

.v-bottom {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.v-bottom img {
    display: block;
    max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 69%;
    padding-top: 68px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*partner*/
.box-doitac-item {
    border: 1px solid #d0d0d0;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-doitac-item img {
    display: block;
    margin: 0 auto;
    max-height: 235px;
}

.partner-page {
    padding: 20px 0px;
}

.partner-page .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border: 2px solid #CCC;
    border-radius: 50%;
/*    background: #FFF;*/
    width: 130px;
    height: 130px;
    padding: 10px;
}

#partnerSlick .slick-slide.slick-current img,
#partnerSlick .slick-slide:hover img {
    border: 2px solid var(--color-primary) !important;
}

.partner-page .desc h3 {
    display: block;
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
}

.partner-page .desc h3 a {
    color: #333;
}

#partnerSlick .slick-slide.slick-current a,
#partnerSlick .slick-slide:hover a {
    color: var(--color-primary);
}

/*Mail*/
.mail-page {
    background: #e4e4e4;
    padding: 20px 0px;
}

.mail {
    background: rgba(252, 45, 55, 0.5);
    padding: 25px 0px;
    margin-top: 20px;
}

.box-mail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-mail .i:first-child {
    width: 50%;
}

.box-mail .i:nth-child(2) {
    width: 50%;
}

.box-mail .i span {
    text-transform: uppercase;
    color: #FFF;
    font-family: 'SFUFuturaHeavy';
}

#nhanemail {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
    width: 414px;
}

.text-mail {
    width: calc(100% - 95px);
    border: 1px solid #e5e5e5;
    padding: 6px 10px;
}

.btn-mail {
    width: 95px;
    border: none;
    padding: 6px 10px;
    background: #fc2d39;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}

.box-mail .i:nth-child(3) {
    width: 180px;
}

.box-mail .i:first-child p:first-child {
    width: 62px;
}

.box-mail .i:first-child p:last-child {
    font-size: 16px;
    font-family: var(--font-glober);
    font-weight: 400;
    display: inline-block;
    text-align: left;
    width: calc(100% - 115px);
}

.box-mail .i:first-child p span:first-child {
    display: block;
    font-size: 17px;
    font-family: var(--font-roboto);
    font-weight: 700;
}

.box-mail .i:first-child p span:last-child {
    display: block;
    font-size: 13px;
    font-family: var(--font-roboto);
}

.box-mail .i a {
    vertical-align: middle;
}

.box-mail .i a img {
    vertical-align: middle;
}

/*Policy*/
.policy-page {
    background: #212121;
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-policy {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.policy-item {
    width: calc(100% / 3 - 20px);
    border: 2px solid #ff5151;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.policy-item .img {
    width: 68px;
    height: 68px;
    background: #ff5151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-item .desc {
    width: calc(100% - 88px);
}

.policy-item .desc h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #ff5151;
}

.policy-item .desc p {
    color: #FFF;
}

.policy-item:hover {
    border: 2px solid #C32C2C;
}

.policy-item:hover .img {
    background: #C32C2C;
}

.policy-item:hover .desc h3 {
    color: #C32C2C;
}

/*Footer*/
.footer-page {
    background: #353535;
    padding: 30px 0px;
    font-family: 'Bai Jamjuree';
    font-weight: 300;
}

.footerindex {
}

.i-footer:nth-child(1) {
    width: 460px;
}

.i-footer:nth-child(2) {
    width: 206px;
}

.i-footer:nth-child(3) {
    width: 206px;
}

.i-footer:nth-child(4) {
    width: 206px;
}

.i-footer iframe {
    width: 100% !important;
    height: 230px !important;
}

.i-footer h3,
.i-footer p {
    color: #FFF;
    font-family: var(--font-roboto);
    font-size: 14px;
}

.i-footer p {
    padding: 0px 0px 10px;
}

.i-footer h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.i-footer h3 span {
    color: var(--color-primary);
}

.i-footer h6,
.ii-footer h6 {
    color: #FFF;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-family: 'Bai Jamjuree';
}

.list-footer li {
    margin: 5px 0px;
    font-size: 13px;
    position: relative;
}

.list-footer li a {
    color: #FFF;
    font-size: 14px;
    padding-left: 13px;
    background: url('images/7826E2A9.png') no-repeat left center
}

.tags-footer {
    display: flex;
    flex-wrap: wrap;
}

.tags-footer li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    position: relative;
}

.tags-footer li:after {
    content: '';
    width: 1px;
    height: 60%;
    right: -0.5px;
    background: #FFF;
    top: 20%;
    content: '';
    position: absolute;
}

.tags-footer li a {
    color: #FFF;
}

.copy-border {
    font-size: 13px;
}

.copy-page {
    background: #111111;
    position: relative;
}

.content-copy {
    padding-left: 100px;
    position: relative;
    padding: 20px 0px 10px;
}

.top-page {
    width: 70px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.top-page span {
    position: relative;
    z-index: 1;
    font-size: 30px;
}

.copy {
    color: #FFF;
    font-size: 12px;
}

.copy span,
.copy a {
    color: var(--color-white);
}

.copy img {
    max-width: 100%;
    display: block;
}

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

.left-page {
    width: 250px;
}

.right-page {
    width: calc(100% - 270px);
}

/*Map*/
#map-footer iframe {
    display: block;
    width: 100% !important;
    height: 400px !important;
}

/*Title*/
.title {
    position: relative;
    text-align: center;
    margin: 30px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.title h3,
.title h2,
.title h1 {
    font-size: 26px;
    color: var(--color-primary);
    position: relative;
    font-weight: 700;
    display: inline-block;
    line-height: 40px;
    font-family: 'Bai Jamjuree';
    min-width: 300px;
    text-align: left;
    text-transform: uppercase;
}

.title h3.cl {
    color: var(--color-primary);
}

.title h1.fz {
    font-size: 17px;
    text-align: left;
    width: 100%;
}

.title h4 {
    font-size: 20px;
    color: #3b3b3b;
    font-family: var(--font-utmavobold);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 40px;
}

.title h1 {
    margin: 0px;
}

.title p {
    font-size: 15px;
    color: #949594;
}

.title div {
    display: flex;
    align-items: center;
}

.title div span a {
    display: block;
    padding: 5px 15px;
    border-radius: 4px;
    color: #FFF;
    text-transform: uppercase;
    background: #00b0f0;
    font-family: 'Bai Jamjuree';
    font-size: 14px;
    font-weight: 500;
}

.title ul {
    text-align: center;
}

.title ul li {
    display: inline-block;
    margin: 3px 3px 3px;
    position: relative;
}

.title ul li a {
    display: block;
    padding: 3px 15px;
    background: #FFF;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Bai Jamjuree;
}

.title ul li:not(:last-child):after {
    width: 1px;
    height: 15px;
    content: '';
    background: #333;
    transform: skewX(-20deg);
    position: absolute;
    right: -6px;
    top: 10px;
}

.title ul li a:hover,
.title ul li.active a {
    background: #00b0f0;
    color: #FFF;
}

.title-page {
    position: relative;
    text-align: center;
    padding: 50px 0px;
}

.title-page h1 {
    font-family: var(--font-lato);
    font-size: 50px;
    color: var(--color-white);
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.detail {
    background: #FFF;
    line-height: 25px;
    font-size: 14px;
}

.detail img {
    max-width: 100% !important;
    height: auto !important;
}

.detail iframe {
    max-width: 100% !important;
}

.detail p {
    margin: 10px 0px;
}

.author h1 {
    margin: 0px;
    font-size: 20px;
    color: #555;
}

.author p {
    font-size: 14px;
    color: #555;
}

.top-detail {
    border-bottom: var(--border-bottom);
}

/*Contact*/
.contact-item {
    line-height: 30px;
    background: #FFF;
}

.contact-item h3,
.contact-item h2 {
    font-size: 30px;
}

label.error {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    width: 100%;
}

/*News template*/
.news-i {
    margin-bottom: 20px;
    width: 100%;
}

.news-b {
    background: #FFF;
}

.news-i .img {
    width: 30%;
}

.news-i .img img {
    display: block;
    max-width: 100%;
}

.news-i .desc {
    width: 70%;
    padding: 0px 0px 0px 10px;
}

.news-i .desc h3 a {
    font-family: 'SFUFuturaHeavy';
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #555;
    display: block;
    margin-bottom: 10px;
}

.news-i:hover .desc h3 a {
    color: var(--color-primary)
}

.news-i .desc p {
    font-weight: 400;
    font-size: 15px;
    color: #888;
}

.news-i .desc p.time {
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
}

.news-i .desc p.mota {
    margin-bottom: 10px;
}

.news-i .desc p a {
    display: inline-block;
    padding: 2px 10px;
    color: var(--color-primary);
    border-radius: 2px;
    border: 1px solid var(--color-primary);
}

.news-i:hover .desc p a {
    color: var(--color-white);
    background: var(--color-primary);
}

.news-i .desc p.mota a {
    display: inline-block;
    padding: 0px 0px;
    color: #555;
    border: none;
}

.news-i:hover .desc p.mota a {
    color: #555;
    background: transparent;
}

.readmore {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #FFF;
    background: #4c2d17;
}

.rating-box .i:nth-child(1) {
    padding-right: 90px;
    text-align: center;
}

.rating-box .i:nth-child(1) h3 {
    font-weight: 400;
}

.rating-box .i:nth-child(1) p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    color: #FF0000;
}

.rating-box .i:nth-child(1) p:nth-child(3) {
    font-size: 18px;
}

.rating-box .i:nth-child(1) p:nth-child(3) .fa {
    margin: 0px 2px;
}

.rating-box .i:nth-child(1) p:nth-child(4) {
    color: #666;
}

.rating-box .i:nth-child(1) p:nth-child(4):before {
    content: '(';
}

.rating-box .i:nth-child(1) p:nth-child(4):after {
    content: ')';
}

.rating-box .i:nth-child(2) {
    padding-left: 90px;
    padding-right: 90px;
    border-left: 1px solid #F5f5f5;
    border-right: 1px solid #F5f5f5;
    width: 520px;
}

.rating-box .i:nth-child(3) {
    padding-left: 90px;
}

.rating-box .i:nth-child(3) p {
    text-align: center;
}

.rating {
    border: none;
    margin: 0 auto;
    width: 150px;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,

/* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.btn-viet {
    padding: 5px 55px;
    color: #333;
    background: #fdd22f;
    border: none;
    border-radius: 4px;
    margin-top: 5px;
    display: block;
}

#message-rating {
    padding: 5px 10px;
    font-size: 13px;
}

#message-rating.alert-200 {
    color: #84ba3f;
}

#message-rating.alert-201 {
    color: #FF0000;
}

.desc-question a {
    color: #84ba3f;
}

#message-question {
    padding: 5px 10px;
    font-size: 13px;
}

#message-question.alert-200 {
    color: #84ba3f;
}

#message-question.alert-201 {
    color: #FF0000;
}

.r-textarea textarea {
    width: 100%;
    height: 105px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 15px;
}

.r-textarea button {
    position: absolute;
    right: 10px;
    bottom: 15px;
    border: 0;
    background: #464646;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.r-textarea button.bg_btn {
    background: #e77c03;
}

.r-comment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.r-comment.b-question {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.r-comment .img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.r-comment .img {
    border-radius: 50%;
    overflow: hidden;
}

.r-comment .comment {
    width: calc(100% - 90px);
}

.r-comment .comment h6 {
    font-size: 15px;
}

.r-comment .comment h6.user {
    color: #0099FF;
}

.r-comment .comment h6.admin {
    color: #fc4608;
}

.r-comment .comment p.star span:nth-child(2) {
    color: #777;
    font-size: 12px;
}

.r-comment .comment p.star span:nth-child(1) {
    color: #555;
}

.r-comment .comment p.star span:nth-child(1) .yellow {
    color: #ffb909;
}

.r-comment .comment p.mota {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.r-comment .comment p.mota span {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

.bg-reply {
    padding: 8px;
    background-color: #eee;
    margin-top: 15px;
}

.process {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.process .label-stars {
    width: 36px;
    text-align: left;
    margin-bottom: 0px;
}

.process .process-percent {
    width: calc(100% - 36px - 45px);
    height: 12px;
    border-radius: 20px;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
}

.process-percent span {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fdd22f;
    border-radius: 20px;
}

.process .label-percent {
    width: 45px;
    text-align: right;
    margin-bottom: 0px;
}

/* Account */
.nav-account {
    width: 170px;
    top: 10px;
    position: sticky;
}

.nav-container {
    list-style: none;
}

.nav-container li {
    padding: 0px 0px;
}

.nav-container li.item>a {
    color: #333;
    font-size: 14px;
    padding: 6px 0px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: 'SFUFuturaBook';
}

.nav-container li.item>a i {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 20px;
    color: #999;
}

.nav-container li.item>a.active {
    background: #FFF;
    color: #999;
}

.nav-container li.item>a:hover {
    background: #FFF;
    color: #999;
}

.nav-container li.sub>a {
    color: #888;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    line-height: 22px;
    padding-bottom: 5px;
    display: block;
}

.nav-container li.sub>a:hover {
    color: #FF9900;
}

.right-account {
    width: calc(100% - 200px);
}

.box-account {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.left-count {
    width: 60%;
}

.right-count {
    width: 40%;
}

.row-count > label {
    float: left;
    width: 25%;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
}

.row-in {
    width: 75%;
    float: right;
    display: flex;
    justify-content: space-evenly;
}

.input-count {
    border-radius: 3px;
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    color: #333;
    padding: 6px 12px;
    background-color: #fff;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-count:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

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

.input-count[disabled],
.input-count[readonly],
fieldset[disabled] .input-count {
    background-color: #f4f4f4;
    opacity: 1;
    border: .5px solid #e4e4e4;
    color: #b0b0b0;
    cursor: not-allowed;
}

select.input-count {
    width: 32%;
    margin-right: 1.5%;
}

.img-view {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
}

.img-view img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mesage-upload {
    width: 200px;
    margin: 20px auto 0px;
    line-height: 20px;
}

.file-upload {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.file-upload__label {
    display: block;
    padding: 1em 2em;
    color: #fff;
    background: #0063dc;
    border-radius: .4em;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 400;
    transition: background .3s;
}

.file-upload__label:hover {
    cursor: pointer;
    background: #28a745;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1px;
    width: 0;
    height: 100%;
    opacity: 0;
}

.alert {
    padding: 7px;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-success {
    color: #4caf50;
    background-color: #fdfffb;
    border-color: #4caf50;
}

.alert-error {
    color: #D90000;
    background-color: #fdfffb;
    border-color: #D90000;
}

/*Video*/
.bg-video {
    position: relative;
}

.full-video .v img {
    display: block;
    max-width: 1200px;
    height: auto;
    padding: 40px 0px;
    border-radius: 12px;
    margin: auto;
}

.full-video {
    margin: 0 auto;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10010;
}

/*back-to-top*/
#back-to-top .top {
    margin: 0;
    color: #fff;
    transition: all .5s ease;
    position: fixed;
    opacity: 0;
    bottom: 0px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: 0 0;
    font-size: 14px;
    background: #84ba3f;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
}

#back-to-top .top.animate_top {
    opacity: 1;
    bottom: 105px;
}

#back-to-top i {
    padding-top: 2px;
    font-size: 20px;
}

#back-to-top span {
    display: block;
    line-height: 8px;
    font-size: 11px;
}

#map-content iframe {
    width: 100% !important;
    height: 400px !important;
    display: block;
    margin: 20px 0px;
}

.pagination {
}

.page {
    display: inline-block;
    padding: 6px 15px;
    margin-right: 4px;
    border: solid 1px #FFF;
    text-decoration: none;
    color: #717171;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto';
}

.page.gradient {
    background: #FFF;
}

.page:hover {
    background: var(--color-primary);
    color: #f0f0f0;
    border: 1px solid var(--color-primary);
}

.page.active {
    background: var(--color-primary);
    color: #f0f0f0;
    border: 1px solid var(--color-primary);
}

#header-mobile {
    display: none;
    background: #ffffffd9;
    backdrop-filter: blur(10px);
}

.mobile-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    position: relative;
}

.logo-mobile img {
    display: block;
    max-height: 57px;
}

.logo-mobile {
    width: 116px;
}

.search-mobile {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 222;
    background: #FFF;
    display: none;
}

#frm-search-mobile {
    display: flex;
    justify-content: space-between;
}

.search-mobile .button-search-mobile {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
    background: #ff5151;
}

.search-mobile .input-control-mobile {
    display: block;
    width: 100%;
    height: 43px;
    background: #FFF;
    outline: none;
    border: none;
    padding: 5px 10px;
    border: 1px solid #FFF;
}

.group-icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70px;
}

.lang-icon {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lang-icon a {
    display: block;
}

.lang-icon a img {
    width: 30px;
    max-width: 100%;
    vertical-align: middle;
}

.cart-icon,
.search-icon,
.user-icon {
    width: 32px;
    height: 32px;
    line-height: 27px;
    display: block;
    text-align: center;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}

.cart-icon a,
.search-icon a,
.user-icon a {
    color: var(--color-primary);
}

.menu-but {
    width: 31px;
    height: 31px;
    line-height: 31px;
    display: block;
}

.menu-but a {
    color: #FFF;
    font-family: 'RobotoBold';
    font-size: 18px;
    text-transform: uppercase;
}

.expand-alias {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 31px;
    height: 31px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    background: transparent;
}

.expand-alias span {
    background-color: var(--color-primary);
    font-size: 0;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 14px;
    left: 6px;
    border-radius: 2px;
}

.expand-alias span:before {
    transform: translateY(-6px);
    width: 18px !important;
}

.expand-alias span:after {
    transform: translateY(6px);
    width: 18px !important;
}

.expand-alias span:after,
.expand-alias span:before {
    content: "";
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    border-radius: 2px;
}

.grecaptcha-badge {
    opacity: 0;
}

nav#menu-mobile {
    float: left;
    background: var(--color-primary);
}

nav#menu-mobile ul {
    list-style: none;
    background: var(--color-primary);
}

nav#menu-mobile ul li {
    line-height: 22px;
    cursor: pointer;
    background: var(--color-primary);
}

nav#menu-mobile ul li a {
    color: #FFFFFF !important;
}

.toolbar {
    background: var(--color-primary);
    display: none;
    width: 100%;
    padding: 5px 10px;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
}

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

.toolbar ul li {
    text-align: center;
    float: left;
    width: 20%;
}

.toolbar ul li a {
    display: inline-block;
    width: 100%;
}

.toolbar ul li a img {
    height: 20px;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}

.h-card.hidden,
.h-geo.hidden {
    font-size: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999999px;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: 0;
}

.item-common {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    background: #fff;
}

.flexslider {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.slides,
.slides> li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-shopping {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #e2e2e2;
}

.item-dt.left {
    width: calc(100% - 260px);
}

.item-dt.right {
    width: 240px;
}

.login-register:hover .sub_login {
    display: block;
}

.sub_login {
    width: 300px;
    right: 0px;
    top: 25px;
    position: absolute;
    padding-top: 20px;
    z-index: 10;
    display: none;
}

.main_content_sub_login {
    background: #fff;
    padding: 10px 0;
    border-radius: 0 0 3px 3px;
    position: relative;
    box-shadow: 0px 0px 30px #111;
}

.arrow_sub_login {
    bottom: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f9fdff;
    border-width: 13px;
    margin-right: 0px;
}

.sub_login .block_login_fb {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #dbdbdb;
}

.space_bottom_5 {
    margin-bottom: 5px;
}

.block_more_login {
    padding: 10px 20px 0 20px;
}

.block_more_login .btn_site_1:hover,
.block_more_login .btn_site_1 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

a.btn_site_1:hover,
a.btn_site_1,
.btn_site_1:hover,
.btn_site_1 {
    background: #c32c2c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
}

a.txt_color_1,
.txt_color_1 {
    color: #ffac2a;
}

.white-popup {
    max-width: 460px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -ms-box-shadow: 0 0 20px -5px #000;
    -o-box-shadow: 0 0 20px -5px #000;
    background-color: #fff;
    position: relative;
}

.white-popup-form {
    max-width: 768px;
}

.white-popup-quickview {
    max-width: 1024px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -ms-box-shadow: 0 0 20px -5px #000;
    -o-box-shadow: 0 0 20px -5px #000;
    background-color: #fff;
    position: relative;
}

.white-popup-cart {
    max-width: 1024px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -ms-box-shadow: 0 0 20px -5px #000;
    -o-box-shadow: 0 0 20px -5px #000;
    background-color: #fff;
    position: relative;
}.white-popup-quickview {
    max-width: 1024px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -ms-box-shadow: 0 0 20px -5px #000;
    -o-box-shadow: 0 0 20px -5px #000;
    background-color: #fff;
    position: relative;
}

.white-popup-loading {
    max-width: 500px;
    margin: 30px auto;
    box-shadow: 0 0 20px -5px #000;
    -webkit-box-shadow: 0 0 20px -5px #000;
    -ms-box-shadow: 0 0 20px -5px #000;
    -o-box-shadow: 0 0 20px -5px #000;
    background-color: #fff;
    position: relative;
}
.white-popup-loading{border-radius: 10px;}
.white-popup-loading{text-align: center;padding: 0px 0;}
.white-popup-loading img{width: 127px;height: 127px;border-radius: 50%;}
.white-popup-loading h6{color: #000;font-size: 20px;font-weight: 600;margin-top: 10px;margin-bottom: 10px;}
.white-popup-loading .modal-des{color: #666666;font-size: 16px;}
.scroll-cart {
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.scroll-cart::-webkit-scrollbar {
    width: 5px;
}

.scroll-cart::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-cart::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}

.scroll-cart::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

.popup-body {
    padding: 25px 20px;
    position: relative;
}

.popup-body:before {
    width: 100%;
    left: 0px;
    top: 0px;
    content: '';
    position: absolute;
    height: 5px;
    background-image: linear-gradient(-60deg, #a1191f 0%, #86f306 50%, #ec656b 100%);
}

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

.header-account .img {
    width: 80px;
}

.header-account .img img {
    display: block;
    max-width: 100%;
}

.header-account .desc {
    width: calc(100%);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #a1191f;
}

.content-account {
}

.account-control {
    display: block;
    width: 100%;
    background: #FFF;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
    line-height: 30px;
    padding: 0.2rem 0rem;
    transition: all 0.2s;
}

.account-control:focus {
    border-bottom: 1px solid #a1191f;
}

.content-account p {
    text-align: center;
    font-size: 14px;
}

.fixed-valid {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FF0000;
    line-height: 37px;
}

.account-btn {
    display: block;
    width: 100%;
    background: #a1191f;
    border: 1px #a1191f;
    outline: none;
    line-height: 40px;
    padding: 0.2rem 0rem;
    border-radius: 30px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
}

.btn-link-account a {
    color: #a1191f;
    font-size: 14px;
    cursor: pointer;
}

.account-forgot {
    color: #a1191f;
    font-size: 14px;
    cursor: pointer;
}

.btn-login-social img {
    max-width: 24px;
    vertical-align: middle;
}

.btn-login-social {
    display: block;
    padding: 8px 10px;
    color: #FFF;
    width: 100%;
    text-align: center;
    border-radius: 60px;
}

.login-facebook {

    /* background: #3B5998 */
}

.login-google {

    /* background: #DC4E41 */
}

.login-zalo {
    background: #0BABFF
}

.content-account .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.content-account .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 14px;
}

.content-account .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.content-account .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.content-account .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #a1191f;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.content-account .cbx span:last-child {
    padding-left: 4px;
}

.content-account .cbx:hover span:first-child {
    border-color: #a1191f;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #a1191f;
    border-color: #a1191f;
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.wrap_qty {
    position: relative;
    display: flex;
}

.wrap_qty span.up,
.wrap_qty span.down {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #dfdfdf;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-utmavobold);
}

.wrap_qty span.up {
    margin-left: -1px;
}

.wrap_qty span.up-quickview,
.wrap_qty span.down-quickview {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #dfdfdf;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-utmavobold);
}

.wrap_qty span.up-quickview {
    margin-left: -1px;
}

.input-text.qty {
    height: 28px;
    text-align: center;
    margin-left: -1px;
}

.wrap_qty input {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 0px 0px 0px 0px;
    width: 40px;
    font-family: var(--font-utmavobold);
}

.wrap_qty .fa {
    position: absolute;
    right: 5px;
    font-size: 16px;
    cursor: pointer;
}

.wrap_qty .fa-caret-up {
    top: 1px;
}

.wrap_qty .fa-caret-down {
    bottom: 0px;
}

.actions #product-addtocart-button {
    background-image: url(images/icon_add_cart_white.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-left: 45px;
    padding-right: 20px;
}

.box-tocart .actions .buy-now {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.actions #buy-now {
    background-image: url(images/icon_buy_now.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 11px 10px;
    padding-left: 40px;
    padding-right: 20px;
}

.actions .buy-now span {
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
}

a.btn_site_3:hover,
a.btn_site_3,
.btn_site_3:hover,
.btn_site_3 {
    background: #898989;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

button.btn_site_2,
button.btn_site_2:hover,
a.btn_site_2:hover,
a.btn_site_2,
.btn_site_2:hover,
.btn_site_2 {
    background: #c32c2c;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.loading-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 4px;
    background: #326e51;
    content: '';
    z-index: 99999;
    transition: all 2s;
}

.loading-fixed.w {
    width: 100%;
}

.table-order {
    /* font-family: var(--font-roboto)*/
}

.line-tr {
    display: none;
}

.name-sp {
    font-size: 15px;
    font-weight: 700;
}

.order-right {
    width: calc(100% - 520px);
}

.order-left {
    width: 520px;
}

.order-title {
    background: #f7f7f7;
    padding: 10px 10px;
    color: #333;
    margin-bottom: 15px;
}

.row-order {
}

.img-order {
    width: 60px;
}

.desc-order {
    width: calc(100% - 160px);
    line-height: 20px;
}

.desc-order p:nth-child(2) {
    color: #FF0000;
}

.order-scroll {
    max-height: 380px;
    overflow: auto;
}

/* width */
.order-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.order-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

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

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

.price-order {
    width: 100px;
}

.border-bottom-order {
    border-bottom: 1px solid #dddddd;
}

.totai-row span.price-dh {
    font-size: 20px;
    color: #da0000;
}

.order-form {
}

.w-80 {
    width: calc(100% - 120px)
}

.w-20 {
    width: 120px;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }

}

.banggia-title {
    font-size: 15px;
    color: var(--color-primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.over-table {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.table-banggia-ig {
    width: 100%;
    min-width: 768px;
    border-collapse: collapse;
}

.table-banggia-ig thead tr th {
    padding: 5px 10px;
    background: var(--bg-menu);
    color: #FFF;
    text-align: left;
}

.table-banggia-ig tbody tr td {
    padding: 5px 10px;
    text-align: left;
}

.table-banggia-ig tbody tr {
    background: #f6f6f6;
}

.table-banggia-ig tbody tr:nth-of-type(odd) {
    background: #e9e9e9;
}

.table-banggia-ig tbody tr td a {
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background: var(--color-primary);
    font-size: 13px;
    border-radius: 2px;
}

.banggia {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
    min-width: 1000px;
}

.banggia tr:nth-child(odd) {
    background: #f5f5f5;
}

.banggia tr:nth-child(even) {
    background: #FFF;
}

.banggia tr:nth-child(1) {
    background: #dddddd;
}

.banggia tr,
.banggia td,
.banggia th {
    border: 1px solid #CCC;
}

.banggia td,
.banggia th {
    padding: 10px;
    font-size: 13px;
}

.banggia th {
    font-size: 13px;
    text-transform: uppercase;
}

.banggia td a,
.banggia th a {
    color: #333;
}

.banggia a.btn {
    text-align: left;
    background: 0 0;
    border: 0;
    color: #555;
    font-weight: 400;
    display: block;
    padding: 6px 10px;
    margin: 2px 0px;
}

.banggia a.btn:hover,
.banggia a.btn:focus {
    box-shadow: 2px 1px 5px #CCC inset;
    border-radius: 3px;
}

.banggia h4 a {
    color: #a1191f !important;
    font-size: 14px;
}

#breadcumb {
    background: #F1F1F1;
}

ul#breadcrumb {
    list-style: none;
    padding: 5px 0px 6px;
    margin-bottom: 20px;
}

ul#breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul#breadcrumb li+li:before {
    font-family: 'FontAwesome';
    padding: 8px;
    color: black;
    font-size: 13px;
    content: "\f105";
}

ul#breadcrumb li a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
}

ul#breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#slickSliderIndex img {
    width: 100%;
    max-width: 100%;
}

.left-border-top {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
}

.check-search input[type=checkbox],
.check-search input[type=radio] {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.check-search label {
    padding-left: 25px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.check-search label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    content: '';
    top: 0px;
}

.check-search label:before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    background: #ff0000;
    content: '';
    top: 3px;
    transform: scale(0);
    transition: all 0.4s;
}

.check-search input[type=radio]:checked + label:before,
.check-search input[type=checkbox]:checked + label:before {
    transform: scale(1);
}

.fa-star.yellow {
    color: #FFB909;
}

/* Register */
.bg-log {
    background: #f7f8fc;
}

.show-register {
    max-width: 600px;
    margin: 0 auto;
}

.box-register {
    border: 1px solid #f3f3f3;
    box-shadow: 5px 5px #f1f1f1;
}

.txt-input {
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    outline: none;
}

.txt-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.txt-input::-webkit-input-placeholder {
    color: #999;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}

.txt-input:-moz-placeholder {
    color: #999;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}

.txt-input::-moz-placeholder {
    color: #999;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}

.txt-input:-ms-input-placeholder {
    color: #999;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}

.txt-input.has-error {
    border-color: rgb(169, 68, 66);
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, .25);
}

.row-input h3 {
    font-size: 20px;
    font-family: 'RobotoBold';
    color: #232f3e;
    line-height: 36px;
}

.row-input p.login {
    font-size: 13px;
    font-family: 'Roboto';
    color: #232f3e;
    font-weight: 400;
    line-height: 36px;
}

.row-input p.login a {
    font-size: 13px;
}

.desc-order-box {
    padding: 15px;
    border: 1px solid #CCC;
}

@media screen and (max-width:1220px) {
    .product-index .item3 {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    .product-index .item3:nth-child(1) {
        width: 100%;
    }

    #header-menu .menu-box ul.one > li > a {
        padding: 0px 10px;
    }
    body {
        overflow-x: hidden;
    }

   }

@media screen and (max-width:1080px) {
    .header-top-page .cl-4 {
        width: 100%;
    }

    .header-top-page .cl-4:not(:first-child) {
        padding: 5px 15px;
        width: calc(100% / 2);
    }

    .header-top-page .cl-4:nth-child(1) p {
        text-align: center;
    }

    .header-top-page img {
        float: none;
    }

    .slider-page {
        margin-top: 5px;
    }

    .slider-right {
        padding-left: 0px;
    }

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

    .header-bottom-page {
        border-bottom: 1px solid var(--color-primary)
    }

    #header-mobile {
        display: block;
    }

    #header {
        display: block;
    }

    .menu-head-page {
        display: none;
    }

    .cart-layout,
    .logo-left {
        display: none;
    }

    .padding-logo {
        padding-left: 0px;
    }

    .header-logo {
        padding: 0px 0px;
    }

    .header-logo .logo-right {
        width: 100%;
    }

    .search-layout {
        width: 100%;
    }

    .lix {
        display: none;
    }

    .product .cl-55 {
        width: calc(100% / 4)
    }

    .rating-box .i:nth-child(1) {
        width: 50%;
        margin-bottom: 20px;
    }

    .rating-box .i:nth-child(3) {
        width: 50%;
        margin-bottom: 20px;
    }

    .rating-box .i:nth-child(2) {
        order: 2;
        width: 100%;
    }

    .left-page {
        width: 100%;
    }

    .right-page {
        width: 100%;
        margin-top: 20px;
    }

    .left-page .left-item:nth-child(1) {
        display: none;
    }

    .left-border-top {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .left-border-top .r-s {
        width: calc(100% / 5)
    }

    .box-pageindex .img-adv {
        display: none;
    }

    .box-pageindex .product-adv {
        width: 100%;
    }

}

@media screen and (max-width:992px) {
    .visao .item3
    .box-product {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .box-product-item {
        width: calc(100% / 2 - 5px);
    }

    .item-dt.left {
        width: 100%;
    }

    .item-dt.right {
        width: 100%;
        margin-top: 20px;
    }

    .order-right {
        width: 100%;
    }

    .order-left {
        width: 100%;
    }

    .about .t {
        width: 100%;
    }

    .about .t:last-child {
        margin-top: 20px;
    }

    .row7 {
        width: calc(100% + 20px);
        margin: 0px -10px;
    }

    .item7 {
        padding: 0px 10px;
    }

    .construction .item7 {
        width: calc(100% / 2);
    }

    .product .cl-5 {
        width: calc(100% / 2);
    }

    .product .cl-4 {
        width: calc(100% / 2);
    }

    .top-page {
        display: none;
    }

    .content-copy {
        padding: 10px 0px 10px 0px;
    }

    .copy-page:before {
        display: none;
    }

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

    .news-i .desc {
        width: 100%;
        padding: 10px 0px 0px 10px;
    }

    .product .cl-55 {
        width: calc(100% / 3)
    }

    .i-footer:nth-child(1),
    .i-footer:nth-child(5) {
        width: 100%;
    }

    .i-footer {
        margin-bottom: 20px;
    }

    #nhanemail {
        width: 100%;
        margin-top: 10px;
    }

    .visao .item3 {
        width: calc(100% / 2);
        margin: 10px 0px;
    }

    .header-top-page .cl-4:not(:first-child) {
        width: 100%;
    }

    .title {
    }

    .title div {
        width: 100%;
        justify-content: space-between;
    }

    .title ul {
        text-align: left;
    }

    .title ul li:first-child a {
        padding: 3px 15px 3px 0px;
    }

    .title h3,
    .title h2,
    .title h1 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .product .cl-3{
        width: calc(100% / 2)
    }
    .box-news .img img {
        width: 100%;
    }
    .mb-20{margin-bottom: 8px;}
    .title{margin: 10px 0px 15px 0px;}
    .content-copy p {
        width: 100%;
        text-align: center;
        margin: 5px 0px;
    }
    .adv-page {
    margin-top: 10px;
    margin-bottom: 10px;
    }

    .content-copy img {
        margin: 0 auto;
    }

    body {
        overflow-x: hidden;
    }

    .product-index .item3 {
        width: 100%;
    }

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

    .nav-container li {
        padding: 0px 10px !important;
    }

    .product .img .product-actions {
        display: none;
    }

    .menu-header {
        display: none;
    }

    .slider {
        flex-wrap: wrap;
    }

    .slider-right {
        width: 100%;
    }

    .slider-left {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .slider-left a {
        width: calc(50% - 5px);
    }

    .copy-page {
        padding-bottom: 60px;
    }

    .toolbar {
        display: block;
    }

    .box-mail {
        flex-wrap: wrap;
    }

    .box-mail .i {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .box-mail .i:last-child {
        margin-bottom: 0px !important;
        justify-content: flex-start !important;
    }

    .content-copy .w-50 {
        width: 100%;
        text-align: center !important;
    }

    .tab-box {
        margin-top: 20px;
    }

    .detail-left {
        width: 100%;
        order: 2;
    }

    .detail-right {
        width: 100%;
        order: 1;
    }

    .detail-left.popup,
    .detail-right.popup {
        width: 100%;
    }

    .product-list-detail {
        padding: 0px;
    }

    .policy-item {
        width: 100%;
        margin: 5px 0px;
    }

    .product .cl-55 {
        width: calc(100% / 2)
    }

    .nav-account {
        width: 100%;
        position: relative;
        margin-bottom: 25px;
    }

    .right-account {
        width: 100%;
        margin-top: 10px;
    }

    .rating-box .i:nth-child(1) {
        padding-right: 0px;
    }

    .rating-box .i:nth-child(3) {
        padding-left: 0px;
    }

    .left-border-top .r-s {
        width: calc(100% / 3)
    }

    .title-c h5 {
        font-size: 20px;
    }

    .title div {
        display: inline-block;
        width: auto;
    }
    .title h3, .title h2, .title h1{
        min-width: 120px;
    }
    .title div ul{
        display: none
    }
    .title div span a{
        display: inline-block;
        margin-top: 6px;
    }
    .product .desc h3 {
        height: 41px;
    }
    .fixed-mobile{
        display: none;
    }
    #slickSliderIndex .oal-slider .on-show {
        display: none;
    }
    .box-doitac-item img {
        max-height: 68px;
    }
}

@media screen and (max-width:580px) {
    .visao .item3
    .header-page .cl-6:nth-child(1) {
        display: none;
    }

    .header-page .cl-6:nth-child(2) {
        display: block;
        width: 100%;
    }

    .left-page .left-item {
        display: none;
    }

    .rating-box .i:nth-child(1) {
        padding-right: 0px;
        width: 100%;
        order: 1
    }

    .rating-box .i:nth-child(2) {
        order: 2;
    }

    .rating-box .i:nth-child(3) {
        padding-left: 0px;
        width: 100%;
        order: 3;
        margin-top: 20px;
    }

    .box-product-item {
        width: 100%;
    }

    .i-footer {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .news-i {
        width: 100%;
    }

    .news-b {
        flex-wrap: wrap;
    }

    .news-i .desc {
        width: 100%;
        padding: 10px 0px 0px 0px;
    }

    .policy-item {
        width: 100%;
        margin: 5px 0px;
    }

    .table-order tr:nth-child(1) {
        display: none;
    }

    .table-order tr td {
        display: block;
        width: 100%;
        margin-top: -1px;
    }

    .table-order tr {
        margin-bottom: 30px;
        box-shadow: 0px 0px 3px #ddd;
    }

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

    .left-count {
        width: 100%;
        order: 2;
    }

    .right-count {
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }

    .left-border-top .r-s {
        width: calc(100% / 3);
    }

    .visao .item3 {
        width: 100%;
    }

}

@media screen and (max-width:480px) {
    .product .cl-4 {
        width: 100%;
    }

    .product .cl-5 {
        width: calc(100% / 1)
    }

}

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

.xemthem-page span {
    display: inline-block;
    padding: 5px 10px;
    color: var(--color-primary);
    cursor: pointer;
}

span.in-stock {
    border: 1px solid #26BB4E;
    color: #26BB4E;
    padding: 2px 10px;
    border-radius: 5px;
}

span.out-stock {
    border: 1px solid #A00000;
    color: #A00000;
    padding: 2px 10px;
    border-radius: 5px;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999
}
#loaderimg{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1003;
}
#loaderimg img{
    max-height: 150px;
}
#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #019444;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8EC640;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #FFF;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.loaded #loaderimg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.oal-slider {
    position: absolute;
    top: 80%;
    left: 32%;
    z-index: 2;
    width: 100%;
    padding: 0px 25%;
    text-align: left;
    transform: translate(-50%, -50%);
}

.oal-slider h4 {
    font-family: 'SFUFuturaBold';
    font-size: 35px;
    text-transform: uppercase;
    color: #fc2d36;
    text-shadow: -1px 0 black, 0 1px white, 1px 0 white, 0 -1px white;
}

.oal-slider p {
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
    margin: 10px 0px;
    text-shadow: 2px 2px 1px #2f2f2f;
}

.oal-slider p a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    padding: 7px 20px;
    border: 1px solid #FFF;
    border-radius: 5px;
    background: #2b96d9;
}
    
.oal-slider p a:hover {
    background: red;
    transition: 0.3s;
}


#slickSliderIndex .oal-slider .animated {
    opacity: 0
}

#slickSliderIndex .oal-slider .on-show {
    opacity: 1
}

.hover-btn {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    overflow: hidden;
}

.hover-btn:hover,
.hover-btn:focus {
    color: #00b0f0;
    z-index: 3;
    background: transparent !important;
    border: 1px solid #00b0f0
}
button.hover-btn:hover,
button.hover-btn:focus {
    color: #00b0f0;
    z-index: 3;
    background: #FFF !important;
    border: 1px solid #00b0f0
}
.hover-btn:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-btn::before {
    background-color: #fff;
}

.hover-btn::before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #00b0f0;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.waves-block .waves {position: absolute;width: 303px;height: 300px;background: rgba(255, 255, 255, 0.3);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-radius: 100%;-webkit-animation: waves 3s ease-in-out infinite;animation: waves 3s ease-in-out infinite;left: 50%;margin-left: -150px;top: 50%;margin-top: -150px;z-index: 9;}
.waves-block .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.waves-block .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.waves-block .wave-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
@-webkit-keyframes waves {
    0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
    0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
.quick-alo-phone.quick-alo-show {
    visibility: visible;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 82px;
    height: 64px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: -30px;
    bottom: 200px;
}

.quick-alo-phone.quick_hotline {
    bottom: 300px;
    display: none;
    left: -30px;
}

.quick-alo-phone.quick_facebook {
    bottom: 100px;
    left: -30px;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc 9;
    opacity: .5;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    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);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
}

.quick-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    top: 48px;
    color: red;
    font-size: 20px;
    font-family: RobotoBold;
    left: 48px;
    position: absolute;
    background: url(images/icon_zalo1.png) no-repeat center center;
    background-size: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;    /*opacity: .7;*/
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick_hotline .quick-alo-ph-img-circle {
    background: url(images/icon_goidien.png) no-repeat center;
    background-size: cover;
}

.quick_facebook .quick-alo-ph-img-circle {
    background: url(images/icon_mess.png) no-repeat center;
    background-size: cover;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }

}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }

}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }

}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

}

.quick-alo-phone.quick_hotline {
    display: block;
}

.popup-contact {
    cursor: pointer;
}

.fanpage-fixed {
    position: fixed;
    left: 20px;
    bottom: 150px;
    width: 320px;
    padding: 5px;
    border: 5px solid #FC2D37;
    z-index: 9999999999;
    min-height: 400px;
    background: #FFF;
    transform: translate(-380px);
    opacity: 0;
    transition: all 0.6s;
}

.fanpage-fixed.show {
    transform: translate(0px);
    opacity: 1;
}

.fanpage-fixed h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 10px;
    text-align: center;
    font-weight: 900;
    background: #FC2D37;
}

.fanpage-fixed .close-fanpage {
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 5px 10px;
    color: #FFF;
    background: #ff0000;
    border-radius: 5px;
    cursor: pointer;
}
