@charset "UTF-8";

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

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

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

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

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



body {
    min-width: 1366px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    top: 0 !important;
}

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-main {
    margin: 40px auto;
    width: 1300px;
}

.wrap-content {
    width: 1300px;
}

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

.wrap-content {
    margin: auto;
}

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

.baonoidung img {
    height: auto !important;
}

.baonoidung * {
    max-width: 100% !important;
}

.baonoidung table {
    display: block;
    overflow-y: auto;
}

/* General */
h2.title-main.white p.slogan {
    color: #fff;
}

h2.title-main.white span {
    color: #fff;
}

.title-main {
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}

p.slogan {
    color: #666666;
    font-size: 15px;
    letter-spacing: 3px;
    margin: 6px 0;
}

.title-main>span {
    color: #02509b;
    font-size: 30px;
    display: inline-block;
    font-family: 'Montserrat-Bold';
    padding: 0 0px 15px;
    margin-bottom: 15px;
    position: relative;
}




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

ul.social.social-header {
    background: #E67012;
    color: #fff;
    padding: 6px 20px;
    position: relative;
    margin-left: 50px;
}

.header-top:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: calc((100% - 1300px)/2);
    background: #E67012;
    bottom: 0;
}

ul.social.social-header:before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    border-top: solid 40px #e67012;
    border-left: solid 30px transparent;
}

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

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

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

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

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

.wrap-partner .control-carousel {
    bottom: 20px;
    top: 0;
    background: #E67012;
    border-radius: 50%;
    border: none;
    color: #fff;
}

.next-carousel {
    right: 0px;
}

/* WRAP HEADER */
.header {
    display: block;
    border-bottom: 1px solid #d5d6d8;
    position: relative;
    z-index: 1001;
}

.header_menu li a .h2:hover {
    color: red;
}

.flex_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}

.header_left {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.h_logo {
    flex-shrink: 0;
    width: 213px;
}

.header_hotline {
    flex-shrink: 0;
    font-size: 14px;
    color: #01376c;
    font-family: 'Montserrat-Regular';
}

.header_menu {
    flex-shrink: 0;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.header_menu li {
    display: block;
    position: relative;
}

.header_menu li a {
    display: block;
}

.header_menu li a .h2 {
    margin: 0;
    font-size: 15px;
    color: #01376c;
    text-transform: capitalize;
    font-family: 'Montserrat-Regular';
}

.header_menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: transparent;
    z-index: 100;
    width: max-content;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
}

.header_menu li ul .h2 {
    display: block;
    background: #01376c;
    color: #fff;
    line-height: normal;
    padding: 10px 15px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-bottom: none;
}

.header_menu li ul li:last-of-type .h2 {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.header_menu li:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.title-main>span::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e67012;
}

.header_menu li ul .h2:hover {
    background: var(--c2);
    color: #fff;
    transition: all .3s ease;
}

.hmline {
    display: block;
    width: 1px;
    height: 25px;
    background: #e3e3e3;
    margin: 0 22px;
}

.h_right {
    flex-shrink: 0;
}

.header_mxh {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.header_mxh a {
    display: block;
    margin-left: 18px;
    transition: all .5s ease;
}

.header_mxh a:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

/* Menu */
.menu {
    position: sticky;
    background-color: #fff;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px 0;
}

.menu.scrolled {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

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

.fix_menu {
    position: fixed !important;
    box-shadow: 0 0 1px #999;
}

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

.menu ul.ulmn {
    width: calc(100% - 100px);
    justify-content: left;
}

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

.menu ul.ulmn>li {
    /* flex: auto; */
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    flex: none;
}

.menu ul li a {
    font-size: 15px;
    color: #01376c;
    font-family: 'Montserrat-Regular';
    margin: 0px;
    padding: 0 10px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    line-height: 40px;
    border-radius: 50px;
}

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

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -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 {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.menu ul li ul li a {
    font-size: 13px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    border-radius: 0;
    font-weight: normal;
}

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

.menu ul li ul li a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: #333;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
}

.menu ul li ul li a:hover:before, .menu ul li ul li>a.active:before {
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 30px;
}

.menu ul li ul li a:hover {
    padding-left: 40px;
}

/* Search Responsive */
.search-res {
    position: relative;
    width: 100px;
    display: flex;
    justify-content: end;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #000 !important;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: #ec2d3f;
    border-radius: 100%;
    background: #02509b;
    color: #fff !important;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ec2d3f;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #ec2d3f;
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #ec2d3f;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

/* Search */
.search:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    border-bottom: solid 35px #fff;
    border-left: solid 20px transparent;
}

.search {
    width: 285px;
    background: #fff;
    position: relative;
    right: 0;
    top: 0;
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    color: var(--color-gray);
    font-size: 16px;
}

.search input {
    width: calc(100% - 35px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
    color: #999;
}

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

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

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

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

/* Menu RP */
.menu-res {
    display: none;
    height: 50px;
    z-index: 10;
    background: var(--color-web);
    position: relative;
    z-index: 999;
    line-height: normal;
}

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

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 35px;
    height: 23px;
    position: relative;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

.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 {
    transform: rotate(45deg);
}

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

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

/* Search RP */
.search-grid {
    width: calc(100% - 45px);
    height: 40px;
    overflow: hidden;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
    line-height: normal;
}

.search-grid p {
    float: right;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-web);
    line-height: 40px;
    text-align: center;
}

.search-grid input {
    width: calc(100% - 35px);
    float: left;
    line-height: 38px;
    outline: none;
    border: none;
    text-indent: 10px;
    color: #999;
}

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

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

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

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

/* Slideshow */
#wowslider-container1 {
    overflow: hidden;
}

.sl_a {
    position: relative;
    width: 1920px;
    height: 773px;
    cursor: move;
    overflow: hidden;
    margin: auto;
}

.sl_a img {
    width: 100%;
    display: block;
    height: 100%;
}

.jssorb032 {
    position: relative !important;
    z-index: 2;
    margin: auto;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.jssorb032 .i {
    cursor: pointer;
    position: relative !important;
    left: 0 !important;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    margin: 0 3px;
}

.jssorb032 .i span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
}

.jssorb032 .i:hover, .jssorb032 .iav {
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.jssorb032 .i:hover span, .jssorb032 .iav span {
    border: 2px solid #e8c053;
}

.sl_a .jssora05r {
    width: 29px;
    height: 55px;
    top: calc(50% - 27.5px) !important;
    background: url(../images/nex.png) no-repeat;
    right: 58px;
    opacity: 0;
}

.sl_a .jssora05l {
    width: 29px;
    height: 55px;
    top: calc(50% - 27.5px) !important;
    background: url(../images/pre.png) no-repeat;
    left: 58px;
    opacity: 0;
}

.sl_a:hover .jssora05r {
    opacity: 1;
    z-index: 10;
}

.sl_a:hover .jssora05l {
    opacity: 1;
    z-index: 10;
}

.slideshow {
    position: relative;
    overflow: hidden;
}

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

.slideshow a img {
    width: 100%;
}

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

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

.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;
    cursor: pointer;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
}

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

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

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

.slider-items__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.slider-items__content .ttsl {
    padding: 10px;
}

.slider-items__content .slider-items__name {
    font-size: 40px;
    text-transform: capitalize;
}

.slider-items__content .slider-items__desc {
    font-size: 15px;
    margin: 20px 0;
}

.slider-items__desc.text-split {
    -webkit-line-clamp: 2;
}

.slider-items__content .slider-items__button {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 10px;
    text-decoration: none;
}

.slider-items__content .slider-items__button:hover {
    background: #fff;
    color: #000;
}

.owl-slideshow .owl-item.active .slider-items__name {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.owl-slideshow .owl-item.active .slider-items__desc {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.owl-slideshow .owl-item.active .slider-items__button {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #eee;
}

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

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

.breadCrumbs .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

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

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

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

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





.wrap_tc {
    padding: 50px 0;
    background: url(../images/bg_tc.png) top center no-repeat;
    background-size: cover;
}

h2.title-main.white span {
    color: #fff;
}

h2.title-main.white p.slogan {
    color: #fff;
}

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

.item_tc {
    width: calc(100%/4 - 10px);
    text-align: center;
    color: #fff;
}

.item_tc .img {
    border-radius: 50%;
    margin: auto;
    margin-bottom: 21px;
    overflow: hidden;
    transition: all 0.5s;
}

.item_tc .img:hover {}

.item_tc h3 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat-Bold';
    position: relative;
    padding-bottom: 5px;
}


.mt_tc {
    color: #ffff;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

/* Sản Phẩm */
.wrap-product {
    margin-bottom: 30px;
}

.grid-page {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

p.slogan {
    color: #666666;
    font-size: 15px;
    letter-spacing: 3px;
    margin: 6px 0;
}

.item2 {
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
}

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

.product:hover {
    border: solid 1px #02509b;
}

.product {
    display: block;
    margin-bottom: 20px;
    position: relative;
    border: solid 1px #E6E6E6;
}

.product .pic-product {
    background: #fff;
    display: block;
    position: relative;
    overflow: hidden;
}

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

.product .name-product {
    margin-bottom: 5px;
    font-weight: normal;
}

.product .name-product a {
    font-size: 14px;
    color: #262626;
    line-height: 25px;
    font-family: 'Montserrat-Bold';
    text-transform: capitalize;
    -webkit-line-clamp: 1 !important;
}

.product .name-product a:hover {
    color: #e67012;
}

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

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

.product .price-new {
    font-size: 15px;
    font-weight: 500;
    color: #f00;
    display: inline-block;
}

.product .price-old {
    padding-left: 10px;
    font-size: 12px;
    text-decoration: line-through;
    display: inline-block;
}

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

.info_pro {
    padding: 10px;
}

.info_pro p {
    margin-bottom: 0;
}

p.ma {
    color: #666666;
}

p.ma span {
    font-size: 14px;
    font-weight: 700;
    color: #E67012;
}

a.views {
    background: #02509B;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 27px;
    line-height: 27px;
    border-radius: 15px;
    text-decoration: none;
}

a.views_all {
    display: block;
    text-decoration: none;
    width: 200px;
    margin: 40px auto;
    text-align: center;
    background: #02509b;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 4px;
    transition: all 1s;
}

a.views_all:hover {
    transition: all 1s;
    background: #d70c0c;
}

a.views:hover {
    background: #e67012;
}

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

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

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

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

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

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

.show-more {
    margin-bottom: 12px;
    margin-top: 5px;
    color: #242424;
}

.expand.js-content {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 500px;
}

.show-more {
    margin-bottom: 12px;
    margin-top: 5px;
    color: #242424
}

.show-more #js-show-more {
    display: block;
    color: #4D90E0;
    text-align: center;
    width: 18%;
    border: 1px solid #4D90E0;
    height: 39px;
    line-height: 39px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin: 15px auto 10px
}

.js-content.expand+.show-more::before {
    content: "";
    height: 30px;
    margin-top: -45px;
    position: relative;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.5, #fff), to(rgba(255, 255, 255, 0)));
    display: block
}

h2.tt_c1 {
    font-family: 'UTMHelvetIns';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    color: #02509b;
    margin-bottom: 20px;
}

/* Intro */
.wrap-intro {
    margin-bottom: 50px;
    overflow: hidden;
}

.left-intro {
    width: 67%;
}

.right-intro {
    width: 30%;
}

.title-intro {
    border-bottom: 1px solid var(--color-red);
    margin-bottom: 1.5rem;
}

.title-intro span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
}

.title-intro span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0px;
    background-color: var(--color-red);
}

.tintuc_1 {
    width: 48.388%;
    display: block;
}

.tintuc_1 a.img {
    display: block;
    width: 100%;
    margin-bottom: 9px;
}

.tintuc_1 a.img img {
    width: 100%;
    transition: 1s;
    display: block;
}

.tintuc_1 a.img img:hover {
    opacity: 0.6
}

.tintuc_1 a.ten {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
    max-height: 44px;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
}

.tintuc_1 a.ten:hover {
    color: var(--color-red)
}

.tintuc_1 .mota {
    color: #4d4d4d;
    line-height: 20px;
    max-height: 60px;
    font-size: 13px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    margin-bottom: 14px;
}

.tintuc_1 h3 {
    font-weight: normal;
    margin: 0;
}

.tintuc_1 .xemthem {
    display: block;
    color: #000;
    border: 1px solid #000;
    width: 101px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.tintuc_1 .xemthem:hover {
    color: var(--color-red);
    border-color: #f00;
}

.tintuc_scroll {
    width: calc(51.612% - 20px);
    max-height: 370px;
    overflow: hidden;
    display: block;
}

.item_ttcl {
    margin-bottom: 20px;
    border: none !important;
    overflow: hidden;
}

.item_ttcl a.img {
    display: block;
    width: 150px;
}

.item_ttcl a.img img {
    width: 100%;
    display: block;
    transition: 1s
}

.item_ttcl a.img img:hover {
    opacity: 0.6
}

.item_ttcl .tttt {
    width: calc(100% - 170px);
}

.item_ttcl h3 {
    font-weight: normal;
    margin: 0;
}

.item_ttcl a.ten {
    font-size: 15px;
    line-height: 22px;
    color: #2f2f2f;
    font-weight: 700;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
    max-height: 44px;
    margin-bottom: 2px;
}

.item_ttcl a.ten:hover {
    color: var(--color-red)
}

.item_ttcl .mota {
    color: #5c5c5c;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin: 0;
}

.wrap-intro1 {
    padding: 50px 0;
    overflow: hidden;
}

.prev-tintuc {
    left: -66px;
    width: 45px;
    background: url(../images/pre1.png)no-repeat center center, #404040;
    height: 45px;
    top: calc(50% - 45px/2);
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}

.next-tintuc {
    right: -66px;
    width: 45px;
    background: url(../images/nex1.png)no-repeat center center, #404040;
    height: 45px;
    top: calc(50% - 45px/2);
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}

.tintuc_scroll1 {
    width: 100%;
    display: block;
}

.tintuc_scroll1.owl-carousel .owl-stage {
    display: flex;
    flex-flow: row wrap;
}

.tintuc_scroll1 .item_tt {
    width: 100% !important;
    margin: 5px !important;
    height: 100%;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.item_tt {
    background: #e8efeb;
    margin: 0 10px;
    margin-bottom: 55px;
    padding: 20px;
    border-radius: 20px;
    padding-top: 0;
}

.item_tt a.img {
    display: block;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: -40px;
}

.item_tt a.img img {
    width: 100%;
    display: block;
    transition: 1s
}

.item_tt .tttt {
    width: 100%;
    padding: 7px 15px 20px;
}



.item_tt .tttt span img {
    margin-bottom: 10px;
}

.info_news {}

.item_tt .tttt span a {
    color: #ebc252;
    font-size: 15px;
}

.item_tt h3 {
    font-weight: normal;
    margin: 0;
    height: 45px;
}

.item_tt a.ten {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    -webkit-line-clamp: 2 !important;
    margin-bottom: 5px;
    display: flex;
    display: -webkit-box;
    text-transform: uppercase;
}

.item_tt a.ten:hover {
    color: #e67012;
}

.item_tt .mota {
    color: #333;
    line-height: 22px;
    margin: 0;
    display: flex;
    display: -webkit-box;
}

.item_tt .them {
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #333;
    margin-bottom: 4px;
}

.item_tt .them:after {
    position: absolute;
    right: -13px;
    content: '';
    border-left: 5px solid #333;
    top: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.item_tt .them:hover {
    color: var(--color-red)
}

.item_tt .them:hover:after {
    border-left: 5px solid var(--color-red)
}

/* Partner */
.wrap-partner {
    padding: 40px 0px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}

.wrap-partner .wrap-content {
    padding: 0px;
    position: relative;
}

.owl-partner {
    padding: 0px;
}

.partner {
    display: block;
    border: 1px dotted #b6b6b6;
}

.partner img {
    width: 100%;
}

.info_dt {
    width: 150px;
    position: relative;
}

.owl-partner {}

.tt_dt {
    color: #02509b;
    font-family: 'UTMHelvetIns';
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.prev-partner {
    left: calc(50% - 35px);
}

.next-partner {
    right: calc(50% - 35px);
}

/* Footer */
.footer-article {
    background: #02509b url(../images/bg_ft.png) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

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

.info-footer {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.footer-article .wrap-content {
    padding: 50px 0;
}

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

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

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

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

.ten-footer {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 20px;
    color: #e67012;
}

.info-footer p {
    margin-bottom: 10px;
}

.title-footer {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: row wrap;
}

.footer-ul li {
    width: 100%;
}

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

.footer-ul li a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    background: url(../images/arrow_r.png) no-repeat 0px 6px;
    padding-left: 12px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.footer-ul li a:hover {
    color: #e67012;
}

.social-footer {
    padding-top: 10px;
}

.social-footer span {
    margin-right: 29px;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    line-height: 27px;
}

.social-footer a {
    display: block;
    width: 27px;
    margin-right: 6px;
}

.social-footer a img {
    display: block;
    width: 27px;
    height: 27px;
    transition: 1s;
}

.social-footer a:hover img {
    transform: rotate(720deg);
}

.slogan-newsletter {
    margin-bottom: 0.5rem;
    color: var(--color-gray);
}

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

.newsletter-input input {
    padding: 0px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 0px;
}

.newsletter-button {}

.newsletter-button input[type=submit] {
    border: 0px;
    background-color: var(--color-red);
    color: #fff;
    display: inline-block;
    padding: 5px 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.footer-tags {
    background: #eee;
}

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

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

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

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

.list-tags li a {
    color: #fff;
    background-color: var(--color-red);
    padding: 6px 15px 8px 15px;
    border-radius: 3px;
    display: block;
}

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

#fanpage-facebook {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.footer-powered {
    color: #fff;
    background-color: #e67012;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
}

.footer-powered .wrap-content {}

p.icon_map {
    margin-bottom: 0;
    margin-top: -20px;
    cursor: pointer;
    animation: jumpUp 2s infinite linear;
}

@keyframes jumpUp {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

p.icon_map a {
    display: block;
}

.copyright {
    margin-bottom: 0px;
    width: 40%;
}

.copyright span {}

.statistic {
    margin-bottom: 0px;
    width: 40%;
    text-align: right;
}

.statistic b {
    font-weight: normal;
    margin: 0 8px;
}

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

#footer-map iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.cotapp {
    position: fixed;
    left: 10px;
    bottom: 124px;
    width: 60px;
    z-index: 100;
}

.cotapp a {
    display: block;
    padding: 3px 0;
    width: 100%;
}

.cotapp a img {
    display: block;
    width: 100%;
}

/* Sản Phẩm Detail */
.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    text-align: center;
    background: white;
}

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

.right-pro-detail {
    width: calc(50% - 10px);
    float: right;
}

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

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

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

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

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

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.size-pro-detail.active, .color-pro-detail.active {
    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: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

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

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

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

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

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

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

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fd6e1d;
}

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

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

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

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

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

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

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

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

/*.tabs-pro-detail{border: 1px solid #dee2e6;}
*/
.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 0;
    background: #eee;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    background: #eee;
    padding: 10px 20px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #02509b;
    color: #fafafa;
}

.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;
    padding: 10px;
    border: 1px solid #eee;
    border-top: none;
}

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

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

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

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

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

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

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

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

/* Bài viết */
.grid-tintuc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

.news {
    width: calc(50% - 10px);
    display: block;
    margin-bottom: 20px;
    display: block;
}

.pic-news {
    float: left;
    width: 37%;
}

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

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

.info-news h3 {
    margin-bottom: 0;
}

.name-news {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2 !important;
}

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

.time-news {
    color: var(--color-gray);
    margin-bottom: 0px;
    font-size: 12px;
    margin: 2px 0;
}

.desc-news {
    color: #333333;
    margin-top: 0px;
    line-height: 20px;
    height: 60px;
}

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

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

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

.form-contact {
    width: 47%;
}

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

.form-contact .row .col-sm-6 {
    padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

.addthis_button_facebook_like {
    display: block;
    background: #1877f2;
    margin-right: 2px;
    position: relative;
    transition: all .2s ease-in-out;
}

.addthis_button_facebook_like:hover {
    transform: translateY(-4px);
}

.addthis_button_facebook_like .fb_iframe_widget {
    height: 26px !important;
    display: block !important;
}

.addthis_button_facebook_like span {
    display: block;
    height: 26px !important;
}

.addthis_button_facebook_like iframe {
    height: 20px !important;
    margin: 2px 0;
}

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

.social-plugin .zalo-share-button {
    margin-left: 3px;
    height: 26px !important;
    padding: 0 10px 0 25px;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 26px;
    font-size: 10.2px;
    background: url(../images/za.png) no-repeat 5px center, #03a5fa;
    position: relative;
    transition: all .2s ease-in-out;
}

.social-plugin .zalo-share-button:hover {
    transform: translateY(-4px);
}

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

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

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

/* Phân Trang Ajax */
.pagination-ajax {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.pagination-ajax a {
    display: block;
    margin: 0px 5px 10px 5px;
    background: #eee;
    height: 30px;
    line-height: 28px;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 14px;
    cursor: pointer;
    padding: 0px;
    width: 30px;
    color: #333;
}

.pagination-ajax a i:before {
    vertical-align: middle;
}

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

/* 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, .toptop {
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 13px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.scrollToTop img {
    display: block;
    width: 100%;
}

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

/* 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: 40px;
    height: 40px;
    position: fixed;
    right: 14px;
    z-index: 100;
    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: var(--color-web);
    position: relative;
    z-index: 1;
}

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

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

.btn-frame .kenit-alo-circle {
    width: 48px;
    height: 48px;
    top: -4px;
    right: -4px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid var(--color-web);
    box-sizing: border-box;
}

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

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

.btn-frame .kenit-alo-circle-fill {
    width: 56px;
    height: 56px;
    top: -8px;
    right: -8px;
    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: var(--color-web);
    opacity: .4;
    box-sizing: border-box;
}

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

.btn-face {
    bottom: 150px;
}

.btn-zalo {
    bottom: 205px;
}

.btn-phone {
    bottom: 280px;
}

/* Messenger */
#messages-facebook {
    position: fixed;
    z-index: 1000;
}

.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 {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 120px;
    right: 5px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--color-web);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

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

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

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

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

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

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 170px;
    right: 10px;
    width: 300px;
    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: 100%
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: var(--color-web)
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 100%;
    background: var(--color-web);
    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-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
    z-index: 1000;
}

.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: 8px;
    bottom: 350px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

.toolbar ul li {
    text-align: center;
    width: calc(100%/3);
    position: relative;
}

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

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

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    display: block;
}

.content-phone {
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ddaa29;
    display: none;
    box-sizing: border-box;
    width: 150px;
}

.content-phone a {
    color: #fff;
    font-size: 15px;
    padding: 3px 0px;
    display: block;
}

div#left {
    width: 280px;
    position: sticky;
    top: 80px;
    z-index: 5;
    float: left;
}

div#right {
    width: calc(100% - 300px);
    float: right;
}

.danhmucct {
    margin: 0 0 20px;
    position: relative;
    padding: 10px 10px 0 10px;
    border: 1px solid #e7e7e7;
}

.danhmucct:last-child {
    margin: 0;
}

#tinmoi .product {
    width: 100%;
    margin: 0 0 10px 0;
}

.tieude {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #323232;
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 700;
}

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

.danhmuc ul li {
    position: relative;
}

.danhmuc ul li a {
    color: #252a2b;
    position: relative;
    font-size: 14px;
    display: block;
    padding: 8px 0 8px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.danhmuc ul li:last-child a {
    /* border-bottom: none; */
}

.danhmuc ul li a:hover, .danhmuc ul li:hover>a, .danhmuc ul li.has-submenu.opened>a {
    color: var(--color-red);
}

.danhmuc>ul>li.has-submenu>a {
    text-transform: uppercase;
}

.danhmuc ul>li.has-submenu>a.acap {
    padding-right: 30px;
}

.danhmuc ul>li.has-submenu>ul li {
    padding-left: 10px;
}

.danhmuc ul>li>a, .danhmuc ul>li>a {
    padding: 10px 0 8px 0;
    font-weight: 500;
    font-size: 15px;
}

.danhmuc ul li ul {
    display: none;
    border-bottom: 1px solid #e7e7e7;
}

.danhmuc ul>li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
    margin: auto;
    border: 1px solid transparent;
    z-index: 5;
}

.icon-plus-submenu:after, .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

.danhmuc ul>li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #e7e7e7;
}

li.has-submenu.opened>.icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}

.item_ttnb {
    margin-bottom: 10px;
    display: flex !important;
    flex-wrap: wrap;
    border: none !important;
    justify-content: space-between;
    align-items: center;
}

.item_ttnb .img {
    display: block;
    overflow: hidden;
    width: 100px;
}

.item_ttnb .img img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.item_ttnb .img:hover img {
    transform: scale(1.2);
}

.item_ttnb .tttt {
    display: block;
    width: calc(100% - 110px);
}

.item_ttnb .ten {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}

.item_ttnb .ten.text-split {
    -webkit-line-clamp: 2;
}

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

.item_ttnb .mota {
    line-height: 21px;
    max-height: 42px;
    margin: 0;
    font-size: 14px;
}

.item_ttnb .mota.text-split {
    -webkit-line-clamp: 2;
}

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


/* danh muc sp*/
.dm__items {
    width: 100%;
    border: 1px solid #eaebec;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
    margin: 6px;
}

.dm__img {
    width: 100%;
    padding: 7px;
    margin-bottom: 5px;
    display: block;
}

.img_hover {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.img_hover:hover:before {
    -webkit-animation: shine .6s;
    animation: shine .6s;
}

.img_hover:before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 22;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

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

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

.dm__txt {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 54px;
}

.dm__name {
    font-size: 14px;
    color: #2b313d;
    transition: all .3s ease;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

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

.dm__items:hover .dm__name {
    color: #01376c;
    transition: all .3s ease;
}

.dm__items:hover {
    border-color: #01376c;
    transition: all .3s ease;
}

.list_dmsp {
    width: 15.8%;
    margin-right: 11px;
    margin-bottom: 10px;
}

.dm_sp_index {
    margin: 50px 0 25px;
}

.title-main>span::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #e67012;
}

.row_dm {
    margin-right: -11px;
}

/* banner*/
.wrap_banner {
    display: block;
    margin: 30px 0;
}

.wrap_banner {
    width: 100%;
}

.flex_banner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.banner__item {
    display: block;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    user-select: none;
}

.banner__item {
    display: block;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    user-select: none;
}

.banner__item {
    display: block;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    user-select: none;
}

.img_hover {
    overflow: hidden;
    position: relative;
    padding: 0;
    z-index: 0;
}

.w-100 {
    width: 100% !important;
}

.img_hover:hover:before {
    -webkit-animation: shine .6s;
    animation: shine .6s;
}

.img_hover:before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 22;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

/* sanpham*/
.sp__item {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 13px;
}

.sp__img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.img_hover {
    overflow: hidden;
    position: relative;
    padding: 0;
    z-index: 0;
    border: 1px solid #ccc;
}

.sp__txt {
    width: 100%;
    padding: 12px 4px 0;
    text-align: left;
    position: relative;
    background: #fff;
}

.sp__name {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    color: var(--title);
    margin-bottom: 3px;
    transition: all 0.2s linear;
    line-height: 1.5;
}

.sp__price {
    width: 100%;
    font-size: 14px;
    color: #e54600;
    margin-bottom: 0;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
}

span.sp__price_old {
    color: #666666;
    font-weight: normal;
    margin-left: 0;
    text-decoration: line-through;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    margin-bottom: -2px;
    margin-right: 16px;
}

span.sp__price_new {
    font-size: 17px;
    color: #d60c0c;
    font-family: 'Montserrat-Bold';
}

span.sp__discount {
    position: absolute;
    left: calc(100% + 5px);
    background: #ffebeb;
    border: 1px solid var(--c2);
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
}

.sp__promotion {
    font-size: 10px;
    color: #d60c0c;
    font-family: 'Montserrat-Medium';
    line-height: normal;
    margin-bottom: 8px;
    font-weight: 500;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 6;
    -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;
}

.dis {
    display: none;
}

span.price-pro {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #d60c0c;
}

.splist_nav {
    display: flex;
    border-bottom: 1px solid #d5d6d8;
    margin-bottom: 20px;
    padding-bottom: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.splist__title {
    flex-shrink: 0;
    position: relative;
    font-size: 25px;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color: #01376c;
    text-transform: uppercase;
    padding-left: 15px;
}

.splist__more {
    flex-shrink: 0;
    font-size: 14px;
    color: #333;
    transition: all .3s ease;
}

.splist__title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 4px;
    height: 28px;
    background: #01376c;
    border-radius: 20px;
    transform: translateY(-50%);
}

/* cs*/
.wrap_gcs {
    display: block;
    padding: 60px 0;
    background: #fffbf0;
}



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

.flex_gcs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.gcs_left {
    width: 49.25%;
}

.gcs_right {
    width: 49.25%;
}

.gcs_items {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.gcs_img {
    display: block;
}

.gcs_txt {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px 30px;
    background: rgb(43 49 61 / 80%);
}

.gcs_name {
    display: block;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.gcs_desc {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.gcs__items {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
}

.gcs__img {
    flex-shrink: 0;
    margin-right: 15px;
    max-width: 180px;
    border-radius: 10px;
}

.gcs__txt {
    flex: 1;
}

.gcs__name {
    font-size: 15px;
    color: #2c313d;
    transition: all .3s ease;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
}

.gcs__desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.8;
}

.gcs__items {
    display: flex !important;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
}

.gcs__name:hover {
    color: #ffa800;
    transition: all .3s ease;
}

span.date-time-tt {
    margin-bottom: 6px;
    display: block;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    color: #e67012;
    padding: 0 0 0 45px;
    position: relative;
}

span.date-time-tt::after {
    content: '';
    position: absolute;
    width: 39px;
    height: 1px;
    left: 0;
    bottom: 5px;
    background: #e67012;
}


.btn_tt a {
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    display: inline-block;
    padding: 5px 9px;
    background: #01376c;
    color: #fff;
    border-radius: 5px;
}

.btn_tt {
    margin-top: 10px;
}

.btn_tt a:hover {
    color: yellow;
}

p.control-carousel.prev-carousel {
    left: -13px;
    top: 31px;
}

p.control-carousel.next-carousel {
    right: -17px;
    top: 28px;
}

.box_hotro {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, calc((100% + 0px) / 4 - 0px));
    grid-gap: 0px;
    margin: 0px auto;
    z-index: 1111;
}

.hotro__item {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    background: #02509b;
    border-left: 1px solid #ffffff;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: uppercase;
}

.footer {
    margin-bottom: 42px;
}

.flex_layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.col_left {
    width: calc(100% - 285px - 20px);
    position: sticky;
    top: 80px;
    z-index: 100;
}

.col_right {
    width: 285px;
    position: sticky;
    top: 70px;
    z-index: 100;
    border-radius: 3px;
    position: sticky;
    top: 80px;
    z-index: 100;
}

.item1.pro2 {
    position: relative;
}

.item1.pro2 h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: rgb(0 0 0 / 59%);
    margin-bottom: 0;
}

.item1.pro2 h3 a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-line-clamp: 1;
}

.box_pro {
    margin-top: 25px;
}

.col_right {
    width: 285px;
    position: sticky;
    top: 70px;
    z-index: 100;
    border-radius: 3px;
    position: sticky;
    top: 80px;
    z-index: 100;
}

.box_spkhac {
    display: block;
    padding: 0;
    background: #fafafa;
    box-shadow: #f2f2f2 1px 1px 0px 0px inset, #f2f2f2 -1px -1px 0px 0px inset;
}

.slide_spkhac {
    display: block;
    padding: 8px;
    background: #fafafa;
    box-shadow: #f2f2f2 1px 1px 0px 0px inset, #f2f2f2 -1px -1px 0px 0px inset;
}

.spkhac_title {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 0 5px;
    background: #02509b;
}

.pro_news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.left_pronews {
    width: calc(100% - 305px);
}

.right_pronews {
    width: 285px;
    position: sticky;
    top: 58px;
}

.danhmuc {
    margin-bottom: 20px;
}

.tieude_danhmuc {
    background: #02509b;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.danhmuc_list {
    border: 1px solid #ddd;
    border-bottom: none;
}

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

.danhmuc_list ul li {
    position: relative;
}

.danhmuc_list ul li a {
    color: #454545;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 10px;
    font-weight: 500;
}

.danhmuc {
    margin-bottom: 20px;
}

.mar-10 {
    margin: 0;
}

.sanphammoi .product {
    border: 1px solid #ddd !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

.sanphammoi .pic-product {
    width: 38%;
}

.pic-product {
    position: relative;
}

.sanphammoi .info-product {
    width: 60%;
}

.info-product {
    padding: 15px 0px 5px 0px;
}

.name-product {
    margin-bottom: 5px;
}

.sanphammoi .name-product a {
    font-size: 13px;
}

.name-product a {
    display: block;
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.price-product {
    margin-bottom: 0px;
    position: relative;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
}

li.price {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.item3 {
    padding: 0 10px;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4.news_tt {
    padding: 0;
}

.sp__item a.sp__img {
    border: 1px solid #ccc;
}