@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/

#at-cv-toaster.at-cv-mask {
   
    display: none !important;
}


body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    overflow-y: inherit;
    margin: 0px !important;
        font-size: 15px;
    line-height: 25px;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}
.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ul-b li {
    list-style-type: none;
}
input, button, select, textarea {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
}
a {
    color: #333;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.ds-fl {
    display: flex !important;
}
.img-cover img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.row.row-edit-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.row.row-edit-0 .col-edit-0 {
    padding-left: 0px;
    padding-right: 0px;
}
/* css header */
.wp-header {
    position: relative;
    background: #8b1d06;
}
.lateb {
    background: #fff;
}
.wp-header .wp-header-top>.row>div.col-lg-3 {
    position: static;
}
.wp-menu-pc {
    padding: 17px 0px;
}
.wp-logo-pc {
    padding: 17px 0px;
}
 .wp-logo-pc a img{
     height: 50px;
 }
.navbar-default {
    border: none;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 0px;
    min-height: 0px;
}
.navbar-default .navbar-nav>li>a {
    padding: 0px 10px;
    height: 43px;
    line-height: 44px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    position: relative;
}
.wp-language .icon-bar {
    width: 80px;
    height: 78px;
    background: #8b1d06;
    border-radius: 0px;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.icon-bar i {
    font-size: 30px;
    color: #fff;
}
.wp-language {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*padding: 17px 0px;*/
}
.wp-search-1 {
    width: 80px;
    height: 75px;
    background: #f2f5f8;
    border-radius: 0px;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.wp-search-1 .btn.btn-click {
    background: none;
    border: none;
    color: #7f7f7f;
    font-size: 28px;
   /* width: 50px;
    height: 43px;*/
    transition: all 0.3s ease-in-out;
}
.wp-search-1 .btn.btn-click i {
    color: #9a362d;
}
.wp-search-1 .btn.btn-click:hover {
    color: #333;
}
.wp-search-1 .btn.close i:before {
    content: '\f00d';
}
.wp-search-1 .wp-form-search {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 2;
}
.wp-search-1 .wp-form-search input {
    width: 200px;
}
.wp-search-1 .wp-form-search button {
    position: absolute;
    top: 0px;
    right: 0px;
}
.ul-b.list-ngonngu {
    display: table;
    width: auto;
}
.ul-b.list-ngonngu li {
    float: left;
    margin-left: 5px;
}
.ul-b.list-ngonngu li img {
    transition: all 0.3s ease-in-out;
}
.ul-b.list-ngonngu li:hover img {
    transform: scale(1.2);
}
#slider-home .owl-prev, #slider-home .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    font-weight: 100;
    transition: all 0.8s;
}
#slider-home .owl-prev {
    left: 30px;
}
#slider-home .owl-next {
    right: 30px;
}
#slider-home .owl-next:hover, #slider-home .owl-prev:hover {
    background-color: rgba(0,0,0,0.3);
}
#slider-home:hover .owl-prev {
    left: 5px;
    opacity: 1;
}
#slider-home:hover .owl-next {
    right: 5px;
    opacity: 1;
}
.sec-position {
    position: relative;
}
.content-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-position .wp-sec .h2-title {
            margin-top: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 46px;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    /*letter-spacing: -2.5px;*/
    line-height: 1.1;
    font-weight: 200;
    color: #fff;
}
.wp-sec .p-post-sec {
    font-size: 18px;

    color: #fff;
    margin-bottom: 25px;
}
.wp-sec .btn.btn-timthem {
    /*background: url('../images/border.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 15px -3px rgba(0,0,0,.5);;
    background: #fff;
}

.wp-sec .btn.btn-timthem:hover {

}
.wp-sec .btn.btn-timthem:hover {
    transform: translateX(20px);
    color: red;
}
.wp-title-sec .h2-title {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.wp-title-sec .h2-title b {
   font-weight: 700;
    font-family: tahoma;
}
.wp-ul-pilltab {
    background: #000;
}
.sec-05 {
    padding-top: 30px;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.sec-05 .wp-title-sec {
    padding-top: 30px;
}
.sec-05 .wp-sec .hr, .sec-08 .hr {
    width: 1px;
    height: 50px;
    margin: 0 auto 14px;
    border: 0;
    background: -webkit-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: -o-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: -moz-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: linear-gradient(to bottom, #16b4b7, #036ea7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16b4b7', endColorstr='#036ea7',GradientType=1 );
}
.wp-table .wp-ul-pilltab .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-table .wp-ul-pilltab .nav-pills li {
    width: calc(100% / 3);
    text-align: center;
    border-right: 3px solid #fff;
}
.wp-table .wp-ul-pilltab .nav-pills li>a {
    border-radius: 0px;
    padding: 20px;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.wp-table .wp-ul-pilltab .nav-pills li:hover {
    background: #8b1d06;
}
.wp-table .wp-ul-pilltab .nav-pills li>a i {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border: 1px solid #b8c7d4;
    border-radius: 100%;
    background: url('../images/bg-icon.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
}
.wp-table .wp-ul-pilltab .nav-pills li>a i.ic-2 {
    background-position: -19px 4px;
}
.wp-table .wp-ul-pilltab .nav-pills li>a i.ic-3 {
    background-position: -42px 4px;
}
.wp-table .wp-ul-pilltab .nav-pills li>a i.ic-4 {
    background-position: -67px 4px;
}
.wp-ul-pilltab .nav>li>a:focus, .wp-ul-pilltab .nav>li.active>a, .wp-ul-pilltab .nav>li.active>a:hover {
    background: #8b1d06;

}
.wp-ul-pilltab .nav>li>a:hover {
    background: none;
}
.wp-tab {
    min-height: 100px;
    padding: 30px 0px 40px 0px;
}
.img-item-sp {
    position: relative;
}
.img-item-sp .btn-chon {
    /* position: absolute;
    bottom: 10px;
    right: 10px; */
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0;
}
.img-item-sp .btn-chon button.btn {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
button.btn.btn-1 {
    background: #fff;
}
button.btn.btn-2 {
    background: #333;
}
.text-item-sp {
    margin-top: 20px;
       text-align: left;
    float: left;
    width: 100%;
}
.text-item-sp .h3-title a {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #323236;
    font-weight: 600;
    line-height: 20px;
    /* letter-spacing: -2.5px; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
}
.h1-title{
    /*padding: 25px;*/
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
}
.text-item-sp .p-post-sp {
    font-size: 16px;
}
.sec-06 .wp-title-sec .h2-title {
    font-weight: 300;
    color: #fff;
}
.sec-06 .p-post-sec {
        color: #fff;
    text-transform: none;
    font-weight: normal;
}
.sec-06 .btn.btn-timthem {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
.wp-item-tin {
    position: relative;
    overflow: hidden;
    padding: 40px;
    padding: 40px 20px 10px;
    background: #000;
    color: #fff;
    border-bottom: 1px solid #ebebeb;
}
.wp-item-tin  .h3-title-box a{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.img-tin {
    overflow: hidden;
}
.img-tin img {
    max-width: none;
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
   /* opacity: 0.7;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.text-tin {
      position: absolute;
    top: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.text-tin .h3-title-box {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.text-tin .p-post-tin {
      font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #323236;
}
.wp-item-tin:hover .text-tin .p-post-tin {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}
.wp-item-tin:hover .img-tin img {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.sec-08 {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
.sec-08 .wp-title-sec {
    padding-top: 0px;
}
.sec-08 .wp-title-sec .p-post-sec {
        margin-bottom: 25px;
    font-size: 20px;} 
.wp-chungchi {
    padding-bottom: 55px;
}
#slider-chungchi .owl-prev, } #slider-chungchi .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
}
#slider-chungchi .owl-prev {
    left: 0px;
}
#slider-chungchi .owl-next {
    right: 0px;
}
.lien-ket-mxh {
    background:#000;
    /*background-image: linear-gradient(to right, #61231f, #ad2d26);*/

    padding: 20px 0px;
    float: left;
    width: 100%;
}
.lien-ket-mxh .wp-sec {
    display: flex;
    align-items: center;
}
.ul-b.list-mxh {
    display: table;
}
.list-mxh li {
    float: left;
}
.lien-ket-mxh .wp-sec>span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 25px;
}
.ul-b.list-mxh li {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}
.ul-b.list-mxh li a {
    display: block;
    color: #8b1d06;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-b.list-mxh li:hover {
    opacity: 1;
    transform: translateY(-5px);
}
/* css footer */
#footer-site {
    background-image: url(/uploads/images/thuong-hieu/pppp.png);
    color: #fff;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 35px;
    float: left;
    width: 100%;
}
.ul-b.list-menu-ft {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.ul-b.list-menu-ft li {
    float: left;
    margin-right: 15px;
}
.ul-b.list-menu-ft li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.ul-b.list-menu-ft li a:hover {
    color: #0065a4;
}
.wp-logo-ft {
    text-align: center;
    /* padding-top: 25px; */
}
.right-ft>p:first-child {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.right-ft .so-hotline {
    font-size: 30px;
    color: #ffeb3b;
    font-weight: 600;
}
.ul-b.list-icon-fixed {
    position: fixed;
    left: 5px;
    bottom: 50px;
    z-index: 9;
}
.ul-b.list-icon-fixed li {
    position: relative;
    margin-bottom: 5px;
}
.ul-b.list-icon-fixed img {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 5;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.ul-b.list-icon-fixed li span {
    position: absolute;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    top: 0px;
    left: 0px;
    width: 40px;
    padding-left: 50px;
    opacity: 0;
    border-radius: 40px;
    background: #57d247;
    color: #fff;
    transition: width 0.5s ease-in-out, opacity 0.1s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul-b.list-icon-fixed li:nth-child(2) span {
    background: #0fa8e2;
}
.ul-b.list-icon-fixed li:nth-child(3) span {
    background: #f2da00;
}
.ul-b.list-icon-fixed li:hover span {
    opacity: 1;
    width: auto;
}
#site-map .modal-dialog.modal-lg {
    width: 100%;
}

#site-map .modal-header img { margin-top: 0 !important }

#site-map .modal-header hr.titLine {
    width: 1px;
    height: 50px;
    margin: 0 auto 14px;
    border: 0;
    background: -webkit-linear-gradient(to bottom, #134faa, #00857d);
    background: -o-linear-gradient(to bottom, #134faa, #00857d);
    background: -moz-linear-gradient(to bottom, #134faa, #00857d);
    background: linear-gradient(to bottom, #134faa, #00857d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134faa', endColorstr='#00857d',GradientType=1 );
}



#site-map {
    padding: 0px !important;
    width: 100%;
}

.modal-header {
    padding: 15px;
    border-bottom: 2px solid #000;
    /* margin-top: 30px; */
    /* border-top: 2px solid #000; */
}
#site-map .modal-header {
        position: relative;
    /* padding: 30px 0px; */
    /* margin-bottom: 20px; */
    background: #f5f6fa;
}
#site-map .modal-header button.close {
    width: 80px;
    height: 80px;
    background-image: linear-gradient(to right, #20409a, #009a4f);
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
    opacity: 1;
    color: #fff;
}
/* css page */
.sec-banner-page {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.wp-banner-page .text-banner-page {
    padding: 55px 0px;
    text-align: center;
    color: #fff;
}
.wp-banner-page .text-banner-page .h2-title-page {
    font-weight: 300;
    font-size: 46px;
    margin-bottom: 5px;
}
.wp-banner-page .text-banner-page .p-title-page {
        font-size: 18px;
    margin-bottom: 15px;
}
.wp-bread-page .list-bread-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}
.wp-bread-page .list-bread-page>li {
    position: relative;
    padding: 0px 20px;
}
.wp-bread-page .list-bread-page>li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: #dee2e5;
}
.wp-bread-page .list-bread-page>li:first-child img {
    margin-right: 10px;
}
.wp-bread-page .list-bread-page>li>a>i {
    padding-left: 10px;
}
.wp-bread-page .list-bread-page>li>a {
        display: flex;
    align-items: center;
    font-size: 16px;
   
}
.wp-bread-page .list-bread-page>li>ul.list-bread-sub {
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    border: none;
   /* box-shadow: 0 1px 5px rgba(0,0,0,0.175);*/
    background: #fff;
    min-width: 220px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    display: block;
    left: 0px;
    top: 30px;
        background: #f5f6fa;
}
.wp-bread-page .list-bread-page>li:hover ul.list-bread-sub {
    display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
    left: 0px;
}
.wp-bread-page .list-bread-page>li>ul.list-bread-sub>li {
    padding: 8px 12px;
}
.wp-title-page .hr-title {
    width: 1px;
    height: 50px;
    margin: 0 auto 14px;
    border: 0;
    /*background: -webkit-linear-gradient(to bottom, #16b4b7, #036ea7);*/
    /*background: -o-linear-gradient(to bottom, #16b4b7, #036ea7);*/
    /*background: -moz-linear-gradient(to bottom, #16b4b7, #036ea7);*/
    /*background: linear-gradient(to bottom, #16b4b7, #036ea7);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16b4b7', endColorstr='#036ea7',GradientType=1 );*/
}
.wp-title-page .h1-title {
               font-size: 40px;
    /* font-weight: bold; */
    line-height: 50px;
    margin: 30px 0;
    font-family: arial;

}

.wp-title-page.text-center {
    padding: 0 30px;
}
.wp-title-page .title-cate {
        
    padding-top: 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
}
.wp-list-item-sp .result-note {
    font-family: sans-serif;
     padding-bottom: 5px;
     font-size: 18px;
    font-weight: 300;
}
.border-hr {
    width: 30px;
    height: 1px;
    margin: 1px auto 20px;
    background: #a7b8c8;
    margin-top: 4px;
}
.wp-list-item-brand>.item-brand {
     position: relative;
    
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.item-brand .title-div-brand {
    width: 100%;
}
.title-div-brand .h2-title {
    font-size: 36px;
    margin-bottom: 80px;
    position: relative;
}
.title-div-brand .h2-title:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 60px;
    height: 3px;
    background-image: linear-gradient(to right, #8b1d06, #3db8ba)
}
.title-div-brand .h2-title b {
    color: #0274b3;
}
.title-div-brand .p-div-brand {
    font-size: 18px;
}
.content-vina p {
    font-size: 18px;
}
.content-vina p>img {
    padding: 20px 50px;
}
.table-vina tr td {
    border: 1px solid #e5e5e5;
    padding: 20px 50px;
    font-size: 16px;
}
.table-vina tr td:first-child {
    font-weight: bold;
    text-align: center;
}
span.color-xanh {
   font-size: 17px;
    color: #8b1d06;
}
.content-vina {
    padding-bottom: 50px;
}
.wp-item-tv {
       border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    height: 414px;
    overflow: hidden;
}
.img-tv {
    text-align: center;
    margin-bottom: 20px;
}
.text-tv i {
    margin-right: 10px;
}
.wp-item-album {
      
    margin-bottom: 30px;
    padding-bottom: 47px;
    border-bottom: 1px solid #e5e5e5;
}
.wp-item-album .text-album a {
    padding: 23px 30px;
    background-color: #ecebeb;
    font-size: 16px;
    display: table;
    width: 100%;
    color: #000;
}
.wp-item-album .text-album img {
    width: 35px;
    margin-right: 10px;
    float: left;
}
.wp-img-ct-album {
    margin-bottom: 30px;
}
.mg-20 {
    display: block;
    margin-bottom: 20px;
}
.wp-title-page .h2-title {
          line-height: 35px;
    margin: 30px 0;
    font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    display: block;
    font-size: 32px;
    color: #313035;
}
.wp-list-item-sp .wp-item-sp {
         /*background-color: #dae0e6;*/
    float: left;
    width: 100%;
    /*height: 540px;*/
}
.hover-item-list {
    padding: 2px !important;
}
.hover-item-list:hover {
    background: linear-gradient(to right, #0065a4, #19bcb9);
    box-shadow: 0 10px 20px 0 rgba(153, 159, 183, .5);
    transition: all .3s;
    display: block;
   float:left;
   width: 100%;
}
.item:hover .wp-item-sp > .hover-item-list:before {
    opacity: 1;
} 
.hover-item-list:before {
    display: none;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 70px;
    height: 70px;
    /* background-image: url('../images/hover-icon.jpg'); no-repeat 0 0; */
    background: url('../images/hover-icon.png') no-repeat 0 0;
    transition: all .1s;
}
/* .hover-item-list > a:hover {
    display: block;
    opacity: 1;
} */
/* Trung add: actibute hover; */
.hover-item {
    padding: 1px !important;
    border: 1px solid #ebebeb;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.hover-item:hover {
    background: #f1f0f0;
    box-shadow: 0 10px 10px 0 rgba(153, 159, 183, .5);
    transition: all .3s;
    float: left;
    width: 100%;
}
.col-edit-5 {
    margin-bottom: 20px;
}
/* Trung : actibute hover; */
#zoom1 li.gc-active {
    border-color: #20409a !important;
}
.right-ctsp .h1-title-ctsp {
      
       font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    display: block;
    font-size: 32px;
    color: #8b1d06;
    line-height: 35px;
}
.box-img-ctsp {
    padding-top: 20px;
}
.right-ctsp .p-title-ctsp {
  /*  color: #000;
    font-size: 16px;
    margin-bottom: 25px;*/
}

.luachon {
    margin-top: 25px;
}
.list-luachon li {
    padding: 10px 0px;
    border-top: 1px solid #f2f2f5;
    display: table;
    width: 100%;
}
.list-luachon li .td1 {
    width: 30%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #000;
    
}
.list-luachon li .td2 {
    width: 70%;
    float: left;
}
.label-1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 20px;
}
.label-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.label-1:hover input ~ .checkmark {
    background-color: #ccc;
}
.label-1 input:checked ~ .checkmark {
    background-color: #20409a;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label-1 input:checked ~ .checkmark:after {
    display: block;
}
.label-1 .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.btn.btn-mau {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 0px;
    margin-right: 10px;
}
.btn-mau.den {
    background: #000;
}
span.price {
    font-size: 24px;
    font-weight: bold;
}
.banggia>p {
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
   
}
.tab-ctsp tr td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}
.list-btn {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-btn button.btn {
    width: 100%;
    margin-right: 10px;
    padding: 15px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    border: none;
    background-image: linear-gradient(to right, #8b1d06, #8b1d06);
}
.list-btn button.btn:hover {
    background-image: linear-gradient(to right, #8b1d06, #8b1d06)
}
.list-btn button.btn:last-child {
    margin-right: 0px;
}
.list-lienket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.list-lienket li {
    width: 100%;
   /* margin-right: 10px;*/
       margin: 0 5px;
}
.list-lienket li:last-child {
    margin-right: 0px;
}

.list-lienket li:first-child {
    margin-left: 0;
}

.list-lienket li img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.list-lienket li:hover img {
    transform: scale(1.06);
}
.box-tab-ctsp {
    margin-top: 30px;
}
.box-tab-ctsp ul {
       height: auto;
    float: left;
    width: 100%;
    text-align: center;
}
.box-tab-ctsp ul li a{
   
}
.box-tab-ctsp ul li a {
    border: none;
}
ul.pagination.pagination-sm.no-margin.pull-right {
    text-align: center;
    width: 100%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #8b1d06;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 20px;
}

.pagination>li>a, .pagination>li>span {
       float: none;
    padding: 6px 12px;
   
    color: #333;
  
    border-color: transparent;
    
    font-weight: 600;
    font-size: 20px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #8b1d06;
    background-color: transparent;
    border-color: transparent;
      border-bottom: 2px solid #8b1d06;
}

.box-tab-ctsp ul.nav {
           display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding: 0 0px;
}
.box-tab-ctsp ul.nav li {
    width: 100%;
    border: 1px solid #f2f2f5;
    text-align: center;
    margin: 0px;
}
.box-tab-ctsp ul.nav li a {
   border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    /* font-weight: bold; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: tahoma;
    font-size: 17px;
    padding: 10px 35px;
    line-height: 30px;
    padding: 20px 0;
    font-family: 'Nunito', sans-serif !important;
}
.box-tab-ctsp .nav-pills>li.active>a, .box-tab-ctsp .nav-pills>li.active>a:focus, .box-tab-ctsp .nav-pills>li.active>a:hover, .box-tab-ctsp .nav-pills>li>a:hover {
    /*color: #fff;*/
    /*background: #8b1d06;*/
    /*border-color: #8b1d06;*/
}
.box-tab-ctsp .nav-pills>li.active>a {
       position: relative;
    color: #fff;
    background: #8b1d06;
    border-color: #8b1d06;
}
.box-tab-ctsp .nav-pills>li.active>a:after {
  /*  content: '';
    width: 150px;
    height: 1px;
    background-color: #8b1d06;
    position: absolute;
    top: calc(100% - 0px);
    left: 50%;
    transform: translateX(-50%);*/
}
.wp-sau-tab {
   padding: 30px 0px;
    float: left;
    width: 100%;
}


.wp-sau-tab table { width: 100% !important; } 
.wp-form-dangky {
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 30px auto;
}

.wp-form-dk .input-100 {
    margin-bottom: 10px;
}


.wp-form-dk .input-50 {
    margin-bottom: 10px;
}
.wp-form-dk  .btn-gui {
    margin: 10px 0;
}


.wp-form-dk textarea {
    width: 100%;
    height: 100px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
}
.wp-form-dk select {
    width: 100%;
    height: 43px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
}
.input-50 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-50 input {
    width: calc(50% - 5px);
    float: left;
}
.file-upload-wrapper {
    position: relative;
}
.file-upload-wrapper button.file-upload-button {
         position: relative;
    top: 2px;
    right: 0px;
    padding: 0px;
    border: none;
    height: 36px;
    width: 41px;
    background-image: url(../images/icon-upload.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;left: 46%;
}
.select-muahang {
    position: relative;
}
.select-muahang:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0px;
    right: 0px;
    background-image: url('../images/icon-select.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-gui .button {
    width: 100%;
    border-radius: 0px;
    border: none;
    background-image: linear-gradient(to right, #8b1d06, #8b1d06);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s;
    padding: 0px;
}
.btn-gui .button:hover {
    background-image: linear-gradient(to right, #0c6fa3, #0c6fa3);
    color: #fff;
}

img.bgImg.imgM {
    display: none;
}


/*=========================================== responsive ===========================================*/
@media (min-width: 1200px) {

    .totalSearch .nav-main-new .container {
    width: 100% !important;
    padding: 0 30px;
}


    ul#menuvuviet {
    margin: 0 auto;
    float: left;
    width: 100%;
    padding: 0 30px;
}


    .row.row-edit-5 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.row-edit-5 .col-edit-5 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .iframe-video iframe {
        height: 650px;
    }
    .pd-50 {
        padding: 0 30px;
    }
    .item-brand .container-fluid, .content-position {
        padding: 60px 50px 0 50px ;
            position: absolute;
    }
    .item-brand .title-div-brand {
        max-width: 500px;
    }
    #site-map .modal-dialog.modal-lg {
        width: 100% !important;
        height: 100%;
        margin: 0px;
    }
    #site-map .modal-dialog.modal-lg .modal-content {
        border-radius: 0px;
        /* height: calc(100vh - 0px); */
        overflow-y: inherit;
    }
    .lien-ket-mxh>.container-fluid {
        padding: 0 100px;
    }

    .wp-tintuc.page-articles .container-fluid {
           padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    }


    .container-fluid {
        width: 100%;
        max-width: 1500px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 0px 13px;
    }
    .navbar-default .navbar-nav>li:hover>ul {
        display: block;
        visibility: visible;
        z-index: 9999;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: transform 0.3s ease, opacity 0.2s ease .1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
        left: 0px;
    }
    ul.dropdown-menu {
        margin: 0px;
        border-radius: 0px;
        padding: 0px;
        border: none;
        box-shadow: 0 1px 5px rgba(0,0,0,0.175);
        background: #fff;
        min-width: 220px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        transition: transform 0.5s ease, opacity 0.2s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
        display: block;
        left: 0px;
    }
    ul.dropdown-menu>li>a {
        padding: 8px 15px;
        border-bottom: 1px solid #8b1d06;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    span.dropdown-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        color: #333;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 0 5px;
    }
    .content-position {
        width: 90%;
    }
    .wp-table .wp-ul-pilltab .nav-pills li>a {
        font-size: 13px;
        padding: 20px 15px 20px 55px
    }
}

.new_sp {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    width: 80px;

    line-height: 50px;
    z-index: 300;
    border-radius: 100%;

    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

 .squareList:hover > .inner a.more, .squareList > .inner a.more:hover {
        background: -webkit-linear-gradient(left, #19bcb9, #0065a4);
        background: -o-linear-gradient(right, #19bcb9, #0065a4);
        background: -moz-linear-gradient(right, #19bcb9, #0065a4);
        background: linear-gradient(to right, #19bcb9, #0065a4);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bcb9', endColorstr='#0065a4',GradientType=1 );
    }

    /**trung**/
.squareList.cols3:nth-child(3n+1) {
        margin-left: 0;
    }
    .squareList.cols3 {
        min-height: 465px;
    }
    .squareList {
        position: relative;
        float: left;
        margin: 0 0 30px 30px;
        background: #e5e5e5;
        box-sizing: border-box;
        z-index: 1;
        transition: all .2s;
        width: 100%;
    }
    .squareList.cols3 >.inner {
        padding: 40px 50px;
    }

    .squareList >.inner {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
        background: #fff;
        border-image-slice: 1;
        box-sizing: border-box;
        border: 1px solid #fff;
    }
    .squareList > .inner .date {
        position: relative;
        display: block;
        padding-left: 20px;
        line-height: 1.1;
    }
    .squareList > .inner .date span {
        display: block;
        position: absolute;
        top: 20px;
        left: -15px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
        transform: rotate(90deg);
    }
    .squareList > .inner .date strong {
        display: block;
        font-size: 50px;
        font-weight: 500;
    }
    .squareList > .inner .date:after {
        content: "";
        display: block;
        width: 1px;
        height: 50px;
        margin: 10px 0 30px -17px;
        background: #000;
    }
    .squareList > .inner p.title {
        margin: 0 0 15px;
        font-size: 34px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        height: 82px;
        word-wrap: break-word;
        display: -webkit-box;
    }
    .squareList > .inner .cont {
        font-size: 16px;
        color: #646464;
        font-weight: 300;
        line-height: 1.8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        height: 140px;
        word-wrap: break-word;
    }
    .squareList.cols3 > .inner a.more {
        width: 80px;
        height: 80px;
    }

    .squareList > .inner a.more {
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        width: 80px;
        height: 80px;
        background: #a6b4ca;
    }
    .squareList > .inner a.more i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 28px;
        transform: translate(-50%, -50%);
        background-position: -740px 0;
    }
    .squareList > .inner a.more:hover {
        background: -webkit-linear-gradient(left, #19bcb9, #0065a4);
        background: -o-linear-gradient(right, #19bcb9, #0065a4);
        background: -moz-linear-gradient(right, #19bcb9, #0065a4);
        background: linear-gradient(to right, #19bcb9, #0065a4);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bcb9', endColorstr='#0065a4',GradientType=1 );
    }
    .squareList:hover {
        background: -webkit-linear-gradient(left, #0065a4 , #19bcb9);
        background: -o-linear-gradient(right, #0065a4, #19bcb9);
        background: -moz-linear-gradient(right, #0065a4, #19bcb9);
        background: linear-gradient(to right, #0065a4 , #19bcb9);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a4', endColorstr='#19bcb9',GradientType=1 );
    }
    .squareList:hover > .inner {
        border-style: solid;
        border-image: linear-gradient(to right, #0065a4, #19bcb9);
        border-image-slice: 1;
        border-image-width: 1px;
    }
    .ir {
        display: block;
        background-image: url('../images/ir_icon.png');
        background-repeat: no-repeat;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
    }
   
    div#slider-sp-khac {
    margin-bottom: 30px;
}

.totalSearch form {
    width: 90%;
    margin: 20px auto;
    padding: 2px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(to left, #244aa4, #079c60);
    background: -o-linear-gradient(to left, #244aa4, #079c60);
    background: -moz-linear-gradient(to left, #244aa4, #079c60);
    background: linear-gradient(to left, #244aa4, #079c60);
}

@media (min-width: 768px) and (max-width: 991px) {
    .wp-table .wp-ul-pilltab .nav-pills {
        display: block;
    }
    .content-position {
        top: 20px;
        left: 20px;
        transform: translate(0);
    }
    .sec-05 .wp-title-sec {
        padding-top: 10px;
    }
    .wp-language .wp-search-1 {
        top: -17px;
    }
    .filter-hoidap .list-filter li {
         width: 40%;
        padding: 10px 0;
    }
}
@media (min-width: 1100px) {
    span.dropdown-toggle {
        display: none;
    }
    .content-position .wp-sec {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 992px) {

}
@media (max-width: 991px) {
    #slider-home .owl-prev, #slider-home .owl-next {
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
    }
    .content-position .wp-sec .h2-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .wp-sec .p-post-sec {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec-05 .wp-sec .hr, .sec-08 .hr {
        height: 25px;
    }
    .wp-language {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100px;
        z-index: 9;
    }
    .table-vina tr td {
        padding: 10px;
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 991px) {
    #trigger-mobile {
        width: 26px;
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        margin: 0px;
    }
}
/* css lien he */
.wp-form-lienhe {
    padding-bottom: 30px;
}

.wp-item-lh3 a { text-align: center; }

.wp-item-lh2, .wp-item-lh3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* css tin tuc danh muc */
.list-right-tin .item-tin-right {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.item-tin-right .img-tin-right {
    width: 260px;
    float: left;
}
.item-tin-right .img-tin-right img {
    width: 100%;
    object-fit: cover;
}
.item-tin-right .text-tin-right {
    width: calc(100% - 260px);
    float: left;
    padding-left: 15px;
}
.wp-img-tin1 .h4-title-tin {
    margin-top: 20px;
}
.wp-img-tin1 .h4-title-tin a {
    font-weight: 600;
    font-size: 18px;
}
.text-tin-right .h4-title a {
    font-weight: 600;
}
.ads-tin img {
    width: 100%;
    margin-bottom: 30px;
}
#slider-tintuc .owl-dot span {
    border-radius: 0px;
    transform: rotate(45deg);
    background: #8b1d06;
    border: 1px solid #8b1d06;
}
#slider-tintuc .owl-dot.active span {
    background: #fff;
}
.box-tin-left-c2 {
    margin-bottom: 30px;
}
.box-tin-left-c2 .h2-title-tin a {
           color: #8b1d06;
  
    font-size: 30px;
   
    font-weight: 500;
    font-family: arial;
    /* font-size: 20px; */
    line-height: 25px;
}
.box-left-c2 .img-tin-page a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.img-tin-page a img {
    width: 100%;
}
.box-right-c2 .h3-title-tin {
    font-size: 20px;
    color: #8b1d06;
    font-weight: bold;
}
.list-bv-khac li {
    padding: 25px 0px;
    border-bottom: 1px solid #ccc;
}
.xemthem {
    padding: 25px 0px;
}
.xemthem a.btn {
    border: none;
    background: none;
}
.xemthem span {
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: bold;
}
.xemthem i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    background: #ddd;
    margin-left: 30px;
}
.list-bv-khac li .p-date {
    color: #999;
}
.wp-left-tin2 .wp-item-tin2 {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.wp-item-tin2 .img-tin2 {
    width: 250px;
    float: left;
}
.wp-item-tin2 .img-tin2 img {
    width: 100%;
}
.wp-item-tin2 .text-tin2 {
    width: calc(100% - 250px);
    float: left;
    padding-left: 20px;
}
.text-tin2 h4 a {
           display: block;
    font-size: 23px;
    font-family: arial;
}
.text-tin2 .p-date {
    color: #999;
}
.wp-date-view-ct {
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background: #fafafa;
    /* border-top: 1px solid #ccc; */
    margin-bottom: 10px;
    
}
.date-view-ct > div {
    float: left;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-left: 16px;
}
.date-view-ct div:first-child {
    margin: 0px;
    padding:0;
}
.wp-date-view-ct p {
    margin-bottom: 0px !important;
}
.date-view-ct div::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}
.date-view-ct div:first-child::after {
    content: url(../images/capnhat_03.png);
}
.date-view-ct div:nth-child(2)::after {
    content: url(../images/view-1.png);
}
.co-chu-ct>span {
    color: #999;
    margin-right: 6px;
    font-size: 13px;
}
.co-chu-ct button {
    width: 15px;
    height: 15px;
    line-height: 0;
    border: none;
    background-color: #9d9d9d;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.wp-title-sec .h2-title strong {  font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 5px;
    /* font-size: 44px; */
    line-height: 1.2;
    text-align: center;
    font-weight: 400; } 
.wp-title-sec .h2-title {
        font-size: 50px;
    color: #323236;
    margin: 24px 0px;
    letter-spacing: -1.5px;
    font-weight: 700;
    font-family: tahoma;
    letter-spacing: -1.5px;
    
}
.wp-tinkhac ul li {
    padding: 5px 0px 5px 20px;
    position: relative;
  
    list-style-type: none;
}
.wp-tinkhac ul li span {
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}
.wp-tinkhac ul li::after {
    content: url(../images/tich_03.png);
    position: absolute;
    top: 5px;
    left: 0px;
}
.main-ctsp>img {
    display: block;
    width: auto;
    margin: 10px auto;
}

.text-lh2 p {
    margin: 0px;
    line-height: 26px;
    font-family: arial;
}


.filter-hoidap {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.list-filter {
    display: table;
    width: calc(100% - 50px);
    float: left;
}

.wp-form-lienhe .list-filter li:last-child {
       width: 7%;
    margin: 0;
}

.list-filter li {
      width: 30%;
    float: left;
    margin-right: 1%;
}
.list-filter li select, .list-filter li input {
    border: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1.5px solid #333;
    padding-left: 10px;
}
.filter-hoidap button.btn-search {
    background-image: linear-gradient(to right, #8b1d06, #8b1d06);
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    width: 45px;
    color: #fff;
}
/* .wp-lits-hoidap {
    display: table;
    width: 100%;
} */
/* .wp-lits-hoidap .wp-item-hoidap {
    display: table;
    width: 100%;
    margin-bottom: 40px;
} */
.wp-lits-hoidap .hoi-dap-pd {
    padding-bottom: 20px;
}
.wp-lits-hoidap .wp-item-hoidap .stt-hoidap {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
    background-image: url('../images/icon-stt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wp-lits-hoidap .wp-item-hoidap .text-hoidap {
    width: 100% ;
    padding-left: 0;
    float: left;
    font-size: 18px;
}
.stt-hoidap span {
    position: absolute;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
/* .text-hoidap .cau-hoi {
    padding-top: 60px;
} */
.text-hoidap .cau-hoi p {
       font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 35px;
    color: #323236;
    letter-spacing: 0px;
}
.tra-loi {
    border: 1px solid #ccc;
    padding: 15px 30px;
    padding-bottom: 40px;
    /* display: table; */
    width: 100%;
    position: relative;
}
.tra-loi.active {
    background-color: #eaf0f4;
    border: 1px solid #8b1d06;
}
.tra-loi::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    z-index: 0;
}
.tra-loi.active::after {
    border-bottom: 10px solid #8b1d06;
}
.tra-loi::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 51px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}
.tra-loi.active::before {
    border-bottom: 10px solid #eaf0f4;
}
.tra-loi p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-word;
    transition: all 0.3s ease-in-out;
}
.tra-loi.active p {
    display: block;
}
.tra-loi a.btn-xemthem {
    border: none;
    background: none !important;
    padding: 0px 0px;
    float: right;
    display: flex;
    align-items: center;
}
.tra-loi a.btn-xemthem span {
    display: inline-block;
    width: 70px;
    color: #333;
    position: relative;
    margin-right: 6px;
}
.tra-loi a.btn-xemthem i {
    font-size: 12px;
    color: #333;
    transition: all 0.3s ease-in-out;
}
/* .tra-loi a.btn-xemthem span::before {
    content: 'Xem thêm';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.tra-loi.active a.btn-xemthem span::before {
    content: 'Thu gọn';
} */
.tra-loi.active a.btn-xemthem i {
    transform: rotate(-180deg);
}
/* css bo sung */
#menu2 .submenu {
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
    padding: 30px 0px;
    border-top: 2px solid #134faa;
    top: 100%;
}
#menu2 li:hover .submenu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out .1s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.3s ease-in-out .1s;
}
.item-menu {
    margin-bottom: 15px;
}
.item-menu ul {
    padding-left: 25px;
}
.item-menu h4 {
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}
.item-menu h4:before {
    content: '';
    width: 60px;
    height: 1.5px;
    background-image: linear-gradient(to right, #00857d , #134faa);
    position: absolute;
    bottom: -10px;
    left: 0px;
}
#back-to-top {
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
#back-to-top img {
    max-width: 160%;
}
#back-to-top.show {
    transition: 0.6s;
    bottom: 30px;
    opacity: 1;
}
/* .wp-site-map .row .col-md-3:nth-child(4n+1) {
    clear: both;
    height: 50px;
} */
.item-sitemap {
    padding-bottom: 20px; 
}
.item-sitemap .wp-item-sitemap hr {
    width: 30px;
    height: 3px;
    text-align: left;
    margin: 0 0 29px;
    padding: 0;
    border: 0;
    background: linear-gradient(to right, #0065a4, #19bcb9);

}

p.result-note {
      line-height: 30px;
    padding: 20px 0;
    font-family: 'Nunito', sans-serif !important;
}

.wp-sec h2.h2-titleqc {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


@media (max-width: 767px) {

    .wp-title-sec .h2-title {
    font-size: 35px;
    color: #323236;
    margin: 20px 0px;
   
}
.giamua, .giahthue {
        padding-left: 0;
    line-height: 15px;
    text-align: center;
    float: left;
    width: 100%;
    display: block;
    /* height: 25px; */
    font-size: 16px;
    color: #60636c;
    font-weight: 400;
        letter-spacing: 0px;
}

.text-item-sp h3.h3-title {
        width: 100%;
    margin: 0px 0;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    height: auto !important;
}


.text-item-sp .h3-title a {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    line-height: 24px;
    color: #333;
    height: auto;
    margin: 0;
    font-size: 25px;
    color: #323236;
    font-weight: 400;
    /*letter-spacing: -2px;*/
}

    .content-position {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100% !important;
        text-align: center;
}


    img.bgImg.imgM {
    display: block;
}
    img.bgImg.imgM.Z {
        height: 88px!important;
        padding: 10px;
    }

img.bgImg.imgW {
    /*display: none;*/
}
    img.bgImg.imgWW {
        display: none;
    }
    .img-cover img{
        height: 355px !important;
    }
}
/* hr.titLine {
    width: 1px;
    height: 50px;
    margin: 0 auto 14px;
    border: 0;
    background: -webkit-linear-gradient(to bottom, #134faa, #00857d);
    background: -o-linear-gradient(to bottom, #134faa, #00857d);
    background: -moz-linear-gradient(to bottom, #134faa, #00857d);
    background: linear-gradient(to bottom, #134faa, #00857d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134faa', endColorstr='#00857d',GradientType=1 );
    position: fixed;
    top: 0px;
    left: 50%;
} */
.wp-site-map .col-lg-3.col-md-3{
    padding-left: 60px;
}

footer .fright .fsite {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 45px;
    background: #282d35;
    border: solid 1px #44474b;
    box-sizing: border-box;
}
footer .arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 6px;
    z-index: 99;
    background-position: -80px 0;
}
.ir {
    display: block;
    background-image: url(../images/ir_icon1.png);
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}
footer .myValue {
    position: relative;
    width: 100%;
    height: 45px;
    text-align: left;
    text-indent: 20px;
    z-index: 2;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #e1e1e1;
    font-size: 12px;
    overflow: visible;
    background: transparent;
    border: 0px;

}
footer .fsite ul {
    display: none;
    bottom: -1px;
    left: 0px;
    width: 100%;
    padding: 15px 0 55px 0;
    margin: 0 !important;
    overflow: hidden;
    background: #24262a;
    position: relative;
}
footer .fsite ul li {
    display: block;
}
footer .fsite ul li a {
    display: block;
    padding: 4px 0 4px 0px;
    color: #fff;
    font-size: 13px;
}
#ulnone.active1{
    display: block !important;
    text-align: left;
    padding-left: 25px;
    z-index: 9;
}
.span-model {
    line-height: 34px;
}
.model-text {
    line-height: 34px;
}
.select-all {
    height: 44px;
    width: auto;
    background-image: linear-gradient(to right, #20409a, #009a4f);
    color: #fff !important;
}

.wp-item-sitemap img { margin-bottom: 15px; }
.ul-sitemap1 li a {
    display: block;
    font-size: 15px;
    color: #68686e;
    background: url(../images/sitemap_list_off.png) no-repeat 100% 10px;
        line-height: 35px;
}

.ul-sitemap1 li a:hover {
    color: #8b1d06;
    text-decoration: underline;
    background: url(../images/sitemap_list_on.png) no-repeat 100% 4px;
}
.page-cate-articles , .page-articles {
    
}
.item-img .thumb-img {
       height: 209px;
    overflow: hidden;
}
.item-img .thumb-img .img-cover {
         display: block;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
.item-img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-article .infor .top_articles .h4-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
}
.content-article .infor .top_articles .h4-title a {
          font-weight: 500;
    font-family: arial;
    line-height: 30px;
    font-size: 22px;
}
.content-article {
    padding-top: 22px;
}
.uk-form .mr-input {
    margin: 20px 0;
}
.submenu1 .item-menu ul li {
    list-style: none;
    padding: 0 0 0 10px;
    background: url(../images/ico_dot_01.gif) no-repeat 0 11px;
}
.giamua, .giahthue {

line-height: 20px;
    text-align: left;
    float: left;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #60636c;
    font-weight: 500;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
}
.div-img-color {
    display: inline-block;
}
.div-img-color span {
    font-weight: 700;
}
.div-img-color img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 0px;
    margin-right: 10px;
}
.cac-baiviet-khac .h2-new-title {
       font-size: 28px;
    line-height: 32px;
    margin: 20px 0;
}
@media only screen and (min-width: 1200px) {
    .sec-bread-page {
        position: relative;
        top: -59px;
        background: #fff;
        width: 70%;
        margin: auto;
    }
    .main-page-brand {

    }
    
}
.content-article .description, .wp-left-tin2 .text-tin2{
       font-family: arial;
    font-size: 15px;
    line-height: 22px;

} 

.wp-item-lh2, .wp-item-lh3 img {
    border-radius: 100%;
}

.clear {
    clear: both;
}
.wp-item-lh1 h3 {
    line-height: 60px;
}
.text-lh2 {
    padding-left: 10px;
}

.text-lh3 {
    padding-left: 10px;
}
   section.sec-slide-home.mobile {
    display: none;
}


.wp-list-item-sp {
       margin-top: 30px;
    float: left;
    width: 100%;
}

.wp-list-item-album {
    margin-top: 40px;
}
.title-search {
          margin-bottom: 0;
    font-size: 37px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 36px;
}

.totalSearch {
    background: #f5f6fa;
    text-align: center;
  }
 .totalSearch hr.titLine {
    width: 1px;
    height: 50px;
    margin: 0 auto 14px;
    border: 0;
    background: -webkit-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: -o-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: -moz-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: linear-gradient(to bottom, #16b4b7, #036ea7);
}
.totalSearch h3 {
      margin-bottom: 5px;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    margin: 15px 0;
}

.totalSearch form fieldset {
    background: #fff;
    border: 0 none;
    padding: 0;
    margin: 0;
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
}
.totalSearch form input[type="search"] {
       width: calc(100% - 131px);
    height: 76px;
    padding-left: 0;
    margin: 0;
    text-align: center;
    letter-spacing: -2px;
    font-size: 22px;
    vertical-align: top;
    background: #fff;
    border: 0;
}
.totalSearch form button {
    width: 76px;
    height: 76px;
    vertical-align: top;
    background: #fff;
    border: 0;
        position: absolute;
}
.totalSearch form button i {
    font-size: 30px;
}
.totalSearch .keyword {
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.totalSearch .keyword h4 {
       display: inline-block;
    /* width: 60px; */
    height: 34px;
    line-height: 34px;
    margin-right: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: #8292b4;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    line-height: 20px;
}
.totalSearch .keyword ul {
    display: inline-block;
    vertical-align: middle;
}
.totalSearch .keyword ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.totalSearch .keyword ul li a {
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 300;
    color: #323236;
    text-decoration: none;
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #f5f6fa;
}


.wp-item-sitemap h4.h4-title {
    font-size: 30px;
    font-weight: 300;
    color: #323236;
    margin: 21px 0 11px;
    padding: 0;
    letter-spacing: -3px;
}
.right-ctsp .p-title-ctsp {
    /* height: 50px; */
    margin: 10px 0 0;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
    font-size: 20px;
    color: #5f626b;
}

p.p-title-hang {
 text-align: left;
    line-height: 1.1;
    font-size: 43px;
    font-wieght: 300;
    color: #333;
   
}

span.hangsx {

    font-size: 20px;
    color: #323236;
    font-weight: 400;
    letter-spacing: -2px;
    /* margin-bottom: 15px; */
    float: left;
    width: 100%;
    /* font-weight: 600; */
    /* height: 40px; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 36px;
      }

    input.file-upload-input {
    display: none;
}
div#main-category {
    margin-top: 30px;
}
.wp-list-item-sp .wp-item-sp .text-item-sp h3.h3-title {

    float: left;
    width: 100%;
    text-align: center;

  
}

input.file-upload-input {
    display: inline;
    width: 100%;
    position: absolute;
    line-height: 30px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #015f9d;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tab-content {
    background: transparent;
    float: left;
    width: 100%;
}

 .list-lienket li img {
    padding: 0 !important;
}

audio, canvas, img, svg, video {
    max-width: 100%;
    height: auto ;
    box-sizing: border-box;
}

.wp-main-cttin h1.h1-title {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0;
    font-family: arial;
    text-align: center;
}

.wp-sau-tab td,th {     padding: 10px 10px 10px !important; }

.wp-sau-tab p  { }


.img-album.img-cover img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}


@media (max-width: 768px) {

    .wp-item-tv {
       border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    height: auto ;
    overflow: hidden;
}

   .wp-img-ct-album.img-cover img {
    height: auto !important;
    object-fit: contain;
}

    .tra-loi {
    border: 1px solid #ccc;
    padding: 8px 5px;
    padding-bottom: 20px;
    /* display: table; */
    width: 100%;
    position: relative;
}

    .wp-middle-ft .p-ft a{color: #666666;}



    .social-share {
    text-align: center;
    margin-bottom: 10px;
}

    p.giamua {

}

    span.hangsx {
         font-size: 21px;
    color: #323236;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 0;
    float: left;
    width: 100%;
  
   
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .wp-list-item-sp .wp-item-sp {
    background-color: #dae0e6;
    float: left;
    width: 100%;
       /*height: 475px !important;*/
    padding-bottom: 30px;
}


.fright.fl {  text-align: center;
    float: left;
    width: 50%;
}
footer .fright .fsite {
    position: relative;
    /* display: inline-block; */
    width: 85%;
    height: 45px;
    background: #282d35;
    border: solid 1px #44474b;
    box-sizing: border-box;
    float: left;
}
    .right-ft.text-center {
    float: left;
    width: 47%;
    font-size: 12px;
}

    .right-ft .so-hotline {
    font-size: 18px;
    color: #0065a4;
    font-weight: 700;
}


    .wp-title-sec .h2-title span {
    width: 100%;
    font-size: 20px !important;
}


    .form-contat {
    margin-bottom: 30px;
}

    h1.title-contact {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

    .wp-title-page .h2-title {
    line-height: 35px;
    margin: 15px 0;
    font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    display: block;
    font-size: 32px;
    color: #313035;
    font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    display: block;
    font-size: 27px;
    color: #313035;
    text-align: center;
    line-height: 33px;
}

    .wp-list-item-sp {
    margin-top: 0;
}

    p.p-title-hang {
    text-align: left;
    line-height: 1.1;
    font-size: 22px;
    font-wieght: 300;
   
    
    text-align: center;
}

    fieldset.pull-right {
    margin-bottom: 15px;
    width: 100%;
}

    .text-item-sp {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    width: 100%;
}



    .wp-site-map .col-lg-3.col-md-3 {
    padding: 0;
    padding-bottom: 20px;
}

    .modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
    border: none;
}

    .wp-title-sec .h2-title strong {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 5px;
    /* font-size: 44px; */
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}

    h3.h3-title-box {
    font-size: 14px !important;
    line-height: 19px;
}

    td, th {
      padding: 4px !important;
    font-size: 13px;
    line-height: 17px;
    font-family: 'Nunito', sans-serif;
}

    .wp-banner-page .text-banner-page .h2-title-page {
    font-weight: 300;
    font-size: 33px;
    margin-bottom: 5px;
}
.wp-banner-page .text-banner-page .p-title-page {
    font-size: 14px;
    margin-bottom: 10px;
}

    .wp-banner-page .text-banner-page {
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}

.banggia>p {
    padding: 3px 10px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
 .tab-ctsp tr td {
    border: 1px solid #e4dfdf;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

    p.desc {
    font-size: 17px !important;
    line-height: 20px;
}

    .h3, h3 {
    font-size: 24px !important;
}

    .ul-b.list-mxh {
    display: table;
    text-align: center;
    margin: 0 auto;
}

    .lien-ket-mxh .wp-sec>span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 0;
}

    .totalSearch {
    background: #f5f6fa;
    padding-bottom: 20px;
}

    .totalSearch .keyword ul li a {
    display: block;
    padding: 2px 7px;
    font-size: 16px;
    font-weight: 300;
    color: #323236;
    text-decoration: none;
    float: left;
}

    .totalSearch .keyword ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    .totalSearch .keyword {
    text-align: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.squareList:hover > .inner {
    border-style: solid;
    border-image: linear-gradient(to right, #0065a4, #19bcb9);
    border-image-slice: 1;
    border-image-width: 1px;
}

    .squareList >.inner {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: none; 
    border-image-slice: 1;
    box-sizing: border-box;
    border: none; 
}
.squareList:hover > .inner {
    border-style: none;
    border-image: linear-gradient(to right, #0065a4, #19bcb9);
    border-image-slice: 1;
    border-image-width: 1px;
}

    .squareList.cols3 {
       min-height: auto;
    background: none;
}

    .box-tab-ctsp {
    margin-top: 0;
}

    .title-search {
    margin-bottom: 0;
    font-size: 37px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -2px;
}

    .totalSearch form {
    width: 90%;
    margin: 12px auto;
    padding: 2px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(to left, #244aa4, #079c60);
    background: -o-linear-gradient(to left, #244aa4, #079c60);
    background: -moz-linear-gradient(to left, #244aa4, #079c60);
    background: linear-gradient(to left, #244aa4, #079c60);
}

    .squareList > .inner .date strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
}
.squareList > .inner .cont {
    font-size: 15px;
    color: #646464;
    font-weight: 300;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 140px;
    word-wrap: break-word;
}

    .squareList > .inner .date:after {
  content: "";
    display: block;
    width: 1px;
    height: 6px;
    margin: 10px 0 30px -17px;
    background: none !important;
}


    .squareList > .inner p.title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 94px;
    word-wrap: break-word;
    display: -webkit-box;
}

    .squareList.cols3 > .inner a.more {
    width: 44px;
    height: 44px;
}

  .wp-sau-tab  .squareList.cols3 >.inner {
    padding: 0;
}

   .wp-list-item-album  fieldset.pull-right {
    width: 100%;
}

  .wp-list-item-album  .col-md-6.col-xs-12.col-sm-7 {
    margin-bottom: 20px;
}

    .wp-list-item-sp .result-note {
    font-family: sans-serif;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    
}

    ul.ul-b.list-bread-sub li a {
    font-size: 12px;
    line-height: 16px;
}

ul.ul-b.list-bread-sub li {
    font-size: 12px;
    line-height: 16px;
}



    .box-sp-khac.wp-list-item-sp   .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    /* display: block; */
    width: 15px;
    float: left;
    text-align: center;
}

  .box-sp-khac.wp-list-item-sp  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px ;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

    .hr-tab a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none !important;
    /* font-family: tahoma; */
    font-size: 14px !important;
    padding: 0px 0  !important;;
    line-height: 18px !important;
    text-align: center !important;
}

    .wp-title-page.text-center {
    padding: 0 10px;
}

  .owl-prev .fa, .owl-next .fa {
    font-size: 26px;
        }



   .owl-prev, .owl-next {
    width: 28px;
    background: transparent !important;
    font-size: 20px;
}

    div#slider-home2 {
    position: relative;
}

  div#slider-home2  .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 40%;
    right: 50%;
    width: 20%;
}

    section.sec-slide-home.mobile {
    display: block;
}

    section.sec-slide-home.desktop {
    display: none;
}

    .filter-hoidap button.btn-search {
    background-image: linear-gradient(to right, #8b1d06, #8b1d06);
    border: none;
    height: 45px;
    line-height: 57px;
    padding: 0px;
    width: 45px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}

    .text-hoidap .cau-hoi p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 21px;
    /* color: #323236; */
    letter-spacing: 0px;
}

  .wp-item-lh3 img {
       width: 49px;
    height: 47px !important;
    
    border-radius: 100%;
}



 .wp-item-lh2 a img {
       width: 78px;
    height: 46px !important;
    border-radius: 100%;
  
}

    .wp-item-lh1 {
    text-align: center;
    margin-bottom: 20px;
}

    .wp-list-item-brand .item-brand.bk0 {
    background: url(/templates/frontend/resources/images/brandstory_bg_06_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
     padding-bottom: 73.38%;
}

.wp-list-item-brand .item-brand.bk1 {
       background: url(/templates/frontend/resources/images/brandstory_bg_01_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
    padding-bottom: 73.38%;
}

.wp-list-item-brand>.item-brand.bk2 {
    background: url(/templates/frontend/resources/images/brandstory_bg_02_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
     padding-bottom: 73.38%;
}
.wp-list-item-brand>.item-brand.bk3 {
    background: url(/templates/frontend/resources/images/brandstory_bg_03_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
     padding-bottom: 73.38%;
}
.wp-list-item-brand>.item-brand.bk4 {
    background: url(/templates/frontend/resources/images/brandstory_bg_04_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
     padding-bottom: 73.38%;
}
.wp-list-item-brand>.item-brand.bk5 {
    background: url(/templates/frontend/resources/images/brandstory_bg_07_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
     padding-bottom: 73.38%;
}

.wp-list-item-brand>.item-brand.bk6 {
    background: url(/templates/frontend/resources/images/brandstory_bg_05_m.png) no-repeat 50% 100%;
    background-size: 100% auto;
     padding-bottom: 73.38%;
}


    .item-brand img.bgImg {
    display: none;
}

    .title-div-brand .h2-title:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 37%;
    width: 60px;
    height: 3px;
    background-image: linear-gradient(to right, #8b1d06, #3db8ba);
    text-align: center;
    right: 50%;
}

    .title-div-brand .h2-title {
       position: relative;
    font-size: 22px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 26px;
}

.title-div-brand .p-div-brand {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

    

    .cac-baiviet-khac .h2-new-title {
    font-size: 30px;
  
    margin: 15px 0px;
    font-weight: bold;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -1px;
}

    .wp-title-page .h1-title {
        font-size: 28px;
        /* font-weight: bold; */
        line-height: 50px;
        margin: 0;
        font-family: arial;
}

    .wp-title-page .hr-title {
    width: 1px;
    height: 30px;
    margin: 0 auto 14px;
    border: 0;
    background: -webkit-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: -o-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: -moz-linear-gradient(to bottom, #16b4b7, #036ea7);
    background: linear-gradient(to bottom, #0c4a6f, #036ea7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16b4b7', endColorstr='#036ea7',GradientType=1 );
}

    .date-view-ct > div {
    float: left;
  
    color: #999; 
    position: relative;
    padding-left: 0px !important;
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: -1px !important; margin-right: 10px !important;
}

  .wp-main-cttin h1.h1-title {
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0px;
}
    .h1-title {
        padding: 0px;

    }

    .wp-bread-page .list-bread-page>li>ul.list-bread-sub { min-width: 150px !important }

    .wp-bread-page .list-bread-page>li>a {
       display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 14px;
}


    .wp-item-tin2 .text-tin2 {
    width: calc(100% - 250px);
    float: left;
    padding-left: 0 !important;
}

    img {
    border: none;
    max-width: 100%;
    height: auto !important;
}

.item-img {
    padding-top: 10px  !important;
    padding-bottom: 0px  !important;
}

    .wp-search-1 { background: none !important }

    .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

    .wp-header-top .wp-search-1 {
    width: 32px;
    height: 32px;
    top: 14px;
    right: 68px;
}

    .wp-search-1 .btn.btn-click i {
    color: #fff;
    font-size: 25px;
}

    .wp-menu-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px !important;
}

    span.bar {
    display: block;
    width: 27px !important;
} 

    .hSearch {
   
    top: 55px !important;
} 

    .box-tab-ctsp ul.nav {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
}

     .list-lienket li img {
    padding: 0 ;
}

    .box-tab-ctsp ul.nav li a {
         border-radius: 0px;
    font-size: 14px;
    text-transform: none;
    color: #333;
    font-weight: normal;
    line-height: 16px;
    padding: 3px;
    height: 40px;
}

    .right-ctsp .h1-title-ctsp {
    font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    display: block;
    font-size: 25px;
    color: #8b1d06;
    text-align: center;
    line-height: 33px;
}
span.price {
    font-size: 20px;
    /* font-weight: bold; */
}

    .hSearch .input-search {
    width: calc(100% - 77px) !important;
    height: 50px  !important;
    margin-right: -3px  !important;
    text-align: center  !important;
    font-size: 20px  !important;
    vertical-align: top  !important;
    background: #fff  !important;
    border: 0  !important;
}

.hSearch .keyword ul li a {
    display: block;
    padding: 5px 7px !important;
   
    font-weight: 300;
    color: #fff !important;
    /*opacity: .7;*/
    border: 1px solid #fff;
    border-radius: 25px !important;
    text-decoration: none !important;
    margin: 3px 0 !important;
    font-size: 12px !important;
}



    .hSearch .btn-search {
    width: 55px !important;
    height: 50px !important;
    vertical-align: top !important;
    background: #fff !important;
    border: 0 !important;
}

    .hSearch .keyword ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    .list-btn {
        flex-wrap: wrap;
    }
    .list-btn button {
        margin-right: 0px !important;
        margin-bottom: 5px;
    }






    .wp-list-item-brand>.item-brand {
        padding: 35px 0px;

    }
    .wp-bread-page .list-bread-page>li {
        padding: 0px 4px;
    }
    .wp-bread-page .list-bread-page>li>a>i {
        padding-left: 5px;
    }
    .sec-06.sec-position img {
        height: 200px;
    } 
    .wp-table .wp-ul-pilltab .nav-pills {
        display: block;
    }
    .wp-table .wp-ul-pilltab .nav-pills li {
        width: 100%;
        margin: 0px !important;
    }
    .wp-table .wp-ul-pilltab .nav-pills li a {
        padding: 15px;
        text-align: left;
        padding-left: 55px;
    }
    .wp-logo-pc img {
        width: 130px;
    }
    .wp-language {
        right: 47px;
    }
    .wp-search-1 .btn.btn-click {
       
       height: auto !important
    }
    .img-item-sp .btn-chon button.btn {
        width: 20px;
        height: 20px;
        padding: 0px;
    }
    .container-fluid.content-position {
        width: 100%;
    }
    .content-position .wp-sec .h2-title {
       
    }


    .content-position .wp-sec .h2-titleqc {
                  font-size: 28px;
    line-height: 27px;
    margin-bottom: 9px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-transform: none;
    }


    .wp-sec .p-post-sec {
       font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
    }
    .wp-sec .btn.btn-timthem {
        font-size: 13px;
        padding: 5px 10px;
    }
    .sec-05 .wp-title-sec, .sec-08 .wp-title-sec {
        padding-top: 0px;
    }
    .wp-title-sec .h2-title {
      margin-bottom: 5px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    }
    .lien-ket-mxh .wp-sec {
        display: block;
        margin-bottom: 10px;
    }
    .wp-logo-ft {
           padding-top: 0px !important;
    text-align: center;
    margin-bottom: 27px;
    height: auto !important;
    }
   .filter-hoidap .list-filter li {
         width: 100%;
        padding: 10px 0;
    }
    .filter-hoidap .list-filter li .select-all {
        float: none;
        margin: auto;
    }
    .filter-hoidap .list-filter{
        width: 100%;
    }
    .wp-left-tin2 .img-tin2 {
        width: 100% !important;
    }
    .wp-left-tin2 .text-tin2 {
        width: 100% !important;
    }
    .wp-left-tin2 .text-tin2 h4 {
        margin-top: 15px;
    }
    .wp-left-tin2 .wp-item-tin2 {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
    }
    .text-tin2 h4 a {
        font-size: 18px;
        line-height: 20px;
    }
    
    .totalSearch .tImg {
        display: block;
        margin: 20px auto 13px;
    }

}
/* css memu mobie */
.wp-menu-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
span.bar {
    display: block;
    width: 38px;
    height: 3px;
    background-color: #fecf1f;
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #27648d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-main-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: calc(100% - 25%);
}
.mobile-main-menu .drawer-header {
    background-color: #f72b3f;
}
.mobile-main-menu .drawer-header .drawer-header--auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 16px;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._object {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
}
.mobile-main-menu .drawer-header .drawer-header--auth ._body {
    color: #fff;
    font-size: 12px;
}
.mobile-main-menu .ul-first-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    flex-grow: initial;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mobile-main-menu .ul-first-menu li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    margin-right: 50px;
}
.mobile-main-menu .ul-first-menu li:last-child {
    margin-right: 0px;
}
.mobile-main-menu .ul-first-menu li a {
    display: block;
    padding: 5px 10px;
    color: rgba(0,0,0,0.87);
    width: 100%;
    line-height: 1.1;
}
.mobile-main-menu .ul-first-menu li a i {
    width: 24px;
    color: rgba(0,0,0,0.54);
    height: 24px;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 5px;
}
.mobile-main-menu .la-scroll-fix-infor-user {
    height: calc(100% - 263px);
    height: -moz-calc(100% - 263px);
    height: -webkit-calc(100% - 263px);
    height: -o-calc(100% - 263px);
    overflow: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
    padding: 10px;
    color: #757575;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
    position: relative;
    overflow-y: auto;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
    width: 100%;
    float: left;
    padding: 0px;
    border-bottom: 1px solid #3a77a0;
    position: relative;
    overflow: hidden;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    position: relative;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
    padding: 3px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, 
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
    content: "\f068";
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
    padding-left: 20px;
    display: none;
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.navbar-toggle .icon-bar {
    background: #f3b94d;
}



@media (max-width: 415px) {

    .wp-list-item-sp .wp-item-sp { height: auto !important }
   
   

  
    .wp-lits-hoidap .text-hoidap {
        width: 100% !important;
        padding-left: 5px !important;
    }
    #menuvuviet {
        text-align: left;
    }
    #menuvuviet li {
        width: 150px;
    }
}
#at4-share {
    display: none !important;
}
.wp-img-color {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
}
.wp-img-color img {
    width: 35px;
    height: 33px;
    border-radius: 100%;
    padding: 0px;
    margin-right: 10px;
}
.color-2 {
    bottom: 60px !important;
}

.color-3 {
    bottom: 100px !important;
}
.color-4 {
    bottom: 140px !important;
}
.color-5 {
    bottom: 180px !important;
}
.hSearch {
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9999;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    background: linear-gradient(to right, #631808  , #8b1d06);
    /*border: 1px solid #fff;*/

}
.hSearch form {
    margin: 20px 0;
}
.hSearch hr {
    width: 1px;
    height: 50px;
    margin: 0 auto;
    background: #fff;
    border: 0;
    opacity: .5;
}
.hSearch h2 {
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 10px;
}
.hSearch .input-search {
    width: calc(100% - 77px);
    height: 76px;
    margin-right: -3px;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    background: #fff;
    border: 0;
}
.hSearch .btn-search {
    width: 76px;
    height: 76px;
    vertical-align: top;
    background: #fff;
    border: 0;
    position: absolute;;
}
.btn-search i {
    font-size: 25px;
}
.hSearch .keyword{
    text-align: center;
}
.hSearch .keyword ul {
    display: inline-block;
    vertical-align: middle;
}
.hSearch .keyword ul li {
    display: inline-block;
}
.hSearch .keyword ul li a {
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    opacity: .7;
    border: 1px solid #fff;
    border-radius: 25px;
    text-decoration: none;
}
.hSearch .keyword h3 {
    display: inline-block;
    margin-right: 35px;
    padding-left: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    background: url('../images/bg_icon_search_keyword.png') no-repeat 0 50%;
}

.priview-search {
    padding: 15px 20px;
    font-size: 19px;
}
.priview-search a {
    display: block;
    float: right;
    width: 80px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #323236;
    letter-spacing: -0.5px;
    background: #fff;
    border: 1px solid #d6d6d7;
    border-radius: 20px;
    box-sizing: border-box;
 }
 

.bxTit {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 30px;
    background: url(../images/ico_bullet_01.gif) no-repeat 0 13px;
    font-weight: 700;
}
.hTit {
    width: 100%;
    margin-bottom: 10px;
}
.hr-tab .active {
      color: #fff;
    background: #9f3d36;
    /*border-color: #8b1d06;*/
}
.hr-tab li:hover{
    background: #9f3d36;
}
.hr-tab li:hover a{
    color: #fff;
}
.hover-item .wp-item-sp .img-item-sp img{
    height: 263px;
    object-fit: cover;
    width: 100%;
}


.hr-tab li.active a {
    background: #8b1d06;
    color: #fff;
}


.hr-tab a {
          width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: tahoma;
    font-size: 17px;
    padding: 10px 35px;
    line-height: 30px;
    padding: 20px 0;
    font-family: 'Nunito', sans-serif !important;
}



.hr-tab li {
         display: inline-block;
    width: 200px;
    height: 85px;
    margin-right: -4px;
    border: 1px solid #d6d6d7;
    box-sizing: border-box;
    z-index: 100;
    vertical-align: top;
    width: 100%;
    border: 1px solid #f2f2f5;
    text-align: center;
        border-right: 0;
}

.hr-tab li:last-child { border-right: 1px solid #f2f2f5; } 



.hr-tab li.active {
    position: relative;
    background: #8b1d06;
    border-color: #8b1d06;
    z-index: 101;
}



.img-item-sp .btn-chon img {
    border-radius: 50%;
    width: 45px;
    margin-bottom: 5px;
}
#at-share-dock {
    display: none;
}
.item .image .img-tin-tuc {
    height: 220px;
    margin: auto;
    width: 100%;
}
.item-acticles {
    padding: 20px 10px;
}
.item-acticles .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.item-product .item .image img {
    height: 262px;
    width: 100%;
    margin: auto;
}
.item-product .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
@media (min-width: 375px) and (max-width: 411px) {
    .wp-title-page .ul-sub {
        text-align: left;
    }
   .hr-tab .sub-cate {
        width: 160px;
    } 


}
@media (max-width: 374px) {
    .wp-title-page .ul-sub {
        text-align: left;
    }
   .hr-tab .sub-cate {
        width: 120px;
    }
}


    /*seaech*/
fieldset .ir_search {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;border: 0;

    vertical-align: top;
    background-color: #fff;
    background-position: -162px -40px;
    box-sizing: border-box;
    background-image: url(../images/ir_icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 2px solid #000;
    text-indent: -999em;
}
fieldset input[type="search"] {
    width: 185px;
    margin: 0 -3px 0 10px;
    border: 0;
    border-bottom: 2px solid #000;
    vertical-align: top;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    box-sizing: border-box;
}
fieldset select {
    overflow: visible;
    display: inline-block;
    width: 180px;
    height: 40px;
    color: #333;
    padding: 5px 10px;
    border: 0;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 2px solid #323236;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/selectbox_arrow_d.gif) no-repeat 100% 50%;
    box-sizing: border-box;
}
@media (max-width: 767px) {

    .totalSearch form button {
    width: 76px;
    height: 50px;
    vertical-align: top;



    background: #fff;
    border: 0;
    position: absolute;
}
    fieldset select,fieldset input[type="search"] {

        width: 40%; /*height: 50px !important;*/
    }
}


.nav > li:hover{
    background: #000;

}
.nav > li:hover a.zz{
    color: #fff!important;

}

.title-h2 {
    padding: 25px;
    background: #000;
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.w100{
    width: 100%;
}
.w100 .plusIcon{
    float: right;
    font-size: 45px;
    font-family: serif;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.wp-item-tin:hover{
    transition: all .5s;
    padding-right: 1vw!important;
    background: #2d2d2d;

}
.wp-item-tin:hover .w100 .plusIcon {
    transition: all .5s;
    transform: rotate(90deg);
    left: 1vw;
    color: red;
}

.wp-item-tin:hover .h3-title-box a {
    color: red;
}
.wp-item-tin:hover .p-post-tin {
    transition: all .5s;
    padding-left: 5px;
}

.sec-004 .content-position .wp-sec,.sec-004 .content-position .wp-sec .p-post-sec{
    color: #fff;
}

.imglist .wp-img-ct-album .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imglist .wp-img-ct-album {
    position: relative;
}
.imglist .wp-img-ct-album a .leml{
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 22%);
    height: 225px;
    object-fit: cover;
}

.imglist .wp-img-ct-album .h3-title{
    margin-top: 10px;
    text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.hover-item .wp-item-sp .img-item-sp img.blem {.wp-table .wp-ul-pilltab .nav-pills li
    height: 263px;
    object-fit: cover;
    width: 100%;
}
.giamua.blemm{
    min-height: 100px;
}


.text-item-sp .new-date.pt-3{
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.docthem a{
    color: red;
    font-weight: bold;
}
.bo-pr{
    padding: 0px;
}

.nenna .h1-title,.nenla .h1-title {
    padding-top: 15px;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}

.nenla .h1-title {
    padding-left: 20px;
}
.wp-ok .img-sec .bgImg.imgW{
    height: 300px;
}