@charset "UTF-8";

/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "UTMHelvetIns";
    src: url("../fonts/UTMHelvetIns.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMHelvetIns.otf") format("opentype"), url("../fonts/UTMHelvetIns.svg") format("svg"), url("../fonts/UTMHelvetIns.ttf") format("truetype"), url("../fonts/UTMHelvetIns.woff") format("woff"), url("../fonts/UTMHelvetIns.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "UTMAmericanSans";
    src: url("../fonts/UTMAmericanSans.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/UTMAmericanSans.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAmericanSans.otf") format("opentype"), url("../fonts/UTMAmericanSans.svg") format("svg"), url("../fonts/UTMAmericanSans.ttf") format("truetype"), url("../fonts/UTMAmericanSans.woff") format("woff"), url("../fonts/UTMAmericanSans.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "UTMBeautifulCaps";
    src: url("../fonts/UTMBeautifulCaps.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/UTMBeautifulCaps.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMBeautifulCaps.otf") format("opentype"), url("../fonts/UTMBeautifulCaps.svg") format("svg"), url("../fonts/UTMBeautifulCaps.ttf") format("truetype"), url("../fonts/UTMBeautifulCaps.woff") format("woff"), url("../fonts/UTMBeautifulCaps.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "UTM_Cooper";
    src: url("../fonts/UTMCooperBlack.woff2") format("woff2"), url("../fonts/UTMCooperBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.otf") format("opentype"), url("../fonts/Roboto-Medium.svg") format("svg"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.otf") format("opentype"), url("../fonts/Roboto-Regular.svg") format("svg"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.otf") format("opentype"), url("../fonts/Roboto-Bold.svg") format("svg"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald_B";
    src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* mixxin */


/* Main */

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
}

body {
    font-size: 14px;
    line-height: 1.5;
    margin: 0px auto;
    font-family: "Roboto-Regular";
}

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

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

a:hover {
    text-decoration: none;
}

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

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

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

.wrap-main,
.wrap-content {
    max-width: 1220px;
    margin: 40px auto;
    padding: 0px 10px;
}

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

.wrap-content {
    margin: auto;
}

.info__main {
    padding: 20px 0px;
    position: relative;
}

.maxwidth {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    position: relative;
}

.row-20 {
    margin: 0px -20px;
}

.row-15 {
    margin: 0px -15px;
}

.row-10 {
    margin: 0px -10px;
}

.row-5 {
    margin: 0px -5px;
}

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

.top {
    background: #05a362;
    padding: 5px 0px;
    color: #fff;
}

.header {
    background: #fff;
}

.header .hotline {
    background: url(../images/hotline.png) no-repeat left top;
    padding-left: 60px;
}

.header .hotline p {
    color: #05a362;
    font-family: UTMHelvetIns;
    font-size: 20px;
    margin: 0px 0px 0px;
}

.header .cart,
.header .km {
    text-align: center;
}

.header .cart a,
.header .km a {
    color: #333;
}

.header .cart a:hover,
.header .km a:hover {
    color: #f00;
}

.header .cart a p,
.header .km a p {
    margin: 5px 0px 0px;
}


/* Text Hide */

.text-split,
.box-product .ds-product h3,
.wr-ts .box-ts h3,
.wr-ts .box-ts p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}


/* Transition All */

.transition {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}


/* breadCrumbs */

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    max-width: 1200px;
}

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

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

.breadCrumbs .wrap-content .breadcrumb-item {
    list-style: none;
    display: inline-block;
}

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

.breadCrumbs .wrap-content .breadcrumb-item.active {
    color: #6c757d;
}

.breadCrumbs .wrap-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}


/* Title */

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

.title-main h4 {
    font-size: 25px;
    color: #333;
    text-transform: uppercase;
    font-family: Oswald_B;
    margin: 0px;
}

.title-main p {
    margin: 5px 0px 0px;
}

.title {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.title h4 {
    position: relative;
    font-size: 30px;
    color: #e50000;
    text-transform: uppercase;
    font-family: UTMAmericanSans;
    margin: 0px;
    padding-bottom: 10px;
}

.title h4:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 70px;
    height: 4px;
    background: #ffd535;
}

.title-list {
    position: relative;
    background: #05a362;
    line-height: 54px;
    border-radius: 5px 5px 0px 0px;
}

.title-list h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    margin: 0px;
    padding: 13px;
}

.title-list a {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #fff;
    line-height: 19px;
}

.title-list a:hover {
    color: #fec909;
}

.title-detail {
    font-family: Oswald_B;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}

.title-cat {
    position: absolute;
    right: 120px;
    top: 20px;
}

.title-cat span {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    cursor: pointer;
}

.title-cat span:after {
    content: "";
    position: absolute;
    right: -1px;
    height: 10px;
    width: 1px;
    background: #fff;
    top: 5px;
}

.title-cat span:last-child:after {
    display: none;
}

.title-cat span:hover,
.title-cat span.active {
    color: #fec909;
}

.title-bottom {
    position: relative;
    background: #05a362;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    font-family: Roboto-Bold;
}

.title-bottom:after {
    content: "";
    width: 38px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: -1px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.title-bottom:before {
    content: "";
    width: 38px;
    height: 8px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: -1px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.title-nb {
    background: #05a362;
    line-height: 54px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.title-nb span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-Bold;
}


/* Search */

.icon-search {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    background: #e7e7e7;
    cursor: pointer;
    text-align: center;
}

.search {
    position: relative;
    width: 36%;
}

.search input {
    background: #fff;
    height: 40px;
    padding: 0px 10px;
    width: 100%;
    color: #333;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #ddd;
}

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

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

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

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

.search span {
    position: absolute;
    width: 50px;
    line-height: 40px;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    border-radius: 0px 40px 40px 0px;
    color: #fff;
    text-align: center;
    background: #c90000;
}


/* Menu RP */

.menu-res {
    display: none;
    height: 42px;
    z-index: 10;
    background: #a30007;
    position: relative;
    line-height: normal;
}

.menu-bar-res {
    height: 42px;
    padding: 0px 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    width: 40px;
    height: 23px;
    position: relative;
    display: none;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}


/* Menu-left */

.photo-menu {
    text-align: center;
}

.mn-list {
    float: left;
    width: 270px;
    position: relative;
}

.mn-list h4 {
    cursor: pointer;
    background: url(../images/icon_menu.png) no-repeat 15px center, url(../images/icon_down.png) no-repeat 95% center #0b8955;
    text-align: center;
    line-height: 47px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Roboto-Bold;
}

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

.menu-left .menu-left-in {
    left: 0px;
    width: 100%;
    top: 100%;
    max-height: 383px;
    overflow-x: hidden;
    padding: 0px;
    z-index: 9;
    background: #fff;
    border: 1px solid #5b3e36;
    border-top: none;
    margin: 0px;
}

.menu-left .menu-left-in>ul {
    padding: 10px;
}

.menu-left li {
    list-style: none;
    border-bottom: 1px dashed #c2c2c2;
    background: url(../images/icon_li.png) no-repeat 94% 15px;
}

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

.menu-left li a {
    color: #333;
    font-size: 15px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}

.menu-left li a:hover {
    color: #f00;
}

.menu-left .menu-left-in::-webkit-scrollbar {
    width: 2px;
}

.menu-left .menu-left-in::-webkit-scrollbar-thumb {
    width: 2px;
    background: #999;
}

.menu-left .menu-left-in::-webkit-scrollbar-thumb:hover {
    width: 2px;
}

.menu-left .menu-left-in::-webkit-scrollbar-thumb:active {
    width: 2px;
}

.menu-left ul ul li a {
    font-family: Roboto-Medium;
    padding: 5px 10px;
    text-transform: inherit;
}

.menu-left ul ul ul li a {
    font-family: Roboto-Regular;
    font-size: 14px;
}

.menu-left ul ul {
    display: none;
    padding: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0px;
    width: 720px;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.menu-left ul ul ul {
    display: block;
    position: relative;
    left: 0px;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-left ul ul li {
    float: left;
    width: 33.3%;
    background: none;
    border-bottom: none;
}

.menu-left ul ul ul li {
    width: 100%;
}


/* Letter */

.info__letter {
    padding: 30px 0px;
    background: #05a362;
    color: #fff;
}

.hotline-lt {
    text-transform: uppercase;
    font-size: 21px;
    background: url(../images/icon_phone.png) no-repeat left center;
    font-family: Roboto-Bold;
    padding: 12px 0px 12px 60px;
}

.title-lt {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Roboto-Bold;
}

.form-newsletter {
    width: calc(100% - 500px);
    display: flex;
}

.form-newsletter input {
    height: 42px;
    border: none;
    margin: 5px;
    width: calc(33.3% - 30px);
    font-size: 13px;
    color: #8d8d8d;
}

.form-newsletter .send-letter {
    background: #c90000;
    width: 70px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}


/* CK */

.mn-ck {
    position: relative;
    float: right;
    width: 270px;
}

.mn-ck h4 {
    font-size: 15px;
    padding: 0px 0px 0px 50px;
    line-height: 47px;
    margin: 0px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    background: url(../images/tick.png) no-repeat 20px #fec909;
    color: #444;
    cursor: pointer;
}

.menu-ck {
    padding: 0px;
    position: absolute;
    background: #f4f4f4;
    margin: 0px;
    height: 347px;
    overflow-x: hidden;
    display: none;
}

.menu-ck::-webkit-scrollbar {
    width: 2px;
}

.menu-ck::-webkit-scrollbar-thumb {
    width: 2px;
    background: #ddd;
}

.menu-ck::-webkit-scrollbar-thumb:hover {
    width: 2px;
}

.menu-ck::-webkit-scrollbar-thumb:active {
    width: 2px;
}

.menu-ck li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}

.menu-ck li h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    margin: 0px;
}

.menu-ck li p {
    margin: 0px;
    color: #5c5c5c;
}

.menu-ck li img {
    float: left;
}

.menu-ck li .ds-ck {
    float: right;
    width: calc(100% - 45px);
}


/* TC */

.box-tc {
    background: #05a362;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1px;
}

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

.box-tc h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
}

.box-tc p {
    margin: 0px;
}


/* Product */

.row-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.box-list h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Roboto-Medium;
}

.box-list h3:hover {
    color: #f00;
}

.info-left {
    float: left;
    width: 250px;
}

.box-left {
    background: #f7f7f7;
}

.box-left h4 {
    background: url(../images/icon_left.png) no-repeat 95% center #e50000;
    color: #fff;
    text-indent: 20px;
    text-transform: uppercase;
    font-family: UTMAmericanSans;
    font-size: 17px;
    padding: 12px 0px;
    margin: 0px;
}

.box-left .menu-left {
    max-height: 820px;
    overflow-x: hidden;
}

.box-left .menu-left::-webkit-scrollbar {
    width: 2px;
}

.box-left .menu-left::-webkit-scrollbar-thumb {
    width: 2px;
    background: #e50000;
}

.box-left .menu-left::-webkit-scrollbar-thumb:hover {
    width: 2px;
}

.box-left .menu-left::-webkit-scrollbar-thumb:active {
    width: 2px;
}

.box-left ul {
    padding: 0px;
    margin: 0px;
}

.box-left ul li {
    list-style: none;
}

.box-left ul li a {
    display: block;
    color: #333;
    padding: 9px 0px 9px 10px;
    border-bottom: 1px solid #cccccc;
    font-family: Roboto-Bold;
}

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

.box-left ul li ul li a {
    background: url(../images/i_left.png) no-repeat 20px 14px;
    padding-left: 35px;
    font-family: Roboto-Regular;
}

.box-left ul li ul li ul li a {
    background: url(../images/s_left.png) no-repeat 30px 14px;
    padding-left: 50px;
}

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

.product {
    float: left;
    padding: 5px;
    width: 20%;
}

.box-product {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 5px;
}

.pic-product {
    border-radius: 3px;
    overflow: hidden;
}

.box-product .ds-product {
    padding: 10px 0px 0px;
}

.box-product .ds-product h3 {
    font-family: Roboto-Medium;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
}

.box-product .ds-product h3:hover {
    color: #f00;
}

.box-product .ds-product .price-product {
    margin: 0px;
    position: relative;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

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

.box-product .ds-product .price-product .price-new {
    color: #f3a014;
    font-size: 20px;
    font-family: Roboto-Medium;
}

.box-product .ds-product .price-product .price-old {
    font-size: 14px;
    color: #7a7a7a;
    text-decoration: line-through;
}

.box-product .sale {
    color: #f3a014;
    margin-left: 10px;
}

.wr-product {
    border: 2px solid #05a362;
    border-radius: 10px 10px 0px 0px;
}

.show-nb,
.show-product {
    padding: 10px;
}

.view-product {
    border: 1px solid #434343;
    width: 240px;
    line-height: 45px;
    display: block;
    margin: 20px auto 0px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    border-radius: 5px;
}

.view-product:hover {
    color: #f00;
}


/* Sản Phẩm Detail */

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

.left-pro-detail {
    position: relative;
    float: left;
    width: 42%;
    text-align: center;
    background: white;
}

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

.center-pro-detail {
    float: right;
    width: 56%;
}

.right-pro-detail {
    width: 25%;
    float: right;
}

.right-pro-detail h4 {
    color: #333;
    font-family: "Roboto-Bold";
    padding: 7px 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.menu-right {
    padding: 0px;
}

.menu-right li {
    list-style: none;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.menu-right li img {
    float: left;
    margin-right: 10px;
}

.menu-right li h3 {
    font-size: 15px;
}

.menu-cs {
    padding: 0px;
}

.menu-cs li {
    list-style: none;
    margin-bottom: 10px;
}

.menu-cs li a {
    color: #333;
}

.menu-cs li a:hover {
    color: #f00;
}

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

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

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

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

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

.title-pro-detail {
    font-size: 20px;
    display: block;
    font-family: "Roboto-Bold";
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

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

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

.attr-pro-detail li {
    margin: 10px 0px;
}

.attr-pro-detail li .dl {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.attr-pro-detail li .dl:last-child {
    border-right: none;
}

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

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

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

.attr-content-pro-detail.phone-detail span {
    font-size: 20px;
    color: #d61414;
}

.attr-content-pro-detail.phone-detail span i {
    color: #d61414;
}

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

.detail-price p {
    display: inline-block;
    margin: 0px 5px;
}

.attr-content-pro-detail i {
    color: #fec909;
    margin-right: 7px;
}

.attr-content-pro-detail .hotline-detail {
    font-family: "Roboto-Bold";
    color: #e30000;
    font-size: 20px;
    margin: 0px;
}

.price-new-pro-detail {
    color: #333;
}

.price-new-pro-detail span {
    font-size: 20px;
    color: #f3a014;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-pro-detail a:hover {
    color: #fec909;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fd6e1d;
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
    background-color: #f00;
}

.cart-pro-detail a.buynow:hover {
    background-color: #f00;
}

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

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

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

.tags-pro-detail a:hover {
    background-color: #f00;
}

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

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

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: "Roboto-Bold";
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #05a362;
    color: #fff;
}

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

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

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

.btn-zalo-detail,
.btn-facebook-detail {
    background: #288ad6;
    text-align: center;
    margin-top: 10px;
    padding: 10px 5px;
    width: 220px;
    border-radius: 5px;
}

.btn-zalo-detail a,
.btn-facebook-detail a {
    color: #fff;
}

.box-tc-detail {
    float: left;
    width: calc(50% - 10px);
    margin: 5px;
    background: #737373;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}

.box-tc-detail img {
    margin-right: 10px;
    border-radius: 5px;
}


/* TH */

.wr-th {
    padding: 10px;
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.box-th {
    border: 1px solid #cccccc;
    text-align: center;
}

.box-th-one {
    margin-bottom: 10px;
}

.wr-cat {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}


/* News */

.info__news {
    padding: 30px 0px;
    background: #f4f4f4;
}

.news {
    width: 49%;
    float: left;
    margin-bottom: 25px;
    display: block;
}

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

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

.pic-news {
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}

.info-news {
    float: left;
    width: calc(100% - 175px);
}

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

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

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

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


/* Detail  Share */

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

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

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

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

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

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

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


/* Menu */

.hotline-mb {
    display: none;
    background: url(../images/icon-t1.png) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-Bold;
}

.menu-head {
    background-color: #05a362;
    position: relative;
    z-index: 999;
}

.menu {
    float: left;
    width: calc(100% - 270px);
    padding: 0px 10px;
}

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

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

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

.menu ul li ul {
    position: absolute;
    left: 0px;
    min-width: 200px;
    background: #e71321;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

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

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

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

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

.menu li span {
    width: 1px;
    height: 16px;
    background: rgb(14 129 81 / 72%);
    display: block;
}

.menu a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #fff;
    margin: 0px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.menu-fix {
    position: fixed;
}


/* Slider */

.slideshow {
    float: left;
    margin-left: 270px;
    position: relative;
    width: calc(100% - 270px);
    padding: 5px 0px 0px 5px;
}

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

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

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

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

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

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

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


/* About */

.title-about {
    margin-bottom: 20px;
    margin-top: 10px;
}

.title-about h4 {
    font-size: 30px;
    color: #7e0700;
    text-transform: uppercase;
    font-family: Oswald_B;
    margin-top: 10px;
}

.title-about span {
    font-family: Roboto-Medium;
    font-size: 16px;
}

.img-about {
    float: left;
    width: 46%;
}

.ds-about {
    float: right;
    width: 52%;
}


/* Video */

.wr-video {
    float: left;
    width: 49%;
}

.box-video {
    padding: 10px;
}

.box-video .img-video {
    float: left;
    margin-right: 15px;
}

.box-video h3 {
    font-size: 15px;
    margin-top: 10px;
    font-family: Roboto-Bold;
}

.listvideos {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f0f0f0;
}

.video-main {
    height: 300px;
}

#video-select {
    padding: 10px;
    margin-top: 10px;
}


/* News */

.info__bottom {
    padding: 20px 0px;
}

.wr-bottom {
    float: left;
    width: 33.3%;
    padding: 10px;
}

.bottom-in {
    border: 1px solid #05a362;
}

.slick-news {
    padding: 10px;
}

.box-news {
    padding: 10px 0px;
}

.box-news .pic-newshome-normal {
    float: left;
    margin-right: 15px;
}

.box-news .info-newshome-normal {
    position: relative;
    width: 100%;
    color: #333;
}

.box-news .info-newshome-normal .name-newshome {
    font-size: 14px;
    font-family: Roboto-Medium;
    margin: 10px 0px;
}

.box-news .info-newshome-normal .name-newshome:hover {
    color: #f00;
}

.box-news .info-newshome-normal .desc-newshome {
    margin: 0px;
}

.box-news .info-newshome-normal .date-news {
    color: #757575;
    margin: 0px;
    font-style: italic;
}


/* TS */

.info__ts {
    padding: 30px 0px;
    background: #fef2f2;
}

.wr-ts {
    position: relative;
    padding: 80px 0px;
}

.wr-ts .photo-ts {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 36%;
}

.wr-ts .box-ts {
    width: 30%;
    padding: 30px 0px;
}

.wr-ts .box-ts:nth-child(odd) {
    float: left;
}

.wr-ts .box-ts:nth-child(odd) img {
    float: right;
    margin-left: 15px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wr-ts .box-ts:nth-child(even) {
    float: right;
}

.wr-ts .box-ts:nth-child(even) img {
    float: left;
    margin-right: 15px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

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

.wr-ts .box-ts h3 {
    font-family: Roboto-Bold;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
}

.wr-ts .box-ts p {
    color: #333;
    -webkit-line-clamp: 2;
}

.wr-ts .box-ts:hover h3 {
    color: #f00;
}

.wr-ts .box-ts:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/* KH */

.wr-kh {
    padding: 10px;
}

.pic-kh-normal {
    display: block;
    width: 155px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
}

.ds-kh {
    position: relative;
    padding-top: 20px;
}

.ds-kh:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 46px;
    height: 37px;
    background: url(../images/icon_kh.png);
}

.mt-kh {
    font-style: italic;
    -webkit-line-clamp: 3;
}

.name-kh {
    margin-bottom: 10px;
}

.name-kh span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
}

.tt-kh {
    position: relative;
    margin-bottom: 10px;
}

.tt-kh:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: calc(100% - 90px);
    border-top: 1px solid #e1e1e1;
}


/* Footer */

.footer {
    background: #fff;
    color: #333;
    padding: 30px 0px 0px;
}

.footer .title-ft {
    margin-bottom: 20px;
}

.footer .title-ft h2 {
    color: #05a362;
    font-size: 37px;
    text-transform: uppercase;
    font-family: Oswald_B;
}

.footer .title-ft h4 {
    position: relative;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer .title-ft h4:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #05a362;
}

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

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

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

.footer .menu-ft {
    padding: 0px;
    margin: 0px;
}

.footer .menu-ft li {
    list-style: none;
    margin-bottom: 10px;
}

.footer .menu-ft li a {
    color: #333;
}

.footer .menu-ft li a:hover {
    color: #f00;
}

.footer-end {
    margin-top: 30px;
    background: #05a362;
    color: #fff;
    padding: 15px 0px;
}

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

.footer-end .statistic span {
    display: inline-block;
    padding: 0px 5px;
}

#footer-map {
    width: 100%;
    position: relative;
    height: 450px;
}

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

.social1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social1 a {
    margin-right: 10px;
}


/* Contact */

.top-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

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

.form-contact {
    width: 47%;
}

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

.input-contact textarea {
    resize: none;
    font-size: 14px;
    height: 75px;
    padding: 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.input-contact input {
    border-radius: 2px;
    font-size: 14px;
}

.row-ip input {
    width: calc(50% - 10px);
    margin: 0px 5px;
    float: left;
}

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

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

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

.btn-contact {
    text-align: center;
}

.btn-primary {
    background: #05a362;
    border: none;
    border-radius: 2px;
    color: #fff;
    width: 120px;
    line-height: 42px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px;
    margin: 5px;
}

.btn-primary-send {
    background: #fec909;
    width: 120px;
    height: 40px;
    color: #333;
    font-family: Roboto-Medium;
    font-size: 16px;
}

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

.title-contact h4 {
    font-family: Oswald_B;
    text-transform: uppercase;
    font-size: 26px;
}

.title-contact p {
    margin: 0px;
    color: #444;
}


/* Messenger */

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

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 31E;
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182fc;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
    width: 220px;
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc;
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc;
}

.js-facebook-messenger-top-header {
    width: 220px;
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-container.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1;
}


/* Scale IMG */

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

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

.scale-img:hover>img {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* Blink */

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

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Button Frame */

.btn-frame i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

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

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

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

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

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

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


/* Zalo */

.btn-zalo {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 230px;
}


/* Phone */

.btn-phone {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 320px;
}


/* Toolbar */

.toolbar {
    background: #f00;
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
}

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

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

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

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

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


/* Fixbar */

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

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

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

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

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

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

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

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

.cart-menu {
    width: 185px;
    color: #fff;
}

.cart-menu {
    display: none;
}

.cart-menu a {
    color: #fff;
}


/* Plugbar */

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

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

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

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

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

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


/* Combo Phone */

.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 70px;
}

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

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

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

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

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

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

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

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

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


/* Phone Switch */

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}


/* Like Share */

.social-plugin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}

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

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


/* Phân Trang */

.pagination-home {
    margin-top: 10px;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

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


/* Phân Trang Ajax */

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

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

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #fff;
    background: #2f8615;
}


/* Popup custom */

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

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


/* Popup */

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


/* Hidden Google Captcha */

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.hieuung_border .i_trai {
    position: absolute;
    height: 0px;
    width: 1px;
    left: 0px;
    top: 0px;
    background: -webkit-gradient( linear, left bottom, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
    background: linear-gradient( to top, red, orange, yellow, green, blue, indigo, violet);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hieuung_border .i_phai {
    position: absolute;
    height: 0px;
    width: 1px;
    right: 0px;
    bottom: 0px;
    background: -webkit-gradient( linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
    background: linear-gradient( to bottom, red, orange, yellow, green, blue, indigo, violet);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hieuung_border .i_tren {
    position: absolute;
    height: 1px;
    width: 0px;
    right: 0px;
    top: 0px;
    background: -webkit-gradient( linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
    background: linear-gradient( to right, red, orange, yellow, green, blue, indigo, violet);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hieuung_border .i_duoi {
    position: absolute;
    height: 1px;
    width: 0px;
    left: 0px;
    bottom: 0px;
    background: -webkit-gradient( linear, right top, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
    background: linear-gradient( to left, red, orange, yellow, green, blue, indigo, violet);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hieuung_border:hover .i_trai {
    height: 100%;
    bottom: 0px;
    top: inherit;
}

.hieuung_border:hover .i_tren {
    width: 100%;
    left: 0px;
}

.hieuung_border:hover .i_phai {
    height: 100%;
    top: 0px;
    bottom: inherit;
}

.hieuung_border:hover .i_duoi {
    width: 100%;
    right: 0px;
    left: inherit;
}

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

.next-carousel {
    right: 0px;
}

.prev-carousel {
    left: 0px;
}


/*# sourceMappingURL=style.css.map *