@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Yellost;
    src: url(/public/frontend/fonts/NVN\ Yellost-Regular\ VH.ttf);
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}



table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

i.fa {
    line-height: inherit;
}

body {
    background-color: #fff !important;
    /* color: #707070; */
    font-family: 'Bitter', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    font-family: 'Bitter', serif;
}

a {
    font-family: 'Bitter', serif;
}

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

a {
    text-decoration: none;
    color: inherit;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #ffd87d;
}

html {
    scroll-behavior: smooth;
}

/* Chrome, Safari, Edge, Opera */
input[name=phone]::-webkit-outer-spin-button,
input[name=phone]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[name=phone] {
    -moz-appearance: textfield;
}

.slick-slider {
    margin-bottom: 0;
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e1d4cc;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc;
}

.pagination {
    padding: 10px 0;
}

.pagination-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-group .pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-group .pagination a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
}

.pagination-group .pagination span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
    background-color: #e23b41;
    color: #fff;
}

.swal2-title {
    font-size: 14px !important;
}

.swal2-styled {
    font-size: 13px !important;
}

.swal2-popup {
    max-width: 23em !important;
}

.swal2-icon {
    transform: scale(0.7);
}


/*css slide home*/
.slide_home {
    position: relative;
}

.slide .slick-dots {
    bottom: 20px;
}

.slide .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: rgba(153, 153, 153, 1);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(241, 89, 42, 1);
}

.slide .slick-dots li button {
    width: 12px;
    height: 12px;
}

.slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.bg-home {
    background-color: #fff;
}

.wrap_home {
    width: 100%;
}

.wrap_home .main_left {
    float: left;
    margin-right: 15px;
    width: calc(100% - 322px);
    padding-top: 15px;
}

.file_download {
    text-align: center;
}

.file_download span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: red;
    margin-top: 5px;
}

.wrap_home .main_right {
    float: left;
    width: 307px;
    padding-top: 15px;
}


.top_news {
    width: 100%;
    margin-bottom: 20px;
}

.title_in {
    margin-bottom: 15px;
    width: 100%;
    background-image: linear-gradient(to right, #0a589f, #ff000f);
    padding: 0 20px;
    position: relative;
}

.title_in h2 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.title_in h2 i {
    margin-right: 10px;
    font-size: 21px;
}

.title_in .date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    float: right;
    line-height: 40px;
}

.title_in .date i {
    margin-left: 5px;
}

.title_in2 {
    margin-bottom: 15px;
    width: 100%;
    background: #efefef url(../images/bg_title.png);
    padding: 0 20px;
    background-repeat: no-repeat;
    position: relative;
}

.title_in2 h2 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 500;
}

.title_in2 h2 img {
    width: auto;
    margin-right: 12px;
}

.title_in2 .view_more_top {
    position: absolute;
    right: 18px;
    top: 13px;
    color: #ff000f;
    font-weight: 700;
}

.title_in .view_more_top {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-weight: 700;
}

.news-box2 {
    width: 100%;
    display: flex;
}

.news-box2 .list-slide-main {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.news-box2 .first-news2 {}

.first-news2 .image {
    position: relative;
    overflow: hidden;
}

.first-news2 .image img {
    height: 230px;
    transition: 1s;
    object-fit: cover;
    transition: 0.5s;
}

.first-news2 .image:hover img {
    transform: scale(1.1);
}

.first-news2 .info {
    bottom: 0;
    padding: 0;
    overflow: hidden;
}

.first-news2 .info h3 {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.first-news2 .info h3 a {}

.first-news2 .info .desc {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.box_time {
    width: auto;
    display: inline-flex;
    line-height: 34px;
    float: left;
}

.box_time .date_time {
    float: left;
    font-size: 13px;
    color: #0a589f;
}

.list-news2-item .box_time .date_time,
.first-news2 .box_time .date_time,
.list_news_home .box_time .date_time,
.list_news_col .box_time .date_time,
.news_hot .box_time .date_time {
    display: none;
}

.box_time .date_time i {
    color: #000;
}

.box_time .views {
    font-size: 13px;
    margin-left: 15px;
    display: none;
}

.box_time .views i {}

.view_more {
    width: auto;
    height: 34px;
    text-align: center;
    line-height: 32px;
    float: right;
    padding: 0 8px;
}

.view_more a {
    font-size: 15px;
}

.view_more2 {
    width: 90px;
    height: 28px;
    border: 1px dashed #000;
    text-align: center;
    line-height: 26px;
    float: right;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
}

.view_more2 a {
    color: #0a589f;
    display: block;
}

.view_more2 a:hover {
    color: #fff;
    background-color: #0a589f;
}

.list-news2 {
    overflow: hidden;
    width: 50%;
}

.list-news2 .list-news2-item {
    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.list-news2 .list-news2-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.list-news2 .list-news2-item .image {
    position: relative;
    width: 100px;
    margin-right: 10px;
    overflow: hidden;
}

.list-news2 .list-news2-item .image img {
    object-fit: cover;
    height: 80px;
    transition: 0.5s;
}

.list-news2 .list-news2-item .image:hover img {
    transform: scale(1.1);
}

.list-news2 .list-news2-item .info {
    width: calc(100% - 110px);
}

.list-news2 .list-news2-item h3 {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-news2 .list-news2-item h3 a {}

.news_home {
    width: 100%;
    margin-bottom: 20px;
}

.news_rale {}


.box_lienket {
    width: 100%;
    margin-bottom: 10px;
}

.news-donvithanhvien {
    padding: 7px 10px 0;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.box_lienket .cate-title {
    padding: 0;
    margin-bottom: 7px;
}

.form-control-lienket {
    height: 30px;
    width: 100%;
    padding: 4px 12px;
}

.ml-30 {
    margin-left: 30px
}

.list_news_home {
    width: 100%;
}

.list_news_home .item {
    margin-bottom: 5px;
}

.list_news_home .box {
    display: block;
}

.list_news_home .box .image {
    overflow: hidden;
    width: 100%;
}

.list_news_home .box .image img {
    height: 178px;
    object-fit: cover;
    width: 100%;
}

.list_news_home .box .info {}

.list_news_home .info h3 {
    color: #0a589f;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_news_home .info h3 a {}

.list_news_home .info .desc {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_hot {
    width: 100%;
}

.box_news_hot {
    width: 100%;
    display: flex;
    background-color: #ececec;
    margin-bottom: 15px;
}

.box_news_hot .image {
    overflow: hidden;
    width: 64%;
}

.box_news_hot .image img {
    height: 405px;
    object-fit: cover;
    width: 100%;
}

.box_news_hot .info {
    width: 36%;
    padding: 15px;
    overflow: hidden;
}

.box_news_hot .info h3 {
    color: #0a589f;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

.box_news_hot .info h3 a {}

.box_news_hot .info .desc {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.banner_quangcao {
    width: 100%;
    margin-bottom: 10px;
}

.banner_quangcao a {
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
}

.banner_quangcao img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.banner_quangcao a:hover img {
    transform: scale(1.1);
}

.banner_center {
    width: 100%;
    margin: 0 0 15px;
}

.banner_center .image {
    display: block;
}

.banner_center .image img {
    width: 100%;
}

.box_video_sidebar {
    width: 100%;
}

.video-s {
    overflow: hidden;
}

.video-s iframe {
    overflow: hidden;
    width: 100%;
    height: 168px;
    display: block;
}

.box_video_sidebar .image {}

.box_video_sidebar .image img {}

.nav-vertical {
    position: relative;
    /* top: 40px; */
    left: 0px;
    right: 0;
    z-index: 10;
    height: 0;
    display: block;
}

.nav-vertical .nav-list {
    background-color: #fff;
}

.nav-vertical .nav-list li {
    position: unset;
}

.nav-vertical .nav-list>li>a {
    position: relative;
    display: block;
    color: #000;
    padding: 12px 0 14px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
    width: auto;
    height: auto;
    max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
    background-color: #f8f9fa;






    color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 4px;
}

.ver-mega-mn1 {
    position: absolute;
    right: 5px;
}

.nav-vertical-sub {
    position: absolute;
    width: calc(100% + 30px);
    left: 90%;
    top: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: left 0.5s;
    z-index: -1;
    height: 495px;
    top: 3px;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
    visibility: inherit;
    left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.wrap_slide_newstop {
    width: 100%;
    /* margin-top: 15px; */
    background: #eee;
    padding: 12px 0;
}

.wrap_slide_newstop .box_slide_newstop {
    width: 100%;
    display: flex;
    align-items: center;
}

.box_slide_newstop .title {
    text-transform: uppercase;
    color: #fff;
    padding: 2px 5px 0px;
    display: inline-block;
    line-height: 19px;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.6px;
    background-color: #c41919;
    border-radius: 3px;
}

.box_slide_newstop .hotline_top {
    display: inline-flex;
    width: 166px;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 700;
    align-items: center;
    color: #c41919;
}

.box_slide_newstop .hotline_top img {
    width: 35px;
    height: 35px;
}

.box_slide_newstop .slide_newstop {
    width: calc(100% - 280px);
    padding-left: 10px;
}

.box_slide_newstop .slide_newstop .item {
    padding-right: 0;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.box_slide_newstop .slide_newstop .item a {
    font-size: 13px;
    font-weight: 500;
}

.slide_newstop .slick-prev,
.slide_newstop .slick-next {
    display: inline-block;
    width: 25px;
    margin: 0;
    height: 25px;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    color: #b7b7b7;
    z-index: 1;
    opacity: 1;
}

.slide_newstop .slick-prev:before,
.slide_newstop .slick-next:before {
    display: none;
}

.slide_newstop .slick-prev {
    left: unset;
    right: -212px;
}

.slide_newstop .slick-next {
    right: -242px;
}

.wrap-slide-home {
    padding: 20px 0 0;
}

.wrap_new1 {
    width: 100%;
    margin-top: 30px;
}

.box_wrap_new1 {
    width: 100%;
    padding: 0 15px;
}

.box_small_left {
    width: 160px;
    float: left;
    margin-right: 30px;
}

.box_small_center {
    float: left;
    width: calc(100% - 520px);
    margin-right: 30px;
}

.box_small_right {
    float: left;
    width: 300px;
}

.list_tin_left {
    width: 100%;
}

.list_tin_left .item {
    margin-bottom: 13px;
}

.list_tin_left .box {
    width: 100%;
}

.list_tin_left .image {
    width: 100%;
}

.list_tin_left .image img {}

.list_tin_left h3 {
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0;
}

.list_tin_left h3 a {}

.list_tin_center {}

.list_tin_center .item {
    width: 100%;
}

.list_tin_center .box {}

.list_tin_center .image {
    width: 100%;
}

.list_tin_center .image img {}

.list_tin_center .info {}

.list_tin_center h3 {
    line-height: 26px;
    font-weight: 700;
    margin: 10px 0 13px;
    color: #292627;
    font-size: 22px;
    display: block;
}

.list_tin_center h3 a {}

.list_tin_center .desc {
    color: #888;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.list_tin_center .item:not(:first-child) {
    display: block;
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 13px;
    padding-bottom: 20px;
}

.list_tin_center .item:not(:first-child) .box_child {
    display: flex;
    width: 100%;
}

.list_tin_center .item:not(:first-child) .image {
    order: 2;
    width: 128px;
}



.list_tin_center .item:not(:first-child) .info {
    order: 1;
    width: calc(100% - 128px);
    padding-right: 10px;
}

.list_tin_center .item:not(:first-child) h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin: 0 0 11px;
}

.list_tin_center .item:not(:first-child) h3 a {}

.list_tin_center .item:not(:first-child) .desc {}

.list_banner_right {
    width: 100%;
}

.list_banner_right .item {
    width: 100%;
}

.list_banner_right .item:not(:last-child) {
    margin-bottom: 8px;
}

.list_banner_right .image {
    width: 100%;
}

.list_banner_right .image img {}

.item-banner-home {
    margin-bottom: 15px;
}

.item-banner-home img {
    border: solid 1px #ebebeb;
    height: auto;
    object-fit: cover;
}

.wrap_new2 {
    width: 100%;
    margin-top: 0;
}

.box_wrap_new2 {
    width: 100%;
    padding: 0 15px;
}

.line_dot {
    background: url(../images/border_bottom.jpg) repeat-x;
    height: 8px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.group_wrap2 {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.wrap_new2 .box_left {
    width: calc(100% - 330px);
    margin-right: 30px;
    float: left;
}

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

.list_news_col .item {
    width: 100%;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.list_news_col .item:after {
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_news_col .item:first-of-type {
    padding-top: 0;
}

.list_news_col .item:last-of-type {
    border-bottom: none;
}

.list_news_col .item .box {
    display: flex;
}

.list_news_col .box .image {
    width: 290px;
    height: 182px;
}

.list_news_col .box .image a {}

.list_news_col .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.list_news_col .box .info {
    padding-left: 20px;
    width: calc(100% - 275px);
}

.list_news_col .box .info h3 {
    margin-bottom: 12px;
    color: #0a589f;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.list_news_col .box .info h3 a {}

.list_news_col .history_new {
    margin-bottom: 10px;
    line-height: 19px;
}

.list_news_col .history_new .cate {
    display: inline;
}

.list_news_col .history_new .cate a {
    font-size: 12px;
    color: #385f73;
    font-weight: 500;
}

.list_news_col .history_new .timeago {
    color: #9e9e9e;
    position: relative;
    padding-left: 18px;
    margin-left: 10px;
    font-style: italic;
    font-size: 12px;
}

.list_news_col .history_new .timeago:before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -230px -6px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}

.list_news_col .desc {
    clear: both;
    color: #000;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrap_new2 .box_right {
    width: 300px;
    float: left;
    display: flex;
    position: relative;
}

.list_banner_right2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.list_banner_right2 .item {
    width: 100%;
}

.list_banner_right2 .item:nth-child(2) {
    position: sticky;
    top: 60px;
}

.list_banner_right2 .item:not(:last-child) {
    margin-bottom: 10px;
}

.list_banner_right2 .image {
    width: 100%;
}

.list_banner_right2 .image img {
    height: 402px;
}

.wrap_video_home {
    width: 100%;
}

.box_video_home {
    padding-top: 21px;
    border-top: dotted 1px #ebebeb;
    border-bottom: dotted 1px #ebebeb;
    margin-bottom: 26px;
}

.wrap_video_home .box_video_home {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.box_video_home .title-video-box {
    margin: 0;
}

.box_video_home .titlebox {
    color: #000;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 26px;
}

.box_video_home .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -264px -5px;
    width: 22px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.box_video_home .video_show {
    display: flex;
    margin-bottom: 16px;
}

.wrap_video_home .box_video_home .video_show {
    width: calc(100% - 300px);
    display: flex;
    margin-bottom: 16px;
    float: left;
}

.box_video_home .video_iframe {
    width: calc(100% - 185px);
}

.wrap_video_home .box_video_home .video_iframe {
    width: 100%;
}

.wrap_video_home .box_video_home .video_info {
    width: 300px;
    height: 420px;
    display: none;
}

.wrap_video_home .box_video_home .smallvideo {
    margin-bottom: 0;
    width: 300px;
    float: left;
    background-color: #222;
    height: 420px;
}

.wrap_video_home .box_video_home .smallvideo ul {
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.box_video_home .video_iframe iframe {
    width: 100%;
    height: 294px;
}

.wrap_video_home .box_video_home .video_iframe iframe {
    height: 420px;
}

.wrap_video_home .box_video_home .smallvideo ul li img {
    height: 40px;
}

.wrap_video_home .box_video_home .smallvideo ul li {
    width: 100%;
    display: flex;
    padding: 10px 15px;
}

.wrap_video_home .box_video_home .smallvideo ul li .image {
    width: 72px;
    margin-right: 8px;
}

.wrap_video_home .box_video_home .smallvideo ul li h4 {
    width: calc(100% - 80px);
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    margin: 0;
}

.wrap_video_home .box_video_home .smallvideo ul li .icon-small-play {
    display: none;
}

.box_video_home .video_info {
    width: 185px;
    height: 294px;
    padding: 0 10px 5px 20px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.box_video_home .video_info h3 {
    color: #000;
    margin-bottom: 15px;
    display: block;
    margin-top: 24px;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
}

.box_video_home .video_info h3 a {}

.box_video_home .video_info .timeago {
    color: #757779;
    font: normal 12px/18px Arial;
    margin-bottom: 13px;
    display: block;
}

.box_video_home .video_info .sapo {
    font: normal 12px/18px Arial;
    color: #656565;
}

.box_video_home .smallvideo {
    display: inline-block;
    margin-bottom: 20px;
}

.box_video_home .smallvideo ul {
    margin-left: -7px;
    margin-right: -7px;
}

.box_video_home .smallvideo ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
}

.box_video_home .smallvideo ul li .image {
    width: 100%;
    position: relative;
}

.box_video_home .smallvideo ul li img {
    width: 100%;
    height: 104px;
    object-fit: cover;
}

.box_video_home .smallvideo ul li .icon-small-play {
    background: url(../images/sprite_autoprov3.png) no-repeat -392px -62px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_video_home .smallvideo ul li h4 {
    color: #292627;
    margin-top: 12px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}

.wrap_qc_home {
    width: 100%;
    position: relative;
}

.aqua_city {
    width: 100%;
    background: #F2F2F2;
    display: flex;
}

.aqua_city .image {
    width: 100%;
    float: left;
}

.aqua_city .image img {
    width: 100%;
}

.aqua_city .info {
    float: left;
    width: 45%;
    padding: 0 15px 0 20px;
    position: relative;
}

.aqua_city .info h3 {
    margin: 32px 0px 9.86111px;
    font-size: 18px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 29px;
    font-weight: 600;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aqua_city .info h3 a {}

.aqua_city .info .desc {
    height: auto;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

    margin: 0;
}

.inforActive {
    overflow: hidden;
    display: -webkit-box;
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.logo-wrap {
    position: relative;
    width: 50%;
    max-height: 23.6667px;
}

.avatarNative {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.rightNative img {
    max-height: 20px;
}

.avatar_desc {
    font-size: 12px;
    color: #999;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    height: auto;
    overflow: hidden;
    left: 20px;
}

.inforActive .see_now {
    width: 106px;
    height: 24px;
    border: none;
    background-color: #c41919;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    float: right;
    font-size: 12px;
    line-height: 24px;
}

.wrap_qc_home2 {
    width: 100%;
    position: relative;
}

.wrap_read_more {
    width: 100%;
    position: relative;
}

.box_new_type2 {
    width: 100%;
    display: flex;
    margin: 10px 0;
}

.box_tinhay {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-right: 0;
    border-bottom: dotted 1px #ebebeb;
}

.box_tinhay .box {
    display: block;
    position: relative;
    width: 100%;
}

.box_tinhay h2 {
    margin: 0;
}

.box_tinhay .titlebox {
    color: #1e2a32;
    font-weight: 700;
    font-size: 17.5px;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    display: block;
    position: relative;
}

.box_tinhay .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -292px -5px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.box_tinhay .titlebox::after {
    content: '';
    background-color: #c41919;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.box_tinhay .titlebox .gachcheo {
    content: '';
    background-color: #efefef;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
}

.box_tinhay .bignews ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.box_tinhay .bignews ul li {
    width: 50%;
    padding: 10px 10px;
    border-bottom: dotted 1px #dedede;
    display: inline-block;
    float: left;
}

.box_tinhay .bignews li .image {
    width: 113px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.box_tinhay .bignews li .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box_tinhay .bignews li .title {
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: -4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box_tinhay .bignews li .title a {}

.box_tinhay .smallnews ul li {
    padding: 6px 0 5px 19px;
    border-bottom: dotted 1px #dedede;
    display: block;
    position: relative;
}

.box_tinhay .smallnews ul li:last-child {
    border-bottom: none;
}

.box_tinhay .smallnews ul li::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -344px -9px;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}

.box_tinhay .smallnews ul li .title {
    color: #1d1d1d;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.danhgiaxe {
    width: 100%;
    background-color: #f3f3f3;
    padding: 25px 24px 6px 23px;
}

.danhgiaxe .box {
    display: block;
    position: relative;
    width: 100%;
}

.danhgiaxe h2 {
    margin: 0;
}

.danhgiaxe .titlebox {
    color: #1e2a32;
    font-weight: 700;
    font-size: 17.5px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-bottom: 11px;
    margin-bottom: 11px;
    display: block;
    position: relative;
}

.danhgiaxe .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -322px -5px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.danhgiaxe .titlebox::after {
    content: '';
    background-color: #c41919;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.danhgiaxe .titlebox .gachcheo {
    content: '';
    background-color: #efefef;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
}

.danhgiaxe .listnews ul li {
    padding: 9px 0 15px;
    position: relative;
}

.danhgiaxe .listnews ul li:first-child {
    margin-top: 20px;
}

.danhgiaxe .listnews ul li .image {
    position: relative;
    display: block;
}

.danhgiaxe .listnews ul li .percentage {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 0;
    bottom: -41px;
    background-position: -197px -199px;
    z-index: 10;
}

.sprite {
    background-image: url(../images/sprite_autoprov3.png);
}

.danhgiaxe .listnews ul li .percentage .text-point {
    color: #fff;
    text-align: center;
    width: 32px;
    font-size: 17px;
    line-height: 33px;
    font-weight: 700;
    display: inline-block;
}

.danhgiaxe .listnews ul li .title {
    color: #151515;
    display: block;
    background-color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding: 13px 25px 13px 17px;
    margin: 0;
}

.special_news {
    width: 100%;
    margin: 0 0 26px;
    padding-bottom: 31px;
    border-bottom: dotted 1px #ebebeb;
    padding-top: 28px;
    border-top: dotted 1px #ebebeb;
    display: inline-block;
    position: relative;
}

.wrap_qc_home2 .special_news {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 0;
    border-top: none;
}

.special_news .image {
    width: 508px;
}

.wrap_qc_home2 .special_news .image {
    width: calc(100% - 195px);
}

.special_news .image img {
    height: 318px;
    object-fit: cover;
}

.special_news .info {
    background: #051322;
    width: 224px;
    height: 292px;
    padding: 29px 22px 0 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: right;
}

.special_news .info::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 293px #051322;
    border-left: solid 42px transparent;
    float: left;
    margin-top: -30px;
    margin-left: -46px;
}

.special_news .info .title {
    color: #fff;
    margin-bottom: 33px;
    display: block;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
}

.special_news .info .title a {}

.special_news .info .zonename {
    color: #ff5454;
    font: normal 15px/22px Roboto-Medium;
    text-transform: uppercase;
    position: absolute;
    padding-right: 24px;
    right: 21px;
    bottom: 15px;
}

.special_news .info .zonename::after {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -359px -6px;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

.boxembed {
    width: 100%;
    display: flex;
}

.img_left_docnhieu {

    width: 300px;
    float: left;
    border-top: 1px dotted #c4c4c4;
    border-bottom: 1px dotted #c4c4c4;
    min-height: 271px;
}

.img_left_docnhieu a {
    display: inline-block;
}

.img_left_docnhieu img {
    width: 100%;
}

.docnhieunhat {
    width: calc(100% - 300px);
    float: right;
    background-color: #f9f9f9;
    border: 1px dotted #c4c4c4;
}

.docnhieunhat .titlebox {
    position: relative;
    margin-left: 20px;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding: 16px 27px;
}

.docnhieunhat .titlebox:before {
    width: 12px;
    height: 12px;
    content: '';
    background-image: url(../images/sprite_autoprov3.png);
    background-position: -244px -199px;
    display: block;
    position: absolute;
    left: 0;
    top: 21px;
}

.docnhieunhat .listnews ul {
    display: inline-block;
    margin-left: 20px;
}

.docnhieunhat .listnews ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e7eaf1;
    border-top: 1px solid #fff;
    padding: 10px 0;
    padding-right: 15px;
}

.docnhieunhat .listnews ul li:first-child {
    border-top: 1px solid #e7eaf1;
}

.docnhieunhat .listnews ul li .sothutu {
    color: #e30b0f;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    width: 38px;
    float: left;
}

.docnhieunhat .listnews ul li h3 {
    margin: 0;
    width: calc(100% - 38px);
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #475e7b;
    position: relative;
    display: inline;
}

.docnhieunhat .listnews ul li h3 a {
    color: #333;
}

.docnhieunhat .listnews ul li:last-child {
    border-bottom: none;
}

.append_stream {
    width: 100%;
}

.btnViewMore {
    color: #292627;
    background-color: #fff;
    font-size: 15px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    width: 169px;
    height: 45px;
    border: solid 1px #dfdfdf;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

.btnViewMore::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -449px -7px;
    width: 18px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 16px;
}

.btnViewMore::after {
    content: '';
    background-color: #e7e7e7;
    width: 167px;
    height: 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.padding_in {
    padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
    margin-bottom: 10px;
    margin-top: 0px;
}

.hover-effect {
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    overflow: hidden;
}

.hover-effect-2:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    visibility: visible;
    z-index: 1;
}

.hover-effect-2:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.hover-effect-10:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-effect-10:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.hover-effect-10 {
    display: block;
    background: #000;
}

.hover-effect-10:hover img {
    opacity: .5;
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}

.hover-effect-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);

    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -ms-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.hover-effect-4:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.template-detail {
    padding: 20px 0;
}

.slide {
    position: relative;
}

.slide:after {
    /* content: ""; */
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(../images/line-slide.png);
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.wrap-support {
    /* padding: 20px 0 0; */
    padding-bottom: 30px;
}

.box-support {
    padding: 20px 20px 0;
    background-color: #fff;
    border: solid 1px #ebebeb;
}

.mw-20 {
    min-width: 20%;
}

.col-support-item {
    margin-bottom: 20px;
}

.support-item {}

.support-item .box {
    display: flex;
    align-items: center;
}

.support-item .box .icon {
    width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.support-item .box .content h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.support-item .box .content .desc {
    line-height: 1.4;
    font-size: 14px;
}

.wrap-product-home {
    padding: 20px 0 30px;
    background: #f8f8f8;
}

.wrap-product-home-2 {
    background-color: #f2f2f5;
}

.list-product-home {}

.page-item.active .page-link {
    background-color: #c31f26;
    border-color: #c31f26;
}

.page-link {
    color: #c31f26;
}

.col-product-card {
    margin-bottom: 30px;
}

.product-card {}


.product-card .box {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.product-card .box .image {
    position: relative;
}

.product-card .box .image img {}

.product-card .box .hot {
    bottom: 5px;
    right: 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #C70909;
    font-size: 10px;
    padding: 0 10px 0 8px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    display: block;
    position: absolute;
}

.product-card .box .hot:before {
    content: "";
    background: url(../images/icon-sale.png) no-repeat 0 0;
    width: 11px;
    height: 21px;
    position: absolute;
    left: -11px;
    top: 0;
}

.product-card .box .hot:after {
    content: "";
    background: url(../images/icon1-sale.png) no-repeat 0 0;
    width: 3px;
    height: 21px;
    position: absolute;
    right: -3px;
    top: 0;
}

.product-card .box .sale {
    position: absolute;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #242828;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.product-card .box .content {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.product-card .box .content .name {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
}

.product-card .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-price .new-price {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #6c757d;
}

.product-card .action {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.5s;
}

.product-card .box:hover .action {
    top: 50%;
    opacity: 1;
}

.product-card .action ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .action ul li {
    width: 40px;
}

.product-card .action ul li a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #c31f26;
    color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
    width: 18px;
    fill: #fff;
}

.product-card .action ul li a:hover {
    background-color: #05090a;
    color: #fff;
}

.product-card .action ul li a:hover svg {
    fill: #fff;
}

.group-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 1000px;
}

.group-title .title {
    text-transform: none;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    color: #053162;
}

.group-title .desc-title {
    font-size: 16px;
    text-align: center;
    max-width: 650px;
    font-weight: 500;
    margin: auto;
}

.title-h {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-h .text {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.title-h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 18px;
}

.title-h1 .text {
    background: #f8f8f8;
    margin: 0;
    font-size: 25px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 300;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.title-h1 .text strong {
    font-weight: 600;
    padding-right: 5px;
}

#countdown {
    height: auto;
    text-align: left;
    border-radius: 5px;
    /* margin: auto; */
    /* padding: 10px 0 20px; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles>span {
    width: 58px;
    max-width: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #05090a;
    border-radius: 3px;
    margin: 0px 1px;
    padding: 1px 0;
    display: inline-block;
    position: relative;
}

#countdown #tiles>span:first-child {
    margin-left: 0;
}

#countdown #tiles>span:last-child {
    margin-right: 0;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: left;
}

#countdown .labels li {
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #d2ae7e;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.cate-dot-1 .slick-dots {
    width: auto;
    bottom: unset;
    right: 80px;
    top: -25px;
}

.cate-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: #707070;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
    background: #e23b41;
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
    background-color: #707070;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
    background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 50px;
    color: #fff;
}

.cate-arrows-1 .slick-prev {
    left: 0px;
}

.cate-arrows-1 .slick-next {
    right: 0px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
    font-size: 20px;
    color: inherit;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
    width: 10px;
    height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
    font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 3px;
    transform: translateY(-70px);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 30px;
    /* background-color: #bababa; */
    color: #333;
}

.cate-arrows-2 .slick-prev {
    left: unset;
    right: 40px;
}

.cate-arrows-2 .slick-next {
    right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
    font-size: 15px;
    color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #c31f26; */
    /* font-weight: bold; */
    /* font-size: 18px; */
    background-color: unset;
    color: red;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.nav-pills .nav-link {
    font-size: 13px;
    line-height: 24px;
}

.title-nav-tab {
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 3px solid #000;
    border-top: 1px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 30px;
    font-weight: bold;
    /* white-space: nowrap; */
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.title-nav-tab2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 0px solid #000;
    border-top: 0px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 19px;
}

.title-nav-tab2 h3 {
    background: #f8f8f8;
    margin: 0;
    font-size: 22px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
    display: none;
}

.list_image_video .slick-prev {
    left: 2px;
}

.list_image_video .slick-next {
    right: 0px;
}

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
    font-size: 15px;
    color: #fff;
}

.list_image_video .item {
    width: 33.3333%;
    padding: 0 2px;
}

.list_image_video .item .image {
    width: 100%;
    cursor: pointer;
}

.list_image_video .item .image img {
    height: 71px;
    object-fit: cover;
}

.nav-pills {
    background: #f8f8f8;
    position: relative;
}

.nav-pills .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

.wrap-product-tab {
    padding: 30px 0 20px;
    background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
    background-color: #f8f8f8;
}

.slide-pro {
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-news-home {
    padding: 70px 0 50px;
    /* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
    /* color: #e23b41; */
    /* padding-bottom: 0; */
}

.list-news-home {
    /* padding: 0 70px */
}

.fo-03-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.fo-03-news .box {
    position: relative;
}

.fo-03-news .image {
    overflow: hidden;
}

.fo-03-news .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.fo-03-news-main .image a {
    padding-bottom: 67%;
}

.fo-03-news .date {
    /* margin-bottom: 10px; */
    font-size: 13px;
    color: #898989;
}

.fo-03-news .image img {
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.fo-03-news .image:hover img {
    transform: scale(1.1);
}

.fo-03-news .content {
    padding: 10px 0px 20px;
    box-shadow: 0px 15px 16px #f4f4f4;
    position: relative;
    background-color: #fff;
}

.fo-03-news .content .caption {
    padding-left: 115px;
}

.fo-03-news .content .time {
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c31f26;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 16px;
    transform: translateY(-50%);
    left: 20px;
    padding: 5px;
    font-weight: bold;
}

.title-template {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    margin-top: 0;
}

.count-search {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 40px;
    background-color: #eee;
    padding: 10px 20px;
}

.title-template .title-inner {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient(60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
    background-color: inherit;
    border: unset;
}

.topnews {
    width: 100%;
    padding: 0 15px;
}

.topnews_right {
    float: left;
    width: 300px;
}

.topnews_left {
    float: left;
    margin-right: 30px;
    width: calc(100% - 330px);
}

.boxhighlight {
    width: 495px;
    padding-right: 24px;
    border-right: solid 1px #d5dbe4;
    float: left;
}

.boxhighlight h2 {
    float: left;
    margin: 0;
}

.boxhighlight .titlebox {
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 3px #c41919;
    padding-bottom: 6px;
    padding-right: 23px;
    position: relative;
}

.boxhighlight .titlebox::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 31px;
    background: #fff;
    border-left: solid 1px #e7e7e7;
    display: block;
    transform: skew(-40deg);
    top: 0;
    right: -46px;
}

.boxhighlight .subcate {
    width: 250px;
    float: right;
    height: 34px;
    border-bottom: solid 1px #e2e2e2;
}

.boxhighlight .subcate ul {
    float: right;
}

.boxhighlight .subcate ul li {
    float: left;
    margin-top: 4px;
    padding-right: 10px;
}

.boxhighlight .subcate ul li .catename {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

.boxhighlight .subcate ul li:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #cfcfcf;
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
}

.boxhighlight .subcate ul li:last-child:after {
    content: none
}

.boxhighlight .subcate ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.boxhighlight .listnews .bignews {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 22px;
}

.boxhighlight .listnews .bignews .image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.boxhighlight .listnews .bignews .image img {
    width: 100%;
}

.boxhighlight .listnews .bignews .title {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.boxhighlight .listnews .bignews .title a {}

.boxhighlight .listnews .smallnews {}

.boxhighlight .listnews .smallnews ul {
    margin: 0 -11px;
}

.boxhighlight .listnews .smallnews ul li {
    float: left;
    width: 50%;
    padding: 0 11px;
}

.boxhighlight .listnews .smallnews ul li a,
.boxhighlight .listnews .smallnews ul li img {
    display: block;
    width: 100%;
}

.boxhighlight .listnews .smallnews ul li .title {
    color: #252525;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
    position: relative;
    margin: 0;
}

.boxmostview {
    width: 215px;
    padding-left: 24px;
    background-image: url(../images/layer-viewmore.png);
    background-repeat: no-repeat;
    float: right;
}

.boxmostview .titlebox {
    color: #020202;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

.boxmostview .titlebox::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -298px -30px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 2px;
}

.boxmostview .bignews {
    margin-top: 25px;
}

.boxmostview .bignews img {
    width: 100%;
    height: 119px;
    object-fit: cover;
}

.boxmostview .bignews .title {
    color: #000;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    margin: 15px 0 13px;
    display: block;
}

.boxmostview .slimScrollDiv {
    position: relative;
}

.boxmostview .smallnews {
    margin-top: 15px;
    overflow-y: auto;
    width: auto;
    height: 343px;
}

.boxmostview .smallnews ul li {
    padding: 17px 0 12px 19px;
    border-top: solid 1px #dedede;
    display: block;
    position: relative;
}

.boxmostview .smallnews ul li::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -344px -9px;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 2px;
    top: 25px;
}

.boxmostview .smallnews ul li .title {
    color: #282828;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    font-weight: 500;
}

.fix-sidebar {
    position: sticky;
    top: 110px;
}

.box_wrap_detail {
    padding: 0 15px;
    width: 100%;
}

.box_wrap_detail .detail_left {
    width: calc(100% - 330px);
    margin-right: 30px;
    float: left;
}

.box_wrap_detail .content h1 {
    color: #000;
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 29px;
    margin-top: 0;
}

.view_all {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.view_all a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    border: 1px solid #ececec;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
}

.view_all a:hover {
    background-color: #0056a1;
    color: #fff;
}

.view_all a i {
    margin-left: 8px;
}


.view_detail {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
    float: left;
}

.view_detail a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    border: 1px solid #ececec;
    line-height: 34px;
    font-size: 14px;
    background-color: #0056a1;
    color: #fff;
    font-weight: 600;
}

.view_detail a:hover {
    background-color: #ff000f;
    color: #fff;
}

.like_share_top {
    padding-bottom: 40px;
    border-bottom: solid 1px #e4e4e4;
}

.like_share_top .info {
    float: left;
}

.like_share_top .time-detail {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #5f5f5f;
    float: left;
}

.like_share_top .info .zonename {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.like_share_top .info .zonename:before {
    width: 2px;
    height: 11px;
    background-color: #5d5d5d;
    content: '';
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.like_share_top .fb-like {
    float: right;
    margin-right: 6px;
}

.box_wrap_detail .detail_right {
    width: 300px;
    float: left;
}

.content_detail {
    font-size: 15px;
    line-height: 1.6;
}

.content_detail iframe {
    height: 400px;
}

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

.listtags {
    margin-top: 20px;
    margin-bottom: 20px;
}

.listtags p {
    color: #000;
    padding-left: 22px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    float: left;
}

.listtags p::before {
    content: '';
    background: url(../images/sprite_autoprov3.png) no-repeat -352px -30px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}

.listtags ul li {
    float: left;
    line-height: 20px;
}

.listtags ul li .tagname {
    color: #3d3d3d;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 6px;
}

.listtags ul li a:after {
    content: ',';
}

.listtags ul li:last-child a:after {
    content: unset;
}

.cungchuyenmuc .titlebox {
    color: #000;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 13px;
    border-left: solid 5px #d00000;
    float: left;
    margin: 0;
    display: inline-block;
}

.noibat_trangchu {
    color: #000;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 13px;
    border-left: solid 5px #d00000;
    float: left;
    margin: 0 0 25px;
}

.cungchuyenmuc #search-place {
    float: right;
    height: 28px;
    line-height: 28px;
    display: none;
}

.cungchuyenmuc #search-place label {
    color: #545454;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cungchuyenmuc #search-place select {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #434343;
    margin-right: 10px;
}

.btn_xem {
    background-color: #d00000;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    width: 58px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
}

.cungchuyenmuc .listnews {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.cungchuyenmuc .listnews ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.cungchuyenmuc .listnews ul li {
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 30px;
    float: left;
}

.cungchuyenmuc .listnews ul li .image {
    width: 100%;

}

.cungchuyenmuc .listnews ul li .image img {
    height: 141px;
    object-fit: cover;
    width: 100%;
}

.cungchuyenmuc .listnews ul li .title {
    color: #292929;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.wrap_video {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
}

.box_top_video {
    height: 62px;
    background-color: #1e1e25;
    width: 100%;
    z-index: 999;
}

.box_top_video h1 {
    margin: 0;
}

.box_top_video .pagetitle {
    height: 62px;
    background-color: #d01c13;
    color: #fff;
    font-size: 25px;
    line-height: 62px;
    padding-left: 24px;
    width: 250px;
    float: left;
    box-sizing: border-box;
}

.box_top_video .head-menu {
    width: calc(100% - 250px);
    float: left;
}

.box_top_video .head-menu ul {
    width: 300px;
    margin: 0 auto;
    display: block;
    height: 62px;
    position: relative;
}

.box_top_video .head-menu ul li {
    line-height: 62px;
    float: left;
    margin-right: 60px;
    height: 100%;
    position: relative;
    padding-left: 16px;
}

.box_top_video .head-menu ul li:last-child {
    margin-right: 0;
}

.box_top_video .head-menu ul li:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    background: url(../images/sprite_autoprov3.png) no-repeat -324px -162px;
    width: 8px;
    height: 16px;
}

.box_top_video .head-menu ul li.star:before {
    background: url(../images/sprite_autoprov3.png) no-repeat -343px -159px;
    width: 16px;
    height: 16px;
    left: -5px;
    top: 20px;
}

.box_top_video .head-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 700;
}

.box_top_video .head-menu ul li:hover a,
.head-menu ul li.active a {
    color: #fff;
}

.box_content_video {
    width: 100%;
    border: solid 1px #e0e0e0;
    overflow: hidden;
    margin-bottom: 30px;
}

.box_content_video .box_left {
    width: 250px;
    float: left;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 6%);
}

.box_content_video .box_right {
    width: calc(100% - 250px);
    float: left;
}

.kmt-content {
    margin-bottom: 30px;
    display: block;
}

.kbwcrw-title {
    padding: 15px 0 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #2b2d33;
    background-color: #f5f5f5;
    position: relative;
    font-weight: 900;
}

.kbwc-relate-list .krli {
    display: block;
    border-top: 1px solid #ebebeb;
    padding: 9px 12px;
    cursor: pointer;
    position: relative;
    width: 100%;
    float: left;
}

.krlic-avatar {
    display: block;
    width: 64px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    background-color: #f7f7f7;
    float: left;
}

.krlic-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kbwc-relate-list .krlic-info {
    width: 134px;
    float: left;
}

.krlici-title {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500;
}

.vod-content {
    margin: 75px auto 0;
    width: 100%;
    max-width: 690px;
}

.vod-body-container {
    box-sizing: border-box;
}

.kbwcli {
    background: #fff;
    background-color: #fff;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
}

.kbwcli-content {
    width: 100%;
}

.kbwcli-iframe {
    width: 100%;
    background: #000;
    position: relative;
}

.kbwcli-iframe iframe {
    width: 100%;
    height: 400px;
}

.kbwclic-body-video {
    padding: 20px 25px;
}

.kbvi-title a,
.kbvi-title {
    font-size: 25px;
    color: #222;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    line-height: 30px;
}

.kbvi-title a {
    font-size: 24px;
    line-height: 30px;
    color: #262626;
    font-weight: 500;
}

.kbvi-meta {
    margin-bottom: 10px;
    width: 100%;
}

.kbvi-time {
    position: relative;
    font-size: 13px;
    color: #555;
}

.kbvi-sapo {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    white-space: pre-line;
    display: block;
}

.detailvideo {
    width: 100%;
}

.detailvideo .kbwcli-content {
    width: 100%;
}

.detailvideo .kbwcli-content .kbwcli-iframe {
    width: 100%;
}

.detailvideo .kbwcli-content .kbwcli-iframe iframe {
    width: 100%;
    height: 400px;
}

.video-detail-body-wrapper {
    width: 100%;
    overflow: hidden;
}

.video-detail-body-wrapper .alignCenter {
    margin: 0 auto;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.vdbw-left {
    width: 410px;
    position: relative;
    padding: 25px 20px 10px 0;
    z-index: 0;
    float: left;
}

.vdbw-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 31px;
}

.vdbw-meta {
    margin-bottom: 22px;
}

.kbvi-time {
    position: relative;
    font-size: 13px;
    color: #555;
}

.vdbw-sapo {
    font-size: 13px;
    line-height: 19px;
    color: #646464;
    margin-bottom: 12px;
    white-space: pre-line;
}

.vdbw-right {
    padding: 25px 0 0 10px;
    float: right;
    position: relative;
    width: 248px;
}

.vdbw-right:after {
    background: url(../images/grd-border.png) top right repeat-y;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}

.vdbw-rel-header {
    margin-bottom: 15px;
}

.vdbwrhl-text {
    font-weight: 500;
    font-size: 14px;
    color: #767676;
}

.vdbw-right .slimScrollDiv {
    overflow: visible;
}

.button_download {
    margin-bottom: 15px;
}

.button_download a {
    display: inline-flex;
    align-items: center;
    background-color: #4dabf7;
    text-align: center;
    padding: 2px 27px;
    border-radius: 9px;
    color: #fff;
    font-size: 26px;
    line-height: 58px;
}

.button_download i {
    color: #fff;
    font-size: 40px;
    margin-right: 15px;
}

.news_detail {
    width: 100%;
}

.news_detail .box_info {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
}

.nhan {
    background-color: red;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 5px;
}

.news_detail .box_info h1 {
    margin: 0 0 13px;
    font-size: 22px;
    color: #0a589f;
    font-weight: 700;
}

.news_detail .box_info .box_time {
    line-height: 19px;
    margin-right: 20px;
}

.news_detail .fb-like {
    display: inline-block;
}

.news_detail .fb-like iframe {
    width: 135px;
    height: 20px;
}

.news_detail .description {
    padding: 15px;
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.news_detail .description p {
    margin-bottom: 16px;
}

.news_detail .content {
    line-height: 22px;
    font-size: 15px;
    padding-bottom: 20px;
}

.news_detail .content img {
    height: auto !important;
}

.news_detail .content p {
    margin-bottom: 16px;
}

.box_tags {
    width: 100%;
    background-color: #eeeeee;
    padding: 11px 15px;
    margin-bottom: 20px;
}

.box_tags span {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.box_tags a {
    border: 1px solid #cacaca;
    display: inline-block;
    background-color: #fff;
    padding: 0 13px;
    margin: 2px 0;
    font-size: 15px;
}

.relate-list {
    height: 169px;
    width: 100%;
    overflow-y: auto;
}

.vdbw-rel-news-list li {
    margin-bottom: 20px;
    border-bottom: solid 1px #ececec;
    padding-bottom: 17px;
    list-style: none;
}

.vdbw-rel-news-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

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

.vdbwrn-ava {
    display: block;
    width: 98px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    position: relative;
    height: 55px;
}

.vdbwrna-wrapper {
    display: block;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.vdbw-rel-news-list li .vdbwrn-info {
    width: calc(100% - 108px);
}

.vdbwrni-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box_hoatdong {}

.box_hoatdong .image {
    width: 100%;
    margin-top: 10px;
}

.box_hoatdong .image img {}

.list_hoatdong {
    width: 100%;
    padding-top: 10px;
}

.list_hoatdong ul {}

.list_hoatdong li {
    position: relative;
    padding: 10px 0;
    line-height: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
}

.list_hoatdong li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ff000f;
    position: absolute;
    font-size: 13px;
    top: 14px;
    left: 0px;
}

.list_hoatdong li a {
    color: #0a589f;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

#side-bar {
    margin-bottom: 30px;
}

.side-bar {
    margin: 0 0 10px;
}

.side-bar:last-child {
    /*margin-bottom: 0;*/
}

.title-sider-bar {
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px 8px 25px;
    border-bottom: 1px solid #4f0000;
    line-height: 27px;
    text-transform: uppercase;
    background-color: #4f0000;
    position: relative;
    font-size: 18px;
}

.title-sider-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    border-left: 26px solid #fff;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    width: 0;
    height: 0;
    display: none;
}

.title-sider-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 25px solid #ff0000;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    width: 0;
    height: 0;
    display: none;
}

.list-category {
    background-color: #4f0000e5;
    margin-top: 0;
    padding: 15px 0;
}

.list-fill {
    padding: 20px 15px;
}

.list-fill .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 15px;
}

.list-supplier {
    margin-bottom: 20px;
}

.list-supplier:last-child {
    margin-bottom: 0;
}

.title-s {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.list-supplier ul {}

.list-supplier ul img {
    height: 20px;
    width: auto;
}

.list-supplier ul li+li {
    margin-top: 15px;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
    color: #c31f26;
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a>.pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a>.pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    user-select: none;
    display: block;
    text-decoration: none;
    clear: both;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 15px;
    color: #222222;
    position: relative;
}

.list-category>ul>li {
    position: relative;
    padding: 8px 10px 8px 32px;
}

.list-category>ul>li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 16px;
}

.list-category>ul>li img {
    width: auto;
    position: absolute;
    left: 18px;
    top: 8px;
}

.list-category>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 20px;
    display: block;
    color: #12326f;
    font-weight: bold;
}

.list-new-sb.list-category>ul>li>a {
    border-bottom: 1px dashed #4b4b4b;
    padding-bottom: 10px;
    color: white;
}

ul.menu-side-bar>li>a:before {
    display: none;
}

.list-category ul>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    /* top: 18px; */
    font-weight: 900;
    display: none;
}

.list-category>ul>li>a:hover {
    color: #ffd87d;
}

.list-category ul>li>a>span {}

.box_list_banner {
    width: 100%;
}

.box_list_banner .row {
    margin: 0 -7.5px;
}

.box_list_banner .banner_center {
    width: 50%;
    padding: 0 7.5px;
}

.menu-side-bar li ul {
    padding-left: 5px;
    display: none;
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 10px;
    line-height: 35px;
    /* height: 35px; */
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    /* top: 11px; */
    display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 15px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9a00;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 90px;
    overflow: hidden;
    /* height: 125px; */
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.list-trending .box .content .price {
    font-size: 18px;
    font-weight: bold;
    color: #c31f26;
}

.list-trending .box .content .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    /* line-height: 30px; */
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.list-trending .box .content .name a:hover {
    /* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 20px;
    height: 40px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list-uudiem {
    padding: 10px;
}

.uudiem-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.uudiem-item:last-child {
    margin-bottom: 0;
}

.uudiem-item .icon {
    width: 35px;
    height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
    padding-left: 15px;
    width: calc(100% - 35px);
}

.uudiem-item .content h3 {
    font-size: 15px;
    /* font-weight: bold; */
    margin: 0;
    margin-bottom: 5px;
}

.uudiem-item .content .desc {
    font-weight: bold;
    font-size: 18px;
}

.wrap-breadcrumbs {
    background-color: #403231;
    margin-bottom: 0px;
    display: block;
    padding: 10px 0 0 0;
}

.wrap-breadcrumbs .breadcrumb {
    background: unset;
    margin: 0;
    padding: 10px 0px;
}

.wrap-breadcrumbs .breadcrumb li {
    font-size: 13px;
    color: #fff;
}

.wrap-breadcrumbs .breadcrumb li a {
    color: #fff;
}

.wrap-breadcrumbs .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.wrap-breadcrumbs .breadcrumb li a:hover {
    color: #403231
}

.compare-wrapper {}

.title-compare {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #eee;
    align-items: center;
    flex-wrap: wrap;
}

.col-compare {
    margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
    position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
    position: absolute;

    right: -10px;
    top: -10px;
    border-radius: 100%;
    /* background-color: #ccc; */
    /* border-color: #ccc; */
    color: #c31f26;
    font-size: 30px;
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card .remove-compare i {
    line-height: 30px;
}

.compare-card .sale {
    position: absolute;
    top: 17px;
    left: 10px;
    background-color: #242828;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.compare-card .content {
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
}

.compare-card .name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0;
    /* margin-bottom: 10px; */
    text-align: center;
}

.compare-card .view-more {
    text-align: center;
    margin-bottom: 10px;
}

.compare-card .box-price {
    justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
    font-size: 20px;
    text-align: center;
    /* border-bottom: 1px solid #cccc; */
    /* padding-bottom: 10px; */
    font-weight: bold;
    color: #c31f26;
    text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
    font-weight: bold;
    font-size: 18px;
}

.compare-card .info ul li:last-child {
    border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
    /* padding-top: 20px; */
    /* border-bottom: 2px solid #e5e5e5; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.image-main {
    position: relative;
    width: 100%;
}

.image-main .sale {
    position: absolute;
    right: 0;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #242828;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.box-image-product {}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
}

.small-image img {
    border: 1px solid #eee;
    padding: 3px;
    background: #fff;
    height: 70px;
    object-fit: cover;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    padding: 0 30px;
}

.list-small-image .slick-prev {
    left: -25px;
}

.list-small-image .slick-next {
    right: -25px;
}

.product-detail-infor {}

.product-detail-infor .box-infor {
    margin-bottom: 20px;
}

.product-detail-infor .box-infor h2 {
    font-weight: 600;
    /* color: #c31f26; */
    /* padding: 5px 0 5px 0; */
    /* text-transform: uppercase; */
    margin: 0 0 0px;
    font-size: 25px;
}

.product-detail-infor .box-price {
    /* border-top: dashed 1px #116935; */
    /* padding: 7px 0; */
    /* border-bottom: dashed 1px #116935; */
    font-size: 25px;
}

.product-detail-infor .box-price .price {
    /* font-size: 16px; */
    line-height: 1;
    padding: 8px 0;
    color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
    margin-right: 10px;
    text-transform: unset;
}

.product-detail-infor .price-number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
    color: #767373cc;
}

.product-detail-infor .box-rate {
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
    margin-right: 10px;
    font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
    color: #ffde5a;
    font-size: 20px;
}

.product-detail-infor .desc-product {
    padding: 0px 0 0px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f5f5f5;
    line-height: 1.6;
}

.product-detail-infor .desc-product ul {
    flex-wrap: wrap;
    padding: 10px 15px 0px;
    display: flex;
}

.product-detail-infor .desc-product ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
}

.dathang {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.dathang i {
    color: #c31f26;
    margin-right: 5px;
}

.dathang .phone {
    color: #c31f26;
    font-weight: bold;
}

.box-buy {
    margin-top: 15px;
}

.box-buy a {
    display: inline-block;
    height: 38px;
    line-height: 34px;
    /* float: left; */
    margin-right: 5px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    padding: 0 30px;
    background-color: #4f0000;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: bold;
}

.box-buy .addnow {
    background-color: #c31f26;
}

.box-buy {
    margin-bottom: 10px;
    /*text-align: center;*/
    /*! background-color: rebeccapurple; */
}

.box-buy .add-to-cart {
    /*! background-color: #4f0000; */
}

.box-buy .add-compare {}

.giaohang {}

.giaohang ul {
    background-color: #fff8f8;
    padding: 15px 15px 0 15px;
    border: 1px dashed #c31f26;
    margin-bottom: 20px;
}

.giaohang ul li {
    display: flex;
    margin-bottom: 10px;
}

.giaohang ul li .icon {
    width: 50px;
    flex: 0 0 auto;
}

.giaohang ul li .desc {
    padding-left: 10px;
    /* margin-bottom: 10px; */
    line-height: 24px;
}

.list-file {}

.share {
    margin-top: 20px;
}

.tab-product {}

.tab-link {
    position: sticky;
    top: 49px;
}

.tab-link ul {
    display: flex;
    background-color: #f0f0f0;
    flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    border-top: 2px solid transparent;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
    color: #c31f26;
    border-top: 2px solid #c31f26;
    background-color: #fff;
}

.tab-pro-content {
    border: 1px solid #ebebeb;
    padding: 20px;
    padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
    max-width: 100%;
}

.content-category {
    text-align: justify;
    padding: 15px;
    background-color: #fff8f8;
    border: 1px dashed #c31f26;
    margin-top: 25px;
    margin-bottom: 30px;
}

.template-contact {
    padding-top: 30px;
}

.contact-form {
    margin-bottom: 20px;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group i {
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    height: 100%;
    width: 36.5px;
    background-color: #4f0000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .form-control {
    padding-left: 45px;
    border-radius: 0;
    background: #4f0000ed;
    color: #fff !important;
    border: 0;
}

.contact-form .form-control::placeholder {
    color: #fff;
}

.contact-form .form-control input {
    color: #fff;
}

.contact-form .btn-block {
    width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 10px 25px;
    background-color: #bc8457;
    border: 0;
    text-transform: uppercase;
}

.contact-form label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 10px;
    font-size: 15px;
}

.title-contact {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    color: #000;
}

.contact-form .title_form {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    color: #000;
}

.contact-form .form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form select {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
}

.btn-primary {
    border-color: #403231;
}

.contact-form .form button {
    font-size: 14px;
    color: #fff;
    background: #403231;
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
}

.contact-infor {
    margin-bottom: 20px;
}

.contact-infor .infor {
    margin-bottom: 20px !important;
    line-height: 20px;
}

.block-contact {
    background: #86694e;
    color: #fff;
}

.map-contact iframe {
    height: 250px;
    width: 100%;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
    padding-bottom: 0;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.contact-infor .infor .address .pt_list_addres {
    margin-bottom: 15px;
}

.contact-infor .infor .address .pt_list_addres>li {
    line-height: 25px;
    margin-bottom: 5px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
    height: 220px;
}


/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 35px;
    text-align: center;
    /* background-color: rgba(0,0,0,0.6); */
    padding: 5px 0;
    height: 35px;
    line-height: 20px;
    border-radius: 100%;
    box-shadow: 3px 3px 10px #ddd;
    color: #053162;
    background: #fff;
}

.category-slide-1 .slick-prev {
    left: 0px;
}

.category-slide-1 .slick-next {
    right: 0px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 22px;
    /* color: #fff; */
}

.wrap-partner {
    padding: 25px 0;
    background-color: #f2f2f2;
}

.wrap-partner .list-item {
    /* border: 1px solid #dcdcdc; */
    border-radius: 3px;
    /* padding: 7px 30px; */
}

.wrap-partner .list-item .item {
    padding: 10px;
    width: 25%;
}

.wrap-partner .list-item .box {
    /* border: 1px solid #eee; */
    padding: 10px;
}

.wrap-partner .list-item img {}

.card-news-horizontal {
    margin-bottom: 25px;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
}

.card-news-horizontal .image {
    width: 30%;
}

.card-news-horizontal .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 73%;
}


.card-news-horizontal .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-news-horizontal .content {
    width: calc(100% - 30%);
    padding-left: 15px;
    padding-top: 10px;
    /* padding: 15px; */
}

.card-news-horizontal .image img {
    height: 94px;
    object-fit: cover;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 10px;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
    line-height: 25px;
    font-size: 16px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.wrap-service {}

.link-service {
    display: block;
    max-width: 790px;
    background: #e23b41;
    color: #fff;
    padding: 10px 15px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
}

.link-service:hover {
    color: #fff;
}

.link-service i {
    margin-left: 10px;
}

.pd-10 {
    padding: 0 10px;
}

.text-service {
    padding: 0 5px;
}

.title-service {
    font-size: 63px;
    color: #e23b41;
    text-transform: uppercase;
    font-weight: bold;
}

.service-view {
    border: 1px solid #e23b41;
    border-radius: 20px;
    padding: 0 19px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #e23b41;
}

.service-view:hover {
    color: #fff;
    background-color: #e23b41;
}

.col-service-item {
    padding: 0 5px;
    margin-bottom: 20px;
}

.service-item {
    box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
    text-align: center;
    padding: 0 0 15px;
    background-color: #fff;
}

.service-item .box .image {
    margin-bottom: 15px;
}

.service-item .box .image img {
    object-fit: cover;
    width: auto;
}

.service-item .box .name {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e23b41;
    line-height: normal;
}

.service-item .box .name span {
    max-width: 112px;
    display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
    color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
    color: #e23b41;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
    color: #fad187;
}

.icon-dv-right {
    margin-top: 5px;
}

.line-div {
    width: 50px;
    height: 1px;
    background: #707070;
    margin: 0 auto;
}

.title-xemthem {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

.title-#c31f26 {
    color: #e23b41;
}

.title-while {
    color: #fff;
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.wrap-system {
    padding: 25px 0 60px;
    background-color: #e23b41;
    color: #fff;
}

.box-system {
    position: relative;
}

.list-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #3895f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.list-icon span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white-2;
    animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
    animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
    0% {
        box-shadow: inset 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

@keyframes animation-glowing-white-2 {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

.list-icon span.active {
    transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
    content: "\f041";
}

.close-map {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.close-map:before {
    content: "x";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.bg-image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.bg-image-load.active {
    z-index: 1;
    opacity: 1;
}

.bg-image-load.active .image-load {
    transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    /* opacity: 0; */
    text-align: center;
    max-width: 500px;
    /* overflow: hidden; */
    transition: all 0.5s;
}

.box-image-load {
    padding-bottom: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #e23b41;
}

.box-system .image-load img {
    width: auto;
    max-width: 70%;
    /* max-width: 100%; */
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
    display: inline-block;
    border-radius: 40px;
    line-height: 45px;
    background-color: #fff;
    color: #e23b41;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e23b41;
    box-shadow: 0px 1px 5px 1px #a38a8a;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
    color: #212529;
    background-color: #eee;
    border-color: #eee;
}

@keyframes animation-glowing-white {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

.btn-view:hover {
    color: #fff;
    background-color: #e23b41;
}

.btn-view i {
    font-size: 28px;
    margin-right: 10px;
}

.wrap-count {
    padding: 25px 0;
}

.wrap-count .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.image-about {}

.image-about .image {
    overflow: hidden;
    display: block;
}

.image-about img {
    transition: 0.5s;
}

.image-about .image:hover img {
    transform: scale(1.2);
}

.link_about {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.link_about a {
    display: inline-block;
    color: #e23b41;
    border-radius: 50px;
    border: 1px solid #e23b41;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 18px;
}

.link_about a:hover {
    background-color: #e23b41;
    color: #fff;
}

.list_count {}

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

.item_count .box_count {}

.item_count .box_count .counter-value {
    color: #e23b41;
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
    padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
    color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
    color: #282e88;
}

.list-news-2 .fo-03-news .desc {
    -webkit-line-clamp: 2;
    height: 46px;
    margin-bottom: 5px;
}

.fo-03-news h3 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin: 0px 0 0px;
    position: relative;
    margin-top: 10px;
}

.fo-03-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.fo-03-news h3 a:hover {
    color: #e23b41;
}

.fo-03-news .desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
    margin-bottom: 25px;
}

.fo-03-news-main .content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

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

.fo-03-news-main .block-action-news {
    color: #e23b41;
}

.fo-03-news-main .date {
    color: #e23b41;
}

.xemthem {
    text-decoration: underline;
}

.wrap-bg {
    background-image: url(../images/bg-01.png);
    padding: 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-bg {
    position: relative;
    margin: 0 auto;
}

.box-bg>img {
    /* min-height: 300px; */
    /* object-fit: cover; */
    width: 100%;
}

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

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

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

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
    justify-content: center;
    align-items: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.box-bg-content .logo-bg {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.box-bg-content .button_tuvan {
    width: 50%;
    padding-left: 10px;
}

.box-bg-content .logo-bg img {
    width: auto;
    max-width: 328px;
}

.wrap-contact-footer {
    padding: 15px 0 0;
}

.col-1-5 {
    min-width: 20%;
}

.col-item-contact {
    color: #e23b41;
    margin-bottom: 15px;
}

.col-item-contact .box {
    text-align: center;
}

.col-item-contact .box .icon {
    text-align: center;
}

.col-item-contact .box .icon img {
    height: 75px;
    width: auto;
    margin: 0 auto;
}

.col-item-contact .box .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.col-item-contact .box .desc {
    font-size: 17px;
}

.col-item-img {
    margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
    text-align: center;
}

.col-item-img .box .image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    background-color: #fff;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 12px 15px;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: inline-block;
    max-width: 795px;
    background-color: #e23b41;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
}

.breadcrumbs ul>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    float: left;
}

.breadcrumbs ul>li>a:after {
    content: "/";
    /*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: "\f107";
    margin: 0px 0px 0 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    position: relative;
    top: 2px;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.blog-news {
    /* padding: 50px 0; */
}

.col_about_item {
    margin-bottom: 15px;
}

.col_about_item .image img {
    border-radius: 10px;
}

.box_page_about {
    width: 100%;
}

.box_page_about h2 {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 600;
}

.box_page_about .box-text {
    padding: 0;
}

.line-div-long {
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 670px;
    margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
    padding: 0 7.5px;
}

.list-news-2 .row .col-xs-12 {
    padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
    float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
    margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
    width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
    padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
    color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
    color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
    color: #e23b41;
}

.blog-news-detail {
    padding: 10px 0 40px;
}

.p-75 {
    padding: 0 7.5px;
}

.p-5 {
    padding: 0 5px;
}

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

.padding-content {
    padding: 25px 38px 35px;
}

.news-detail {
    text-align: justify;
    /* border-radius: 15px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.title-detail {
    color: #c31f26;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.7;
}

.title-lg {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-detail .box_content {
    font-size: 15px;
    line-height: 1.6;
}

#wrapSizeChange h1 {
    font-size: 1.6em;
    font-weight: bold;
}

#wrapSizeChange h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#wrapSizeChange h3 {
    font-size: 1.3em;
    font-weight: bold;
}

#wrapSizeChange h4 {
    font-size: 1.2em;
    font-weight: bold;
}

#wrapSizeChange h5 {
    font-size: 1.1em;
    font-weight: bold;
}

.news-detail .author {
    margin-bottom: 10px;
    display: flex;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
    /* padding: 5px; */
}

.news-detail .author .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
    padding: 0 10px;
}

.changeFontSize {}

.changeFontSize * {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.news-detail .box_content .content-news {}

#fix-sidebar {
    position: sticky;
    top: 125px;
}

.shadow {
    box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
    margin-top: 30px;
}

.blog-tuyendung {
    padding-bottom: 40px;
    padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(226, 59, 65, 1);
    z-index: 1;
    background-image: url(../images/logo-bg.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
    opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
    opacity: 1;
}

.blog-tuyendung .padding-content {}

.blog-tuyendung .card-news-horizontal:nth-child(3n+1) .content h3 {
    color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+2) .content h3 {
    color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+3) .content h3 {
    color: #fecf78;
}

.list-trending ul>li:nth-child(3n+1) .content .name a {
    /* color: #282e88; */
}

.list-trending ul>li:nth-child(3n+2) .content .name a {
    /* color: #e23b41; */
}

.list-trending ul>li:nth-child(3n+3) .content .name a {
    /* color: #fecf78; */
}

.blog-product {
    padding: 30px 0;
    width: 100%;
}

.blog-product .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.blog-product .group-title {
    margin-bottom: 18px;
}

.blog-product .btn-view {
    box-shadow: 6px 11px 30px -4px #ccc;
    animation-name: unset;
}

.list-service-2 {
    margin-bottom: 10px;
}

.col-service-item-2 {
    margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
    color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
    background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
    color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
    background-color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #ff0;
}

.service-item-2 {}

.service-item-2 .box {
    box-shadow: 6px 11px 30px -4px #ccc;
    display: block;
    padding: 25px 48px 35px;
    background-color: #fff;
}

.service-item-2 .box:hover {
    color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
    content: "";
    border-top: 6px solid transparent;
    border-left: 6px solid #c31f26;
    /* border-right:4px solid #c31f26; */
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
    background-color: #e23b41;
}

.service-item-2 .icon {
    margin-bottom: 15px;
}

.service-item-2 .icon img {
    height: 135px;

    width: auto;
    object-fit: contain;
}

.service-item-2 .name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.service-item-2 .desc {
    font-size: 17px;
    line-height: 24px;
    height: 72px;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.line-div-2 {
    width: 50px;
    background-color: #000;
    height: 2px;
    position: relative;
}

.wrap-tab-service {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrap-tab-service .nav-tabs {
    border: unset;
    border-top: 2px solid #707070;
    max-width: 830px;
    margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {}

.wrap-tab-service .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
    /* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
    outline: unset;
    border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
    background-color: #2c8ff2;
}

.icon-tab {}

.icon-tab img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.wrap-tab-service .tab-content {
    padding-top: 30px;
}

.title-service-tab {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 40px;
    color: #e23b41;
}

.title-service-tab-sm {
    text-transform: uppercase;
    font-size: 20px;
    color: #707070;
    font-weight: bold;
}

.box_vanban {
    width: 100%;
    margin-bottom: 10px;
}

.box_vanban .image {
    border-bottom: 1px solid #fff;
}

.box_vanban .image img {}

.box_vanban .title-sider-bar a {
    color: #fff;
}

.box_congtrinh {
    width: 100%;
    margin-bottom: 10px;
}

.box_congtrinh .image {
    border-bottom: 1px solid #fff;
}

.box_congtrinh .image img {}

.box_congtrinh .title-sider-bar a {
    color: #fff;
}

.box_bandoc {
    width: 100%;
    margin-bottom: 10px;
}

.box_bandoc .image {
    border-bottom: 1px solid #fff;
}

.box_bandoc .image img {}

.box_bandoc .title-sider-bar a {
    color: #fff;
}

.certificate {
    width: 100%;
    margin-bottom: 10px;
}

.certificate .item {
    width: 100%;
}

.certificate .item:not(:last-child) {
    margin-bottom: 10px;
}

.certificate .item a {
    display: block;
}

.certificate .item .box {
    position: relative;
}

.certificate .box .image {}

.certificate .box .image img {
    height: 135px;
    object-fit: cover;
}

.certificate .box .info {
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 99;
}

.certificate .box .info h3 {
    background-color: rgba(237, 29, 36, 0.9);
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    margin: 0;
    font-weight: bold;
}

.certificate .box .info .date_time {
    background-color: rgba(71, 71, 71, 0.9);
    padding: 3px 10px;
}

.certificate .box .info .date_time span {
    color: #ffffff;
    padding-right: 2em;
    font-size: 12px;
    font-style: italic;
}

.newspaper {
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
    width: 100%;
}

.image-newspaper {
    width: 95%;
    margin: 0 auto;
    padding: 7px 0 0;
}

.image-newspaper img {
    width: 100%;
}

.notice-newspaper {
    width: 95%;
    margin: 0 auto;
    padding: 0.5em 0;
}

.notice-newspaper ul li {
    background: url(../images/i_tamgiac_03.png) no-repeat left 0.8em;
    padding: 4px 0 0 10px;
    display: block;
    text-align: justify;
}

.notice-newspaper ul li a {
    color: #333;
    font-size: 14px;
}

.notice-newspaper ul li img {
    width: auto;
    vertical-align: middle;
}

.news_flex {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.box_news_flex {
    width: 100%;
    display: flex;
}

.list_news_flex {
    width: 75%;
}

.box_news_flex .banner_flex {
    width: 25%;
    border-width: 0 2.5px;
    border-style: solid;
    border-color: transparent;
}

.box_news_flex .banner_flex img {}

.list_news_flex .item {
    width: 33.3333333%;
    border-width: 0 2.5px;
    border-style: solid;
    border-color: transparent;
    float: left;
    margin-bottom: 5px;
}

.list_news_flex .item:first-child {
    width: 66.6666666%;
}

.list_news_flex .item .box {
    position: relative;
    display: block;
}

.list_news_flex .item .box .image {
    position: relative;
    overflow: hidden;
}

.list_news_flex .item .box .image a {
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.5s;
}

.list_news_flex .item .box:hover .image a {
    transform: scale(1.2);
}

.list_news_flex .item .box .image a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
}

.list_news_flex .item .box .image a {
    padding-bottom: 220px;
    overflow: hidden;
    display: block;
}

.list_news_flex .item:first-child .box .image a {
    padding-bottom: 445px;
}

.list_news_flex .item .box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
}

.list_news_flex .item .box .info .cate {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.list_news_flex .item .box .info .cate a:hover {
    color: #fff;
}

.list_news_flex .item:first-child .box .info .cate {
    font-size: 13px;
    font-weight: 400;
}

.list_news_flex .item .box .info h3 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_news_flex .item .box .info h3 a:hover {
    color: #fff;
}

.list_news_flex .item:first-child .box .info h3 {
    font-size: 23px;
    line-height: 1.1;
    font-weight: 500;
    margin: 12px 0 9px;
}

.list_news_flex .item .box .info .date {
    font-size: 13px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    color: #fff;
    display: none;
}

.list_news_flex .item:first-child .box .info .date {
    display: block;
}

.box_news_flex2 {
    width: 100%;
    margin-top: 15px;
}

.list_news_flex2 {
    width: 100%;
}

.list_news_flex2 .item {
    width: 25%;
    border-width: 0 2.5px;
    border-style: solid;
    border-color: transparent;
    float: left;
    margin-bottom: 5px;
}

.list_news_flex2 .item .box {
    position: relative;
    display: block;
}

.list_news_flex2 .item .box .image {
    position: relative;
    overflow: hidden;
}

.list_news_flex2 .item .box .image a {
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.5s;
    padding-bottom: 220px;
    overflow: hidden;
    display: block;
}

.list_news_flex2 .item .box .image a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
}

.list_news_flex2 .item .box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
}

.list_news_flex2 .item .box .info .cate {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.list_news_flex2 .item .box .info h3 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.desc-tab {
    font-size: 15px;
    line-height: 1.6;
}

.blog-product-detail .group-title {
    margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.blog-contact {
    padding: 40px 0;
}

.tuvan_ct {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

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

.image-contact {
    max-width: 1000px;
    margin: 0 auto;
}

.image-contact .wrap-system {
    padding: 0;
}

.form-search-icon {
    padding-left: 15px;
    width: 100%;
    max-width: 400px;
}

.form-search-icon .form-group {
    margin-bottom: 0;
}

.form-search-icon input {
    height: 50px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;
}

.form-search-icon .search-label {
    position: relative;
    margin: 0;
    width: 100%;
}

.form-search-icon .search-label:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translate(0, -50%);
    color: #707070;
    display: none;
}

.form-search-icon .search-label button {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    position: absolute;
    top: 12px;
    left: 12px;
}

.form-search-icon .search-label button i {
    color: #707070;
}

.wrap-list-contact-address {
    padding-top: 40px;
}

.blog-lienhe-hoptac {
    padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
    margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.content-lienhe-hoptac {
    max-width: 1000px;
    margin: 0 auto 10px;
    text-align: justify;
    font-size: 16px;
}

.form-contact-hoptac {
    max-width: 800px;
    margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
    height: 50px;
    border-radius: 0;
}

.form-contact-hoptac textarea {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    border-radius: 0;
}

.form-contact-hoptac .border-input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.form-contact-hoptac .border-input input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.form-contact-hoptac .border-input .design {
    width: 22px;
    height: 22px;
    border: 2px solid #242424;
    border-radius: 100%;
    margin-right: 8px;
    position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
    background-color: #242424;
    opacity: 0;
    transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
    background-color: #2500e0;
    opacity: .4;
    transition: .6s;
}

.form-contact-hoptac .btn-view {
    line-height: 58px;
    padding: 0px 26px;
    font-size: 24px;
    margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
    opacity: 1;
    transform: scale(.6);
    top: -2px;
    left: -2px;
}

.form-contact-hoptac .border-input .text {
    color: #5d5656;

    font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
    font-size: 24px;
    font-weight: normal;
}

.form-contact-hoptac .checkbox label {
    font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
    float: left;
    position: relative;
    top: 3px;
}

.form-contact-hoptac label a {
    text-decoration: underline;
    font-weight: 700;
}

.form-contact-hoptac input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
}

.form-contact-hoptac select {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
}

.border-input {
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.title-form {
    text-align: center;
    text-transform: uppercase;
    color: #e23b41;
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 10px;
}

.blog-about-us {
    padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.wrap-about-us .desc-about {
    /* max-width: 560px; */
}

.wrap-about-us {}

.wrap-about-us .container>.row {
    align-items: flex-end;
}

.about-text {}

.about-text .group-title {
    margin-bottom: 0;
}

.desc-about {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.image-about-us {
    margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
    padding: 30px 0;
    box-shadow: 0 0 25px 0px #ccc;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wrap-tam-nhin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
    max-width: 800px;
    margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
    display: none;
}

.title-tam-nhin {
    font-size: 44px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    color: #282e88;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    position: relative;
    line-height: 80px;
}

.title-tam-nhin img {
    width: auto;
    position: absolute;
    left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
    color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
    color: #f9bb5a;
}

.item-tam-nhin .desc {
    line-height: 32px;
    font-size: 24px;
    font-style: italic;
    width: 100%;
}

.wrap-ls {
    padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
    margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
    margin-bottom: 25px;
}

.title-ls {
    color: #e23b41;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.desc-ls {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}

.line-tam-nhin {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #707070;
    margin: 20px auto;
}

.bg-line {
    background-image: url(../images/bg-line.png);
    height: 17px;
    margin-bottom: 25px;
}

.item-ls-sm {
    padding: 5px 1px;
}

.item-ls-sm:first-child .box {
    border-left: 1px solid #707070;
}

.item-ls-sm .box {
    text-align: center;
    /* border-left:1px solid #707070; */

    border-right: 1px solid #707070;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}

.slide-ls-sm {
    padding: 0 20px;
}

.item-ls-sm.slick-current {
    padding: 0;
}

.item-ls-sm.slick-current .box {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.wrap-banner-home-2 {
    background: #f8f8f8
}

.title_danhmuc {
    background: #c31f26;
    padding: 10px 10px;
}

.title_danhmuc h2 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.video {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 262px;
}


.col-galaxy-item {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.galaxy-item {}

.galaxy-item .box {}

.galaxy-item .box a {
    display: block;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.galaxy-item .box a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.picpl {
    position: relative;
}

.picpl .pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cover {
    background-color: hsla(0, 0%, 6.7%, .8);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 100%;
    color: #fff;
}

.cover span {
    font-size: 1.6rem;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    margin-bottom: 5px;
}

.pic {
    width: auto;
}

.cover .pic {
    width: auto;
    max-width: 25px;
}

.xem {
    opacity: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
}

.xem i {
    line-height: 56px;

}

.picpl:hover .xem {
    opacity: 1;
    color: #FFF;
    font-size: 20px;
}

.picpl:hover {
    background-color: hsla(0, 0%, 6.7%, .8);
    -moz-transition: all 2 linear;
    -ms-transition: all 2 linear;
    -o-transition: all 2 linear;
    -webkit-transition: all 2 linear;
    transition: all 2 linear;
}

.picpl:hover .pic {
    opacity: 0.2;
}

.picpl:hover .cover {
    opacity: 0;
}

.list-playlist h3 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

.list-playlist .inf p {
    color: #a1a1a1;
    font-size: 14px;
    font-style: italic;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.martop10 {
    margin-top: 10px !important;
}

.list-playlist .inf {
    padding: 0;
    background: #FFF;
}

.list-playlist .inf p {
    display: none;
}

#clear,
.clear {
    clear: left;
}

.news-detail-info {
    margin-bottom: 20px;
}

.view-galaxy {
    display: none;
}

.news-detail-info ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news-detail-info ul li:not(:last-child) {
    margin-right: 10px;
}

.news-detail .box_content {
    margin-bottom: 20px;
}

.wrap-video iframe {
    max-width: 100%;
    width: 100%;
    height: 325px;
}



.box-link-paragraph {
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    border-radius: 4px;
    border-color: #ddd;
    max-width: 400px;
    background-color: #fff;
    margin-bottom: 30px;
}

.title-link-header {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box-link-paragraph>ul {
    width: 100%;
    max-height: 250px;
    padding: 15px;
    overflow-y: auto;
}

.index {
    margin-right: 10px;
}

.box-link-paragraph ul li {
    margin-bottom: 5px;
}

.box-link-paragraph>ul>li {
    font-weight: bold;
}

.box-link-paragraph>ul>li ul {
    margin-top: 10px;
    font-weight: normal;
    font-size: 90%;
}

.box-link-paragraph ul li a {
    color: #337ab7 !important;
}

.list-content-paragraph>div {
    /* display:flex; */
    margin-bottom: 15px;
}

.list-content-paragraph>div ul,
.list-content-paragraph>div ol {
    list-style: none;
}

.name-p {
    color: #337ab7;
    font-weight: bold;
    margin-bottom: 5px;
}

.list-content-paragraph>div .index {
    width: 20px;
    display: inline-block;
    flex: 0 0 auto;
}

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #0056a1;
    color: white;
}

#customers img {
    width: 40px;
    display: block;
    margin: auto;
}

.stt_pc {
    width: 50px;
}

.file_pc {
    width: 90px;
}

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

.box-images1 {
    width: 100%;
}

.wrap-about-home {

    background-color: #4f0000;
    position: relative;
    z-index: 12;
}

.wrap-about-home:before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    height: 100px;
    width: 100%;
    left: 0;
    background-image: url(../images/wave-slide2.png);
    background-repeat: no-repeat;
}

.wrap-about-home:after {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    height: 100px;
    width: 100%;
    transform: rotateX(180deg);
    left: 0;
    background-image: url(../images/wave-slide2.png);
    background-repeat: no-repeat;
    z-index: 11;
}

.wrap-about-home-aboutus {
    background-color: white;
}

.wrap-about-home-aboutus:after {
    background-image: url(../images/wave-slide2-white.png);
}

.box-text-2 {
    text-align: justify;
    line-height: 2.0;
    color: #000;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    font-size: 15px;
    background-position: right;
}

.box-text-2 a {
    border: solid 1px #333;
    padding: 7px 25px;
}

.box-text {
    text-align: justify;
    line-height: 2.0;
    color: #fff;
    background-repeat: no-repeat;
    font-size: 15px;
    background-position: right;
}

.box-text a {
    padding: 12px 35px;
    background-color: #bc8457;
    text-transform: uppercase;
    border-radius: 20px;
}

.wrap-about-home1 {
    padding: 40px 0;
    background-color: #4f0000;
    position: relative;
    z-index: 1;
}

.wrap-about-home1:before {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    height: 75px;
    width: 100%;
    transform: rotateX(180deg);
    left: 0;
    background-image: url(../images/bg_icon.png);
    background-image: url(../images/wave-slide2.png);
}

.wrap-about-home1:after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    height: 75px;
    width: 100%;
    left: 0;
    /*! background-image: url(../images/bg_icon.png); */
    background-image: url(../images/wave-slide2.png);
}

.box-text1 {
    color: #fff;
    font-size: 16px;
}

.block-post h1 {
    color: #000;
}

.desc_in {
    text-align: justify;
    line-height: 2.0;
    font-size: 15px;
    color: #000;
    padding-bottom: 15px;
}

.desc_in img {
    width: auto;
    text-align: center;
}

.box-text1 span {
    font-size: 16px;
    padding-bottom: 30px;
    display: inline-block;
}

.box-text1 a {
    border: solid 1px #fff;
    padding: 7px 25px;
    display: inline-block;
    margin-bottom: 20px;
}

.tab-content {
    color: #fff;
    line-height: 2.0;
    font-size: 16px;
}

.box-text p {
    margin-bottom: 16px;
}

.box-text ul {
    margin-top: 15px;
    padding-left: 25px;
}

.box-text ul li {
    margin-bottom: 10px;
    position: relative;
}

.box-text ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #053162;
    position: absolute;
    top: 8px;
    left: -20px;
}

.wrap-new-home-slide {
    background-color: #faf8f9;
}

.list-item-slide-new .slick-list {
    padding: 0 300px 0 0;
    margin: 0;
}

.col-item-new {}

.item-new {}

.item-new .box {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.item-new .box .image {
    width: 62%;
}

.item-new .box .image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.item-new .box .image a:hover img {
    transform: scale(1.1);
}

.item-new .box .image a:before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 60px);
    border: 2px solid #fff;
    /* border-left: none; */
    content: "";
    height: calc(100% - 60px);
}

.item-new .box .image img {
    transition: all 0.5s;
}

.item-new .box .content {
    width: 38%;
    padding: 70px 60px;
}

.item-new .box .content .name {
    color: #053162;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-new .box .content .desc {
    margin-bottom: 15px;
    text-align: justify;
}

.btn-detail {
    background-color: #053162;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 130px;
}

.btn-detail:hover {
    background-color: #fff;
    color: #053162;
    border-color: #053162;
}

.wrap-service {
    padding: 50px 0;
    background-color: #faf8f9;
}

.wrap-service .nav-tabs {
    border: unset;
}

.wrap-service .nav-item {
    margin-bottom: 15px;
}

.wrap-service .nav-item:last-child {
    margin-bottom: 0;
}

.image-tab {}

.image-tab a {}

.image-tab img {
    height: 415px;
    object-fit: cover;
}

.wrap-service .nav-item a {
    display: block;
    padding: 15px;
    background-color: #d2d5da;
}

.wrap-service .nav-item a:hover {
    background-color: #053162;
    color: #fff;
}

.wrap-service .nav-item a.active {
    background-color: #053162;
    color: #fff;
}

.wrap-service .nav-item a h3 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.wrap-service .nav-item a .desc {
    font-size: 16px;
    line-height: 1.5;
}



.wrap-new-hot {
    padding: 50px 0;
}

.logo-home {
    display: flex;
    align-items: center;
    background-color: #faf8f9;
    padding: 10px 0;
}

.logo-home img {
    width: 130px;
    text-align: center;
    object-fit: cover;
    flex: 0 0 130px;
    object-fit: contain;
    margin: 0 30px 0px 30px;
}

.logo-home span {
    width: 100%;
    height: 3px;
    background: #053162;
}

.col-item-post {}

.item-post {}

.item-post .image {}

.item-post .image a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.item-post .image a:hover img {
    transform: scale(1.1);
}

.item-post .image a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.item-post .content {
    text-align: center;
    padding-top: 10px;
}

.item-post .content .clock {
    font-size: 14px;
    margin-bottom: 10px;
}

.wrap-search {
    background-color: #053162;
    padding: 25px 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.wrap-search .form-inline {}

.wrap-search .form-inline .left {
    width: calc(100% - 150px);
}

.wrap-search .form-inline .form-control {
    max-width: 15%;
    height: 50px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 8px;
}

.wrap-search .form-inline button {
    height: 50px;
    border-radius: 0;
    padding: 0 20px;
    background-color: #fff;
    color: #053162;
    border-color: #fff;
    text-transform: uppercase;
}

.wrap-search .form-inline .right {
    width: 150px;
}

.wrap-list-tien-ich {}

.item-tien-ich {
    padding: 60px 0;
}

.item-tien-ich:nth-child(2n) .left {
    order: 1;
}

.item-tien-ich .box-tien-ich {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.item-tien-ich .box-tien-ich .left {
    width: 32%;
    padding-left: 15px;
    padding-right: 15px;
}

.item-tien-ich .box-tien-ich .right {}

.title-tien-ich {
    color: #053162;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 5px;
}

.title-tien-ich:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #053162;
    position: absolute;
    bottom: 0;
}

.btn-xemthem {
    background-color: #0057b4;
    color: #fff;
    border-radius: 0;
    padding: 0;
    line-height: 40px;
    padding-left: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-xemthem i {
    padding: 0 10px;
    border-left: 1px solid #fff;
    height: 100%;
    line-height: 40px;
    margin-left: 10px;
}

.item-tien-ich .box-tien-ich .right {
    width: 68%;
    padding-left: 15px;
    padding-right: 15px;
}

.item-tien-ich .box-tien-ich .right .image {}

.item-tien-ich .box-tien-ich .right .image img {}

.wrap-ss-1 {
    background-size: cover;
    background-position: center;
    /* color: #fff; */
    padding: 75px 0 175px;
}

.box-content-text {
    background-color: rgba(218, 235, 181, 0.6);
    padding: 25px;
    text-align: justify;
    font-size: 18px;
}

.wrap-ss-2 {
    padding: 10px 0;
}

.box-ss-2 {
    background-color: #e4e5e7;
}

.box-text-ss-2 {
    padding: 25px 0 25px 0px;
    text-align: justify;
}

.box-text-ss-2 h4 {
    margin: 0;
    font-size: 20px;
}

.box-text-ss-2 h2 {
    font-weight: bold;
    color: #053162;
    margin-bottom: 25px;
}

.box-text-ss-2 .desc {
    margin-bottom: 20px;
    padding-left: 20px;
}

.box-text-ss-2 .desc p {
    margin-bottom: 16px;
}

.wrap-info-choi-golf {}

.list-item-content {}

.item-content {
    /* margin-bottom: 40px; */
    /* padding: 40px 0; */
}

.item-content:nth-child(2n) {
    background-color: #e3e4e6;
    padding: 40px 0;
}

.box-content-item {
    padding: 25px;
    position: relative;
}

.item-content:nth-child(2n) .box-content-item {
    border-left: 3px solid #ffd87d;
    border-right: 3px solid #ffd87d;
    border-top: 3px solid #ffd776;
    border-bottom: 3px solid #ffd776;
}

.item-content:nth-child(2n) .box-content-item:before {
    content: '';
    width: 220px;
    height: 20px;
    position: absolute;
    left: 50%;
    background-color: #e3e4e6;
    top: 0;
    transform: translate(-50%, -50%);
}

.title-sm {
    text-align: center;
    color: #053162;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.item-content .desc {
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
    text-align-last: center;
}



.block-post {
    background-color: white;
}

.col-item-post {
    margin: 0 0px 20px;
}

.item-post {
    /* padding: 0 15px; */

}

.item-post .box {
    display: flex;
    align-items: center;
    /* padding: 10px; */
    flex-wrap: wrap;
    /* background-color: #fff; */
}

.item-post .box .image {
    width: 100%;
    position: relative;
}

.item-post .box .image .info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.item-post .box .image img {
    object-fit: cover;
    height: 100%;
}

.item-post .box .content {
    width: 100%;
}

.item-post .box .content .name {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    color: black;
    /* height: 40px; */
}

.item-post .box .content .name a:hover {
    color: #403231;
}

.col-item-post-2 .item-post .box .content .name {
    color: #403231;
    font-size: 20px;
    text-align: center;
}

.item-post .box .content .info {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.item-post .box .content .info span {
    margin: 0 10px;
}

.item-post .box .content .info span i {
    margin-right: 8px;
}

.item-post .box .content .desc {

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -.025em;
    color: black;
    text-align: justify;
}

.item-post .box .content .link-detail {
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #053162;
    margin-top: 10px;
    display: inline-block;
}

.item-post .box .content .link-detail:hover {
    color: #dca224;
}

.item-post .box .content .link-detail i {
    padding-left: 10px;
}

.block-post-detail {
    padding: 30px 0;
}

.title-l {
    font-weight: bold;
    font-size: 25px;
    color: #053162;
    border-bottom: 3px solid #053162;
}

.box-content-detail {}

.box-content-detail .item_gold {
    display: none;
}

.box-content-detail .item_gold.active {
    display: block;
}

.wrap-number-detail .item-number {
    display: none;
}

.wrap-number-detail .item-number.active {
    display: block;
}

.box-content-detail h3 {
    font-weight: bold;
    margin-top: 0;
    /* margin-bottom: 5px; */
    font-size: 26px;
    color: #053162;
}

.box-content-detail .desc {
    text-align: justify;
    font-size: 18px;
}

.wrap-number-detail {
    padding: 30px 0;
}

.item-number {}

.item-number .box {
    display: flex;
}

.item-number .box .left {
    padding-right: 50px;
    width: calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
}

.item-number .box .left .image {}

.item-number .box .left .image img {
    width: auto;
}

.item-number .box .right {
    width: 320px;
    flex: 0 0 320px;
}

.item-number .box .right .box-number {
    background: #002d64;
    color: #fff;
    text-align: center;
    height: 100%;
    padding: 20px 30px;
}

.item-number .box .right .box-number .number {
    width: 110px;
    height: 110px;
    background-color: #ecca5e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    margin: 0 auto 20px;
}

.p1 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.p1 li {
    padding: 0 10px;
}

.p1 li:first-child {
    border-right: 1px solid #fff;
}

.p1 li span {
    display: block;
}

.p1 li strong {
    display: block;
}

.list-number {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.list-number ul {}

.list-number ul li {
    padding: 10px 0;
}

.list-number ul li:nth-child(1) {
    background-color: #e7da1a;
}

.list-number ul li:nth-child(2) {
    background-color: #0193e0;
}

.list-number ul li:nth-child(3) {
    background-color: #faf8f9;
}

.list-number ul li:nth-child(4) {
    background-color: #ef1514;
}

.list-navbar {
    margin-top: 20px;
    max-width: 870px;
}

.list-navbar ul {
    display: flex;
    flex-wrap: wrap;
}

.list-navbar ul li {
    width: 50px;
    margin-right: 15px;
    height: 50px;
    margin-bottom: 15px;
}

.list-navbar ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ecca5e;
    border-radius: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #002d64;
}

.list-navbar ul li.active a {
    background-color: #002d64;
    color: #fff;
}

.bg-1 {
    background-color: #faf8f9;
}

.wrap-why-choose {
    padding: 50px 0;
}

.box-text-why {}

.title-why {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    color: #053162;
    margin-bottom: 10px;
}

.box-text-why .desc {
    margin-bottom: 20px;
}

.col-item-why {}

.item-why {}

.item-why .box {
    text-align: center;
}

.item-why .box .icon {
    margin-bottom: 15px;
}

.item-why .box .icon img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.item-why .box .content {}

.item-why .box .content h3 {
    color: #053162;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.item-why .box .content h3:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #053162;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-why .box .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap-the-manh {
    padding: 50px 0;
}

.list-the-manh {}

.col-item-the-manh {
    margin-bottom: 30px;
}

.item-the-manh {}

.item-the-manh .box {
    border: 1px solid #ddd;
    padding: 30px;
}

.item-the-manh .box .icon {
    text-align: center;
    margin-bottom: 10px;
}

.item-the-manh .box .icon img {
    height: 100px;
    width: auto;
}

.item-the-manh .box .name {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.block-khuyen-mai {}

.title-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.title-top .text {
    font-weight: bold;
    font-size: 25px;
    color: #053162;
    border-bottom: 3px solid #ddd;
    position: relative;
    padding-bottom: 5px;
    width: auto;
    padding-right: 30px;
}

.title-top .text:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #053162;
    position: absolute;
    bottom: -3px;
}

.title-top .sale-km {
    color: #053162;
    font-size: 20px;
}

.title-top .sale-km span {
    font-size: 40px;
}

.wrap-post-2 {
    padding: 50px 0;
}

.wrap-form-tu-van {
    margin-top: 35px;
}

.form-register {
    display: flex;
    width: 100%;
}

.form-register {
    /* margin-bottom: 20px; */
    background-color: #f1f1f1;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.title-form-tv {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    color: #053162;
}

.form-register .box-form {
    justify-content: flex-start;
    width: 100%;
    margin-left: 15px;
    max-width: 400px;
}

.form-register .box-form .input-group .form-control {
    height: 50px;
}

.form-register .box-form .input-group-btn>.btn {
    height: 45px;
}

.form-register .box-form .input-group-btn>.btn {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background: #053162;
    color: #fff;
    text-transform: uppercase;
    border-color: #053162;
    border-radius: 0;
    font-weight: bold;
}

.block-galaxy {
    padding: 40px 0;
}

.title-galaxy {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

.title-galaxy:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #053162;
    position: absolute;
    bottom: -2px;
}

.tab-galaxy {}

.tab-galaxy .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: unset;
}

.tab-galaxy .nav-tabs .nav-item.show .nav-link,
.tab-galaxy .nav-tabs .nav-link.active {
    border: 1px solid #053162;
    font-weight: bold;
}

.tab-galaxy .nav-tabs .nav-link {}

.list-galaxy {}

.list-galaxy>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.list-galaxy .col-galaxy-item {}

.news_detail_content h1 {
    font-size: 25px;
    font-weight: 600;
}

.news_detail_content {
    padding-bottom: 20px;
    line-height: 30px;
    color: black;
}

.news_detail_content img {
    margin-bottom: 15px;
}

.news_detail_content p {
    padding-bottom: 15px;
}

.share-with {
    padding-top: 20px;
}

.padding_none {
    padding: 0;
}

.container-full {
    width: 100%;
}

.box_sanpham {
    background: white;
}

.box_sanpham .box .image {
    position: relative;
    display: flex;
    justify-content: center;

    flex-direction: column;
    text-align: center;
}

.box_sanpham .box .image img {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    margin: 0 auto;
}

.box_sanpham .box .image h2 {
    /*! position: absolute; */
    /*! background: url(../images/bg_title_sanpham.png); */
    bottom: 0;
    right: 0;
    /*! width: 100%; */
    /*! text-align: center; */
    /*! height: 88px; */
    /*! line-height: 70px; */
    /*! background-position: center; */
    /*! background-repeat: no-repeat; */
    text-align: center;
}

.box_sanpham .box .image h2 a {
    color: #000;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.block-product {
    background: white;
    padding: 25px 0;
    position: relative;
}

.block-product::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    height: 100px;
    width: 100%;
    transform: rotateX(180deg);
    left: 0;
    background-repeat: no-repeat;
    z-index: 11;
    background-image: url(../images/wave-slide2-white.png);
}

.title_h1 h1 {
    color: #fff;
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: 600;
}

.block-product .title_h1 h1 {
    color: black;
}

.slide .item-slide:before {}

.product-item {
    /* position: relative; 
    border: solid 1px #efefef;*/
    margin-bottom: 20px;
}

.product-item .box {}

.product-item .box .image {
    box-shadow: 0 0 0px #404040;
    position: relative;
    padding: 0px;
}

.product-item .box .image a {}

.product-item .box .image a:hover img {
    border-radiu: 5px;
}

.product-item .box .image .km {
    position: absolute;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    padding-right: 10px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-item .box .image .km:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 5px;
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
    content: '';
    width: 30%;
    height: 30%;
    background-size: 100% 100%;
    position: absolute;
    background-color: #f99f31;
    z-index: -1;
}

.product-item .box .image:before {
    top: 0;
    left: 0;
}

.product-item .box .image:after {
    bottom: 0;
    right: 0;
}

.product-item .box .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 10px;
}

.product-item .box .content {
    text-align: left;
    padding: 10px 10px 0 10px;
    position: absolute;
    content: '';
    bottom: 0;
    border-radius: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #403231 0%, rgba(234, 180, 0, 0) 45%);
    opacity: 0.9;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item .box .content h3 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    height: auto;
    color: white;
}

.product-item .box .content h3 a {
    color: #fff;
}

.product-item .box .content h3 a:hover {
    color: #fff;
}

.product-item .box .content .box-price {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-item .box .content .box-price span {
    font-weight: 500;
    /* display: inline-block; */
    background-size: contain;
    padding: 0;
    min-width: 100%;
    font-size: 20px;
    text-align: center;
    height: auto;
    line-height: 31px;
}

.title_sp_detail {
    text-align: left;
}

.title_sp_detail h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.title_sp_lienquan {
    background: #0d6b41;
}

.title_sp_lienquan h2 {
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.box-image-product {
    display: flex;
}

.box-image-product .image-main a {
    display: block;
    position: relative;
}

.box-image-product .image-main a i {
    top: 10px;
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.box-image-product .image-main a i:hover {
    border-color: #7c6455;
    background-color: #7c6455;
    color: #fff;
}

.box-image-product .image-main a i {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
}

.product-detail-infor .box-infor {
    margin-bottom: 10px;
    padding-top: 0px;
    color: #000;
}

.list-attr {
    display: flex;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
    margin-bottom: 10px;
}

.list-attr .attr-item:nth-child(1) {
    width: 100%;
    /* margin-bottom: 10px; */
}

.list-attr .price {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    color: #4f0000;
}

.list-post {
    color: #fff;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin: 0 auto;
    /* căn giữa theo chiều ngang */
}

.list-attr1 {
    width: 35%;
    float: left;
    margin-top: 0px;
    color: #fff;
    text-align: center;
}

.wrap-add-cart {
    display: inline-flex;
    justify-content: space-between;
    margin-left: 5px;
    align-items: center;
}

.add-to-cart {
    display: inline-block;
    padding: 8px 60px;
    /*! background: linear-gradient(45deg, #403231, #403231); */
    color: #fff;
    border-radius: 15px;
    border: solid 2px #403231;
}

.pro_mun {
    display: flex;
}

.pro_mun input {
    border: 1px solid #ddd;
    width: 40px;
    text-align: center;
}

.pro_mun a {
    width: 30px;
    height: 35px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: black;
}

.quatang {
    border: dashed 1px #000;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 20px 10px 10px;
    width: 100%;
    margin-top: 20px;
}

.quatang .title {
    position: absolute;
    top: -15px;
    display: inline-block;
    padding: 0 10px;
    left: 50%;
    font-weight: 500;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 20px;
    white-space: nowrap;
    color: #000;
    background-color: white;
}

.quatang .box_quatang {}

.box_quatang ul {}

.box_quatang li {
    padding-left: 24px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 20px;
}

.box_quatang li strong {
    color: #ff0b10;
}

.box_quatang li:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 0;
}

.box_quatang1 ul {}

.box_quatang1 li {
    padding-left: 24px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #000;
}

.box_quatang1 li strong {
    color: #000;
}

.box_quatang1 li:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-left: 1px;
    position: absolute;
    left: 0;
}

.col_2_desc .desc {
    color: #000;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #403231;
    padding: 9px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    background: #eee;
    margin-right: 7px;
    color: #404040;
    font-weight: 500;
    border-radius: 0;
    padding: 9px 25px;
    border: 1px solid #ccc;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ccc;
}

.nav-tabs {
    margin-top: 20px;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    float: left;
}

.anmobile {
    display: block !important;
}

.hienmobile {
    display: none !important;
}

.desc_vechungtoi {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    max-height: 275px;
    overflow-y: auto;
}

.form-dkn .form-nn {
    overflow: hidden;
}

.form-dkn button.close {
    top: 5px;
    float: right;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    right: 10px;
    opacity: 0.9;
    outline: 0;
}

.form-dkn .fix-md-ct form {
    float: left;
    width: 100%;
}

.form-dkn .form-reg-kmn {
    background-color: #86694e;
    padding: 18px 20px;
    border-radius: 0px;
    width: 100%;
    float: right;
}

.form-dkn .form-reg-kmn2 {
    background-color: #86694e;
    padding: 18px 20px;
    border-radius: 0px;
    width: 100%;
    float: none;
}

.form-dkn span#text3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.form-dkn p {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.form-dkn input.form-control.ttt,
.form-dkn select.form-control.ttt {
    margin: 0;
    height: 32px;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: unset;
    border: 0;
    font-size: 15px;
}

.form-dkn select {
    margin: 0;
    height: 32px;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: unset;
    border: 0;
    font-size: 15px;
    width: 100%;
}

.form-dkn .modal-body {
    padding: 5px;
}

.form-dkn textarea.form-control {
    height: auto;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: unset;
}

.form-dkn .form-group input {
    border-radius: 5px;
    height: 40px;
    line-height: 45px;
    padding: 0 15px;
    font-weight: 300;
    font-size: 17px;
    border: solid 1px #ccc;
}

.form-dkn .form-group {
    margin-bottom: 15px;
    border-radius: 0;
}

.form-dkn .box-form form {
    max-width: 900px;
    width: 100%;
}

.form-dkn .form-group button {
    display: inline-block;
    background-image: linear-gradient(to right, #ca9115, #e2b13e);
    color: #000;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 15px;
    float: right;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.latest-newsRb__cmt {
    display: flex;
    font-size: 15px;
}

.banner-page {
    position: relative;
}

.banner-page-img {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}

.banner-page-img img {
    height: 100%;
    object-fit: cover;
}

.banner-page-content {
    position: relative;
    padding: 200px 0px 140px 0px;
    background-color: #00000096;
    z-index: 11;
}

.banner-page__title {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

.breadcrumb2 {
    display: flex;
    justify-content: center;
    color: white;
    padding-top: 10px;
}

.breadcrumb2 li {
    padding: 0px 15px;
    position: relative;
}

.breadcrumb2 li:not(:last-child)::after {
    position: absolute;
    right: 0;
    content: "/";
}

.pd-section {
    padding: 80px 0;
}

.box_sanpham {
    padding: 160px 0px;
}

.title-section-small {
    font-size: 20px;
    text-align: center;
    color: #4f0000;
    font-weight: 400;
    letter-spacing: 4px;
}

.title-section-big {
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.title-section-small--cl,
.title-section-big--cl {
    color: white;
    text-align: left;
}

.latest-newsRb {
    padding: 160px 0px 160px 0px;
}

.latest-newsRb-box {
    margin-bottom: 20px;
}

.latest-newsRb-box img {
    aspect-ratio: 1/.7;
    object-fit: cover;
}

.latest-newsRb-box .latest-newsRb__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.latest-newsRb-box a:hover {
    color: #4f0000;
}

.latest-newsRb span {
    margin-right: 25px;
}

.latest-newsRb__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.latest-newsRb__link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4f0000;
    border-bottom: 1px solid #4f0000;
}

.box_sanpham .row {
    justify-content: center;
}


.blog-product-detail,
.block-post,
.block-contact {
    background: white;
    position: relative;
}

.blog-product-detail::after,
.block-post::after,
.block-contact::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    height: 100px;
    width: 100%;
    transform: rotateX(180deg);
    left: 0;
    background-repeat: no-repeat;
    z-index: 11;
    background-image: url(../images/wave-slide2-white.png);
}

.block-contact,
.wrap-about-home-aboutus,
.blog-product-detail,
.block-post,
.block-product {
    padding: 40px 0px 110px 0px;
}

.box_sanpham .slick-dots li button::before {
    position: absolute;
    border-radius: 100%;
    left: 0;
    content: no-close-quote;
    width: 12px;
    height: 12px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #4f0000;
}
.box_sanpham .slick-dots li.slick-active button::before {
    opacity: 1;
}
.wrap-price label{
    color: black;
}
.item_list {
	text-align: center;
	margin-bottom: 10px;
}
.item_list .item-name {
	color: #333;
	padding: 10px 0 0 0;
}
.item_list .item_inin {
	padding: 0;
}
.item_list .item_inin a{
	color: #333;
	padding: 0px 0;
	font-weight: 600;
}







@media (min-width:1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
    .box_sanpham .box .image img {
        width: 240px;
        height: 240px;
        border-radius: 100%;
    }

    .title-form-tv {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .item-number .box .right {
        max-width: 250px;
    }

    .wrap-search {
        position: unset;
        bottom: unset;
    }

    .wrap-search .form-inline .left {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 10px;
    }

    .wrap-search .form-inline .right {
        width: 100%;
        text-align: right;
    }

    .wrap-search .form-inline .form-control {
        max-width: 50%;
        /* max-width: unset; */
        width: 100%;
        margin-bottom: 10px;
    }

    .item-tien-ich .box-tien-ich .left {
        width: 100%;
        order: 0;
        margin-bottom: 15px;
    }

    .item-tien-ich .box-tien-ich .right {
        width: 100%;
    }

    .item-tien-ich .box-tien-ich {
        flex-wrap: wrap;
    }

    .item-tien-ich {
        padding: 30px 0;
    }

    .list-item-slide-new .slick-list {
        padding-right: 0;
    }

    .video iframe {
        height: 223px;
    }

    .box_news_hot .image img {
        height: 238px;
    }

    .box_news_hot .info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .box_news_hot .info .desc {
        font-size: 15px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }

    .box_news_hot .image {
        width: 52%;
    }

    .box_news_hot .info {
        width: 48%;
    }

    .list-news2 .list-news2-item .image {
        width: 90px;
    }

    .list-news2 .list-news2-item .info {
        width: calc(100% - 100px);
    }

    .list-news2 .list-news2-item h3 {}

    .list-news2 .list-news2-item .image img {
        height: 72px;
    }

    .first-news2 .image img {
        height: 317px;
    }

    .list_news_home .box .image img {
        height: 134px;
    }

    .wrap_home .main_left {
        width: calc(100% - 303px);
    }

    .wrap_home .main_right {
        width: 280px;
    }
}

@media (min-width:992px) {
    .block-content-right {
        order: 1;
    }
}

@media (max-width: 991px) {
    .desc_vechungtoi {
        overflow: unset;
        max-height: unset;
    }

    .box-text-2 {
        padding-bottom: 80px;
    }

    .item-number .box .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        flex: 0 0 100%;
    }

    .col_about_item .image {
        margin-bottom: 15px;
    }

    .item-number .box {
        flex-wrap: wrap;
    }

    .item-number .box .right {
        width: 100%;
        flex: unset;
        max-width: unset;
    }

    .video iframe {
        height: 518px;
    }

    .banner_quangcao {
        /* display: none; */
    }

    .wrap_home .main_left {
        width: 100%;
        margin-right: 0;
    }

    .wrap_home .main_right {
        width: 100%;
    }

    .box_news_flex .banner_flex {
        display: none;
    }

    .list_news_flex {
        width: 100%;
    }

    .video-detail-body-wrapper .alignCenter {
        margin-bottom: 0;
        float: left;
    }

    .vdbw-title {
        margin-bottom: 15px;
    }

    .vdbw-left {
        width: 100%;
        padding: 25px 0 10px 0;
    }

    .vdbw-right {
        width: 100%;
    }

    .list_news_flex .item .box .image a {
        padding-bottom: 88%;
    }

    .list_news_flex .item:first-child .box .image a {
        padding-bottom: 88%;
    }

    .video-detail-body-wrapper {
        margin-bottom: 30px;
    }

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

    .box_content_video .box_right {
        width: 100%;
        order: 1;
    }

    .box_content_video .box_left {
        width: 100%;
        order: 2;
    }

    .topnews_right {
        width: 100%;
    }

    .box_wrap_detail .detail_left {
        width: 100%;
    }

    .box_wrap_detail .detail_right {
        width: 100%;
        margin-bottom: 30px;
    }

    .cungchuyenmuc .listnews ul li .image img {

        height: 184px;
    }

    .boxhighlight {
        width: 60%;
    }

    .boxmostview {
        width: 40%;
    }

    .topnews_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .boxmostview .bignews img {
        height: auto;
    }

    .special_news .image {
        width: 83%;
    }

    .wrap_qc_home2 .special_news .image {
        width: 83%;
    }

    .box_video_home .smallvideo ul li img {
        height: 140px;
    }

    .wrap_video_home .box_video_home .smallvideo ul li img {
        height: 40px;
    }

    .wrap_new2 .box_left {
        width: 100%;
        margin-right: 0;
    }

    .wrap_new2 .box_right {
        display: none;
    }

    .box_small_right {
        width: 100%;
    }

    .box_small_center {
        margin-right: 0;
        width: 65%;
    }

    .box_small_left {
        width: 32%;
        margin-right: 3%;
    }

    .list_image_video .item .image img {
        height: 180px;
    }

    .list_banner_right .item {
        width: 49%;
        float: left;
    }

    .list_banner_right .item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 2%;
    }

    .docnhieunhat {
        width: calc(100% - 203px);
    }

    .docnhieunhat .listnews ul {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    .docnhieunhat .listnews ul li h3 {
        width: calc(100% - 38px);
    }

    .vod-content {
        padding: 0 15px;
    }

    .list_news_home .item {
        margin-bottom: 15px;
    }

    .news_home {
        margin-bottom: 10px;
    }

    .banner_center {
        margin: 0 0 10px;
    }
}


@media (max-width:767px) {
    .anmobile {
        display: none !important;
    }

    .hienmobile {
        display: block !important;
    }

    .box-text-ss-2 h2 {
        font-size: 20px;
    }

    .box-images {
        width: 100%;
    }

    .box-text-ss-2 h4 {
        font-size: 16px;
    }

    .wrap-service .nav-item:last-child {
        margin-bottom: 15px;
    }

    .item-new .box .image {
        width: 50%;
    }

    .item-new .box .content {
        width: 50%;
        padding: 30px;
    }

    .list-news-blog .fo-03-col-news:nth-child(1),
    .list-news-blog .fo-03-col-news:nth-child(6) {
        width: 100%;
    }

    .picpl:hover {}

    .xem {
        opacity: 1;
    }

    .xem i {
        color: #fff;
    }

    .list_news_col .box .info {
        padding-left: 10px;
        width: calc(100% - 170px);
    }

    .list_news_col .box .image {
        width: 170px;
        height: 110px;
    }

    .list_news_col .box .info h3 {
        margin-bottom: 4px;
        margin-top: 0px;
        font-size: 15px;
        line-height: 20px;
    }

    .list_news_col .desc {
        display: none;
    }

    .box_news_hot .image img {
        height: 260px;
    }

    .box_news_hot {
        flex-wrap: wrap;
    }

    .box_news_hot .image {
        width: 100%;
    }

    .box_news_hot .info {
        width: 100%;
    }

    .news-box2 .list-slide-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrap_home .main_left {
        padding-top: 15px;
    }

    .title_in {
        margin-bottom: 10px;
    }

    .title_in2 {
        margin-bottom: 10px;
    }

    .box_time {
        line-height: 28px;
    }

    .list-news2 .list-news2-item {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .list-news2 .list-news2-item h3 {
        font-weight: 500;
    }

    .view_more {
        width: 100px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

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

    .list-news2 {
        width: 100%;
    }

    .boxmostview .smallnews {
        height: auto;
    }

    .boxhighlight .subcate ul li:after {
        margin-left: 6px;
    }

    .boxhighlight .subcate ul li {
        padding-right: 6px;
    }

    .wrap_slide_newstop {
        display: none;
    }

    .wrap_video_home .box_video_home .video_show {
        width: 100%;
        margin-bottom: 0;
    }

    .wrap_video_home .box_video_home .smallvideo {
        width: 100%;
    }

    .list_news_flex .item {
        width: 50%;
    }

    .list_news_flex .item:first-child {
        width: 100%;
    }

    .list_news_flex .item .box .image a {
        padding-bottom: 70%;
    }

    .list_news_flex .item:first-child .box .image a {
        padding-bottom: 70%;
    }

    .wrap_video_home .box_video_home .video_info {
        width: 185px;
        height: 294px;
    }

    .wrap_video_home .box_video_home .video_iframe {
        width: 100%;
    }

    .wrap_video_home .box_video_home .video_iframe iframe {
        height: 294px;
    }

    .vod-content {
        margin: 20px auto 0;
    }

    .cungchuyenmuc .listnews ul li {
        width: 50%;
    }

    .cungchuyenmuc .listnews ul li .image img {
        height: 215px;
    }

    .boxhighlight {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .boxhighlight .listnews .bignews .image {
        margin-bottom: 10px;
    }

    .boxmostview {
        width: 100%;
        padding-left: 0;
        background-image: unset;
    }

    .box_new_type2 {
        flex-wrap: wrap;
    }

    .box_tinhay {
        width: 100%;
        padding-right: 0;
    }

    .danhgiaxe {
        width: 100%;
    }

    .video iframe {
        height: 430px;
    }

    .aqua_city {
        flex-wrap: wrap;
    }

    .aqua_city .image {
        width: 100%;
    }

    .aqua_city .info {
        width: 100%;
        padding: 0 15px 15px 15px;
    }

    .inforActive {
        margin-top: 15px;
        position: unset;
    }

    .logo-wrap {
        width: auto;
        margin-right: 30px;
        display: flex;
    }

    .avatar_desc {
        font-size: 12px;
        line-height: 23.6667px;
        position: unset;
        transform: unset;
    }

    .list_image_video .item .image img {
        height: 160px;
    }

    .form-search-icon {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        max-width: unset;
    }

    .box-support .col-support-item {
        width: 100%;
    }

    .box_top_video .pagetitle {
        height: 44px;
        font-size: 20px;
        line-height: 44px;
        padding-left: 20px;
        width: 160px;
    }

    .box_top_video .head-menu {
        width: calc(100% - 160px);
    }

    .box_top_video .head-menu ul li {
        line-height: 44px;
        margin-right: 40px;
        padding-left: 16px;
    }

    .box_top_video {
        height: 44px;
    }

    .box_top_video .head-menu ul li:before {
        top: 15px;
    }

    .box_top_video .head-menu ul li.star:before {
        top: 13px;
    }

    .box_top_video .head-menu ul {
        width: 300px;
        height: 44px;
    }

    .wrap_home .main_right {
        padding-top: 15px;
    }

}

@media(max-width:550px) {
    .pd-section {
        padding: 30px 0;
    }
    .wrap-about-home-aboutus{
        padding: 40px 0px;
    }
    .box_sanpham {
        padding: 120px 0px;
    }
    .quatang .title{
        position: relative;
        white-space: normal;
        text-align: center;
        font-size: 20px;
    }
    .title_sp_detail h1 {
        font-size: 24px;
        margin-top: 15px;
    }
    .list-attr .price {
        font-size: 20px;
    }
    .breadcrumb2 li{
        font-size: 14px;
        padding: 0px 8px;
    }
    .latest-newsRb {
        padding: 120px 0px 120px 0px;
    }
    .title-section-small {
    font-size: 14px;
    }
    .title-section-big {
        font-size: 28px;
    }

    .box_sanpham .box .image img {
        width: 250px;
        height: 250px;
    }

    .box-text {
        padding-bottom: 20px;
    }

    .list-attr1 {
        width: 100%;
    }

    .title-top .text {
        width: 100%;
    }

    .title-top .sale-km {
        width: 100%;
    }

    .list-navbar ul li {
        width: 40px;
        height: 40px;
        margin-right: 5px;

    }

    .item-new .box .image {
        width: 100%;
    }

    .item-new .box .content {
        width: 100%;
    }

    .title_in h2 {
        font-size: 14px;
    }

    .title_in .view_more_top {
        font-size: 14px;
    }

    .title-nav-tab h3 {
        font-size: 16px;
    }

    .picpl .pic {
        height: 260px;
    }

    .list_news_col .box .info h3 {
        -webkit-line-clamp: 3;
    }

    .list_news_col .box_time {
        display: none;
    }

    .list_news_home .box .image img {
        height: 260px;
    }

    .title_in2 .view_more_top {
        display: none;
    }

    .first-news2 .image img {
        height: 260px;
    }

    .card-news-horizontal .content {
        width: 100%;
    }

    .card-news-horizontal .image {
        width: 100%;
    }

    .list_news_flex2 .item .box .image a {
        padding-bottom: 80%;

    }

    .list_news_flex2 .item .box .info h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .box_video_home .smallvideo ul li h4 {
        margin-bottom: 10px;
    }

    .list_news_flex .item .box .info h3 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .list_news_flex .item:first-child .box .info h3 {
        font-size: 20px;
    }

    .vdbw-title {
        font-size: 20px;
        line-height: 24px;
    }

    .detailvideo .kbwcli-content .kbwcli-iframe iframe {
        height: 300px;
    }

    .box_top_video .head-menu {
        padding-left: 15px;
        width: calc(100% - 76px);
    }

    .box_top_video .head-menu ul {
        width: auto;
    }

    .box_top_video .head-menu ul li {
        margin-right: 25px;
    }

    .kbwclic-body-video {
        padding: 18px 15px;
    }

    .box_top_video .head-menu ul li a {
        font-size: 13px;
    }

    .kbvi-title a {
        font-size: 20px;
        line-height: 24px;
    }

    .box_top_video .pagetitle {
        width: 76px;
        font-size: 17px;
        padding-left: 15px;
    }

    .kbwcli-iframe iframe {
        height: 260px;
    }
	.wrap-about-home:after {
		background-image:none
	}

    .cungchuyenmuc #search-place {
        display: none;
    }

    .cungchuyenmuc .listnews ul li .image img {
        height: 180px;
    }

    .boxhighlight .listnews .bignews .title {
        font-size: 18px;
        line-height: 24px;
    }

    .boxhighlight .subcate {
        width: auto;
    }

    .boxhighlight .titlebox {
        font-size: 15px;
        line-height: 24px;
        padding-right: 15px;
    }

    .boxhighlight .titlebox::after {
        content: '';
        transform: skew(348deg);
        top: 0;
        right: -34px;
    }

    .box_wrap_detail .content h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .cungchuyenmuc .listnews ul {
        margin: 0 -5px;
    }

    .cungchuyenmuc .listnews ul li {
        padding: 0 5px;
    }

    .img_left_docnhieu a {
        width: 100%;
    }

    .title-h .text {
        width: 100%;
        font-size: 16px;
    }

    .img_left_docnhieu img {
        height: auto;
    }

    .boxembed {
        flex-wrap: wrap;
    }

    .img_left_docnhieu {
        width: 100%;
    }

    .docnhieunhat {
        width: 100%;
    }

    .special_news .image {
        width: 100%;
    }

    .wrap_qc_home2 .special_news .image {
        width: 100%;
    }

    .wrap_new2 {
        margin-top: 0;
    }

    .view_all a {
        width: 132px;
        line-height: 40px;
        font-size: 14px;
    }

    .special_news .info {
        width: 100%;
        height: auto;
        padding: 15px 10px 10px 15px;
        position: unset;
        text-align: left;
    }

    .special_news .info .zonename {
        right: 0;
        bottom: 0;
        position: relative;
        font-size: 13px;
    }

    .special_news .info .title {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }

    .special_news .info::before {
        display: none;
    }

    .special_news .image img {
        height: auto;
    }

    .special_news {
        margin: 0 0 15px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .danhgiaxe {
        padding: 20px 15px 10px 15px;
    }

    .danhgiaxe .listnews ul li:first-child {
        margin-top: 15px;
    }

    .danhgiaxe .listnews ul li {
        padding: 7px 0 7px;
    }

    .danhgiaxe .listnews ul li .title {
        font-size: 15px;
        line-height: 20px;
    }

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

    .box_small_center {
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .box_small_left {
        width: 100%;
        order: 2;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrap-slide-home {
        padding: 15px 0 0;
    }

    .box_small_right {
        order: 3;
    }

    .wrap_new1 {
        margin-top: 15px;
    }

    .list_tin_center h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .video iframe {
        height: 300px;
    }

    .list_image_video .item .image img {
        height: 100px;
    }

    #countdown {
        width: 100%;
        margin-top: 20px;
    }

    .tab-link ul li {
        width: 100%;
    }

    .tab-link {
        position: unset;
    }

    .breadcrumbs ul>li>a {
        font-size: 16px;
    }

    .breadcrumbs ul>li:last-child a:last-child:after {
        font-size: 22px;
    }

    .title-service-tab {
        font-size: 20px;
    }

    .service-item-2 .box {
        padding: 25px 30px 35px;
    }

    .wrap-partner .list-item .box {
        padding: 12px 0;
    }

    .service-item-2 .name {
        font-size: 22px;
    }

    .title-service-tab-sm {
        font-size: 17px;
    }

    .title-tam-nhin img {
        margin-right: 16px;
        height: 48px;
    }

    .blog-lienhe-hoptac {
        padding: 30px 0;
    }

    .item-tam-nhin .desc {
        line-height: 26px;
        font-size: 18px;
    }

    .form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
        font-size: 18px;
    }

    .form-contact-hoptac textarea {
        height: 100px;
    }

    .form-contact-hoptac .btn-view {
        margin-top: 5px;
        line-height: 48px;
        font-size: 20px;
    }

    .padding-content {
        padding: 25px 25px 35px;
    }

    .desc-ls {
        line-height: 26px;
        font-size: 18px;
    }

    .wrap-partner .group-title .title {}

    .wrap-partner {
        margin-top: 0;
        padding: 35px 0 30px;
    }

    .title-ls {
        font-size: 24px;
    }

    .title-form {
        font-size: 20px;
    }

    .title-tam-nhin {
        font-size: 28px;
        width: 225px;
        line-height: 48px;
    }

    .cate-dot-1 .slick-dots {
        right: 50%;
        transform: translate(50%, 0);
        top: calc(100% + 5px);
    }

    .wrap-partner .list-item {
        padding: 0 30px;
    }

    .wrap-partner .list-item img {
        height: 100px;
        width: auto;
        object-fit: contain;
    }

    .wrap-partner .list-item .item {
        padding: 10px;
    }

    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
        height: 50px;
    }

    .title-xemthem {
        font-size: 20px;
    }

    .group-title .title {
        font-size: 22px;
    }

    .group-title .desc-title {
        font-size: 14px;
    }

    .list-news-home {
        padding: 0 30px;
    }

    .title-service {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .item-ls-sm.slick-current .box {
        font-size: 18px;
    }

    .item_count {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .item_count .box_count .counter-value {
        font-size: 40px;
    }

    .wrap-system {
        padding: 25px 0 30px;
    }

    .box-bg-content {
        width: 100%;
        position: unset;
    }

    .box-bg-content .logo-bg {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .box-bg-content .button_tuvan {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }

    .box-bg-content .logo-bg img {
        max-width: 260px;
    }

    .list_tin_center .item:not(:first-child) .desc {
        display: none;
    }

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

    .box_video_home .video_iframe {
        width: 100%;
    }

    .box_video_home .video_iframe iframe {
        float: left;
    }

    .box_video_home .video_info {
        width: 100%;
        height: auto;
        padding: 0 15px 15px 15px;
        background-color: #f1f1f1;
        overflow: hidden;
    }

    .wrap_video_home .box_video_home .video_info {
        width: 100%;
        height: auto;
    }

    .wrap_video_home .box_video_home .video_iframe {
        width: 100%;
    }

    .wrap_video_home .box_video_home .video_iframe iframe {}

    .box_video_home .video_info h3 {
        margin-bottom: 5px;
        margin-top: 15px;
        font-size: 17px;
        line-height: 20px;
    }

    .box_video_home .video_info .timeago {
        font: normal 12px/18px Arial;
        margin-bottom: 5px;
    }

    .box_video_home .smallvideo ul {
        display: flex;
        flex-wrap: wrap;
    }

    .box_video_home .smallvideo ul li {
        width: 50%;
    }

    .list_news_col .item {
        padding: 15px 0;
    }

    .box_tinhay .bignews ul li {
        width: 100%;
    }

    .title_in .date {
        display: none;
    }

    .news_detail .box_info h1 {
        font-size: 20px;
    }

    .view_detail a {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .title-service {
        font-size: 30px;
    }

    .box_video_home .smallvideo ul li img {
        height: 110px;
    }

    .wrap_video_home .box_video_home .smallvideo ul li img {
        height: 110px;
    }

    .list_news_col .item .box {
        flex-wrap: wrap;
    }

    .list_news_col .box .image {
        width: 100%;
        height: 210px;
        margin-bottom: 10px;
    }

    .list_news_col .box .info {
        width: 100%;
        padding-left: 0;
    }
}