@charset "UTF-8";

/* 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;
    --colormain: #000;
    --colormainhv: #da251d;
    --bgmain: #000;
    --bgmainhv: #da251d;
    --container: 1200;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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

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

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

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

.wrap-content {
    margin: auto;
}


/* General */

.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
}

.title-main span {
    text-transform: uppercase;
    color: var(--color-red);
    font-weight: 800;
    font-size: 23px;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

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

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

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px/2);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
    height: calc(1em + 1.25rem + 8px);
}

.text-sm {
    font-size: .875rem!important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

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

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

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


/* Lazyload */

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: calc(10/(var(--container) + 20)*100%);
    padding-right: calc(10/(var(--container) + 20)*100%);
}

@font-face {
    font-display: block;
    font-family: 'RobotoBold';
    src: url('../fonts/all_font/RobotoBold.eot');
    src: url('../fonts/all_font/RobotoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/RobotoBold.woff') format('woff'), url('../fonts/all_font/RobotoBold.ttf') format('truetype'), url('../fonts/all_font/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'RobotoRegular';
    src: url('../fonts/all_font/RobotoRegular.eot');
    src: url('../fonts/all_font/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/RobotoRegular.woff') format('woff'), url('../fonts/all_font/RobotoRegular.ttf') format('truetype'), url('../fonts/all_font/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFU FuturaHeavy';
    src: url('../fonts/all_font/SFUFuturaHeavy.eot');
    src: url('../fonts/all_font/SFUFuturaHeavy.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/SFUFuturaHeavy.woff2') format('woff2'), url('../fonts/all_font/SFUFuturaHeavy.woff') format('woff'), url('../fonts/all_font/SFUFuturaHeavy.ttf') format('truetype'), url('../fonts/all_font/SFUFuturaHeavy.svg#SFUFuturaHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU FuturaBook';
    src: url('../fonts/all_font/SFUFuturaBook.eot');
    src: url('../fonts/all_font/SFUFuturaBook.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/SFUFuturaBook.woff2') format('woff2'), url('../fonts/all_font/SFUFuturaBook.woff') format('woff'), url('../fonts/all_font/SFUFuturaBook.ttf') format('truetype'), url('../fonts/all_font/SFUFuturaBook.svg#SFUFuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Alexander';
    src: url('../fonts/all_font/UTMAlexander.eot');
    src: url('../fonts/all_font/UTMAlexander.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/UTMAlexander.woff2') format('woff2'), url('../fonts/all_font/UTMAlexander.woff') format('woff'), url('../fonts/all_font/UTMAlexander.ttf') format('truetype'), url('../fonts/all_font/UTMAlexander.svg#UTMAlexander') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SFU FuturaBook'
}

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

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ol.breadcrumb li a {
    color: #1c1c1c;
    font-family: 'RobotoRegular';
}

.d-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/* Scale IMG */

img {
    margin: 0 auto;
    max-width: 100%;
}

.img_ {
    overflow: hidden;
    display: block;
    position: relative;
}

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

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


/* Header */

.header {
    background-color: #ffffff;
    display: none;
}

.header-top {
    color: #ffffff;
    background-color: var(--color-red);
}

.header-top wrap-content {
    padding: 6px 15px;
}

.info-header {
    margin-bottom: 0px;
}

.info-header i {
    vertical-align: top;
    margin: 3px 5px 0px 0px;
    font-size: 16px;
}

.social-header li {
    width: 30px;
}

.header-bottom wrap-content {
    padding: 20px 15px;
}

.hotline-header {
    display: inline-block;
    padding-left: 25px;
    background-image: url(../images/hotline.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.hotline-header p {
    font-weight: bold;
    margin-bottom: -2px;
    text-transform: capitalize;
}

.hotline-header span {
    font-weight: bold;
    color: var(--color-red);
    font-size: 20px;
    display: block;
}

.user-header a {
    color: #ffffff;
    padding-right: 9px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.user-header a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #ffffff;
    top: calc(50% - 7px/2);
    right: 0px;
    opacity: 0.7;
}

.user-header a:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

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

header .wrap-top {
    padding: 10px 0;
    background: #fff;
}

.wrap-top-row {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.logo {
    width: 25%;
}

.logo img {
    margin: 0;
}

.banner {
    width: 50%;
    text-align: center;
}

.banner img {
    margin: 0 auto;
}

.wrap-top-right {
    width: 30%;
}

.hotline {
    text-align: right;
}

.hotline p {
    text-align: left;
    display: inline-block;
    padding: 5px 0 5px 55px;
    background: url(../images/hot.png) left top 5px no-repeat;
    font: 14px RobotoRegular;
    color: #000000;
}

.hotline p span {
    display: block;
    color: #da251d;
    font: 16px RobotoBold;
    line-height: 27px;
}


/* Menu */

.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    align-items: flex-end;
    width: 100%;
}

.menu {
    background: #fff;
}

.row-menu {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.menu ul#main-nav {
    width: calc(100% - 200px);
}

.menu ul {
    width: 75%;
    padding: 0px;
    margin: auto;
    list-style: none;
    align-items: center;
}

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

.menu ul#main-nav>li:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent 0%, #fff 50%, transparent 100%);
}

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

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    color: #333333;
    margin: 0px 4px;
    font-family: 'SFU FuturaHeavy';
    padding: 11px 0px;
    text-transform: uppercase;
}

.menu ul li a.active {
    color: red;
}

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

.menu ul li ul {
    position: absolute;
    min-width: 315px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -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;
    transition: all .5s;
}

.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;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: capitalize;
}

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

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px 15px;
}

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


/* Search */

.search {
    position: relative;
    padding: 5px 0;
    width: 200px;
}

.search p {
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #000;
    font-size: 16px;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/timkiem.png) center no-repeat;
}

.search input {
    width: 100%;
    height: 30px;
    outline: none;
    padding: 0;
    border: 0px;
    background: #fff;
    text-indent: 14px;
    border-radius: 25px;
    font: 13px RobotoRegular;
    color: #828282;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #828282;
}

.menu.fixed {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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


/* Slideshow */

.slideshow {
    position: relative;
}

.slideshow-item {
    display: block;
    cursor: pointer;
    position: relative;
}

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

.control-slideshow {
    opacity: 0;
}


/* Partner */

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

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

.partner {
    display: block;
    border: 1px solid #eee;
    max-width: 175px;
    margin: 0px auto;
}


/* Breadcrumb */

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs wrap-content {
    padding: 0.75rem 15px;
}

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

.breadCrumbs wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}


/* Intro */

.wrap-intro {
    background-color: #EEEADD;
}

.news-intro:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #CACACA;
}

.news-scroll:before,
.news-scroll:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #CACACA;
}

.news-scroll:before {
    top: 10px;
}

.news-scroll:after {
    bottom: 40px;
}

.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.news-control:hover {
    opacity: 1;
    color: var(--color-main);
}

.news-control#up {
    top: -10px;
}

.news-control#down {
    bottom: 20px;
}

.news-shadow {
    padding-bottom: 30px;
}

.news-shadow-time {
    font-size: 13px;
    width: 75px;
    margin-right: 45px;
}

.news-shadow-time:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 20px/2);
    right: -26px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/pattern-news.png);
}

.news-shadow-article {
    width: calc(100% - 120px);
    padding: 14px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cecabb;
}

.news-shadow-article:before {
    content: '';
    position: absolute;
    top: calc(50% - 26px/2);
    left: -13px;
    z-index: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #cecabb;
    border-bottom: 13px solid transparent;
}

.news-shadow-article:after {
    content: '';
    position: absolute;
    top: calc(50% - 24px/2);
    left: -11px;
    z-index: 1;
    border-top: 12px solid transparent;
    border-right: 11px solid #ffffff;
    border-bottom: 12px solid transparent;
}

.news-shadow-image {
    margin-right: 10px;
    width: 90px;
}

.news-shadow-info {
    width: calc(100% - 100px);
}

.news-shadow-name {
    height: 36px;
    font-size: 15px;
    font-weight: 700;
}

.news-shadow-name a {
    color: #222222;
}

.news-shadow-name a:hover {
    color: var(--color-main);
}

.news-shadow-desc {
    height: 38px;
    font-size: 13px;
}

.news-shadow-name a.text-split,
.news-shadow-desc.text-split {
    -webkit-line-clamp: 2;
}


/* Video */

.video {
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
}

.video-image {
    position: relative;
    margin-bottom: 0.75rem;
}

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

.video-name {
    left: 0;
    font-size: 18px;
    font-family: 'SFU FuturaBook';
    color: #fff;
    position: absolute;
    bottom: 11px;
    padding: 4px 0;
    width: 95%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}


/* Album */

.album {
    cursor: pointer;
    margin-bottom: 1rem;
}

.album-image {
    margin-bottom: 0.75rem;
}

.album-name {
    margin-bottom: 0px;
    text-align: center;
}

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


/* Brand */

.wrap-brand {
    margin-bottom: 50px;
    padding: 0px 15px;
}

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

.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto;
}


/* Product */

.price-product {
    color: #333;
    font-family: 'SFU FuturaHeavy';
}

.price-product span.giamoi,
.price-product a {
    color: red;
}

.price-product span.giacu {
    font: 13px RobotoRegular;
    color: #ccc;
    text-decoration: line-through;
}

.wrap-product {
    margin-bottom: 50px;
}

.product {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}

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

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

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

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

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

.name-product {
    font-size: 16px;
    color: var(--color-black);
    font-family: 'SFU FuturaHeavy';
    margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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


/* News */

.news {
    margin-bottom: 2rem;
}

.news-name {
    margin-bottom: 0.5rem;
}

.news-name a {
    color: #333;
    font-size: 16px;
}

.news-name a.text-split {
    -webkit-line-clamp: 2;
}

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

.news-time {
    color: #84878a;
    margin-bottom: 0.25rem;
}

.box_news {
    margin: 10px 0;
}

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

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


/* Footer */

.footer-article {
    background-color: #f28337;
}

.footer-article wrap-content {
    padding: 35px 15px;
}

.footer-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 500;
}

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

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

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

.footer-ul li a {
    color: var(--color-black);
}

.footer-ul li a:hover {
    text-decoration: none;
    color: var(--color-red);
}

.footer-tags {
    background: #eee;
}

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

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

.footer-tags-lists li {
    float: left;
}

.footer-tags-lists li a {
    padding-bottom: 0.375rem;
}

.footer-powered {
    color: #ffffff;
    background-color: var(--color-medium-red);
}

.footer-powered wrap-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-statistic {
    text-align: right;
}

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

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

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

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

.footer-infor {
    margin: 20px 0 0;
    font: 14px RobotoRegular;
}

.mangxahoi_header a img:hover,
.mangxahoi_footer a img:hover:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease;
}

.row_footer {
    align-items: flex-start;
}

.footer1 {
    width: 63%;
    background: url(../images/bg_ft.png) center no-repeat;
    background-size: 100% 100%;
    padding: 50px 20px;
}

.footer2 {
    width: 24%;
    padding: 50px 0px 0 48px;
}

.footer3 {
    width: 13%;
    padding-top: 54px;
}

.footer-infor p {
    margin-bottom: 10px;
    padding: 10px 0 10px 50px;
    background: url(../images/footer1.png) left center no-repeat;
}

.footer-infor p:nth-child(2) {
    background: url(../images/footer2.png) left center no-repeat;
}

.footer-infor p:nth-child(3) {
    background: url(../images/footer3.png) left center no-repeat;
}

.footer-infor p:nth-child(4) {
    background: url(../images/footer4.png) left center no-repeat;
}

.footer-title {
    text-transform: uppercase;
    font-family: 'SFU FuturaHeavy';
    font-size: 24px;
    color: #fff;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
}

.footer-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #fff;
}

.chinhsach a {
    text-transform: uppercase;
    font-family: 'SFU FuturaBook';
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 0 0 0 31px;
    margin: 0 0 10px 0;
    position: relative;
}

.chinhsach a:hover {
    color: yellow;
}

.chinhsach a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 15px;
    height: 10px;
    background: url(../images/muiten.png) center no-repeat;
}


/* Like Share */

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

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

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


/* Paging */

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

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


/* Paging Ajax */

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

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666!important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none!important;
    background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff!important;
    border-color: var(--color-red);
    background-color: var(--color-red);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff!important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}


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


/* Text Hide */

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

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


/* Transition All */

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


/* Scale IMG */

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

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

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


/* Blink */

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

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

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

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


/* Button Frame */

.btn-frame {
    display: block;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

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

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

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

.btn-frame .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -10px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

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

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

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

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


/* Zalo */

.btn-zalo {
    bottom: 315px;
}


/* Phone */

.btn-phone {
    bottom: 251px;
}


/* Messenger */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: #1182FC
}

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

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

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

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

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

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

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

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


/* Cart Fix */

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

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

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


/* Toolbar */

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

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

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

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

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

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


/* Fixbar */

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

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

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

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

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

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

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

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


/* Plugbar */

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

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

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

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

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

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


/* Combo Phone */

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

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

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

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

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

.support-online a {
    display: block;
}

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

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

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

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

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

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

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


/* Phone Switch */

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*about*/

.section-about {
    padding: 50px 0;
}

.row_about {}

.about_left {
    width: 58%;
    padding: 0px 15px 0 0;
}

.about_right {
    width: 42%;
    padding: 49px 0 0 54px;
}

.about_text1 {
    font-family: 'SFU FuturaBook';
    font-size: 36px;
    display: none;
}

.about_text2 {
    font-family: 'SFU FuturaBook';
    font-size: 36px;
}

.about_des {
    color: #293034;
    line-height: 30px;
    font-family: 'SFU FuturaBook';
    font-size: 16px;
    margin: 10px 0 25px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 6;
    -moz-webkit-line-clamp: 6;
    -ms-webkit-line-clamp: 6;
    -o-webkit-line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_seemore a {
    display: inline-block;
    color: aliceblue;
    text-transform: uppercase;
    font-family: 'SFU FuturaBook';
    font-size: 16px;
    border-radius: 6px;
    background: #e9803a;
    padding: 9px 20px;
}

.about_seemore a:hover {
    color: yellow;
}


/*about*/

.section-bannerqc {
    margin: 0;
    text-align: center;
}

.section-bannerqc img {
    margin: 0 auto;
    width: 100%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}


/*form*/

.section-dangkynhantin {
    padding: 50px 0 60px;
    background: #000 url(../images/bgform.png) no-repeat;
    background-size: cover;
}

.rowdknt {
    padding: 0 15%;
}

.newsletter-row {
    justify-content: space-between;
    margin: 20px -10px 10px;
}

.newsletter-col {}

.newsletter-col:nth-child(2) .input_ input {
    border-radius: 0px 25px 25px 0px;
}

.input_ {
    width: 67%;
    margin-right: 10px;
}

.input_ input,
.input_ textarea {
    width: 100%;
    border-radius: 13px;
    background: #fff;
    color: #d5d5d5;
    font-family: Arial;
    font-size: 14px;
    text-indent: 15px;
    height: 45px;
    border: none;
    box-shadow: none;
    margin: 0;
}

.input_ textarea {
    resize: none;
    height: 50px;
}

.input_ textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_ input::-webkit-input-placeholder,
.input_ textarea::-webkit-input-placeholder {
    color: #1a1a1a;
    font-family: 'SFU FuturaBook';
    font-size: 14px;
}

.newsletter-button {
    text-align: center;
    margin: 0;
}

.newsletter-button input {
    width: 115px;
    border-radius: 14px;
    background: #1c2d68;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'SFU FuturaBook';
    height: 44px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}

.newsletter-button input:focus {
    outline: 0;
}

.newsletter-button input:hover {
    color: yellow;
}

.input_.label_input label {
    color: #fff;
}

.input_.label_input label:before {
    background: transparent;
}

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

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0px 2px 0px #dc3545;
}

#popup-notify-label {
    text-align: center;
    text-transform: capitalize;
    font: 30px RobotoBold;
    color: #ed1c24;
    padding: 10px 0 0;
}


/*form*/

.name_slide {
    position: absolute;
    font-family: 'UTM Alexander';
    font-size: 37px;
    color: #e9803a;
    bottom: 251px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 0 3px 3px rgb(0 0 0 / 30%), 3px 3px 3px rgb(0 0 0 / 30%);
}

.name-dmprod.text-split1 a {
    font-family: 'SFU FuturaBook';
    color: #fff;
    font-size: 17px;
    display: block;
}

.btn_dmsp a {
    font-family: 'SFU FuturaBook';
    font-size: 16px;
    padding: 7px 25px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    background: #e9803a;
}

.name-dmprod.text-split1:hover a {
    color: red;
}

.name-dmprod {
    margin-bottom: 6px;
    text-align: center;
}

.list_dm {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
}

.btn_dmsp a:hover {
    color: red;
}

.img_DMpro img {
    width: 100%;
}

.content_dm {
    position: absolute;
    bottom: -44px;
    transition: 0.4s;
    width: 96%;
    background: #00000069;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
    /* pointer-events: none; */
    padding: 0px 15px;
}

.list_dm:hover .content_dm {
    bottom: 0;
    padding-top: 15%;
    left: 0;
    right: 0;
    background: #0d3577bd;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    /* pointer-events: none; */
    width: 97%;
    transition: 0.4s;
}

.title_sp {
    justify-content: space-between;
    margin-bottom: 19px;
}

.title_sp h2 {
    font-family: 'SFU FuturaHeavy';
    font-size: 36px;
    text-transform: uppercase;
}

.title_sp {
    justify-content: space-between;
    margin-bottom: 19px;
}

.title_sp h2 {
    font-family: 'SFU FuturaHeavy';
    font-size: 36px;
    text-transform: uppercase;
}

.btn_sp a {
    padding: 8px 5px !important;
    border: 2px solid #e9803a;
    font-family: 'SFU FuturaBook';
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    display: block;
}

.btn_sp a:hover {
    color: red;
}

.btn_sp {
    margin-top: 14px;
}

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

.name-udprod a {
    font-family: 'SFU FuturaBook';
    text-align: center;
    font-size: 17px;
    color: #fff;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name-udprod a:hover {
    color: red;
}

.content_ud {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0px;
    margin: 0 auto;
    padding-left: 15px;
    width: 96%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 3.9) 100%);
}

.dm_sp {
    margin-bottom: 35px;
}

.list_ud.col-xs-12.col-sm-6.col-md-4 {
    padding-left: calc(0/(var(--container) + 20)*100%);
    padding-right: calc(10/(var(--container) + 20)*100%);
}

.ud_sp {}

.dangkynhantin_index {
    background: #f28337;
    padding: 40px 0;
    margin: 40px 0 29px;
}

.title_form {
    margin-bottom: 28px;
}

.title_form h2 {
    font-family: 'SFU FuturaHeavy';
    font-size: 20px;
    color: #fff;
}

.title_form h3 {
    font-family: 'SFU FuturaBook';
    font-size: 15px;
    color: #fff;
}

.form_left {
    width: 40%;
}

.tieuchi_right {
    width: 60%;
    margin-bottom: -70px;
}

.name_tc {
    font-family: 'SFU FuturaBook';
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    background: #e9803a;
    width: 80%;
    position: absolute;
}

.list_tc {
    position: relative;
}

.img_tc img {
    border: 2px solid #fff;
}

.content_tt_left {}

.btn_tt {
    width: 25%;
    text-align: center;
    margin-top: 22px;
}

.name_tt a {
    font-size: 18px;
    font-family: 'SFU FuturaBook';
    color: #fff;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name_tt a:hover {
    color: red;
}

.name_tt {}

.nd_tt {
    font-family: 'SFU FuturaHeavy';
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_tt a {
    font-family: 'SFU FuturaBook';
    font-size: 16px;
    background: #e9803a;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
}

.btn_tt a:hover {
    color: red;
}

.list_tt {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}

.content_tt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 0;
    width: 95%;
    margin: 0 auto;
    right: 0;
}

.tintuc_index {
    margin: 71px 0 50px;
}

.list_doitac {
    margin: 0 15px 15px 0;
}

.doitac_index {
    padding: 40px 0;
}

.logo_ft {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.logo_ft::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #f28337;
}

.logo_qr {
    margin-top: 20px;
}

.mangxahoi_header {
    margin-top: 24px;
}

.mangxahoi_header a {
    margin: 0 5px;
}

.footer-copyright {
    font-family: 'SFU FuturaBook';
    font-size: 13px;
    margin-top: 24px;
}

.title-main h2 {
    font-family: 'SFU FuturaHeavy';
    font-size: 36px;
    text-transform: uppercase;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}

.danhmuc_sp {
    width: 25%;
    border: 1px solid #ccc;
    position: sticky;
    top: 96px;
    z-index: 99;
}

.pro_right {
    width: 75%;
    padding-left: 33px;
}

.title_dm {
    margin-bottom: 12px;
    text-align: center;
    background: #f28337;
    padding: 10px 0;
}

.title_dm h2 {
    font-family: 'SFU FuturaHeavy';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.wp_dm ul li a {
    padding: 8px 6px;
    display: block;
    border-bottom: 1px solid #ccc;
    font-family: 'SFU FuturaBook';
    font-size: 18px;
    color: #000;
}

.wp_dm ul li a:hover {
    color: red;
}

.wp_dm ul li {
    position: relative;
}

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

.menu_cat {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    min-width: 300px;
}

ul.menu_cat li a {
    padding-left: 15px;
}

.wp_dm ul li a.active {
    color: red;
}

.content_pro {
    text-align: center;
    padding: 10px 0;
}

a.box-dmpro {}

.name_slide span {
    font-size: 54px;
}

button span {
    font-size: 94px;
}

button.owl-prev {
    position: absolute;
    left: -39px;
    top: 18%;
}

button.owl-next {
    position: absolute;
    right: -48px;
    top: 21%;
}