.tprecumenthb .hbdecss .desc ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


.itaddresinfo .dctitle  a.active ,
.itaddresinfo .dctitle  a:hover {
   color: #ec1c24;
}

.boxCat .slider-for {
    height: 590px;
    overflow: hidden;
}

/*support fixed*/
#vnt-menu-fixed button {
    border: none;

    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #9a0000;
    color: #fff;
    font-size: 15px;
    margin-left: auto;

}
#vnt-menu-fixed .go_top button {
    background-color: #ae0f23;
}
#vnt-menu-fixed .go_top button i {

    -webkit-animation: bouncezz 1.2s 500ms infinite;
    -o-animation: bouncezz 1.2s 500ms infinite;
    animation: bouncezz 1.2s 500ms infinite;
}

.support-hotline ul li button{
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

.support-hotline ul li button .imm{
    margin-right: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    text-align: center;
    font-size: 10px;
}
.support-hotline ul li button .imm img{
    max-width: 60%;
}



/*Search*/

.vnt-search {
    position: relative;
}

.vnt-search .suggess{
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 5px 5px 20px;
    z-index: 99;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius:0;
}
.vnt-search.active .suggess{
    opacity: 1;
    pointer-events: auto;
    visibility: initial;
}

.vnt-search .suggess .suggessWrap {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.vnt-search .suggess .closez{
    width: 22px;
    height: 25px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}
.vnt-search .suggess ul{
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}
.vnt-search .suggess ul::-webkit-scrollbar{
    width: 10px;
    background-color: transparent;
    border-radius: 5px;
}
.vnt-search .suggess ul::-webkit-scrollbar-thumb {
    background-color: #ec1b23;
    border-radius: 25px;
}
.vnt-search .suggess ul li {
    padding: 5px 0px;
}
.vnt-search .suggess ul li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0;
}

.vnt-search .suggess ul li .s-img{
    width: 65px;
    height: 65px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.vnt-search .suggess ul li .s-img img{
    max-width: 90%;
    max-height: 90%;
}
.vnt-search .suggess ul li .s-desc{
    width: calc(100% - 65px);
    padding-left: 15px;
}
.vnt-search .suggess ul li .s-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;

}
.vnt-search .suggess ul li .s-title span {
    display: block;
}
.vnt-search .suggess ul li .s-price{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -4px;
}
.vnt-search .suggess ul li .s-price > div {
    padding: 0 4px;
}
.vnt-search .suggess ul li .price{
    color: #ec1b23;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
.vnt-search .suggess ul li .price_old{
    color: #888888;
    text-decoration: line-through;
}

.vnt-search .suggess {
    z-index: 99999;
}

.vnt-search .suggess ul li:hover > a .s-title{
    color: #ec1b23;
}

.js-pagination li.disabled {}
.js-pagination li.active {

}
.js-pagination li.active a {
    background: #ec1b23;
    border-color: #ec1b23;
    color: #ffffff;
}
.js-pagination li a {
    cursor: pointer;
}


/*===================BEGIN: SHARE NEWS TO SOCIAL NETWORK =========================*/
.box-tools {
    border-top: 1px solid #ddd;
    padding: 10px;
    background: #ffffff;
    margin: 15px 0;
}

.box-tools .list-social {
    display: flex;
    align-items:center;
    align-content: center;
}
.box-tools .list-social .txt {
    margin-right: 10px;
}
.box-tools .list-social ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}
.box-tools .list-social .i-social {
    margin-right: 10px;
}
.box-tools .list-social .i-social a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-color: #f2f5f8;
    font-size: 15px;

}
.box-tools .list-social .i-social a:hover{
    border-radius: 10px;
    background-color: #d6382d;
    color: #ffffff;
}
.box-tools .list-social .i-social .icon-zalo1{
    font-weight: bold;
    font-size: 13px;
}


.box-tools .list-tools  {

}

.box-tools .list-tools a {
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
}
.box-tools .list-tools li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*======================CART ====================================*/

/*------------------*/
.div_input {
    position: relative;
}

.div_input .form-control {

    outline: none !important;
    box-shadow: none !important;
}

.div_input.has-error .form-control {
    border-color: #a94442 !important;
}

.div_input.has-success .form-control {
    border-color: #3c763d !important;
}

.div_input.has-error label {
    color: #ff0000 !important;
}



.div_input .help-block {
    display: none;
}

.div_input.has-error em {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -31px;
    white-space: nowrap;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.div_input.has-error em::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    color: #000;
    right: 15px;
    bottom: -12px;
}

.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
    max-height: 50px;
}

/*file-preview */

.file-preview {
    position: relative;
    padding: 10px 0;
}

.file-preview.list-pic {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
}

.file-preview.list-pic .img {
    display: flex;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    border-radius: 4px;

    width:95px;height:95px;
    background-size:cover;background-position:center;background-color:#eee;
    position:relative;vertical-align:top
}


.file-preview .img .close {
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -3px;
    opacity: 1;
    color: #a4a3a4;
}


/*alertify*/

.alertify .ajs-dimmer,
.alertify .ajs-modal {
    z-index: 99999 !important;
}

.toast-success {
    background-color: #008dd3 !important;
    opacity: 1 !important;
}


/*Bootstrap Calendar*/

/*datepicker*/
.calendar #today{
    display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}

.dhformhead button.btn, .csselect button.btn{
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.csselect button.btn{
    border: 1px solid #ced4da;
    padding: 4px 10px;
    border-radius: 5px;
    color: #333;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus{
    outline: none!important;
    outline: none!important;
    background: #fff!important;
    outline-offset: 0;
    box-shadow : none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle{
    background: #fff!important;
    border-color: #ced4da!important;
}
.dropdown-menu{
    padding: 0;
    margin: 0;
}
.dropdown-item{
    padding: 6px 10px;
}
.dropdown-toggle::after{
    border-top: 6px solid #666666;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus{
    box-shadow : none;
}
.dropdown-divider{
    margin: 5px 0;
}
.bootstrap-select{
    width: 100%;
}
.bootstrap-select > select{
    width: 100%!important;
    left: 0;
    opacity: 1!important;
}
select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker{
    display: block !important;

}
.datepicker-dropdown:before, .datepicker-dropdown:after{
    display: none;
}
.datepicker-dropdown{
    padding: 0;
    border-radius: 0;
}
.table-condensed thead tr:nth-child(2), .table-condensed thead tr:nth-child(1){
    background-color: #404040;
    color: #fff;
}
.table-condensed thead tr:nth-child(2) th, .table-condensed thead tr:nth-child(1) th{
    cursor: pointer;
    color: #fff;
    padding: 15px 5px;
    border-radius: 0;
    background-color: #404040!important;
}
.table-condensed thead tr .prev{
    position: relative;
    font-size: 0;
}
.table-condensed thead tr .prev::before{
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    content: '\f053';
    right: 0;
}
.table-condensed thead tr .next{
    position: relative;
    font-size: 0;
}
.table-condensed thead tr .next::before{
    content: '\f054';
    left: 0;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
}
.datepicker table tr .dow, .datepicker table tr .dow{
    color: #ec1d25;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 3px;
    font-size: 14px;
}
.dropdown-menu{
    min-width: 250px;
}
.datepicker table{
    width: 100%;
    font-size: 14px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover,
.datepicker table tr td.today
{
    background-color: #404040;
    color: #fff;
    border-radius: 3px;
}
.datepicker-inline{
    width: 100%;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: unset !important;
}

/*loadmore_overlay*/
.loadmore_overlay {
    float: left;
    width: 100%;
    height: 40px;
    background: url(../images/preloader.gif) no-repeat 50% 50%;
}


/*=============LOADING=================*/

.loadmore_overlay{
    float: left;
    width: 100%;
    height: 40px;
    background: url(../images/preloader.gif) no-repeat 50% 50%;
}

.vnt-load-more {


}
.vnt-load-more .load-more {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 50px;
    background-color: #7aa228;
    color: #fff;
    position: relative;
    border: 1px solid #7aa228;
    overflow: hidden;
    border-radius: 5px;

    cursor: pointer;
}
.vnt-load-more .load-more:hover{
    background-color: #08300b;
    border-color: #08300b;
}


.vnt-load-more .load-more span {
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.vnt-load-more .load-more span::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}



.loading {
    position: relative;
    z-index: 9999;
}

.loading:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

.loading:after {
    content: "";
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 901;
    width: 150px;
    height: 150px;
    background: url(../images/loading.svg) no-repeat center center;
    background-size: cover;
    opacity: 1;
}

.vnt-loading {
    position: relative;
}

.vnt-loading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.2);*/
    z-index: 999;
}

.vnt-loading:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100px;
    height: 100px;
    background: url(../images/loading.svg) no-repeat center center;
    background-size: cover;
    opacity: 0.6;
}


.vnt-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: vnt-rotation 1s linear infinite;
}

@keyframes vnt-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
}

.white_content {
    height: 50%;
    left: 25%;
    overflow: auto;
    padding: 16px;
    position: absolute;
    top: 35%;
    width: 50%;
    z-index: 1002;
}

.loading-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin: 0 -10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.loading-grid .loading-col {
    width: 33.333367%;
    padding: 0 10px;
    margin-bottom: 10px;
}


.loading-list {}
.loading-list .loading-col {


}

.loading-item {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    position: relative;
}

.loading-item::after {
    content: '';
    clear: both;
    display: table;
}

.loading-img {
    height: 200px;
    background-color: #eeeeee;

}

.loading-info {

}

.loading-text {
    height: 15px;
    margin-top: 7px;
    background-color: #eeeeee;
}


.loading-list .loading-col .loading-item {
    display: flex;
    padding: 15px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #eeeeee;

}
.loading-list .loading-col .loading-item:last-child {
    border-bottom: 0;
}
.loading-list .loading-col .loading-item .loading-img {
    width: 60px;
    height: 60px;
    background-color: #eeeeee;
}

.loading-list .loading-col .loading-item .loading-info {
    padding-left: 10px;
    width: calc(100% - 70px);
}

.loading-list .loading-col .loading-item .loading-text {
    height: 15px;
    background-color: #eeeeee;
}
.loading-list .loading-col .loading-item .loading-text:first-child{
    margin-top:0;
}




.loading-slider {

}
.loading-slider .loading-pic {
    height: 500px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    position: relative;
}
.loading-slider .loading-thumb {
    height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.loading-slider .loading-thumb .loading-img {
    width: 100px;
    height: 60px;
    background-color: #eeeeee;
}

.fade-loading-animated {
    -webkit-animation-name: fadeLoading;
    animation-name: fadeLoading;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fadeLoading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeLoading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}


.swal2-container {
    z-index: 999999;
}

.swal2-content , .swal2-html-container{
    font-size: 14px;
    line-height: 24px;
}
.swal2-content a , .swal2-html-container a{
    color: #ec1b23  ;
}

.alertify-notifier.ajs-top {
    top: 30px;
}

.ajs-message.ajs-custom { color: #ffffff;  background-color: #000;  border-color: #000; }

.alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: #000;  border-color: #000; color: #ffffff;
}


.vnt-popup{
    pointer-events: auto;
}
.vnt-popup .fancybox-bg {

}
.vnt-popup .fancybox-slide--iframe{
    padding: 0;
}
.vnt-popup .fancybox-slide--iframe .fancybox-content{
    width: 95%;
    max-width: 850px;
}
.vnt-popup .fancybox-content {
    background:#fff;
    overflow:visible;
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(236, 0, 140, 0.2);
}

.vnt-popup.fancybox-container {

}
.vnt-popup .fancybox-close-small{
    right: 20px;
    top: 20px;
    height: 26px;
    width: 44px;
    background-color: transparent;
    background-image: url('../images/iclose.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    opacity: 1;
}
.vnt-popup .fancybox-close-small svg{
    display: none;
}

.vnt-popup .popup-title {
    background: #7e0022;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
}

.vnt-popup .popup-content {
    padding: 20px;
}

.vnt-popup .fancybox-content {

}


.vnt-popup .fancybox-slide--html .fancybox-content {
    width: 95%;
    max-width: 850px;
    padding: 0 !important;
}


.vnt-popup-iframe .fancybox-slide--iframe {
    padding: 30px 30px 0;
}
.vnt-popup-iframe .fancybox-slide--iframe .fancybox-content {
    width  : 95% !important;
    height : 95% !important;
    max-width  : 98%;
    max-height : 98%;
    margin: 0;
}


.vnt-popup-member {

}
.vnt-popup-member .title{

    font-size: 20px;
    line-height: 25px;
    height: 45px;
    padding: 8px;
    font-weight: 600;
    text-transform: uppercase;
    background: #7e0022;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.vnt-popup-member .tab-title {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    background: #7e0022;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.vnt-popup-member .tab-title ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
.vnt-popup-member .tab-title li {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    color: #cccccc;
}
.vnt-popup-member .tab-title li a {
    color: #cccccc;
}
.vnt-popup-member .tab-title li.active,
.vnt-popup-member .tab-title li.active a {
    color: #ffffff;
}

.vnt-popup-member .content{
    padding: 25px 20px;
}
.vnt-popup-member input[type="text"],
.vnt-popup-member input[type="email"],
.vnt-popup-member input[type="tel"],
.vnt-popup-member input[type="password"]{
    width: 100%;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    border-radius: 0 !important;
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
}
.vnt-popup-member input::-webkit-input-placeholder { /* Edge */
    color: #666666;
}
.vnt-popup-member input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}
.vnt-popup-member input::placeholder {
    color: #666666;
}

.vnt-popup-member .note-pass {
    text-align: center;
    color: #FF3600;
}

.vnt-popup-member .df{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
}
.vnt-popup-member .div-checkbox {
    margin: 0;
    color: #333333;
    padding-left: 20px;
    position: relative;
}
.vnt-popup-member .div-checkbox label {
    margin-bottom: 0;
    cursor: pointer;
}
.vnt-popup-member .div-checkbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 5px;
}
.vnt-popup-member .div-checkbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background: white;
}
.vnt-popup-member .div-checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
}

.vnt-popup-member .linkForget a{
    display: block;
    color: #d99f3d;
    margin-left: 5px;
    font-size: 14px;
    line-height: 24px;
}
.vnt-popup-member button{
    display: block;
    width: 100%;
    margin-top: 20px;
    background-color: #d99f3d;
    border: 1px solid #d99f3d;
    text-align: center;
    height: 45px;

    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}
.vnt-popup-member button:hover{
    background-color: #550017;
    color: #ffffff;
}


.vnt-popup-member .form-mess {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #666666;
}
.vnt-popup-member .form-mess a {
    color: #550017;
}

.vnt-popup-member .txtRegis a{
    font-weight: bold;
    color:#550017;
}
.vnt-popup-member .txtRule{
    font-size: 13px;
    line-height: 21px;
}
.vnt-popup-member .txtRule a{
    color:#550017;
}



.vnt-popup-adv {

}
.vnt-popup-adv .fancybox-content {
    padding: 0;
    background: none;
    max-width: 80%;
    max-height: 80%;
    overflow: unset;
    margin-top: 40px;
}

.vnt-popup-adv .fancybox-close-small{
    top: -40px;
    width: 65px;
    height: 30px;
    border-radius: 100%;
    right: 0;
    color: #fff;
    padding: 0;
    opacity: 1;
    visibility: initial;
}
.vnt-popup-adv .fancybox-close-small::before{
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0%, -50%);
    font-size: 18px;
    line-height: 27px;
}
.vnt-popup-adv .fancybox-close-small svg{
    display: none;
}
.vnt-popup-adv .fancybox-close-small::after{
    content: 'Close';
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.vnt-popup-map {

}
.vnt-popup-map .fancybox-bg{
    background-color: #ffffff;
}


.vnt-popup-map .fancybox-slide{
    background-color: #fff;
    padding: 10px;
}
.vnt-popup-map .fancybox-toolbar{
    opacity: 1;
    visibility: initial;
}
.vnt-popup-map .fancybox-button{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 20px;
    right: 20px;
    background-color: #0f5aaa;
    color: #fff;
    padding: 0;
}

.vnt-popup-map .fancybox-button svg{

}

.vnt-popup-map .fancybox-slide--iframe .fancybox-content ,.stymap .fancybox-slide--iframe .fancybox-content {
    height: 100% !important;
}



/*
.vnt-popup-success {
    padding: 0;
    max-width: 630px;
    width: 100%;
    border-radius: 10px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: auto;
}
*/
.vnt-popup-success button[data-fancybox-close]{
    top: 0px;
    right: 0px;
    color: #ffffff;
    background: #d10810;
    height: 60px;
    width: 50px;
}

.vnt-popup-success .fancybox-button svg {
    width: 100%;
}

.vnt-popup-success::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.vnt-popup-success::-webkit-scrollbar-thumb {
    background-color: #da2028;
}

.vnt-popup-success .fancybox-content {
    padding: 0;
}
.vnt-popup-success .popup-success-title{
    text-align: center;
    padding: 15px 65px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vnt-popup-success .popup-success-title h2{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
}
.vnt-popup-success .popup-success-content {
    padding: 20px 25px 20px;
    color: #333333;
}
.vnt-popup-success .popup-success-content .msg-icon {
    margin-bottom: 10px;
    text-align: center;
}
.vnt-popup-success .popup-success-content .msg-text {

}
.vnt-popup-success .popup-success-content .msg-pic{
    margin-top: 20px;
    text-align: center;
}


.modal-content {}
.modal-content .modal-header {
    color: #333333;
}
.modal-content .modal-body {}
.modal-content .modal-footer {}









#ext_product {
    min-height: 495px;
}

@media all and (max-width: 1025px) {

}

@media all and (max-width: 991px) {
    .boxCat .slider-for {
        height: unset;
    }

}

@media all and (max-width: 767px){
    .vnt-popup-iframe .fancybox-slide--iframe {
        padding: 25px 10px 0;
    }
    .vnt-popup-iframe .fancybox-slide--iframe .fancybox-content {
        width  : 99% !important;
        height : 99% !important;
        margin: 0;
    }

}

@media all and (max-width: 480px) {
    .loading-grid .loading-col {
        width: 50%;
    }

    #ext_product {
        min-height: 400px;
    }


}

@media all and (max-width: 360px) {
    .loading-grid .loading-col {
        width: 100%;
    }
}
