@charset "UTF-8";

.row {
    width: 100%;
}

body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto
}

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

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

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

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

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

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


ul#main-nav a {
    font-family: 'SVNAvo';
}

#footer-map iframe {
    width: 100% !important;
    height: 300px;
}

.paddingrp {
    padding: 30px 0;
}

.over-hide {
    overflow: hidden
}

.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}

.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}

.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}

.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
    box-shadow: chartreuse;
}

.phantrang {
    margin-left: 15px;
    text-align: center;
}

.pagination>li>a.current {
    background: #ddd
}

.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.tooltip-inner {
    border-radius: 0 !important
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

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

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: white;
    position: relative;
    z-index: 99;
}

header .wrap-top {
    padding: 10px 0;
    box-shadow: 0 0 5px;
}

header #lang-bar {
    text-align: right;
    margin-bottom: 5px;
}

header nav {
    z-index: 12;
    width: 70%;
    position: relative;
}

ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 2;
    display: table;
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 0;
}

ul#main-nav>li:hover>div>a,
ul#main-nav li.active>div>a {
    color: #fff;
}

ul#main-nav>li:hover,
ul#main-nav li.active {}

ul#main-nav>li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}


ul#main-nav li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav li a:hover {
    color: #222222 !important;
}

ul#main-nav>li a {
    color: #222222;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    padding: 10px 0px;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

ul#main-nav li:hover>a {
    color: #222222;
}

ul#main-nav>li a:hover,
ul#main-nav>li.active>a {
    text-decoration: none;
    color: #222222;
}

ul#main-nav>li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 1000px;
    left: 0;
    max-width: 300px;
    z-index: 2;
    text-align: left;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav>li ul ul {
    left: 100%;
    top: 0;
}

ul#main-nav>li ul li {
    padding: 10px 5px;
    min-width: 200px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #77172ab3;
}

ul#main-nav>li ul li a {
    padding-left: 5px;
    text-transform: inherit;
    color: #222222;
    padding: 5px !important;
    line-height: 16px;
    font-size: 16px;
    text-transform: capitalize;
    float: none;
}

ul#main-nav>li:hover>ul {
    display: block !important;
    opacity: 1;
}

ul#main-nav li:hover>ul {
    display: block !important;
}

#page-wrapper {
    position: relative;
    z-index: 23;
}

#social-air a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px 3px;
    text-align: center;
}

.video-wrapper iframe {
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 37.55%;
    height: 0;
}

.zoomContainer {
    z-index: 120
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

ul#light-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#light-gallery li .inner {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}

.grid-item {
    margin-bottom: 16px;
}

.col-8 {
    padding-left: 8px;
    padding-right: 8px
}

.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.news-content .header .date {
    font-style: italic;
    font-size: 13px;
    margin: 5px 2px;
    color: #8a8888;
    font-size: 11pt;
}

body a:hover {
    text-decoration: none;
}

.titletintuc {
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    color: #000000;
    font-size: 18pt;
    margin-bottom: 15px;
    background: url(../images/gachdup.png) left bottom no-repeat;
}

.hinhtintucone img {
    width: 100%;
}

.tentintucone a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 12pt;
    display: inline-block;
    padding: 15px 0 5px 0px;
}

.motatintucone {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #555555;
    font-size: 10pt;
}

.xemthemttone a {
    display: inline-block;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #2F2F2F;
    background: #fdfdff;
    border: 2px solid #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}

.dvtintuccroll {
    padding: 10px 0px;
}

.tintuccroll {
    padding-left: 0px;
}

.hinhtintuccroll {
    width: 38%;
    float: left;
}

.noidungtintuccroll {
    width: 62%;
    float: left;
    padding-left: 15px;
}

.noidungtintuccroll a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 12pt;
    display: inline-block;
    padding: 0px 0 5px 0px 0px;
}

.motatintuccroll {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #555555;
    font-size: 10pt;
}

.baovideo .embed-responsive-16by9 {
    padding-bottom: 73.25%;
}

.ttbaivietkhac {
    text-transform: uppercase;
    font-size: 14pt;
    color: black;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px;
    margin-bottom: 10px;
}

.baivietkhac a:hover {
    color: red;
}

.hinhcon {
    display: none;
}

.colvideo {
    margin: 10px 0;
}

.tenvideo {
    background: #000;
    color: white;
    font-family: 'RobotoRegular';
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    text-transform: uppercase;
}

div.breadcrumb {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: 'RobotoRegular';
    background: #F3F3F3;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    display: none;
}

#inner {
    padding-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

#inner li:nth-last-child(1) span {
    display: none;
}

#inner li {
    display: inline-block;
    float: left;
    list-style: none;
}

#inner a {
    padding: 0 10px;
}

div.breadcrumb a {
    color: #000;
}

div.breadcrumb a:hover {
    color: #f15a25;
}

#owl-video {
    margin-top: 10px;
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}

.fancybox-thumbs>ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

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

.zalo-share-button {
    height: 26px !important;
    background: #03A5FA;
    margin-top: -5px;
    padding: 3px 0;
}

.tintuc_box {
    margin: 10px 0;
}

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

.tintuc_name a {
    text-transform: uppercase;
    color: #272727;
    font-family: RobotoBold;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date_news {
    color: #999999;
    font-family: RobotoRegular;
    font-size: 13px;
}

.tintuc_describe {
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 10px 0 0 0;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

.img_ img {
    margin: 0 auto;
    -moz-transition: all 0.9s !important;
    -webkit-transition: all 0.9s !important;
    transition: all 0.9s !important;
}

.img_:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

header .wrap-top.fixeds_wrap-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    background: #fff;
}

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

.flex_wrap {
    flex-wrap: wrap;
}

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

.grecaptcha-badge {
    right: 100% !important;
}

.album_item {
    margin: 15px 0;
    text-align: center;
}

.album_item_name {
    padding: 10px 0 0 0;
}

.album_item_name a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-family: RobotoBold;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cssh1 {
    position: absolute;
    top: -1000%;
}

.item-sr {
    width: 65px;
    position: relative;
}

a.search {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    background: url(../images/timkiem.png) no-repeat center center;
    font-size: 0;
    text-indent: -9999px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: -16px;
    right: 0;
}

.search-form {
    margin-top: 9px;
    background-color: #fff;
    width: 0px;
    height: 35px;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    top: 0px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #77172A;
    opacity: 0;
    right: 0;
    z-index: 23;
}

.form-row-search {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.box_search {
    position: absolute;
    font-family: 'fontB';
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    bottom: 66px;
    right: 163px;
}

#search_frm_vi {
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-row-search input[type="text"] {
    border: none;
    background: none;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #77172A;
    line-height: 35px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 20px 0 20px 20px;
    -o-border-radius: 20px 0 20px 20px;
    -ms-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
}

.form-row-search input[type="text"]::-webkit-input-placeholder {
    color: #77172A;
}

.topone {
    background: #77172A;
    padding: 6px 0 6px;
    font-family: SVNAvo;
    font-size: 14px;
    color: #fff;
}

.topone i {
    padding: 0 5px 0 0;
    font-size: 15px;
}

.topone_flex {
    width: 100%;
}

.topone_right a {
    padding: 0 0 0 8px;
}

.logo {
    width: 30%;
}

.main-nav {
    flex-grow: 1;
    position: relative;
}

.main-nav:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 26px;
    background: #CFCFCF;
}

.gioithieu {
    padding: 40px 0 70px;
    position: relative;
}

.ndgt {}

.title_index {
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 10px 0;
    background: url(../images/line.png) bottom center no-repeat;
    color: #97081c;
    font-size: 32px;
    font-family: SVNAvoBold;
}

.title_index span {
    display: block;
    font-family: UTMBeautifulCaps;
    font-size: 46px;
    color: #1f1f1f;
    text-transform: none;
}

.gioithieumota {
    font-family: SVNAvo;
    color: #424242;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
    line-height: 28px;
}

.gioithieuhinh {
    box-shadow: 1px 1px 16px #E1E1E1;
    display: inline-block;
    /* position: absolute;
    right: 0;
    top: -140px; */
}

.pro {
    margin: 10px 0;
    text-align: center;
}

.name_pro {
    padding: 14px 0 3px;
}

.name_pro a {
    color: #1c1c1c;
    font-family: SVNAvoBold;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis;
}

.price_pro {
    font-family: SVNAvo;
    font-size: 14px;
    color: #1c1c1c;
}

.price_pro span,
.price_pro a {
    color: #97081c;
}

.img_pro {
    border: 1px solid #E5E5E5;
}

.psnews {
    position: absolute;
    left: 0;
    top: 20px;
    background: #97081c;
    color: #Fff;
    font-family: SVNAvo;
    font-size: 14px;
    padding: 3px 30px 5px 10px;
    clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 99%, 0 0);
    z-index: 999;
}

.li_list {
    text-align: center;
    margin: 10px 0;
}

.li_list div {
    display: inline-block;
    border-bottom: 1px solid #D8D8D8;
}

.li_list a {
    font-family: SVNAvo;
    font-size: 20px;
    color: #282727;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 0;
    position: relative;
    margin: 0 25px;
    cursor: pointer;
}

.li_list a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.li_list a.active:after,
.li_list a:hover:after {
    background: #97071C;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.li_list a:first-child {
    margin: 0 25px 0 0;
}

.li_list a:last-child {
    margin: 0 0 0 25px;
}

.bannerqc {
    text-align: center;
}

.bannerqc img {
    margin: 0 auto;
}

.why_index {
    padding: 30px 0;
    background: #fff;
}

.title_why {
    text-transform: uppercase;
    text-align: center;
    font-family: SVNAvo;
    margin: 10px 0;
}

.title_why span:nth-child(1) {
    color: #323232;
    font-size: 22px;
}

.title_why span:nth-child(2) {
    padding: 0px 0 20px 0;
    margin: 10px 0;
    background: url(../images/line.png) bottom center no-repeat;
    color: #97081c;
    font-size: 32px;
    font-family: SVNAvoBold;
    display: block;
}

.title_why span:nth-child(3) {
    color: #565656;
    font-size: 14px;
    text-transform: none;
}

.why_row {
    flex-wrap: wrap;
    padding: 30px 0;
}

.why_box {
    width: 35%;
    margin: 10px 0 20px 0;
}

.why_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #97081C;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px -6px 1px #CB838D;
}

.why_name {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
}

.why_name a {
    font-family: SVNAvoBold;
    color: #000000;
    font-size: 17px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why_name p {
    font-family: SVNAvo;
    color: #474747;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0 0;
}

.news_index {
    padding: 30px 0;
}

.news_row {
    margin: 0 -15px;
    flex-wrap: wrap;
}

.news_box {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.news_img {
    width: 37%;
}

.news_info {
    width: 63%;
    padding: 0 0 0 15px;
}

.news_box:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.news_box:nth-child(2n+1) .news_info {
    text-align: right;
    padding: 0 15px 0 0;
}

.news_box:nth-child(2n+1) .news_name {
    flex-direction: row-reverse;
}

.news_box:nth-child(2n+1) .news_name a {
    padding: 0 10px 0 0;
}

.news_name a {
    color: #1b1b1b;
    font-family: SVNAvoBold;
    font-size: 14px;
    display: -webkit-box;
    width: 70%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.news_name .news_date {
    width: 30%;
    position: relative;
}

.news_name .news_date span:nth-child(1) {
    font-family: SVNAvo;
    font-size: 27px;
    color: #97081c;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    padding: 10px 0;
}

.news_name .news_date span:nth-child(2) {
    font-family: SVNAvoBold;
    font-size: 60px;
    color: #cccccc;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    line-height: 55px;
}

.news_des {
    color: #5a5a5a;
    font-family: SVNAvo;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_red {
    background: #A8081E;
    border-bottom: 5px solid #820717;
}

.footer_red_left {
    background: #97081C;
    padding: 25px 0 25px 80px;
    width: 54%;
}

.footer_red_right {
    width: 46%;
    padding: 0 80px 0 30px;
}

.hotlinehotro {
    padding: 10px 0 10px 70px;
    background: url(../images/hot.png) left center no-repeat;
    color: #fff;
    font-family: SVNAvo;
    font-size: 16px;
    width: 50%;
    position: relative;
}

.hotlinehotro:after {
    position: absolute;
    content: '';
    right: -1px;
    width: 2px;
    height: 100%;
    border-left: 1px solid #AD0037;
    border-right: 1px solid #6E0021;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hotlinehotro span {
    display: block;
    font-family: SVNAvoBold;
    font-size: 24px;
}

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

.mxred a {
    display: inline-block;
    padding: 0 5px;
}

.formdknt {
    padding: 10px 0 10px 80px;
    background: url(../images/fly.png) left center no-repeat;
}

.formdknt span {
    display: block;
    color: #fff;
    font-family: SVNAvo;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.fthuhai {
    background: #97071C;
    border: none;
    height: 38px;
    text-indent: 10px;
    width: calc(100% - 90px);
    float: left;
    color: #ffa6c0;
    font-size: 14px;
    font-family: SVNAvo;
    border-radius: 3px;
    margin: 0 4px 0 0;
}

.fthuhai::-webkit-input-placeholder {
    color: #ffa6c0;
    font-size: 14px;
    font-family: SVNAvo;
}

.guidi {
    border-radius: 3px;
    background: #FFFFFF;
    color: #8b0029;
    font-size: 16px;
    font-family: SVNAvoBold;
    width: 86px;
    height: 38px;
    float: right;
    border: none;
}

footer {
    padding: 40px 0 70px;
    color: #fff;
    position: relative;
}

.footer1 {
    width: 43%;
    float: left;
}

.footer2 {
    width: 30%;
    float: right;
}

.tencty {
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    font-family: 'SVNAvoBold';
    margin: 10px 0;
}


.thongtin div {
    padding: 7px 0 10px;
    color: #fff;
    font-family: SVNAvo;
    font-size: 14px;
    border-bottom: 1px solid #ffffff7a;
}

.thongtin div:last-child {
    border-bottom: none;
}

.thongtin div i {
    margin-right: 5px;
    font-size: 22px;
    width: 32px;
    height: 33px;
    text-align: center;
    padding: 6px 0;
}


.mxhft {
    margin: 10px 0 0;
}

.mxhft a {
    margin: 0 10px 0 0;
}

.copppy {
    padding: 15px 0;
    background: #00000070;
    font-family: 'SVNAvo';
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.thongke {
    text-align: right;
}

.name_pro a:hover,
.why_name a:hover,
.news_name a:hover {
    color: #A8081E;
}

.gioithieuxemthem {
    text-align: center;
}

.gioithieuxemthem a {
    display: inline-block;
    font-family: 'SVNAvo';
    color: #000;
    font-size: 14px;
}

.footer3 {
    width: 21%;
    float: left;
    MARGIN-LEFT: 3%;
}

.title-footer {
    font-family: 'SVNAvoBold';
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 0px;
}

.policy {}

.policy li {
    list-style: none;
    margin: 5px 0px;
}

.policy li a {
    font-family: 'SVNAvo';
    color: #fff;
}

.policy li a:hover {
    color: #ff0;
}

#fancy-popup button {
    display: none;
}

.slogan_18 {
    font-style: italic;
    margin-top: 10px;
}

.zalo_fixed {
    width: 50px;
    height: 25px;
    position: fixed;
    right: 5px;
    top: 76%;
    z-index: 9999;
    cursor: pointer;
}

.zalo_fixed img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: top;
}

#list_mobie {
    padding: 10px 0px;
    background: #0c3e71;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    text-align: center;
    text-shadow: none;
}

.bottom_call {
    background: #00a651;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

#list_mobie span.goidien_mobie {
    padding-left: 25px;
    background: url(../images/goidien.png) left center no-repeat;
    background-size: auto 100%;
    line-height: 20px;
    display: inline-block;
    padding-right: 25px;
}

#list_mobie span.sms_mobie {
    padding-left: 35px;
    background: url(../images/tuvan.png) left center no-repeat;
    background-size: auto 100%;
    line-height: 20px;
    display: inline-block;
    padding-right: 10px;
}

#list_mobie span a {
    color: #fff;
    margin-right: 10px;
}

#list_mobie span.lienhe_mobie {
    padding-left: 25px;
    background: url(../images/chiduong.png) left center no-repeat;
    background-size: auto 100%;
    line-height: 20px;
    display: inline-block;
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

.fix-toolbar {
    background: #A8081E;
    width: 100%;
    padding: 5px;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    border-top: 1px solid #fff;
}

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

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

.fix-toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
}

.fix-toolbar img {
    vertical-align: top;
}

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


ul.ChatLog {
    list-style: none;
    background: #fff;
    width: 100%;
    z-index: 1;
    top: -11px;
}

#chat_text {

    position: absolute;

}

#fb_page {
    margin-top: 20px;
    display: none;

}

.ChatLog {
    margin: 0 auto;
}

.ChatLog .ChatLog__entry {
    margin: .5em;
}

.ChatLog__entry {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    max-width: 100%;
}

.ChatLog__entry.ChatLog__entry_mine {
    flex-direction: row-reverse;
}

.ChatLog__avatar {
    flex-shrink: 0;
    flex-grow: 0;
    z-index: 1;
    height: 28px;
    width: 28px;
    border-radius: 25px;

}

.ChatLog__entry.ChatLog__entry_mine .ChatLog__avatar {
    display: none;
}

.ChatLog__entry .ChatLog__message {
    position: relative;
    margin: 0 12px;
}

.ChatLog__entry .ChatLog__message::before {
    position: absolute;
    right: auto;
    bottom: .6em;
    left: -12px;
    height: 0;
    content: '';
    border: 6px solid transparent;
    border-right-color: #f1f0f0;
    z-index: 2;
}

.ChatLog__entry.ChatLog__entry_mine .ChatLog__message::before {
    right: -12px;
    bottom: .6em;
    left: auto;
    border: 6px solid transparent;
    border-left-color: #08f;
}

.ChatLog__message {
    background-color: #f1f0f0;
    padding: .5em;
    border-radius: 4px;
    font-weight: lighter;
    max-width: 100%;
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
}

.ChatLog__entry.ChatLog__entry_mine .ChatLog__message {
    border-top: 1px solid #07f;
    border-bottom: 1px solid #07f;
    background-color: #08f;
    color: #fff;
}

.ChatLog__message .ChatLog__timestamp {
    display: none;
}


.ChatLog .Chat_button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 160px;
    margin-bottom: 0px;
    background: #000;
    position: relative;
}

.ChatLog .Chat_button .nj-facebook-messenger {
    background-size: auto 50%;
    padding: 4px 9px;
    position: relative;
    color: #fff !important;
    border-radius: 3px;
    float: right;
    clear: both;
    padding-left: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    margin-top: 20px;
    z-index: 9999;
    width: 110px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 50ms linear;
    -moz-transition: transform 50ms linear;
    transition: transform 50ms linear;
}

.thing {
    top: 55px;
    z-index: 99999;
}

.chatHead {
    background-size: 50% auto;
}

.drag-wrapper .thing .circle {
    background: #0075ff;
}


.messenger_icon {
    background-size: 85px auto;
}

.nj-facebook-messenger {
    background-size: auto 75%;
    padding: 12px 18px;
    color: #fff !important;
    border-radius: 3px;
    padding-left: 55px;
    font-family: 'Roboto Condensed', sans-serif;
    position: fixed;
    display: inline-block;
    bottom: 13px;
    right: 15px;
    font-size: 18px;
    z-index: 9999;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 50ms linear;
    -moz-transition: transform 50ms linear;
    transition: transform 50ms linear;
}


#messenger_bg {
    opacity: 0.8;
    display: none;
    height: 150%;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #000;
    z-index: 100;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.drag-wrapper .thing,
.drag-wrapper .thing .circle,
.drag-wrapper .magnet {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.drag-wrapper .thing .circle,
.drag-wrapper .magnet-zone {
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drag-wrapper,
.drag-wrapper *,
.drag-wrapper :before,
.drag-wrapper :after {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* For some Androids */
}

.drag-wrapper .thing {
    position: fixed;
    margin: 0px;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.drag-wrapper .thing .circle {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0075FF;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 50ms linear;
    -moz-transition: transform 50ms linear;
    transition: transform 50ms linear;
}

.drag-wrapper .thing .circle img {
    max-width: 100%;
    height: auto;
    width: 75%;
    margin-top: 15%;
}

.drag-wrapper .thing.edge {
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.345, 1.1);
    -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.345, 1.1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.345, 1.1);
}

.drag-wrapper .thing .content {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0px;
    margin-top: 12px;
    padding: 20px;
    width: 290px;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    border: none;
}

.drag-wrapper .thing .content:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 25px;
    width: 12px;
    height: 10px;
    border-bottom: 10px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.drag-wrapper .thing .content .inside {
    max-height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.drag-wrapper .magnet-zone {
    pointer-events: none;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.175, 0.885, 0.145, 1.22);
    -moz-transition: -webkit-transform 400ms cubic-bezier(0.175, 0.885, 0.145, 1.22);
    transition: transform 400ms cubic-bezier(0.175, 0.885, 0.145, 1.22);
}

.drag-wrapper .magnet-zone {
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 999;
    padding: 10px 20px;
    text-align: center;
    -webkit-transform: translate(-50%, 100%) translateZ(0);
    -moz-transform: translate(-50%, 100%) translateZ(0);
    transform: translate(-50%, 100%) translateZ(0);
}

.drag-wrapper .magnet-zone.overlap .magnet {
    -webkit-transform: scale(1.08) translateZ(0);
    -moz-transform: scale(1.08) translateZ(0);
    transform: scale(1.08) translateZ(0);
}

.touching .drag-wrapper .circle {
    -webkit-transform: scale(0.9) translateZ(0);
    -moz-transform: scale(0.9) translateZ(0);
    transform: scale(0.9) translateZ(0);
}

.moving .drag-wrapper .container:before {
    opacity: 1;
}

.moving .drag-wrapper .magnet-zone {
    -webkit-transform: translate(-50%, 0) translateZ(0);
    -moz-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
}

.drag-wrapper .magnet-zone:after {
    pointer-events: none;
    content: '\00d7';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    font-size: 2em;
    font-weight: 100;
    color: #fff;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

.drag-wrapper .magnet {
    pointer-events: none;
    position: relative;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.145, 1.25);
    -moz-transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.145, 1.25);
    transition: transform 200ms cubic-bezier(0.175, 0.885, 0.145, 1.25);
    -webkit-transform: scale(0.7) translateZ(0);
    -moz-transform: scale(0.7) translateZ(0);
    transform: scale(0.7) translateZ(0);
}

body:not(.touching) .drag-wrapper .thing {
    -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.345, 1.1);
    -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.345, 1.1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.345, 1.1);
}

.hidden-seoh,
.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    width: 0;
}


.box-xacnhantuoi input {
    width: calc(33.3% - 8px);
    padding: 10px;
    border: 1px solid #b0aeae;
    border-radius: 10px;
    margin-bottom: 10px;
}

.age-gate-submit-yes {
    cursor: pointer;
    border: 1px solid red;
    outline: 0;
    display: block;
    text-align: center;
    color: red;
    padding: 10px;
    text-transform: uppercase;
    max-width: 250px;
}

.tbkq {
    font-size: 20px;
    color: #f00;
    text-align: center;
    margin-bottom: 20px;
}

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

.title-rpmenu {
    padding: 2px 10px;
    color: #FFF;
    font-size: 17px;
    position: relative;
    z-index: 12345;
    min-height: 42px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 1px 5px #ccc;
    background: #fff;
}

.title-rpmenu .icon-bar {
    width: 30px;
    height: 4px;
    background: #E25922;
    float: left;
    clear: both;
    margin-bottom: 3px;
    border-radius: 5px;
    overflow: hidden;
}

.cart-epx {
    display: none
}

#responsive-menu .close {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 26px;
    z-index: 123;
}

#responsive-menu {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: auto;
    max-height: 100%;
    z-index: 1234;
    max-height: 420px;
    overflow-y: auto;
    left: -300px;
    height: 100vh;
    width: 300px;
    min-height: 100%;
    box-shadow: rgba(111, 111, 111, 0.498039) -2px 0px 5px 0px inset;
}

#responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 100%;

}

#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

#responsive-menu .content>ul {
    padding: 0px 0px 0px 0px;
    margin: 0;
}

#responsive-menu .content .toggle-menu {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}

#responsive-menu .content ul li a {
    color: #222222;
    font-size: 15px;
    padding-left: 5px;
    text-transform: uppercase;
    font-family: 'SVNAvo';
    display: inline-block;
    width: 80%;
}

#responsive-menu .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
    position: relative;
    cursor: pointer;
    float: none;
}

#responsive-menu .content ul li:hover {
    /* background: #224182; */
}

#responsive-menu .content ul li ul {
    display: none
}

#responsive-menu .content li li:first-child {
    border-top: 1px solid rgba(247, 246, 246, 0.25);
}

#responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
}

#responsive-menu .content>ul li ul li {
    padding-left: 10px;
}

#responsive-menu .content>ul li ul li ul li {
    text-indent: 20px
}

.btn-showmenu {
    width: 35px;
    height: 20px;
    position: relative;
    z-index: 80;
    cursor: pointer;
    -webkit-transform: translateX(3px);
    -khtml-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}

.btn-showmenu:before {
    content: "";
    display: block;
    height: 2px;
    background: #A8081E;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.btn-showmenu:after {
    content: "";
    display: block;
    height: 2px;
    background: #A8081E;
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0px;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.btn-showmenu span {
    display: block;
    height: 2px;
    width: 100%;
    background: #A8081E;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.btn-showmenu-wrap {
    width: 40px;
    height: 30px;
    float: left;
    padding-right: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timkiem {
    float: right;
    width: 91%;
}

input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
    outline: none;
}

.btn-showmenu.active span {
    opacity: 0;
}

.btn-showmenu.active:before {
    -webkit-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -khtml-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -moz-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -ms-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -o-transform: translate(-2.5px, -50%) rotateZ(45deg);
    transform: translate(0.5px, -50%) rotateZ(45deg);
    top: 50%;
}

.btn-showmenu.active:after {
    -webkit-transform: translate(3px, 50%) rotateZ(-45deg);
    -khtml-transform: translate(3px, 50%) rotateZ(-45deg);
    -moz-transform: translate(3px, 50%) rotateZ(-45deg);
    -ms-transform: translate(3px, 50%) rotateZ(-45deg);
    -o-transform: translate(3px, 50%) rotateZ(-45deg);
    transform: translate(1px, 50%) rotateZ(-45deg);
    bottom: 50%;
}

.fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}

.ctop {
    top: 75px;
    position: fixed !important;
}

.selectpicker1 {
    padding: 5px 3px;
    padding-bottom: 5px;
    margin-right: -5px;
    border: 1px solid #E6E6E6;
    border-right: 0px;
    width: 27%;
    height: 35px;
    font-size: 10pt;
    color: #9e9e9e;
}

header #form-xsearch1 input {
    padding: 5px 3px;
    background-color: white;
    outline: none;
    border: 1px solid #E6E6E6;
    border-left: 1px solid #EFEFEF;
    padding-left: 6px;
    width: 85%;
    text-indent: 15px;
    margin: 0 -3px;
    font-size: 10pt;
    color: #9e9e9e;
    height: 35px;
}

header #form-xsearch1 button {
    width: 15%;
    font-size: 10pt;
    background-color: #ED1C24;
    border: 0;
    color: white;
    margin-left: 0px;
    padding: 7px 7px;
    height: 35px;
}


.menurepon {
    position: relative;
}

#responsive-menu::-webkit-scrollbar {
    width: 3px;
    background: #C1C1C1;
}

.item-srrp {
    width: 40px;
}

a.searchrp {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    background: url(../images/timkiem.png) no-repeat center center;
    font-size: 0;
    text-indent: -9999px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 20px;
    right: 5px;
}

.search-formrp {
    margin-top: 18px;
    background-color: #fff;
    width: 0px;
    height: 34px;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    top: 0px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #a8081ebf;
    opacity: 0;
    right: 10px;
    z-index: 23;
}

.form-row-searchrp {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.box_searchrp {
    position: absolute;
    font-family: 'fontB';
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    bottom: 66px;
    right: 163px;
}

#search_frm_virp {
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-row-searchrp input[type="text"] {
    border: none;
    background: none;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 20px 0 20px 20px;
    -o-border-radius: 20px 0 20px 20px;
    -ms-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    font-size: 13px;
}



/* ==================Slideshow================== */
#slide_show {}

#slider-top {
    max-width: 1920px;
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 738px;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 738px;
}

.slideshow {
    position: relative;
}

footer {
    background: url(../images/bgft-9852.png) no-repeat;
    background-size: cover;
}

#button-contact-vr {
    margin: -10px;
    transform: scale(0.8);
    position: fixed;
    bottom: 121px;
    z-index: 999;
    right: 0;
}

#zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#phone-vr {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
}

.phone-vr-circle-fill {
    width: 85px;
    height: 85px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 47px;
}

.phone-vr-img-circle img {
    max-height: 33px;
    max-width: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

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

/* 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: 70px;
    right: 7px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box_containerlienhe {
    background: rgba(255, 255, 255, .3);

}

.box_containerlienhe form label {
    font-weight: normal;
    font-size: 17px;
}

.box_containerlienhe .content {}

.box_containerlienhe .box_contact_l {
    line-height: 25px;
}

.box_containerlienhe .box_contact_r {
    /* padding:15px 10px 0px 20px; */
    /* margin: 10px 0; */
}

.box_containerlienhe .box_contact_r td {
    font-size: 14px;
}

.box_containerlienhe .box_contact_r span {
    color: #c40707;
}

.box_containerlienhe .box_contact_r input,
.box_containerlienhe .box_contact_r textarea {
    /* margin: 7px; */
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #8A8383;

    /* width:90%; */
}

.tablelienhe td {
    padding: 7px 0;
}

.box_containerlienhe .button {
    background: #000000;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
    padding: 8px 28px;
    border: none;
    margin-top: 15px;
    width: auto;
    color: #fff;
    font-size: 15px;
    cursor: hand;
    cursor: pointer;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.box_containerlienhe .button:hover {
    background: #495242;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
}

.content_gioithieu {
    padding: 10px;
}

.box_containerlienhe .box_new {

    padding: 5px 15px;
    float: left;
    border-bottom: 1px dotted #A0A0A4;
}

.box_containerlienhe .box_new:last {
    border-bottom: none;
}

.box_containerlienhe .box_new h1 a {
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    margin: 5px;
}

.box_containerlienhe .box_new h1 a:hover {
    color: #F00 !important;
}

.box_containerlienhe .othernews h1 {
    color: #d31158;
}

.box_containerlienhe .othernews ul {
    list-style: none;
    margin-top: 10px;
}

.box_containerlienhe .othernews ul li {
    padding: 3px 10px 3px 40px;
}

.box_containerlienhe .othernews ul li a {
    color: #d31158;
}

.box_containerlienhe .othernews ul li a:hover {
    color: #D40000;
}

.wap_box_new {
    margin-bottom: 10px;
}

.box_new {
    margin: 10px 11px;
}

.box_new a h4:hover {
    color: #F00;
}

.box_new a.chitiet {
    color: #00F;
}

.box_new h3 {
    background: url(images/i_dichvu.html)no-repeat;
    padding: 5px 0px;
    padding-left: 30px;
    color: #002dad;
    font-size: 12px;
}

.box_new h4 {
    font-size: 16px;
    color: #2A00FF;
    font-weight: normal;
    margin-bottom: 10px;
}

.box_new img {
    float: left;
    margin: 4px 15px 3px 0px;
    width: 170px;
    height: 130px;
}

.box_new p {
    text-align: justify;
}

.box_new a.chitiet img {

    width: 84px;
    height: 32px;
    margin: 0px;
    float: right;
    border: none;
}

.inputx {
    margin: 7px 0
}

.inputx input,
.inputx textarea {
    border-radius: 0;
    padding: 10px 7px;
    height: auto;
}

.ttlienhe {
    text-align: center;
    background: url(../images/af1.png) center bottom no-repeat;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    color: #101010;
    font-size: 20pt;
    padding-bottom: 18px;
    margin: 15px 0px;
}

#contac {
    margin-top: 20px;
}

.thogntincongtylienhe {
    width: 47%;
    float: left;
    background: #e8e8e8;
    text-align: center;
    padding-left: 75px;
    padding-right: 55px;
    padding-top: 45px;
    padding-bottom: 20px;
    min-height: 440px;
}

.ttthongtin {
    font-family: 'RobotoBold';
    color: #403F3E;
    background: url(../images/kedo123.png) center bottom no-repeat;
    padding-bottom: 10px;
    margin: 10px 0px;
    text-align: center;
    font-size: 15pt;
    text-transform: uppercase;
}

.hotrotructiep {
    width: 53%;
    float: left;
    background: #9e9e9e;
    padding-left: 30px;
    padding-right: 100px;
    padding-top: 45px;
    padding-bottom: 20px;
    min-height: 440px;
}

.ttcontact {
    font-family: 'RobotoBold';
    color: #ffffff;
    background: url(../images/kevang123.png) center bottom no-repeat;
    padding-bottom: 15px;
    margin: 10px 0px;
    text-align: center;
    font-size: 15pt;
    text-transform: uppercase;
}

.slogancontact {
    font-family: RobotoRegular;
    color: white;
    font-size: 11pt;
    padding: 0px 12px;
    text-align: center;
    line-height: 25px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.col6inputx,
.col6textarea {
    width: 50%;
    float: left;
    padding: 0px 5px;
}

.col6inputx input,
.col6textarea textarea {
    padding: 10px 10px;
    background: white;
    height: auto;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
    width: 100%;
    height: auto;
    color: #8F8F8F;
    font-family: RobotoRegular;
}

.buttong .button {
    color: white;
    background: #A8081E;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-left: 5px;
    border: none;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.col6inputx input::-webkit-input-placeholder,
.col6textarea textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #8F8F8F;
    font-size: 9pt;
}

.mapcontact {
    border: 15px solid #80808047;
}

.buttong .button:hover,
.buttong .button:focus {
    background: #A8081E;
    /* box-shadow: 0px 0px 6px blue; */
}

.buttong {
    text-align: center;
}



.breadcrumb {
    background: none;
}

.breadcrumb a {
    color: #222222;
}

.box_containerlienhe {
    /* padding:5px; */
    /* padding-top:0; */

    color: #000;
    background: rgba(255, 255, 255, 0.27);
}

.box_containerlienhe h2 {
    /* margin:0; */
}

.box_containerlienhe .header {
    margin-bottom: 20px;
}

.box_containerlienhe .header .name h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}

.box_containerlienhe .left-position-link {
    margin-top: 7%;
}

.box_containerlienhe .left-position-link a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #000000;
    padding: 6px 15px;
    color: #fff !Important;
}

.box_containerlienhe .left-position-link a:hover,
.box_containerlienhe .left-position-link a:active {
    background: #39464F;
    text-decoration: none
}

.box_containerlienhe .header .name h3 a {
    color: #394752;
}

.box_containerlienhe .header .name h3 a:hover {}

.box_containerlienhe .header .name .tool {
    color: #9BA4AB;
    font-size: 13px;
    bottom: 5px;
}

.box_containerlienhe .header .name {
    float: left;
    height: auto;
    margin-left: 5px;
    position: relative;
    min-width: 200px;
    padding: 5px 0;
    width: 80%;
}

.box_containerlienhe .date {
    float: left;
    width: 62px;
    border-radius: 50%;
    text-align: center;
    background-color: #39464F;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    padding: 14px 0;
}

.box_containerlienhe .fix-title {
    /* margin-left:106px; */
}

.box_containerlienhe .box_new {
    padding: 5px 15px;
    float: left;
    border-bottom: 1px dotted #A0A0A4;
}

.box_containerlienhe .box_new:last {
    border-bottom: none;
}

.box_containerlienhe .box_new h1 a {
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    margin: 5px;
}

.box_containerlienhe .box_new h1 a:hover {
    color: #F00 !important;
}

.box_containerlienhe .othernews h1 {
    color: #d31158;
}

.box_containerlienhe .othernews ul {
    list-style: none;
    margin-top: 10px;
}

.box_containerlienhe .othernews ul li {
    padding: 3px 10px 3px 40px;
}

.box_containerlienhe .othernews ul li a {
    color: #d31158;
}

.box_containerlienhe .othernews ul li a:hover {
    color: #D40000;
}

.wrap-box-newsimg {
    max-width: 100%
}

.wrap-box-news {
    color: #333;
    margin: 10px 0;
}

.wrap-box-news .news-item .thumb img {
    margin: auto;
}

.wrap-box-news .news-item .thumb {
    margin-bottom: 10px;
    text-align: center;
}

.wrap-box-news .news-item {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}

.wrap-box-news .news-item h2 {
    margin: 0;
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: utm_swissblack;
}

.wrap-box-news .news-item a {
    color: #36a336;
}

.wrap-box-news .news-item a:hover {
    text-decoration: none;
}

.news-content img {
    max-width: 100%
}

.news-content .download-wrapper {
    padding: 10px;
    border: 1px solid #ccc;
    background: #F7F7F7;
}

.news-content .download-wrapper a:hover {
    text-decoration: none;
    color: #00AD00
}

.news-content .download-wrapper a {
    font-size: 17px;
}

.news-content .download-wrapper a i {}

.news-content {}

.news-content .header h2 {
    font-size: 23px;
    /* font-weight:bold; */

    line-height: 24px;
    margin: 0;
    margin-bottom: 7px;
    font-family: utm_swissblack;
}

.news-content .header .date {
    font-style: italic;
    font-size: 13px;
}

.news-content .description {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
}

.news-content .other-news ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-family: Avo;
}

i.dot {
    background-color: #E26D74;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 3px;
}

i.line {
    background-color: #1BBC9B;
    width: 7px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 4px;
}

#right-nav-navigation {
    top: 5px;
}

#right-nav-navigation .title-global h2 {
    font-size: 17px
}

#right-nav-navigation .title-global:after {
    display: none
}

#right-nav-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#right-nav-navigation ul li {
    margin: 3px 0;
    font-size: 16px;
}

#right-nav-navigation ul ul {
    margin-left: 20px;
}

#right-nav-navigation ul li a {}

#right-nav-navigation ul li a:hover {
    text-decoration: none;
    color: #d17186;
}

#right-nav-navigation section {
    margin-bottom: 20px;
}

#right-nav-navigation .content.news {}

#right-nav-navigation .content.news ul {}

#right-nav-navigation .content.news ul li {
    margin: 15px 0;
}

#right-nav-navigation .content.news ul li .name {}

#right-nav-navigation .content.news ul li .name h3 {
    margin: 0;
    font-size: 16px;
}

#right-nav-navigation .content.news ul li .name h3 a {
    color: #E25922;
}

#right-nav-navigation .content.news ul li .name h3 a:hover {
    color: #31353E
}

#right-nav-navigation .content.news ul li .desc {}

.desc-news {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 25px;
}

.footer_red {
    margin-top: 15px;
}

.price-product {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}

.price-new {
    color: #333;
    font-family: var(--font-title);
    text-align: center;
    font-size: 14px;
}

.price-new>span:last-child {
    font-family: 'BeVietnamRegular';
}

.price-new b {
    color: #97081c;
    /* margin-left: 5px; */
    font-weight: bold;
    margin-right: 10px;
}

.price-new code {
    color: #EA1D27;
}

.price-old code {
    color: #999;
}

.price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background: #CE2020;
    font-size: 11px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px 0 20px 20px;
    line-height: 35px;
}

#product-detail {

    padding-top: 7px;
    background: rgba(255, 255, 255, 0.3);
}


#detail #main-detail {
    margin-top: 10px;
}

#detail #main-detail .wrap-on-image {
    text-align: center;

    width: 100%;
    border: 1px solid #ccc;
    margin-left: 0;
    position: relative;
}

#detail #main-detail .wrap-on-image img {
    max-width: 100%;
    margin: auto;
    border-radius: 0;
    border: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 0;
    border: 0 !important;
    max-height: 100%;
    box-shadow: none;
    z-index: 123;
    border: 1px solid #ccc;
}

#detail #main-detail #gal1 {
    width: 100%;
    height: 92px;
    border: 1px solid #ccc;
    padding: 0;
    margin-top: 5px;
}

#detail #main-detail .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    background: none;
    border: 0;
}

#detail #main-detail #carousel {
    width: 333px;
    height: 90px;
    position: relative;
}

#detail #main-detail #carousel.bx-slides li {
    height: 90px !important;
}

#detail #main-detail #gal1 img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#detail #main-detail #gal1 .bx-prev {
    background: url(../img/prev.html) no-repeat;
    width: 32px;
    height: 32px;
    top: 40px;
    left: -13px;
}

#detail #main-detail .bx-wrapper .bx-controls a {
    background: url(../img/next.html) no-repeat;
    width: 32px;
    height: 32px;
    top: 40px;
    right: -13px;
    z-index: 1;
}

#product-detail .main-product-detail .title {
    border: none;
}

#product-detail .main-product-detail .title h1 {
    color: #E25922;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    line-height: 27px;
    text-transform: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#product-detail .view-detail {
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    float: right;
    text-transform: none;
}

#product-detail .main-product-detail .title h2 {
    color: #000000;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    line-height: 27px;
    text-transform: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: Alter-gothic;
}

#product-detail .ul-list-product-detail li {
    font-family: RobotoRegular;
    font-size: 14px;
    padding: 4px 0px;
    color: gray;
    border-bottom: 1px dashed gainsboro;
}

#product-detail .ul-list-product-detail {
    list-style: none;
    margin: 0;
    padding: 5px 0px;
    font-size: 17px;
}

#product-detail .ul-list-product-detail li .titlelable {
    float: left;
    width: 20%;
    font-size: 14px;
    font-family: RobotoBold;
    color: #2f2f42;
}

#product-detail .ul-list-product-detail li span {
    font-size: 12pt;
    font-family: RobotoBold;
    color: #ea0912;
}

#product-detail .ul-list-product-detail li.old-price span {
    text-decoration: line-through;
    font-size: 17px;
    color: black;
}

#product-detail .ul-list-product-detail li.new-price span {
    color: red;
}

#product-detail .ul-list-product-detail li.new-price span.percent {
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    color: #111;
}



#product-detail .main-product-detail .color_item.active,
#product-detail .main-product-detail .size_item.active {
    border: 1px solid #F8004B;
}

#product-detail .main-product-detail .color_item,
#product-detail .main-product-detail .size_item {
    float: left;
    cursor: hand;
    cursor: pointer;
    padding: 3px 9px;
    font-size: 13px;
    margin-right: 5px;
    border: 1px solid rgba(204, 204, 204, 1);
    text-transform: uppercase;
    color: #333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#product-detail .product-qty button:hover {
    background: #E25922;
    outline: none;
}

#product-detail .product-qty button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(184, 0, 58);
    border: 0;
    padding: 11px;
    position: relative;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Myriad Pro Bold Condensed;
    font-size: 21px;
    border-radius: 4px;
}

#product-detail .product-qty label {
    font-family: Myriad Pro Bold Condensed;
    font-size: 19px;
}

#product-detail .product-qty {
    margin: 10px 0;
}


#product-detail .desc-place {
    font-size: 16px;
    padding: 5px 0;
    border-top: 1px solid rgba(204, 204, 204, 0.54);
    border-bottom: 1px solid rgba(204, 204, 204, 0.51);
    margin: 4px 0;
}

#product-detail .desc-place .tt {
    font-size: 19px;
    color: #05806A;
}

#product-detail .product-qty label {
    font-family: Myriad Pro Bold Condensed;
    font-size: 19px;
}

#product-detail .product-qty input {
    padding: 0 5px 1px;
    height: 33px;
    border: none;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    text-align: center;
    margin: 0 0px;
    width: 65px;
    color: #333;
    float: left;
}

#product-detail .product-qty button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(0, 0, 0);
    border: 0;
    padding: 8px 11px;
    position: relative;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Myriad Pro Bold Condensed;
    font-size: 18px;
    border-radius: 0px;
}

#product-detail .tab-category .tab-nav li {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0px;
}

#product-detail .tab-category .tab-nav li a:hover {
    color: #F5F5F5;
    text-decoration: none
}

.tab-category .tab {
    visibility: hidden;
    height: 0px
}

.tab-category .tab.active {
    visibility: visible;
    height: auto
}

#quick-same-product {
    margin-left: 14px;
}

#quick-same-product ul {
    list-style: none;
    padding: 0;
}

#quick-same-product ul li>div:hover {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
    border: 1px solid transparent;

}

#quick-same-product ul li>div {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    float: left;
    border: 1px solid rgba(204, 204, 204, 0.58);
    padding: 3px;
    margin: 4px 3px;
    margin-left: -10px;
    margin-right: -10px;
}

#product-other {
    position: relative;
}

#product-other .xyz.fixed {
    position: absolute
}

#product-other .product-mini {
    width: 50%;
    float: left;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-bottom: -1px;
}

#product-other .product-mini .wrap-image {
    height: 140px;
}

#product-other .product-mini .wrap-name {
    padding: 5px;
}

#product-other .product-mini .wrap-name h2 {
    margin: 0;
    font-size: 16px;
}

#product-other .product-mini .wrap-name h2 a {
    color: #666;
}

#product-other .product-mini .wrap-name h2 a:hover {
    text-decoration: none;
    color: red
}

#product-other .product-mini .wrap-name .price {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.brebum {
    margin-top: 10px;
    padding: 13px 5px;
    background-color: #f5f5f5;
}

.brebum a {
    font-family: Roboto-Regular;
    color: black;
    position: relative;
    padding-left: 20px;
}

.brebum a:first-child {
    padding-left: 5px;
}

.brebum a:first-child:after {
    border: 0px;
}

.brebum a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 6px;
    position: absolute;
    left: 10px;
    top: -1px;
}

.nameproduct h1 {
    color: black;
    background: url(../img/kexam.png) left bottom no-repeat;
    text-align: left;
    font-size: 25px;
    margin: 0;
    margin-top: 10px;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 9px;
    padding-bottom: 10px;
}

.pricepro {
    padding: 5px 0px;
    position: relative;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

.pricepro .old-price {
    text-decoration: line-through;
    font-size: 22px;
    color: rgba(0, 0, 0, .54);
}

.pricepro .new-price {
    color: #d0011b;
    font-size: 25px;
    font-weight: 700;
    padding: 0px 25px;
}

.pricepro .percent {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 1%, 100% 1%, 100% 75%, 50% 100%, 0 75%);
    background: #FFD839;
    color: white;
    padding: 10px 8px;
    padding-top: 6px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
}

.wrapmota {
    font-family: Roboto-Regular;
    font-size: 11pt;
    line-height: 22px;
    color: #8E8E8E;
    text-align: justify;
    padding: 5px 0;
    border-top: 1px solid rgba(204, 204, 204, 0.54);
    border-bottom: 1px solid rgba(204, 204, 204, 0.51);
    margin: 4px 0;
}



.title-product-category {
    margin-bottom: 8px;
    border-bottom: 4px solid red;
}

.title-product-category.is_cate .first-root:after {
    border-width: 30px;
}

.title-product-category.is_cate .first-root {
    padding: 3px 35px;
    margin: 0;
    line-height: 31px;
    padding-bottom: 0;
    height: 30px;
}

.title-product-category .first-root {
    color: #fff;
    background: red;
    padding: 2px 10px;
    padding-top: 4px;
    padding-right: 50px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Myriad Pro Semibold';
    position: relative;
    padding-bottom: 2px;
    float: left;
}

.title-product-category .first-root:after {
    left: 100%;
    bottom: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    border-bottom: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FC1212;
    border-width: 37px;
    margin-bottom: 0px;
}

.title-product-category ul {
    float: left;
    margin: 0;
    margin-left: 59px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.title-product-category ul li {
    float: left;
    position: relative;
    padding: 0px 3px;
}

.title-product-category ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #908D8D;
    right: 4px;
    top: 3px;
    bottom: -1px;
}

.title-product-category ul li:last-child:after {
    display: none
}

.title-product-category .view-all {
    margin-top: 11px;
}

.title-product-category .view-all a {
    font-size: 15px;
}

.title-product-category ul li a {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
}

.wrap-product .tools .ic {
    float: left;
    margin: 5px;
}

.wrap-all-product {
    padding: 1px 0;
}

.wrap-product .tools .wrap-price {
    text-align: center;
    width: 100%;
}

.wrap-product .tools .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: rgb(18, 17, 17);
    font-family: "george";
    width: 100%;
    padding-right: 10px;
    display: none;
}

.wrap-product .tools .price {
    display: none;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.wrap-product .tools .price .no-price {
    font-size: 15px;
}

.wrap-product .tools .simple-desc {
    line-height: 14px;
    position: absolute;
    bottom: 0;
    height: 28px;
    overflow: hidden;
    padding: 0px 4px;
}

.wrap-product .tools .price .blue {
    color: #333 !important;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 16px;
}

.wrap-product .tools .price a {
    color: #FFF;
}

.wrap-product .tools .price a:hover {
    color: #F00;
}

.wrap-product .tools .name {
    color: #414141;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    float: left;
    width: 100%;
}

.wrap-product .tools .view-more {
    float: right;
    margin-top: 10px;
}

.wrap-product .tools .view-more a {
    color: red;
    font-family: 'Myriad Pro Regular';
    font-size: 17px;
}

.wrap-product .tools .view-more a:hover {
    text-decoration: none;
    color: rgb(53, 194, 192);
}

.wrap-product .tools .code {
    text-align: center;
    display: none;
}

.wrap-product .tools .name h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
}

.wrap-product .tools .name a {
    color: #F9F9F9;
    font-weight: bold;
    font-family: Avo_Bold;
}

.wrap-product .tools .name a:hover {
    color: #ED1C24;
    text-decoration: none
}

.wrap-product .tools .ic:first-child {
    margin-left: 20px
}

.wrap-product .tools .ic a {
    color: rgb(244, 244, 244);
    font-size: 22px;
}

.wrap-product .tools {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    right: 5px;
    overflow: hidden;
}

.wrap-product .tools .wrap-tools {
    position: relative;
    padding: 5px;
}

.wrap-product .tools .wrap-tools .inner-tools {
    background: rgba(17, 17, 17, 0.38);
}

.wrap-product .item-product {
    border: 0
}

.wrap-product .wrap-image .relative-image .rb-new {
    background: url(../img/new.html) no-repeat;
    position: absolute;
    width: 39px;
    height: 44px;
    top: 0;
    left: 0;
    z-index: 1;
}

.wrap-product .wrap-image .relative-image .rb-promotion {
    background: url(../img/sale.html) no-repeat;
    position: absolute;
    width: 45px;
    height: 25px;

    right: 0;
    top: 0;
    z-index: 12;
    line-height: 75px;
    text-align: center;
    color: rgb(236, 252, 61);
    font-weight: bold;
    text-indent: 6px;
}

.wrap-product .wrap-image .relative-image .xwrap-image {
    position: relative;
    width: 100%;
    margin: auto;
    border: 1px solid rgba(204, 204, 204, 0.59);
}

.wrap-product .wrap-image .relative-image .xm-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -15px;
    background: url(../img/product-shadow.html) no-repeat bottom center;
    opacity: 0;
}

.wrap-product .wrap-image .relative-image .xm-image .x-inner {
    padding: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    background-color: red;
    position: absolute;
}

.wrap-product .wrap-image .relative-image .xm-image {
    position: relative;
    border: 1px solid rgba(204, 204, 204, 0.38);
    height: 0;
    background-color: #fff;
    padding-bottom: 67%;
    overflow: hidden;
}

.wrap-product .wrap-image .relative-image {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
    float: left;
    margin-bottom: 10px;
}

.wrap-product .wrap-image .relative-image:after,
.wrap-product .wrap-image .relative-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    z-index: 1;
    opacity: 1;
    opacity: 0;
}

.wrap-product .wrap-image .relative-image:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 2px;
    opacity: 1;
    top: auto;
}

.wrap-product .wrap-image {
    position: relative;
}

.wrap-product .wrap-image:hover img {
    transform: scale(1.2)
}

.wrap-product .wrap-image img {

    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);

}

.wrap-product .wrap-desc {
    margin: 1px 0;
    display: none;
}

.wrap-product .wrap-desc .product-name {
    text-align: center;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}

.wrap-product .wrap-desc .product-name h2 {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
}

.wrap-product .wrap-desc .product-name h2 a {
    color: rgb(76, 76, 76);
    font-family: Alter-gothic;
    font-size: 20px;
    line-height: 22px;
}

.wrap-product .wrap-desc .add-cart {
    background: red;
    font-size: 15px;
    padding: 5px 0;
    border-bottom: 5px solid #CF0000;
}

.wrap-product .wrap-desc .product-price span {
    color: red;
}

.wrap-product .wrap-desc .product-price {
    font-size: 15px;
    text-align: center;
    width: 100px;
    text-align: center;
    margin: auto;
}

.wrap-product .wrap-desc .product-price:hover .add-cart {
    background: #000
}

.wrap-product .wrap-desc .product-price:hover a {
    text-decoration: none;
    color: #fff
}

.wrap-product .wrap-desc .product-price a {
    color: white;
    font-family: Myriad Pro Regular;
}

.wrap-product .wrap-desc .product-price a:hover {
    color: rgb(255, 255, 255);
    text-align: center;
}

.wrap-product .product-desc h2 {
    font-size: 17px;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding-bottom: 7px;
}

.wrap-product .product-desc h2 a:hover {
    color: #F68E59;
    text-decoration: none
}

.wrap-product .product-desc h2 a {
    text-transform: capitalize;
    color: #fff;
}

.wrap-product .product-desc {
    position: absolute;
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    height: 100%;
    width: 100%;
    bottom: 0;
    opacity: 0;
    display: none;
}

#product-detail {
    margin: 10px 0;
    margin-top: 0;
}

#product-detail .wrap-on-image img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

#product-detail .product-image {
    border: 1px solid rgba(204, 204, 204, 0.65);
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.3);
    overflow: hidden;
}

#product-detail .product-image-list .item {
    padding: 2px;
    margin: 2px;
    border: 1px solid rgba(204, 204, 204, 0.7);
}

#product-detail .line {
    width: 100%;
    height: 1px;
    margin: 5px 0;
}

#product-main-detail .product-name {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: rgb(2, 130, 37);
}

#product-main-detail .ul-list-product-detail {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

#product-main-detail .ul-list-product-detail li {
    margin: 5px 0;
}

#product-main-detail .ul-list-product-detail li span {
    font-size: 18px;
    font-weight: bold;
    color: rgb(4, 127, 64);
}

#product-main-detail .desc-place {
    font-size: 16px;
    padding: 5px 0;
    border-top: 1px solid rgba(204, 204, 204, 0.54);
    border-bottom: 1px solid rgba(204, 204, 204, 0.51);
    margin: 4px 0;
}

#product-main-detail .desc-place p {
    margin-bottom: 2px
}

#product-main-detail .desc-place .tt {
    font-size: 19px;
    color: #05806A
}

#product-main-detail .ul-list-product-detail li.old-price span {
    text-decoration: line-through;
    font-size: 17px;
    color: black;
}

#product-main-detail .ul-list-product-detail li.new-price span {
    color: red;
}

#product-main-detail .ul-list-product-detail li span.fnr {
    font-weight: normal
}

#product-main-detail .ul-list-product-detail li.new-price span.percent {
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    color: #111;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

#product-main-detail .add-cart {
    margin: 5px 0;
    font-size: 17px;
}

#product-main-detail .add-cart input {
    padding: 4px;
    width: 72px;
    margin-left: 10px;
}

#product-main-detail .add-cart button {
    background: rgb(7, 127, 65);
    border: 0;
    padding: 10px 10px;
    color: #fff;
    margin-left: -6px;
}

#product-detail .tab-category {
    margin-top: 30px;
    overflow: hidden;
}

#product-detail .tab-category img {
    max-width: 100% !important;
    max-height: none !important;
}

#product-detail .tab-category .tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #8080809e;
    background: linear-gradient(to bottom, #eceaea 0%, #FBFBFB 100%);
}

#product-detail .tab-category .tab-nav li a {
    color: #131313;
    font-family: RobotoBold;
    padding: 15px 15px 10px 15px;
}

#product-detail .tab-category .tab-nav li:hover a,
#product-detail .tab-category .tab-nav li.active a {
    color: #FFF;
    text-decoration: none;
    background: #627F9A;
}

#product-detail .tab-category .tab {
    visibility: hidden;
    height: 0px
}

#product-detail .tab-category .tab.active {
    visibility: visible;
    height: auto
}

#product-detail .tab-category .tab-content {
    padding: 5px;
    margin-top: 0px;
}

.item-product:hover .product-desc {
    opacity: 1;
}

.item-product {
    margin-left: 0;
}

.xbx-content .bx-prev,
.xbx-content .bx-next,
.xbx-content .bx-prev:hover {
    position: absolute;
    top: -25px !important;
    background: url(../img/right-ar-mini.html) no-repeat;
    width: 30px !important;
    height: 30px !Important;
}

.xbx-content .bx-prev {
    right: 0px;
    left: auto;
}

.xbx-content .bx-next,
.xbx-content .bx-next:hover {
    right: 30px;
    background: url(../img/left-ar-mini.html) no-repeat;
}

.xbx-content {
    padding-bottom: 10px
}

.xbx-content .box-news:after {
    content: "";
    background: #333;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 2px
}

.xbx-content .box-news {
    border-bottom: 4px solid #333;
    position: relative;
}

.xbx-content .box-news .name {
    padding: 5px;
}

.xbx-content .box-news .name h2 {
    font-size: 18px;
    margin: 0;
}

.xbx-content .box-news .name h2 a {
    color: #31C1BE;
}

.xbx-content .box-news .desc {
    padding: 5px;
    text-align: justify;
}

.xbx-content .box-news .view-more {
    padding: 5px;
    text-align: right;
}

.xbx-content .box-news .view-more a {
    color: red;
    font-family: 'Myriad Pro Regular';
    font-size: 17px;
}

.xbx-content .box-news .view-more a:hover {
    text-decoration: none;
    color: rgb(53, 194, 192);
}

.hover-shine {
    width: 100%;
    height: 100%;
    background-image: url(../../../i.minus.com/iuvzYDPlYu8RR.png);
    position: absolute;
    background-position: -265px 0;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    -webkit-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease;
    opacity: 0.5;
}

.hover-shine:hover {
    background-position: 0% 0;
}

.brebum a:hover {
    color: #d90000;
}

#product-detail .product-qty i {
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #333;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    cursor: pointer;
    float: left;
}

#product-detail .product-qty i.btn-minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#product-detail .product-qty i.btn-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.muangay_tragop button {
    line-height: normal;
    display: block;
    padding: 7px 40px;
    text-align: center;
    margin: 5px 5px 0 0;
    background: -webkit-linear-gradient(#f59000, #fd6e1d);
    background: -o-linear-gradient(#f59000, #fd6e1d);
    background: linear-gradient(#f59000, #fd6e1d);
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    border: none;
}

.muangay_tragop button span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px;
}

.title_like {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

#product-detail .title {
    font-size: 18px;
    color: #e70d0d;
    font-weight: normal;
    font-family: RobotoBold;
    position: relative;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 0;
    text-transform: capitalize;
}

.title {
    float: left;
    width: 50%;
}

.like_pro {
    float: right;
    text-align: right;
    width: 50%;
}

.mota_detail_pro {
    margin: 10px 0;
}

.muangay_tragop {
    margin-bottom: 15px;
}

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

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

.name_pro_detail {
    font-family: MontserratBold;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}

.price_pro_detail {
    padding: 0 0 5px 0;
    text-transform: capitalize;
    font-size: 18px;
    font-family: MuliRegular;
    color: #333;
}

.gia_goc {
    color: #ccc;
}

.gia_km {
    color: red;
}

.tietkiem {
    display: inline-block;
    padding: 0 0 0 20px;
}

.tietkiem strong {
    color: red;
    font-weight: 100;
}


.price_pro_detail span.gia_goc {
    padding: 0 0 0 10px;
    font-family: RobotoRegular;
    text-decoration: line-through;
    font-size: 13px;
}

.price_pro_detail span.gia_km {
    padding: 0 0 0 10px;
}


@media (max-width: 500px) {
    #product-detail .tab-category .tab-nav li {
        padding: 9px 0px;
        font-size: 14px;
    }

    #product-detail .tab-category .tab-nav li.active a {
        padding: 10px 5px;
    }

    #product-detail .ul-list-product-detail li .titlelable {
        float: left;
        width: 30%;
        font-size: 13px;
        font-family: RobotoBold;
        color: #2f2f42;
    }

    .name_pro_detail {
        padding: 10px 0 0 10px;
    }
}

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

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    background-color: #ffffffa8;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border: 1px solid var(--color-title);
    overflow: hidden;
}

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

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #97081c;
}

.price-old-pro-detail {
    font-weight: 500;
    color: #9d9d9d;
    text-decoration: line-through;
    padding-left: 10px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

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

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

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

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

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

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

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

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

.gioithieu {
    background: url(../images/bggt-2160.png) no-repeat;
    background-size: cover;
}

.why_row {
    background: url(../images/bgwhy3976-1489.png) no-repeat center;
}
/* pagination ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 20px;
}

.pagination-ajax a {
    vertical-align: top;
    margin: 3px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    width: 35px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.pagination-ajax a:hover {
    background: #97081C;
    color: #fff;
    border-color: #97081C;
    transform: translateY(-2px);
    transition: all ease 0.3s;
}

.translate img {
    cursor: pointer;
}

.pagination-ajax a.current {
    background: #97081C;
    color: #fff;
    border-color: #97081C;
    transform: translateY(0);
}
