/* ============== Reset =========== */
body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    overflow-y: scroll;
}

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

ul, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

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

.invi_load {
    display: none!important;
}

header, section, footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
}

a#noop-top {
    display: none;
    width: 42px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    background: url('../images/icon/top1.png') no-repeat top center;
    z-index: 99999;
}

/* .meta-toc.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; } */
.meta-toc .mucluc-dropdown-list_button {
    display: none
}

/* .meta-toc.fiedx .mucluc-dropdown-list_button { display: block; } */
.meta-toc:not(.fiedx) .box-readmore {
    display: block !important;
}

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
}
.box-readmore {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    margin-bottom: 20px;
}

.box-readmore.expanded {
    max-height: 2000px;  
}

.toc-toggle {
    display: block;
    margin-top: -40px;
    cursor: pointer;
    color: #007bff;
    font-weight: 500;
    user-select: none;
    text-align: center;
    z-index: 9;
    position: relative;
}

.toc-toggle span {
    background: #ccc;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.toc-toggle span {
    display: inline-flex;
    align-items: center;
    /* gap: 6px; */
}

.toc-icon {
    display: inline-block;
    transition: transform 0.25s ease;
}

/* Khi mở TOC */
.box-readmore.expanded + .toc-toggle .toc-icon {
    transform: rotate(180deg); /* ▼ -> ▲ */
}

/* .meta-toc.fiedx .box-readmore { width: 350px; display: none; } */
.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

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

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

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

.box-readmore ul li a {
}

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

.box-readmore ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore ul li li a {
    font-weight: 400;
}

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

/* ============ CSS Title ============ */
h3.title_other {
    font-family: 'UTMAvoBold';
    font-size: 18px;
    text-transform: uppercase;
    color: #212d3d;
    position: relative;
    margin-top: 28px;
    margin-bottom: 10px;
}

h3.title_other:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #212d3d;
    left: 0px;
    bottom: 6px;
}

h3.title_other span {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 5;
}

span.title_item_other {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    color: #333;
}

h3.title_baiviet {
    font-family: 'SFUFuturaBold';
    font-size: 20px;
    color: #212d3d;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #212d3d;
    position: relative;
}

h3.title_baiviet:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #c79600;
    left: 0px;
    bottom: -1px;
}

h3.title_update {
    font-family: 'UTMAvoBold';
    font-size: 25px;
    color: #212d3d;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
}

.content * {
    max-width: 100%!important;
}
.content img{
    height:  auto !important;
}
.content12 {
    width: 1300px;
    margin: auto;
    position: relative;
}

.content13 {
    width: 1300px;
    margin: auto;
    position: relative;
}

.inner {
    padding: 20px 0px;
}

.e_border {
    position: relative;
}

.e_border:before {
    position: absolute;
    content: '';
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    transform-origin: 0 0;
    transition: opacity 0.35s, transform 0.35s;
}

.e_border:after {
    position: absolute;
    content: '';
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    transform-origin: 100% 0;
    transition: opacity 0.35s, transform 0.35s;
}

.e_border:hover:before {
    opacity: 1;
    transform: scale(1);
}

.e_border:hover:after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}

.e_title {
    transition: all ease-in-out .3s;
}

.e_title:hover {
    transform: translateX(10px);
    color: #0a84ce;
}

.img {
    display: block;
    position: relative;
}

.img img {
    max-width: 100%;
    display: block;
}

.p40 {
    padding-top: 40px;
}

/*HEADER*/
div.w_header {
    background-size: cover;
    padding: 5px 0px;
}

div.w_header .content12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.w_logo {
    width: 86px;
}

form#frmSearchHeader {
    width: 32%;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

form#frmSearchHeader input {
    display: block;
    float: left;
    width: calc(100% - 50px);
    height: 100%;
    border: none;
    font-family: 'RobotoCondensed-Regular';
    font-size: 13px;
    color: #333;
    padding-left: 10px;
    margin: 0px;
}

form#frmSearchHeader input::placeholder {
    font-family: 'RobotoCondensed-Regular';
    font-size: 13px;
    color: #999999;
}

form#frmSearchHeader button {
    display: block;
    float: left;
    width: 50px;
    height: 100%;
    background: url('../images/icon11.png') no-repeat center;
    border: none;
    cursor: pointer;
}

div.w_hotline {
    width: 205px;
    padding-left: 45px;
    background: url('../images/icon12.png') no-repeat left center;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #35719c;
    text-transform: uppercase;
    text-align: center;
}

div.w_hotline span {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

div.w_menu {
    background: #fff;
    padding: 0px 10px;
    border-bottom: 1px solid #4F4F4F;
}

div.w_menu_fixed {
    position: fixed!important;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: initial;
    z-index: 999;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.w_menu_fixed nav.menu_top > ul >li >a {
    padding: 5px 3px;
}

div.w_menu .content12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.w_banner img {
    max-width: 250px;
}

nav.menu_top {
    width: 55%;
}

div.w_search {
    display: none;
    width: 35px;
}

div.w_search a.call_search {
    display: block;
    width: 35px;
    height: 40px;
    background: url('../images/icon11.png') no-repeat center;
    cursor: pointer;
}

form#frmSearchMenu {
    display: none;
    width: 280px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 100%;
    background: #f5f5f5;
    padding: 5px;
    z-index: 9999;
}

form#frmSearchMenu input {
    display: block;
    float: left;
    width: calc(100% - 35px);
    height: 100%;
    border: none;
    padding-left: 10px;
    font-family: 'SFUFuturaBook';
    font-size: 13px;
    color: #1f1f1f;
    background: #fff;
    margin: 0px;
}

form#frmSearchMenu input::placeholder {
    font-family: 'SFUFuturaBook';
    font-size: 13px;
    font-style: italic;
    color: #1f1f1f;
}

form#frmSearchMenu button {
    display: block;
    float: left;
    width: 35px;
    height: 100%;
    border: none;
    background: url('../images/icon11.png') no-repeat center;
}

/*INDEX*/
div.L_content {
    width: 22.5%;
    float: left;
}

div.R_content {
    width: 75%;
    float: right;
}

div.i_left {
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

h3.title_left {
    font-size: 17px;
    font-family: 'HyundaiSansVNTextOfficeBold';
    color: #002E5F;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    background: #fff;
    margin: -1px;
    border: 1px solid #7B7B7B;
}

ul.menu_left {
    padding: 0px 10px;
}

ul.menu_left a {
    display: block;
    font-family: 'HyundaiSansVNTextOfficeRegular';
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dotted #cccccc;
    padding: 10px 5px 10px 33px;
    transition: all .3s;
}

ul.menu_left a:hover {
    background: #35719c;
    color: #fff;
}

ul.menu_left > li {
    position: relative;
}

ul.menu_left > li > a {
    background: url('../images/icon5.png') no-repeat 20px center;
    text-transform: capitalize;
}

ul.menu_left > li > ul {
    position: absolute;
    display: none;
    left: 100%;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    border: 1px solid #ccc;
}

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

div.i_right {
    margin-bottom: 25px;
}

h3.title_right {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #8D8D8D;
}

/*h3.title_right:before {position: absolute;content: '';width: 100%;height: 1px;background: #000000;left: 0px;bottom: 0px;}*/
h3.title_right span {
    display: block;
    float: left;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    font-size: 25px;
    color: #1A425E;
    text-transform: uppercase;
    padding: 7px 0px;
    line-height: 25px;
    position: relative;
    z-index: 99;
}

/*h3.title_right span:before { position: absolute; content: ''; width: 17px; height: 45px; background: url('../images/icon1.png') no-repeat; right: 100%; top: 0px; }*/
/*h3.title_right span:after { position: absolute; content: ''; width: 55px; height: 45px; background: url('../images/icon2.png') no-repeat; left: 100%; top: 0px; }*/
h3.title_right a.xemthem {
    display: block;
    float: right;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
    font-size: 13px;
    color: #676767;
    line-height: 39px;
    font-style: italic;
}

h3.title_right a.xemthem:hover {
    color: #c70000;
    text-decoration: underline;
}

.show-product-hot {
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #1A425E;
    border: 1px solid #1A425E;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
}

.row-product {
    margin: 0px -12.5px;
}

.col-product {
    padding: 0px 12.5px;
}
.col-product .desc{}
#content_product {
    min-height: 675px;
}

#content_product .row-product {
    margin: 0px -9px;
}

#content_product .col-product {
    padding: 0px 9px;
}

.info-product {
    `padding: 10px 5px 5px 5px;
}

.info-service {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

div.i_product {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding-bottom: 10px;
}

.i_product:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

div.i_product a.img {
    /* margin: -1px; */
}

div.i_product h3 a {
    display: block;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

div.i_product .desc {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 5px;
}

div.i_product span.giaban {
    display: block;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
    font-size: 16px;
    color: #333333;
    text-align: center;
}

div.i_product span.giaban strong {
    font-weight: normal;
    color: #e50000;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
}

div.i_product:hover h3 a {
    color: #c70000;
}

div.i_dichvu {
    width: 31.6666666667%;
    float: left;
    margin-right: 2.49999999995%;
    margin-bottom: 35px;
    border: 1px solid #e6e6e6;
    padding-bottom: 30px;
    transition: all .3s;
    position: relative;
}

div.i_dichvu:nth-child(3n) {
    margin-right: 0px;
}

div.i_dichvu:nth-child(3n+1) {
    clear: both;
}

div.i_dichvu a.img {
    margin: -1px;
}

div.i_dichvu h3 a {
    display: block;
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 10px 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

div.i_dichvu div.des_dichvu {
    font-family: 'MyriadProRegular';
    font-size: 14px;
    color: #111;
    text-align: center;
    line-height: 20px;
    padding: 0px 10px;
}

div.i_dichvu a.more_dichvu {
    display: block;
    width: 100px;
    font-family: 'OpenSansBold';
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    background: #c70000;
    border: 1px solid #c70000;
    transition: all .3s;
}

div.i_dichvu:hover {
    border: 1px solid #c70000;
}

div.i_dichvu:hover h3 a {
    color: #c70000;
}

div.i_dichvu:hover a.more_dichvu {
    background: #fff;
    color: #c70000;
}

div.w_chamsoc {
    background-size: cover;
    padding: 40px 0px;
}

h3.title_chamsoc {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

h3.title_chamsoc:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

h3.title_chamsoc:after {
    position: absolute;
    content: '';
    width: 37%;
    height: 3px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

h3.title_chamsoc span {
    display: inline-block;
    padding: 0px 20px;
    border-left: 5px solid #585858;
    border-right: 5px solid #585858;
    transform: skew(-20deg);
    background: #022B5E;
    line-height: 45px;
    position: relative;
    z-index: 9;
}

h3.title_chamsoc span strong {
    display: inline-block;
    font-family: 'OpenSansBold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    transform: skew(20deg);
}

div.i_chamsoc {
    width: 95%;
    max-width: 380px;
    margin: auto;
    background: #fff;
    border: 1px solid #cccccc;
    transition: all .3s;
}

div.i_chamsoc a.img {
    margin: -1px;
}

div.i_chamsoc h3 a {
    display: block;
    font-family: 'OpenSansBold';
    font-size: 16px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px 7px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

div.i_chamsoc div.des_chamsoc {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 22px;
    padding: 0px 20px;
    height: 66px;
    overflow: hidden;
}

div.i_chamsoc a.more_chamsoc {
    display: block;
    text-align: right;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #0364ff;
    text-transform: capitalize;
    padding-right: 20px;
    margin: 5px 0px 15px;
    transition: all .3s;
}

div.i_chamsoc:hover {
    border: 1px solid #c70000;
}

div.i_chamsoc:hover h3 a {
    color: #c70000;
}

div.i_chamsoc:hover a.more_chamsoc {
    color: #c70000;
}

div.w_bottom {
    margin-bottom: 40px;
}

div.w_tintuc {
    width: 31.38%;
    float: left;
    margin-right: 3.24%;
}

div.w_video {
    width: 30.76%;
    float: left;
    margin-right: 3.24%;
}

div.w_fanpage {
    width: 31.38%;
    float: left;
}

h3.title_bottom {
    padding-left: 30px;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    font-size: 25px;
    color: #1A425E;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

h3.title_bottom span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    line-height: 25px;
}

h3.title_bottom:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: #676767;
    left: 0px;
    top: 3px;
}

h3.title_bottom:after {
    position: absolute;
    content: '';
    width: calc(100% - 70px);
    height: 1px;
    background: #E5E5E5;
    right: 0px;
    bottom: 10px;
}

div.i_tintuc {
    margin-bottom: 25px;
}

div.i_tintuc a.img {
    width: 38.1%;
    float: left;
}

div.i_tintuc div.info_tintuc {
    width: 58.459459%;
    float: right;
}

div.i_tintuc div.info_tintuc h3 {
    margin-bottom: 5px;
}

div.i_tintuc div.info_tintuc h3 a {
    display: block;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    font-size: 15px;
    color: #1A425E;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    transition: all .3s;
    text-transform: uppercase;
}

div.i_tintuc div.info_tintuc div.des_tintuc {
    font-family: 'HyundaiSansVNHeadOfficeRegular';
    font-size: 14px;
    color: #676767;
    text-align: justify;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

div.i_tintuc:hover div.info_tintuc h3 a {
    color: #c70000;
}

div.slider-video1 {
    margin-bottom: 5px;
}

div.slider-video1 a.img {
    position: relative;
}

div.slider-video1 a.img:after {
    position: absolute;
    content: '';
    width: 102px;
    height: 103px;
    background: url('../images/icon10.png');
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.slider-video3 a.img {
    width: calc(100% - 5px);
    margin: auto;
    position: relative;
}

div.slider-video3 a.img:after {
    position: absolute;
    content: '';
    width: 48px;
    height: 49px;
    background: url('../images/video_small.png');
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.slider-video3 a.img img {
    width: 100%;
}

div.w_map {
    position: relative;
}

div#map_canvas1 {
    width: 100%;
}

div.content_map {
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

div.box_map {
    width: 365px;
    background: #fff;
    border-radius: 10px;
}

div.box_map ul li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

div.box_map ul > li > a {
    display: block;
    font-family: 'OpenSansBold';
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    padding-left: 15px;
    background: url('../images/icon7.png') no-repeat left center, url('../images/icon8.png') no-repeat 95% center;
}

div.info_branch {
    transition: all .3s;
    height: 0px;
    opacity: 0;
}

div.info_branch p {
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

div.info_branch div.w_btn_map {
    text-align: center;
    margin-top: 15px;
}

div.info_branch a.btn_map {
    display: inline-block;
    width: 100px;
    border-radius: 5px;
    background: #cccccc;
    font-family: 'OpenSansBold';
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    line-height: 35px;
    border-bottom: 3px solid #a6a6a6;
}

div.info_branch a.btn_map1 {
    background: #c70000;
    border-bottom-color: #990000;
    margin-right: 30px;
}

div.box_map ul li.active > a {
    background: url('../images/icon7.png') no-repeat left center;
}

div.box_map ul li.active > div.info_branch {
    height: auto;
    opacity: 1;
}

div.w_tags {
    padding: 30px 0px;
}

div.w_tags .content12 {
    position: relative;
}

div.w_tags span {
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    font-size: 18px;
    color: #1A425E;
    text-transform: uppercase;
}

div.w_tags a {
    font-family: 'HyundaiSansVNHeadOfficeRegular';
    font-size: 17px;
    color: #676767;
}

/*FOOTER*/
footer {
    background: url(../images/footer.jpg) center center no-repeat;
    background-size: cover;
}

footer::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    content: '';
    z-index: 0;
    pointer-events: none;
}

div.w_footer {
    background-size: cover;
    padding: 40px 0px;
}

div.w_footer1 {
    width: 47%;
    float: left;
    padding-right: 10px;
}

div.w_footer2 {
    width: 28%;
    float: left;
    padding-right: 10px;
}

div.w_footer3 {
    width: 25%;
    float: right;
}

h3.com_name {
    font-family: 'UTM-HelvetIns';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
}

h3.com_name:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    background: #fff;
    left: 0px;
    top: 3px;
}

h3.title_footer {
    font-family: 'OpenSansRegular';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 18px;
    position: relative;
}

h3.title_footer:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    background: #fff;
    left: 0px;
    top: 0px;
}

.w_social {
    display: flex;
    align-items: center;
}

div.w_social .xoay_hinh {
    padding: 0px 2px;
    float: none;
}

.w_social span {
    margin-right: 15px;
    color: #000;
    font-size: 15px;
}

div.slogan_dknt {
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
}

form#frmdknt {
    width: 100%;
    height: 35px;
    background: #fff;
}

form#frmdknt input {
    display: block;
    float: left;
    width: calc(100% - 60px);
    height: 100%;
    padding-left: 10px;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: #444;
    border: none;
}

form#frmdknt button {
    display: block;
    width: 60px;
    height: 40px;
    top: -5px;
    background: url('../images/icon13.png') no-repeat center #df0000;
    cursor: pointer;
    border: none;
    position: relative;
}

form#frmdknt button:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: url('../images/icon9.png') no-repeat;
    right: 100%;
    top: 0px;
}

div.w_copyright {
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: #fff;
    background: #786a4e;
    padding: 10px 0px;
}

div.w_copyright strong {
    font-weight: normal;
    text-transform: uppercase;
}

.footer_end {
    text-align: center;
    padding: 20px 0px 40px;
    position: relative;
    z-index: 1;
}

.footer_end p {
    color: #fff;
    font-size: 16px;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
}

.footer_end .content12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-footer-end {
    width: 70%;
    padding-right: 20px;
    text-align: left;
}

.right-footer-end {
    width: 40%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
}

/*PRODUCT*/
h3.title_right1 {
    border-bottom: 1px solid #022B5E;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

h3.title_right1 span {
    display: block;
    float: left;
    font-family: 'OpenSansBold';
    font-size: 16px;
    color: #002E5F;
    text-transform: uppercase;
    line-height: 25px;
}

ul.w_cat {
    margin-bottom: 15px;
    background: linear-gradient(180deg, #87754F 0, #8a8888 100%);
}

ul.w_cat li {
    display: block;
    float: left;
}

ul.w_cat li a {
    display: block;
    padding: 0px 15px;
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
}

ul.w_cat li a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

ul.w_cat li:last-child a:after {
    display: none;
}

/*PRODUCT_DETAIL*/
div.L_detail {
    width: 20%;
    float: left;
    margin-right: 1.5%;
}

div.M_detail {
    width: 57%;
    float: left;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 0px 10px;
}

div.R_detail {
    width: 20%;
    float: right;
}

div.slick_album {
    margin-bottom: 30px;
}

h2.title_product_detail {
    font-family: 'OpenSansBold';
    font-size: 22px;
    color: #c70000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

div.slick_img_product {
    margin-bottom: 20px;
}

div.i_pro {
    width: 95%;
    max-width: 280px;
    margin: auto;
    border: 1px solid #e6e6e6;
}

div.i_pro a.img {
    margin: -1px;
}

div.i_pro a.img img {
    width: 100%;
}

div.i_pro h3 a {
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    padding: 0px 10px;
}

div.i_pro span.giaban {
    display: block;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

div.i_pro span.giaban strong {
    font-weight: normal;
    color: #e50000;
}

div.i_pro:hover {
    border: 1px solid #c70000;
}

div.i_pro:hover h3 a {
    color: #c70000;
}

/*NEWS*/
div.w_news {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 2%;
}

div.w_news a.img {
    float: left;
    width: 270px;
}

div.w_news a.img img {
    width: 100%;
}

div.info_new {
    width: calc(100% - 285px);
    float: right;
}

div.info_new h3 a {
    display: block;
    font-family: 'SFUFuturaBook';
    font-size: 20px;
    color: #282828;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.info_new h3 a:hover {
    color: #87754f;
}

div.date_new {
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    color: #828282;
    line-height: 30px;
}

div.date_new span.ngaytao {
    display: block;
    float: left;
    margin-right: 5%;
    padding-left: 20px;
    background: url('../images/icon/clock.png') no-repeat left 4px;
}

div.date_new span.luotxem {
    display: block;
    float: left;
    margin-right: 5%;
    padding-left: 20px;
    background: url('../images/icon/view.png') no-repeat left center;
    padding-left: 25px;
}

div.info_new div.des_news {
    font-family: Arial;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 22px;
    text-align: justify;
    max-height: 66px;
    overflow: hidden;
}

a.chitiet {
    overflow: hidden;
    display: block;
    width: 150px;
    float: right;
    padding: 10px 15px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #222;
    margin-top: 15px;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}

a.chitiet:before {
    top: 0;
    padding-top: 10px;
}

a.chitiet:before, a.chitiet:after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: #022B5E;
    color: #fff;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

a.chitiet:after {
    bottom: 0;
    line-height: 0;
}

a.chitiet span {
    display: block;
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
}

a.chitiet:hover::before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

a.chitiet:hover > span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

a.chitiet:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

/*NEWS_DETAIL*/
div.i_news_other {
    width: 98%!important;
    max-width: 280px!important;
    margin: auto!important;
    position: relative;
}

div.i_news_other a.img img {
    width: 100%;
}

div.i_news_other h3 a {
    display: block;
    font-family: 'UTMAvoBold';
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

div.i_news_other p {
    font-family: 'Roboto-Regular';
    font-size: 13px;
    color: #333;
    text-align: justify;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
}

div.i_news_other > span {
    display: inline-block;
    padding: 4px 8px;
    background: rgba(0,0,0,0.5);
    font-family: 'UTMAndrogyne';
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    line-height: 12px;
}

div.i_news_other > span > i {
    display: inline-block;
    padding-right: 5px;
}

/*CONTACT*/
h3.title_lienhe {
    font-family: 'UTMAvoBold';
    font-size: 25px;
    color: #212d3d;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div.w_lienhe {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

div.w_info_lienhe {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}

div.w_form_lienhe {
    width: 68%;
    float: right;
}

form#frmContact input {
    width: 100%;
    outline: none;
    border: 1px solid #212d3d;
    background: #fff;
    height: 50px;
    padding-left: 10px;
    font-family: Arial;
    font-size: 13px;
    color: #212d3d;
}

form#frmContact textarea {
    width: 100%;
    outline: none;
    border: 1px solid #212d3d;
    background: #fff;
    padding: 10px 0px 0px 10px;
    font-family: Arial;
    font-size: 13px;
    color: #212d3d;
}

form#frmContact input::placeholder, form#frmContact textarea::placeholder {
    font-family: Arial;
    font-size: 12px;
    color: #3b424b;
}

button.btn_contact {
    width: 130px;
    margin-right: 20px;
    border: 2px solid #212d3d;
    font-family: Arial;
    font-size: 13px;
    color: #212d3d;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0px;
    background: none;
    cursor: pointer;
}

button.btn_contact:hover {
    border-left-width: 25px;
    border-right-width: 25px;
}

div.item_validate {
    position: relative;
    padding-bottom: 15px;
}

div.input {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

div.input:nth-child(3) {
    margin-right: 0px;
}

div.textarea {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 10px;
}

label.error {
    position: absolute;
    width: 100%!important;
    left: 0px;
    bottom: 0px;
    font-family: 'UTMAvoBold'!important;
    font-size: 12px!important;
    color: #f00!important;
}

/*ABOUT*/
h3.title_about {
    font-family: 'Roboto-Bold';
    font-size: 25px;
    color: #074784;
    text-transform: uppercase;
    margin: 20px 0px 10px 0px;
}

i.ngaydang {
    font-family: 'UTMAvoBold';
    font-size: 13px;
    color: #212d3d;
    padding: 10px 0px;
}

/*PAGINATION AJAX*/
div.pagination_ajax {
    clear: both;
    text-align: center;
    line-height: 1.4em;
    margin-top: 20px;
}

div.pagination_ajax span {
    display: none;
    color: #FF0;
    width: 21px;
    padding: 2px 0px;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
    background-color: #902803;
    font-weight: bold;
    border-radius: 50%;
}

div.pagination_ajax a.paging {
    display: inline-block;
    color: #FFF;
    width: 21px;
    padding: 2px 0px;
    text-align: center;
    background-color: #319710;
    font-weight: bold;
    cursor: pointer
}

div.pagination_ajax a.paging:hover {
    background-color: #319710;
}

div.pagination_ajax {
    text-align: center;
    color: #e32424;
}

div.pagination_ajax ul {
    display: inline-block;
}

div.pagination_ajax ul li {
    float: left;
    min-width: 10px;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 10px;
    border: thin #DAE0E9 solid;
    background: #fff;
    color: #444444;
}

div.pagination_ajax ul li a {
    color: #444444
}

div.pagination_ajax ul li:hover {
    color: #fff;
    background: #2486c5;
    cursor: pointer;
}

div.pagination_ajax ul li:hover a {
    color: #fff;
}

div.pagination_ajax .actived {
    cursor: pointer;
    color: #4879a6;
    background: #2486c5;
}

div.pagination_ajax .actived a {
    color: #fff
}

.fotorama__stage {
    border: 1px solid #ddd;
}

.box_fotorama {
    width: 60%;
    /* margin-bottom: 10px; */
}


.km-box { 
    border: thin solid #dc3545; 
    margin-bottom: 20px;
}

.km-box .tieu-de {
    background: #dc3545;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}
.km-content{
	padding: 10px;
}

.viewcat_loaithung {
    width: 38%;
    border: thin solid #428bca;
    max-height: 400px;
}

.viewcat_loaithung .tieu-de-loaithung {
    background: #428bca;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}

.spkt-box {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    padding: 3px;
    height: calc(100% - 32px);
    overflow-y: scroll;
}

.spkt-box div.i_product span.giaban {
    display: none;
}

.spkt-box div.i_product h3 a {
    font-size: 13px;
}

.spkt-box div.i_product {
    margin: 0;
}

.spkt-box .col-product {
    padding: 0;
}

.img_detail {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#at4-share {
    display: none;
}

.content_main {
    padding: 10px 0px;
}

.w100 {
    width: 100%;
    height: auto;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}

.danhmuc_footer {
    padding-top: 40px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 15px;
}

.box_danhmuc {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

.title_danhmuc {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
}

.title_danhmuc::after {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    content: '';
    background: #FFFFFF;
}

.item_danhmuc {
    margin-bottom: 13px;
}

.item_danhmuc a {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
}

.item_danhmuc a:hover {
    color: #ff0;
}

#map_canvas1 iframe {
    width: 100% !important;
    height: 250px !important;
}

.item_map.active .info_branch {
    height: auto;
    opacity: 1;
}

.item_danhmuc p {
    color: #fff;
    margin-bottom: 2px;
    font-size: 16px;
    display: block;
    line-height: 20px;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
}

.item_danhmuc span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
    font-family: 'HyundaiSansVNHeadOfficeBold';
}

.row_15 {
    margin: 0px -15px;
}

.box_tieuchi_chonxe {
    width: 25%;
    float: left;
    padding: 0px 15px;
}

.box_tieuchi_chonxe label {
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-family: 'HyundaiSansVNTextOfficeRegular';
    font-size: 15px;
}

.box_tieuchi_chonxe select {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.label_btn {
    height: 22px;
    width: 100%;
}

.box_tieuchi_chonxe button {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    text-align: center;
    background: #022B5E;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.box_tieuchi_chonxe button:hover {
    color: #fff;
    background: #f00;
    border: 1px solid #FE0302;
}

div.i_product_4 {
    width: calc(92.5% / 4);
    float: left;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    border: 1px solid #e6e6e6;
}

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

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

div.i_product_4 a.img {
    margin: -1px;
}

div.i_product_4 h3 a {
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;
    padding: 0px 10px;
}

div.i_product_4 span.giaban {
    display: block;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

div.i_product_4 span.giaban strong {
    font-weight: normal;
    color: #e50000;
}

div.i_product_4:hover {
    border: 1px solid #c70000;
}

div.i_product_4:hover h3 a {
    color: #c70000;
}

.frm_chonxe {
    margin-bottom: 20px;
}

.table {
    margin-bottom: 0px;
}

.comparecar .note, .comparecar .selectcar {
    vertical-align: middle;
    text-align: left;
    padding: 0;
}

.comparecar .note {
    padding: 5% 3%;
    background: url(../images/comparearrow.png) 80% 50% no-repeat #fff;
    border: 1px solid #fff;
}

.comparecar table tr td.selectcar, .comparecar table tr td.selectedcar {
    vertical-align: top;
    position: relative;
}

.comparecar .selectcar {
    background-color: #cfd3d5;
    background: -webkit-linear-gradient(white,#cfd3d5);
    background: -o-linear-gradient(white,#cfd3d5);
    background: -moz-linear-gradient(white,#cfd3d5);
    background: linear-gradient(white,#cfd3d5);
    border: 1px solid #fff;
    padding: 4% 0;
    min-height: 264px;
}

.comparecar .selectcar, .feature .item .title, .item-affixcontrol, .modal, .property-table tr td, .slider-nav .slick-list {
    text-align: center;
}

.select_danhmuc {
    width: 100%;
    max-width: 190px;
    height: 33px;
    border: none;
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 14px;
    margin-top: 15px;
}

.comparecar .note .title-note {
    width: 145px;
    display: block;
    font-family: 'HyundaiSansVNTextOfficeRegular';
    font-size: 14px;
}

.title-group {
    background: #d4dbde;
    padding: 8px 15px;
    border-bottom: 1px solid #c6cacb;
    cursor: pointer;
    font-size: 14px;
    font-family: 'HyundaiSansVNTextOfficeRegular';
    line-height: 30px;
}

tbody {
    border: inherit!important;
}

.property-table .property-bg {
    background-color: #e4dcd3;
}

.property-table>tbody>tr>td {
    padding: 15px;
    font-size: 14px;
    font-family: 'HyundaiSansVNTextOfficeRegular';
    border: 1px solid #c6cacb;
}

.property-table .property-bg {
    border: 1px solid #c6cacb;
}

.title-group .fa {
    margin-right: 10px;
}

.background-popup img {
    padding-top: 100px;
}

.modal-body select, input, textarea {
    width: 100%;
    margin: 0px 0;
    padding-left: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    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;
}

.select-buy-car {
    background-color: #ebedee;
    height: 557px;
    padding: 0px !important;
}

.calculator-result {
    padding: 20px 0 40px;
}

.calculator-result p.price {
    border-bottom: 1px solid #E2E2E2;
}

.calculator-result p {
    padding: 10px 0;
    overflow: hidden;
    margin: 0!important;
    text-align: left;
    font-size: 14px;
}

.calculator-result p span {
    float: right;
    font-weight: 700;
}

.calculator-result p.fee {
    border-top: 1px solid #E2E2E2;
}

.calculator-result p.total {
    font-size: 160%;
}

.calculator-result p.total span {
    color: #C71444;
}

.modal-contentbuycar label {
    color: #999;
    font-size: 14px;
    display: block;
}

.text-left {
    text-align: left!important;
}

.title-buy-car {
    line-height: 4.5;
    text-align: center;
    font-size: 17px;
}

.header-title, .title-buy-car {
    font-weight: bolder;
    color: #fff;
    font-family: 'HyundaiSansVNTextOfficeBold';
}

.header-title {
    background: #003468;
    margin-bottom: 10px;
}

#calculator {
    border: none;
    background-color: #2158a9;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    padding: 8px 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.close_dutoan {
    margin-right: 5px;
    background: #023367 !important;
    opacity: 1;
    color: #fff;
    width: 23px;
    text-align: center;
}

.itemcar {
    margin-bottom: 30px;
}

.itemcar a {
    text-decoration: inherit;
}

.itemcar h2 {
    color: #333;
    font-family: 'HyundaiSansVNTextOfficeRegular';
    font-size: 14px;
    margin-top: 10px;
}

.popup-compare .title-popupcompare {
    background-color: #474746;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    padding: 30px;
    margin-right: -1px;
    text-align: center;
}

.popup-compare .layout-choicecar {
    background-color: #ebeeef;
    background: -webkit-linear-gradient(#ebeeef,white );
    background: -o-linear-gradient(#ebeeef,white);
    background: -moz-linear-gradient(#ebeeef,white);
    background: linear-gradient(#ebeeef,white);
}

.popup-compare .layout-choicecar li.step1 .title {
    padding-left: 50px;
}

.popup-compare .layout-choicecar li span {
    position: absolute;
    text-indent: 9999999px;
    display: inline-block;
}

.popup-compare .layout-choicecar li.selected span {
    position: absolute;
    top: 0;
    left: -15px;
    text-indent: 0;
}

.popup-compare .layout-choicecar li.step1 {
    background: url(../images/step1.png) no-repeat 15px 18px;
    position: relative;
    color: #000;
    font-size: 14px;
    font-family: 'HyundaiSansVNTextOfficeRegular';
}

.popup-compare .layout-choicecar li.step2 {
    background: url(../images/step2.png) no-repeat 15px 18px;
    position: relative;
    color: #000;
    font-size: 14px;
    font-family: 'HyundaiSansVNTextOfficeRegular';
}

.popup-compare .layout-choicecar li {
    padding: 20px 10px;
    box-sizing: border-box;
}

.btn-change {
    color: #474746;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #474746;
    position: absolute;
    top: 17px;
    right: 10px;
    background: #fff;
}

.popup-compare .layout-choicecar li .carname {
    border-top: 1px solid #A79FA7;
    margin-top: 16px;
    display: none;
    padding-top: 5px;
    padding-left: 50px;
}

.popup-compare .layout-choicecar li.selected {
    background-color: #ced3d4;
}

.popup-compare .layout-choicecar li.step2 .title {
    padding-left: 50px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
}

#cardetail .carname {
    font-size: 25px;
    margin-bottom: 10px;
}

#cardetail ul.group li {
    margin: 5px 0;
}

#cardetail ul.group li a {
    font-size: 12px;
    background: url(../images/bg-list.png) no-repeat center left;
    padding: 4px 0;
    margin: 2px 0;
    font-family: ModernHBold;
    padding-left: 30px;
    color: #333;
    font-size: 14px;
    font-family: 'HyundaiSansVNTextOfficeRegular';
}

.btn-detail-product:hover, .btn-detail-product.visited, .btn-detail-product.focus {
    color: white;
}

.btn-detail-product {
    background-color: #3c599b;
    color: white;
    padding: 8px 20px;
    border-radius: 0;
    font-weight: bold;
}

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

.btn_dk_fix a {
    background: #f0a522;
    border-radius: 12px 12px 0 0;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 20px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.btn_dk_fix a:hover {
    color: #fff;
    background: #2C2C2C;
}

.zalo-share-button {
    float: left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

/* Start Comments*/
.radialtimer {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px
}

.radialtimer .n {
    position: absolute;
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    font-size: 70px;
    color: #888
}

.radialtimer .slice {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px,200px,200px,100px)
}

.radialtimer .slice.nc {
    clip: rect(auto,auto,auto,auto)
}

.radialtimer .slice .q {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 16px white solid;
    border-radius: 50%;
    clip: rect(0px,100px,100px,0px);
    z-index: 2
}

.radialtimer .slice .pie {
    border: 15px #6BC967 solid;
    position: absolute;
    width: 170px;
    height: 170px;
    clip: rect(0px,100px,200px,0px);
    border-radius: 50%;
    transition: all 1s linear;
    z-index: 1
}

.body-content {
    /* padding:30px; */
    font-family: 'main',sans-serif;
    margin: auto;
}

.body-content * {
    box-sizing: border-box;
}

.card-header h2 {
    font-size: 18px
}

.count {
    margin-right: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.count._1 {
    background-color: #efeef8
}

.count._2 {
    background-color: #e7f5e6
}

.count._3 {
    background-color: #fff2e1
}

.count._4 {
    background-color: #ffe5e3
}

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

.wrap_bg_block_333_content .content {
    width: calc(100% - 65px)
}

.wrap_bg_block_333_content .content h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 3px
}

.red-btn {
    display: inline-block;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 3px;
    background-color: #D90000;
    color: #FFF;
}

.green-btn {
    display: inline-block;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 3px;
    background-color: #008800;
    color: #FFF;
}

.product-customer-col-1 {
}

.product-customer-col-1 h4 {
    font-family: 'main',sans-serif;
    font-size: 18px;
}

.product-customer-col-1 .total-review-point {
    margin: 0px 0 0;
    text-align: center;
    font-size: 35px;
    color: #fe302e;
    font-weight: 700;
}

.product-customer-col-1 .rating-box {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0 auto;
}

.product-customer-col-1 .rating-box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}

.product-customer-col-1 .rating-box i {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: .1rem;
    color: #b8b8b8;
    text-rendering: auto;
    font-size: 20px;
}

.product-customer-col-1 .rating-box i:nth-child(1) {
    margin-left: 0;
}

.product-customer-col-1 .rating-box span i {
    color: #ffc120;
}

.product-customer-col-1 .comments-count {
    text-align: center;
}

.product-customer-col-1 .comments-count a {
    font-size: 14px;
    color: #8f8f8f;
    text-decoration: none;
}

.product-customer-col-2 .item {
    margin-bottom: 18px;
    text-align: left;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.product-customer-col-2 .item:last-child {
    margin-bottom: 0
}

.product-customer-col-2 .item:after,.product-customer-col-2 .item:before {
    display: table;
    content: "";
    clear: both;
}

.product-customer-col-2 .item .rating-num {
    display: inline-block;
    font-size: 15px;
    width: 41px;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
}

.product-customer-col-2 .item .rating-num:after {
    content: "\f005";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    left: 13px;
    top: 0px;
    color: #484848;
}

.product-customer-col-2 .item .progress {
    display: inline-block;
    height: 10px;
    margin: 0;
    vertical-align: middle;
    /* width:120px; */
    border-radius: 10px;
    flex-grow: 1;
}

.product-customer-col-2 .item .rating-num-total {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-left: 12px;
    color: #787878;
    line-height: 15px;
    vertical-align: middle;
    width: 42px;
}

.product-customer-col-2 .item .progress-bar-success {
    background: #23b445;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

.product-customer-col-3 {
}

.product-customer-col-3 h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 52px 0 0;
    text-align: center;
    color: #4a4a4a;
}

.product-customer-col-3 .js-customer-button {
    font-weight: 500;
    font-size: 14px;
    background: #002C5F;
    border: 0;
    color: #fff;
    max-width: 250px;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.product-customer-col-3 .js-customer-button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.product-customer-col-5 .product-detail {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-customer-col-5 .product-detail .image {
    display: inline-block;
    margin-top: 20px;
    width: 31%;
}

.product-customer-col-5 .product-detail .info {
    width: 69%;
}

.product-customer-col-5 .product-detail .info .item-brand {
    margin-top: 2px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.product-customer-col-5 .product-detail .info .item-brand h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

.product-customer-col-5 .product-detail .info .item-brand p {
    display: inline-block;
    margin-bottom: 0;
}

.product-customer-col-5 .product-detail .info .item-other {
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
}

.product-customer-col-5 .product-detail .info .item-other .item-rating .rating-box {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.product-customer-col-5 .product-detail .info .item-other .item-rating .rating-box i {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: .1rem;
    color: #b8b8b8;
    font-size: 13px;
    text-rendering: auto;
}

.product-customer-col-5 .product-detail .info .item-other .item-rating .rating-box i:nth-child(1) {
    margin-left: 0;
}

.product-customer-col-5 .product-detail .info .item-other .item-rating .rating-box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}

.product-customer-col-5 .product-detail .info .item-other .item-rating .rating-box span i {
    color: #ffc120;
}

.product-customer-col-5 .product-detail .info .title {
    font-size: 18px;
    font-weight: 400;
}

.item-brand a {
    text-decoration: none;
}

p.rating a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.product-customer-col-5 ul {
    padding: 0 0 0 8px;
    margin: 0;
    list-style: none;
    font-size: 11px;
}

.product-customer-col-5 ul>li {
    display: block;
    padding: 5px 0 0;
    font-size: 14px;
}

.product-customer-col-4 {
    /* display:none; */
    padding: 10px 10px 0px 10px;
    border-right: solid 1px #f4f4f4;
}

.product-customer-col-4 .rate {
    margin: 0 0 15px;
    font-size: 16px;
}

.product-customer-col-4 .rate label {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
    align-items: center;
    vertical-align: middle;
    font-size: 15px;
    top: -2px;
    position: relative;
}

.product-customer-col-4 .rate .rating-input {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin-left: 15px;
    align-items: center;
    vertical-align: middle;
}

.product-customer-col-4 .rate .rating-input .fa {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: .1rem;
    font-size: 21px;
}

.product-customer-col-4 .rate .rating-input .fa.star-empty {
    color: #dedddc;
}

.product-customer-col-4 .rate .rating-input p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.product-customer-col-4 .rate .rating-input .fa {
    cursor: pointer
}

.product-customer-col-4 .rate .rating-input .fa {
    color: #f0c808;
}

.product-customer-col-4 .rate .rating-input .fa.star-not-empty {
    color: #f0c808;
}

.product-customer-col-4 .rate .rating-input .fa:nth-child(1) {
    margin-left: 0;
}

.product-customer-col-4 .title label {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
}

.product-customer-col-4 .title .form-control.input-sm {
    height: 36px;
    padding: 7px 8px;
    border: 1px solid #dfdfdf;
    font-weight: 300;
    font-size: 13px;
    width: 100%;
    float: none;
}

.product-customer-col-4 .review-content label {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
}

.product-customer-col-4 .review-content textarea {
    font-size: 14px;
    height: 117px;
    padding: 7px 8px;
    border: 1px solid #dfdfdf;
    font-weight: 400;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
}

.product-customer-col-4 div.form-group {
    margin-bottom: 7px;
}

.imageUploader label {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
}

.product-customer-col-4 .review-file .button {
    font-size: 13px;
    color: #189eff;
    border: 1px solid;
    margin: 0 0 0 10px;
    padding: 4px 16px 8px 16px!important;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none;
    width: auto!important;
    background: #fff;
    font-weight: 400;
    cursor: pointer;
}

.product-customer-col-4 .review-file .button:hover {
    color: #fff;
    background: #189eff;
    border-color: #189eff;
    text-decoration: none;
}

div#imageUploader {
    margin-top: 14px;
}

.product-customer-col-4 .action button {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    height: 40px;
    background: #BF010B;
    border: 0;
    color: #fff;
    width: 212px;
    float: right;
    cursor: pointer;
}

.product-customer-col-4 .action button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.product-customer-col-4 .rate .rating-input .rating-clear {
    background: url(delete.gif) no-repeat;
    width: 16px;
    height: 16px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 5px;
}

.product-customer-col-4 .rate .rating-input .rating-clear:hover {
    background: url(delete.gif) 0 -16px no-repeat;
}

div.info-geust-content .row {
    margin: 0 -3px;
}

div.info-geust-content .row div {
    padding: 0 3px;
}

div.info-geust-content .row div input {
    width: 100%;
    height: 36px;
    padding: 7px 8px;
    border: 1px solid #dfdfdf;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 6px;
}

.product-review-content .item {
    width: 100%;
    padding: 15px 0;
}

.product-review-content .item:first-child {
    border-top: none;
}

.product-review-content .item .product-col-1 {
    display: table-cell;
    width: 130px;
    vertical-align: top;
    padding: 0 10px;
}

.product-review-content .item .product-col-2 {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 15px;
}

.product-review-content .item .avatar-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 65px;
    height: 65px;
    margin: auto;
}

.product-review-content .item span.avatar-letter {
    border-radius: 50%;
    background: #d3d2d3;
    color: #919090;
    font-weight: 500;
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    font-family: Roboto;
}

.product-review-content .item .name {
    font-size: 14px;
    margin: 15px 0 5px;
    font-weight: 500;
    text-transform: capitalize;
    width: 178px;
    text-align: center;
}

.product-review-content .item .days {
    font-size: 12px;
    color: #999;
    margin: -2px 0 0;
    text-align: center;
}

.product-review-content .item .infomation .rating {
    margin: 0 10px 0 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
}

.product-review-content .item .infomation .rating .rating-content {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.product-review-content .item .infomation .rating .rating-content span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}

.product-review-content .item .infomation .rating .rating-content .fa {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: .1rem;
    color: #b8b8b8;
    text-rendering: auto;
    font-size: 15px;
}

.product-review-content .item .infomation .rating .rating-content span .fa {
    color: #ffc120;
}

.product-review-content .item .infomation .rating .rating-content .fa:nth-child(1) {
    margin-left: 0;
}

.product-review-content .item .infomation .review {
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #242424;
    vertical-align: middle;
}

.product-review-content .item .infomation .description {
    padding-right: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    margin: 10px 0 8px;
    color: #4f4f4f;
}

.product-review-content .item .infomation .link {
    margin-top: -6px;
}

.product-review-content .item .infomation .link p {
    display: inline-block;
    color: #ccc;
    font-weight: 100;
    margin: 0;
}

.product-review-content .item .infomation .link {
    margin-top: -5px;
}

.product-review-content .item .infomation .link a.js-quick-reply {
    color: #00acee;
    font-size: 13px;
    font-weight: 400;
    padding: 0 25px 0 0!important;
    text-decoration: none;
}

.product-review-content .item .infomation .quick-reply {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    padding-right: 20px;
    text-align: left;
}

.product-review-content .item .infomation .quick-reply textarea {
    display: block;
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
    border-color: #e0e0e0;
    resize: none;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.product-review-content .item .infomation .quick-reply .btn-primary {
    font-weight: 400;
    font-size: 13px;
    background: #fdd22f;
    border: 0;
    color: #4a4a4a;
    padding: 5px 10px;
}

.product-review-content .item .infomation .quick-reply .btn-default {
    background: #fff;
    padding: 5px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 5px;
}

#write_comment {
    padding-top: 15px;
    display: none;
}

.show {
    display: block!important
}

div.quick-reply .product-customer-col-4 {
    padding: 0;
}

div.quick-reply .product-customer-col-4 textarea {
    height: 50px!important;
}

div.quick-reply .product-customer-col-4 .action {
}

div.quick-reply .product-customer-col-4 .action button.btn-add-reply {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    height: 35px;
    background: #BE010B !important;
    border: 0;
    color: #fff;
    width: auto;
}

div.quick-reply .product-customer-col-4 .action button.btn-add-reply-cancel {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    height: 35px;
    background: #d3d2d3!important;
    border: 0;
    color: #333;
    width: auto;
}

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

div.swal2-popup {
    width: 28em;
}

.product-review-content .item .replies>.replies-item {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0px 0 0;
    background: 0 0;
    margin: 0 0 20px;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.product-review-content .item .replies {
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-review-content .item .replies>.replies-item .replies-image {
    width: 45px;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 50%;
}

.product-review-content .item .replies>.replies-item .replies-image .avatar-img {
    width: 45px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.product-review-content .item .replies>.replies-item span.avatar-letter {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.product-review-content .item .replies>.replies-item .replies-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #242424;
    text-transform: capitalize;
    position: relative;
    top: 0;
}

.product-review-content .item .replies>.replies-item .replies-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #4f4f4f;
    margin-left: 54px;
    line-height: 22px;
}

.product-review-content .item .replies>.replies-item:nth-child(n+4) {
    display: none;
}

.product-review-content .item .show-more {
    text-align: center;
    padding: 20px 0;
    margin-top: -25px;
    z-index: 1;
    position: relative;
}

.product-review-content .item .show-more a {
    border: 1px solid #189eff;
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 6px;
}

.product-review-content .item .show-more a:hover {
    color: #fff;
    background: #189eff;
}

.product-review-content .item .replies.open .show-more {
    display: none;
}

.product-review-content .item .replies.open>.replies-item:nth-child(n+3) {
    display: inline-block;
}

div.body-content-1200 {
    width: 1300px;
    max-width: inherit;
}

p.review_infou {
    margin: auto;
    justify-content: space-between;
    margin-bottom: 14px;
}

p.review_infou span {
    font-weight: 500;
}

#review-list-quanly p.review_action {
    margin-top: 7px;
}

#review-list-quanly p.review_action a {
    text-decoration: none;
    display: inline-block;
    background: #17a2b8;
    color: #fff;
    padding: 2px 3px!important;
    padding-bottom: 4px!important;
    border-radius: 4px;
    margin-right: 2px;
    font-size: 13px;
}

#review-list-quanly p.review_action a.js-quick-delete {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 2px 3px;
    padding-bottom: 4px;
    border-radius: 4px;
    margin-right: 2px;
}

#review-list-quanly p.review_action a.js-quick-hienthi {
    display: inline-block;
    background: #189eff;
    color: #fff;
    padding: 2px 3px;
    padding-bottom: 4px;
    border-radius: 4px;
    margin-right: 2px;
}

#review-list-quanly .replies {
    padding-left: 50px;
}

.product-review-content .item .replies>.replies-item .admin-post span.avatar-letter {
    background: #189eff;
    color: #fff;
}

.card-header h2 {
    font-family: 'HyundaiSansVNTextOfficeBold';
}

.product-customer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product-review-box {
    margin-top: 15px;
}

.mota_list {
    margin-bottom: 15px;
}

.mota2_list {
    margin-top: 15px;
}

.logo-1 {
    width: 250px;
}

.logo-mobile {
    display: none;
}

.btn-menu {
    display: none;
    justify-content: space-between;
    align-items: center;
}

.mt-3 {
    margin-top: 15px;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

/* Phone */
.btn-phone {
    bottom: 315px;
}

/* Zalo */
.btn-zalo {
    bottom: 230px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-mobile-1 {
    width: 80px;
}

.wrap-product {
    padding: 40px 0px;
}

.w100 {
    width: 100%;
    height: auto;
}

.slick_album {
    margin-bottom: 40px;
    position: relative;
}

.slick_album .qc-item {
    position: relative;
}

.slick_album .btn-baogia {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 9;
}

.wrap-product-nb {
    margin-bottom: 30px;
    position: relative;
}

.product-hot {
    margin-bottom: 13px;
}

.item-product-hot {
    display: inline-block;
    padding: 9px 17px;
    line-height: 20px;
    background: #1A425E;
    color: #fff;
    border-radius: 10px;
    margin: 0px 2px 5px 0px;
    font-size: 14px;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
}

.item-product-hot:hover {
    color: #fff;
    background: #DF0000;
    text-decoration: none;
}

.left-modal-baogia {
    display: flex;
    align-items: center;
}

.wrap-service {
    margin-bottom: 40px;
}

.box-news {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.name-service {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.name-service a {
    color: #676767;
    font-size: 16px;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
    text-transform: uppercase;
}

.name-service a:hover {
    color: #DF0000;
}

#view-product {
    margin-bottom: 40px;
}

#view-product .wrap-product-nb:nth-last-child(2) {
    margin-bottom: 0px;
}

.shopsMainListProducts {
    max-height: 1100px;
    overflow: hidden;
    position: relative;
}

.shopsMainListProducts .btn-view {
    display: block;
}

.shopsMainListProducts:after {
    content: "";
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 6%, rgb(255 255 255 / 90%) 83%);
}

.shopsMainListProducts.open {
    max-height: inherit;
    overflow: visible;
}

.btn-view {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 9;
    display: none;
}

.btn-view span {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #1A425E;
    color: #fff;
    font-size: 15px;
    font-family: 'HyundaiSansVNHeadOfficeRegular';
    font-style: italic;
    cursor: pointer;
}

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

.hidden {
    display: none !important;
}

.shopsMainListProducts.open:after {
    display: none;
}

.shopsMainListProducts.open .btn-view {
    position: relative;
    bottom: 0px;
}

.modal .col {
    padding: 0px 15px;
}

.modal .form-group {
    margin-bottom: 10px;
}

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

.btn-baogia {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #1A425E;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'HyundaiSansVNHeadOfficeMedium';
    font-size: 15px;
    cursor: pointer;
}

.btn-baogia:hover {
    color: #fff;
    background: #DF0000;
    text-decoration: none;
}

.slideshow {
    position: relative;
}

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

.slideshow a img {
    width: 100%;
}

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

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

.control-slideshow {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
}

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

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

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

img.lazy {
    opacity: 0;
}

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

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

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

/* Modal custom  */
#popupIndex {
    padding: 0 !important;
}

.modal-header.custom-modalHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 0;
    padding: 5px;
}

.modal-header.custom-modalHeader .modal-title {
    visibility: hidden;
}

.modal-header.custom-modalHeader .modal-header .close {
    padding: 7px;
}

#popupIndex .custom-bck-white {
    padding-left: 0;
    padding-right: 0;
}

#popupIndex .custom-bck-white img {
    width: 100%;
}

.custom-bck-white {
    background-color: #fff;
}

.custom-bck-grey {
    background-color: #ededed;
}

.boxNewsletterModal {
    padding: 70px 25px 30px;
}

.title-myCustom {
    margin-bottom: 20px;
}

.title-myCustom span {
    text-transform: uppercase;
    font-weight: bold;
    color: #c00;
    font-size: 20px;
    display: block;
    text-align: center;
}

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

.customeFlex .radio-inline {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #555;
    line-height: 25px;
    font-size: 14px;
}

.customeFlex input {
    width: auto;
    margin-right: 5px;
}
