*:active,*:focus{
    outline: 0;
}
a, a:hover, a:visited, a:focus{
	text-decoration: none;
}
body,html{
    font-family: 'Open Sans';
	font-size: 14px;
	line-height: 22px;
    color: #333333;
    font-weight: 400;
}
*:focus{
	outline: 0;
}
a{
	color:#333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:focus{
    outline: 0;
}
a:hover{
    color: #ec1a23;
}
#vnt-container{
	max-width: 1920px;
	margin: 0 auto;
    overflow: hidden;
}
.wrapper{
	max-width: 1300px;
    padding: 0 10px;
	margin:0 auto; 
}
.wrapperFull{
    max-width: 100%;
    padding: 0 90px;
}
div#vnt-slide img,
div#vnt-slide-home img,
.slideProduct img {
    width: 100%;
}
.wrapCont{
    padding-bottom: 50px;
}
.wrapContTop{
    padding-top: 50px;
}
.wrapS{
    max-width: 900px;
	margin:0 auto; 
}
/*==================END SETUP======================*/
/*==================BEGIN HEADER===================*/

/*======TOP=====*/
.vnt-top {
    background: #d51720;
}
.menuTop ul li {
    float: left;
    position: relative;
}
.menuTop > ul > li:first-child a{
    border-left: 1px dotted #fff ;
}
.menuTop > ul > li a {
    border-right: 1px dotted #fff;
}
.menuTop ul li a {
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.menuTop > ul > li > a::before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #d71921;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menuTop > ul > li.current > a::before, .menuTop > ul > li:hover > a::before{
    width: calc(100% - 20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menuTop > ul > li.current > a, .menuTop > ul > li:hover > a{
    color: #333333;
}
.menuTop > ul > li > ul {
    position: absolute;
    top: calc(100% + 5px);
    left: -80px;
    min-width: 270px;
    background: #ffffff;
    z-index: 20;
    box-shadow: 0px 0px 3px rgba(17, 17, 17, 0.57);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.menuTop ul li ul::before{
    content: '';
    position: absolute;
    bottom: 100%;
    height: 5px;
    width: 100%;
    background-color: transparent;
    left: 0;
    right: 0;
}
.menuTop ul li:hover > ul{
    opacity: 1;
    visibility: initial;
}
.menuTop ul li ul li{
    float:none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: static;
}
.menuTop ul li ul li:hover .submenuLv, .menuTop ul li ul li.active .submenuLv{
    opacity: 1;
    visibility: initial;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menuTop ul li ul li:first-child a{
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.menuTop ul li ul li:last-child a{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.menuTop ul li ul li:last-child{
    border-bottom: none;
}
.menuTop ul li ul li > a {
    padding: 10px;
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    color:#333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menuTop ul li ul li > a span{
    display: block;
    position: relative;
}
.menuTop ul li ul li > a span::before{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menuTop ul li ul li:hover > a{
    background: #d71921;
    color:#ffffff;
}

.submenuLv{
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    width: 590px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.submenuLv .rowLv{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.submenuLv .rowLv .colLv{
    width: 50%;
    padding: 0 15px;
}
.submenuLv .rowLv .imgLv img{
    width: 100%;

} 
.menuTop .submenuLv ul li a{
    font-weight: 400;
    text-transform: initial;
    position: relative;
    padding: 10px 0px;
    padding-left: 15px;
}
.menuTop .submenuLv ul li:first-child a{
    padding-top: 0;
}
.menuTop .submenuLv ul li a::before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d9252c;
}
.menuTop .submenuLv ul li.current a, .menuTop .submenuLv ul li:hover a{
    color: #d9252c;
    background-color: transparent;
}

.membertop{
    position: relative;
    float:left;
}
.membertop ul{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.membertop .icon {
    background: #9c2a22;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.membertop .icon:hover{
    background: #5D2A22;
}
.membertop .icon span{
    padding-left: 20px;
    position: relative;
}
.membertop .icon span:before{
    content: "\f007";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
}
.membertop.active ul{
    opacity: 1;
    visibility: initial;
}

.membertop ul li:last-child{
    border-bottom: none;
}
.membertop ul li a {
    display: block;
    font-weight: bold;
    padding: 6px 15px;
    border-right: 1px dotted #fff;
    font-size: 12px;
    position: relative;
    z-index: 1;
}
.membertop ul li a::after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #e48862;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.membertop ul li a:hover:after{
    width: 100%;
    opacity: 1;
}
.membertop ul li a:hover{
    color:#ffffff;
}
.membertop ul li a span{
    padding-left: 20px;
    position: relative;
}
.membertop ul li a span:before{
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}
.language {
    float: left;
    margin-left: 1px;
}
.language a {
    display: block;
    background: #9c2a22;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 15px;
}
.language a:hover{
    background: #5D2A22;
}
/*=========HEADER======*/
.header {
    padding: 15px 0px;
    background: #fff;
    margin-bottom: 10px;
}
.header > .wrapper{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.logo {
    width: 150px;
    overflow: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logo a span{
    color: #d51720;
    font-size: 30px;
    line-height: 45px;
    position: relative;
    font-weight: 400;
    font-family: 'Amaranth';
}
.logo a img{
    position: relative;
    z-index: 11;
    width: 100%;
    margin-right: 15px;
}
.logo a > span::after{
    position: absolute;
    content: '';
    top: -20px;
    left: -100px;
    height: 300%;
    width: 100px;
    overflow: hidden;
    background: -moz-linear-gradient(right,rgba(255,255,255,0) 0,rgb(255,255,255) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgb(255,255,255)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0,rgb(255,255,255)50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(right,rgba(255,255,255,0) 0,rgb(255,255,255) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left,rgba(255,255,255,0) 0,rgb(255,255,255)50%,rgba(255,255,255,0) 100%);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation: animation_slogan 4s linearinfinite;
    -moz-animation: animation_slogan 4s linear infinite;
    animation: animation_slogan 4s linear infinite;
}
@-webkit-keyframes animation_slogan {
    0% {
        left:  -100px;
        opacity: 1;
    }
    15% {
        left: -100px;
        opacity: 1;
    }
    85% {
        left: 70%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}
@-moz-keyframes animation_slogan {
    0% {
        left:  -100px;
        opacity: 1;
    }
    15% {
        left:  -100px;
        opacity: 1;
    }
    85% {
        left: 70%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}
@keyframes animation_slogan {
    0% {
        left:  -100px;
        opacity: 1;
    }
    15% {
        left: -100px;
        opacity: 1;
    }
    85% {
        left: 70%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}
.header-tools {
    width: calc(100% - 360px);
    padding: 0 60px;
}

/*=======CART TOP=========*/
.cartTop{
    float:left;
    margin-left: 15px;
}
.cartTop a{
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 50px;
    position: relative;
    color:#ffffff;
    height: 45px;
    width: 50px;
    background-color: #3f3691;
}
.cartTop a:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal;
    border-radius: 4px;
}
.cartTop .sl{
    font-weight: bold;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #000;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
}
/*=========HOTLINE TOP=======*/
.hotlineTop{
    float:left;
    margin-left: 30px;
    padding-left: 25px;
    margin-left: 25px;
    border-left:solid 1px rgba(255,255,255,0.4);
}
.hotlineTop a{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-left: 70px;
    position: relative;
    background: url(../images/bg-hotline.png) no-repeat center left;
}
.hotlineTop a:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    left: 13px;
    color: #ffffff;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    padding-top: 5px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal;
}
.hotlineTop .t1 {
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #ffffff;
}
/*==========TOOLS MOBILE=======*/

/*========HOTLINE MOBILE=====*/
/*========PHONE MOBILE=====*/
.cartMobile{
    float:left;
    margin-left: 10px;
    position: relative;
}
.cartMobile a {
    display: block;
    text-align: center;
    border-radius: 5px;
}
/*=======MENU NAV======*/


/* 

*/
/* 
 */
.menuNav{
    width:-webkit-calc(100% - 220px);
    width:-moz-calc(100% - 220px);
    width:-o-calc(100% - 220px);
    width:calc(100% - 220px);
    justify-content: space-between;
    align-content: center;
    align-items: center;
    display: flex;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menuNav > ul{
    /* height: 60px; */
    display: flex;
    align-items: center;
    width: 60%;
    height: 50px;
    line-height: 40px;
}
.menuNav > ul > li{
    position: relative;
    display: inline-block;
}
.menuNav > ul > li::before{
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: rgba(0,0,0,0.1);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.menuNav > ul > li:last-child::before{
    display: none;
}
.menuNav .menuHotline{
    width: 40%;
    text-align: right;
    padding: 0 15px;
    font-size: 18px;
    line-height: 27px;
}
.menuNav .menuHotline .icon{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
}
.menuNav .menuHotline a{
    color: #ec1a23;
    font-weight: 900; 
}
.menuNav > ul > li > a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.menuNav > ul > li > a::after{

}
.menuNav ul li img {
    margin: 0 auto;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.menuNav ul li span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.menuNav > ul > li.active> a,
.menuNav > ul > li:hover>a{
     /* background: #ec1a23; */
     /* border: 1px solid #ec1a23; */
     /* color: #fff; */
}
.menuNav > ul > li.active> a::after,
.menuNav > ul > li:hover> a::after{

}
.menuNav ul li:hover .subMenuNav{
    opacity: 1;
    visibility: initial;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menuNav .subMenuNav{
    position: absolute;
    min-width: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.42);
    top:100%;
    left:0;
    z-index: 2;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menuNav .subMenuNav li{
    display: block;
}
.menuNav .subMenuNav li a{
    display: block;
}
.menuNav ul li.right .subMenuNav{
    right:0;
    left:initial;
}
.boxSubMenu .title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
}
.trademark {
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
}
.trademark .row{
    margin: 0 -10px;
}
.trademark .row *[class^="col-"]{
    padding:0 10px;
}
.trademark .markt {
    height: 50px;
    border: solid 1px #e4e4e4;
    margin-bottom: 20px;
    position: relative;
}
.trademark .markt img{
    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%);
    max-width: 65%;
    max-height: 65%;
    height:initial;
    width:100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.trademark .markt a:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.trademark .markt:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.listSubMenu ul li{
    float:none;
    width:initial;
    margin-bottom: 5px;
}
.listSubMenu ul li a{
    color:#333333;
    padding:0;
    padding-left: 20px;
    position: relative;
    font-weight: normal;
    text-align: left;
}
.listSubMenu ul li a:before{
    content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 18px;
}
.listSubMenu ul li a:hover{
    background: initial;
    color:#ec1a23;
}
/*==================END HEADER=====================*/
/*=================BEGIN BREADCRUMB================*/
.breadcrumb {
    background: none;
    padding: 12px 0;
    margin: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumb ul li {
    padding: 0;
    margin: 0px 12px;
    float: none;
    position: relative;
    color:#666666;
    font-size: 14px;
    line-height: 22px;
}
.breadcrumb ul li:first-child{
    margin-left:0;
}
.breadcrumb ul li a {
    font-size: inherit;
    line-height: inherit;
    color:inherit;
    font-weight: inherit;
}
.breadcrumb ul li a:hover{
    color:#ec1a23;
}
.breadcrumb ul li:after {
    content: "/";
    font-family: FontAwesome;
    position: absolute;
    right: -18px;
    top: 0;
    color: #333333;
    font-size: 16px;
}
.breadcrumb ul li:last-child{
    margin-right: 0;
}
.breadcrumb ul li:last-child:after{
    content:initial;
}
/*=================END BREADCRUMB==================*/
/*==================BEGIN BOX MID==================*/

/*==================END BOX MID====================*/
/*================BEGIN : SELECT J=================*/
.subAlPage{
    margin-bottom: 30px;
}
.select-j {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.select-j .title {
    padding: 10px 20px;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    border-radius: 3px;
}
.select-j .title:before{
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
    color:#000000;
}
.select-j .title:hover {
    cursor: pointer;
}
.select-j .content {
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    overflow: auto;
    z-index: 2;
    padding: 0 40px;
    border-radius: 3px;
    display: inline-block;
}
.select-j .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.select-j .content ul li a {
    padding: 11px 15px;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 27px;
}
.select-j .content ul li a::before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #d71921;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.select-j .content ul li:hover a::before, .select-j .content ul li.active a::before{
    width: calc(100% - 30px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*================BEGIN: SELECT J==================*/
/*================BEGIN PAGINATION=================*/
.pagination{
    margin-top: 20px;
}
.pagination ul li span.pagecur, .pagination ul li a{
    border:none;
    background: #f6f6f6;
    border-radius: 3px;
}
.pagination ul li a:hover, .pagination ul li span.pagecur{
    background: #d9252c;
    color:#FFFFFF;
}
/*================END PAGINATION===================*/
/*================BEGIN BOX PRODUCT================*/
.boxProduct{

}
.boxProduct .title {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.boxProduct .title .titleL .logo_icon{
    height: 44px;
    width: 44px;
    position: relative;
}
.boxProduct .title .titleL .logo_icon::before{
    content: '';
    background-image: url(../images/logo_icon.jpg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.boxProduct .title .titleL {
    float: left;
}
.boxProduct .title .titleR{
    float: right;
}
.boxProduct .title .titleL h2,
.boxProduct .title .titleL h1{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 100px 10px 30px;
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 30px;
    min-height: 44px;
    position: relative;
    background-color: #f44236;
    color: #fff;
}

.vnt_product .boxProduct .title .titleL h2,
.vnt_product .boxProduct .title .titleL h1{
    padding: 10px 30px 10px 30px;
}
.vnt_product .boxProduct .title .titleL h2::after,
.vnt_product .boxProduct .title .titleL h1::after{
    display: none;
}
.boxProduct.nobg .title .titleL h2,
.boxProduct.nobg .title .titleL h1{
    padding: 10px 20px 10px 20px;
    background-image: none;
}

/*================END BOX PRODUCT==================*/
/*================BEGIN PRODUCT====================*/
.product{
    padding: 15px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}
.product::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/triangle2.svg') no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(9,2.5,1);
    transform: scale3d(9,2.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;
    z-index: 1;
}
.product:hover::before{
    opacity: 0.6;
    -webkit-transform: scale3d(1,1.6,1);
    transform: scale3d(1,1.6,1);
}
.product .img{
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.product .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 75%;
    max-height: 75%;
    /* width:100%; */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product .tend h3{
    font-size: 14px;
    line-height: 23px;
    color:#333;
    font-weight: normal;
    height:46px;
    overflow: hidden;
}
.product .star ul li{
    float:left;
    margin-right: 5px;
    color:#ffcc00;
}
.product .price{
    margin-top: 10px;
}
.product .price .normal{
    font-size: 14px;
    line-height: 22px;
    color:#333333;
    display: block;
    text-decoration: line-through;
}
.product .price .reduce{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color:#d10000;
    display: block;

}
.product .price .reduce span:last-child, .product .price .normal span:last-child{
    text-transform: uppercase;
    margin-left: 5px;
}
.product .ribbon {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
}
.product .ribbon .rib {
    text-transform: uppercase;
    color: #ffffff;
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    -webkit-animation: quick-alo-circle-img-anim 2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 2s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 2s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 2s infinite ease-in-out;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
  }
  @-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
  }
  @-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
  }
  @keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
  }
.product .ribbon .rib i{
    font-size: 20px;
    line-height: 35px;
}
.product .link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.product .ifi {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.product:hover .ifi{
    opacity: 1;
    visibility: inherit;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.product .ifi .caption{
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cacaca;
}
.product .attr {
    color: #666666;
}
.product .attr ul li{
    margin-bottom: 10px;
}
.product .attr .att{
    float:left;
    width: 95px;
    margin-right: 5px;
    text-transform: uppercase;
}
.product .attr .att:after{
    content: ":";
    float:right;
}
.product .attr .ats{
    overflow: hidden;
}
/*================END PRODUCT======================*/
/*================BEGIN MENU SIDEBAR===============*/
.menuSidebar{
    margin-bottom: 20px;
}
.menuSidebar .title {
    font-size: 16px;
    line-height: 24px;
    background: #d51720;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #ffffff;
}
.menuSidebar ul{
    border: solid 1px #dddddd;
    border-top: none;
}
.menuSidebar ul li a {
    display: block;
    font-weight: bold;
    padding: 12px 15px;
    border-bottom: solid 1px #dddddd;
    border-left:solid 3px #ffffff;
}
.menuSidebar ul li:last-child a{
    border-bottom: none;
}
.menuSidebar ul li{
    position: relative;
}
.menuSidebar ul li::before{
    content: '';
    height: 0%;
    width: 3px;
    background-color: #ec1a23;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menuSidebar ul li:hover::before, .menuSidebar ul li.active::before{
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0%;
}
.menuSidebar ul li.active a, .menuSidebar ul li:hover>a{
    color:#ec1a23;
}
.menuSidebar ul li ul li a{
    background: #303030;
    font-weight: normal;
    border:none;
    padding-left: 45px;
    border-bottom: solid 1px #454545;
    position: relative;
}
.menuSidebar ul li ul li a:before{
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#ffffff;
    left:25px;
    font-size: 5px;
}
.menuSidebar ul li ul li.active a,
.menuSidebar ul li ul li:hover a{
    color:#b35de4;
}
/*================END MENU SIDEBAR=================*/
/*================BEGIN SLIDE SIDEBAR==============*/
.mostSidebar{
    margin-bottom: 20px;
}
.mostSidebar .title {
    font-size: 16px;
    line-height: 24px;
    background: #eaeaea;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}
div#slideMostSidebar .slick-arrow {
    width: 20px;
    height: 30px;
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
div#slideMostSidebar .slick-prev{
    left:10px;
}
div#slideMostSidebar .slick-next{
    right:10px;
}
div#slideMostSidebar .slick-arrow:before{
    font-family: FontAwesome;
    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%);
    font-size: 55px;
    line-height: 63px;
    color:#999999;
}
div#slideMostSidebar .slick-prev:before{
    content: "\f104";
}
div#slideMostSidebar .slick-next:before{
    content: "\f105";
}
/*================END SLIDE SIDEBAR================*/
/*================BEGIN BANNER SIDEBAR=============*/
.bannerSidebar img{
    margin-bottom: 20px;
}
.bannerSidebar a{
    position: relative;
    display: block;
    overflow: hidden;
}
.bannerSidebar a::after{
    content: '';
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.bannerSidebar a:hover::after{
    -webkit-animation: circle 1s;
	animation: circle 1s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
/*================END BANNER SIDEBAR===============*/
/*======================BOX SIDEBAR HOME=====================*/
.boxSidebarHome{
    background: #ffffff;
    margin-bottom: 10px;
}
.boxSidebarHome .title {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    background: #784595;
    padding: 9px 20px;
    text-transform: uppercase;
}
.boxSidebarHome .content{
    padding: 10px 20px;
}
/*==================SUPPORT SIDEBAR HOME===============*/
.supportSidebar .tit{
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color:#333333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.supportSidebar img{
    margin-right: 20px;
}
.supportSidebar .name{
    font-size: 15px;
    line-height: 23px;
    color:#222222;
    margin-top: 3px;
}
.supportSidebar .phone{
    color:#f12626;
    font-size: 18px;
    line-height: 26px;
}
.supportSidebar .div_sup {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #efefef;
}
/*==================STATITIS SIDEBAR=================*/
ul.box_statistics li{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
}
ul.box_statistics span {
    text-align: right;
    padding-right: 30px;
    display: block;
    width: 140px;
    float: left;
}
ul.box_statistics b {
}
/*==================BEGIN FOOTER===================*/
/*========TOOL BOT=======*/
.vnt-toolsbot {
    margin-bottom: 25px;
    background: #ec1a23;
}
.gridTB:after{
    content: "";
    display: block;
    clear: both;
}
.gridTB{
    display: flex;
    align-items: center;
    align-content: center;
}
.gridTB .col1{
    float:left;
    width: 24%;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 72px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.gridTB .col2{
    float:left;
    width: 34%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    align-content: center;
}
.gridTB .col3{
    width: 42%;
    float:left;
    padding-left: 15px;
    display: flex;
    align-items: center;
    align-content: center;
}
.gridTB .col3 .formRecive{
    width: 100%;
}
.input-group-on{
    width:1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.formRecive {
    padding: 10px 0px;
}
.formRecive .txt {
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
}
.formRecive .txt .txt-title{
    text-transform: uppercase;
    font-size: 16px;
}
.formRecive .txt .txt-content{
    font-size: 12px;
    line-height: 1.4;
}
.formRecive .input-group{
    float: left;
}
.formRecive input{
    width:100%;
    height:40px;
    padding-left: 15px;
    border:none;
}
.formRecive button {
    width: 95px;
    height: 40px;
    border: none;
    background: #d51720;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.social .txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 20px;
}
.social ul li{
    float:left;
    margin-right: 20px;
}
.social ul li:last-child{
    margin-right: 0;
}
.social ul li a {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 23px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: relative;
}
.social ul li a i{
    line-height: 42px;
}
.social ul li a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.social ul li a:hover::before{
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 1;
    visibility: initial;
}
/*===========BOT===========*/
#vnt-footer{
    border-top: 3px solid #d71921;
    background-color: #f7f7f7;
}
.footer_content{
    padding: 50px 0 40px;
 
    position: relative;
    z-index: 1;
}
.footer_content::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url('../images/bgFooter.png');
    background-size: 30% 80%;
    background-position: bottom center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.footer_bot{
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_bot .leftBoot{
    display: flex;
    flex-wrap: wrap;
}
.footer_bot .wrapper{
    display: flex;
    justify-content: space-between;
}
.footer_bot .copyright{

}
.footer_bot .copyright p{
    padding: 0;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
}
.footer_bot .copyright p strong{
    font-weight: bold;
    font-style: normal;
}
.footer_bot .linkBoot ul{
    display: flex;
    font-size: 13px;
    line-height: 21px;
}
.footer_bot .linkBoot ul li{
    margin-left: 45px;
}
.footer_bot .linkBoot ul li a{
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.footer_bot .linkBoot ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #555555;
    border-radius: 100%;
}
.footer_bot .rightBoot {

}
.footer_bot .rightBoot ul{
    display: flex;
    flex-wrap: wrap;
}
.footer_bot .rightBoot ul li{
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    line-height: 21px;
}
.footer_bot .rightBoot ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 1px;
    height: 50%;
    background-color: #555555;
}
.footer_bot .rightBoot ul li:first-child::before{
    display: none;
}
.footer_bot .rightBoot ul li .number{
    font-weight: bold;
}

.gridBB:after{
    content: "";
    display: block;
    clear: both;
}
.gridBB .col1{
    float:left;
    padding:0 10px;
    width: 33.3333%;
}
.gridBB .col2{
    float:left;
    padding:0 10px;
    width: 25%;
}
.gridBB .col3{
    float:left;
    padding:0 10px;
    width: 16.66666%;
}
.boxBot .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #d51720;
    text-transform: uppercase;
}

.boxBot .phone_contact{

}
.boxBot .phone_contact a{
    font-size: 32px;
    color: #db0000;
    line-height: 32px;
    font-weight: bold;
}
.boxBot .time_work{
    margin-bottom: 20px;
}
.boxBot .info_campany li{
    padding-left: 30px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    font-size: 15px;
    color: #555555;
    line-height: 23px;
}
.boxBot .info_campany li a{
    color: #555555; 
}
.boxBot .info_campany .icon::before{
    position: absolute;
    left: 0;
    color: #333333;
    font-family: FontAwesome;
}
.boxBot .info_campany .icon::after{
    content: ':';
    position: absolute;
    left: 20px;
    top: 0;
}
.boxBot .info_campany .icon.icon_map::after{
    display: none;
}
.boxBot .info_campany .icon_map a{
    padding: 10px 20px 10px 30px;
    border: 1px solid #828282;
    color: #000;
    position: relative;
    font-size: 14px;
}
.boxBot .info_campany .icon_map a:hover{
    color: #fff;
}
.boxBot .info_campany .icon_map a::before{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
/*===========BOT LINK=======*/
.botLink ul li{
    margin-bottom: 7px;
    position: relative;
}

.botLink ul li a{
    display: block;
    color:#555555;
    text-transform: uppercase;

}
.botLink ul li a:hover{
    color:#ec1a23;
}
.socialFoot li{
    margin-bottom: 5px;
}
.socialFoot li a{
    color: #555555;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    align-content: center;
    padding-left: 25px;
    position: relative;
}
.socialFoot li:hover a{
    color:#ec1a23;
}
.socialFoot li a .fa{
    font-size: 15px;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.socialFoot li.showMo a{
    text-transform: uppercase;
    font-style: italic;
    padding-left: 0;
}
/*=========SUPPORT BOT=======*/
.supportBot p {
    padding: 0;
    color:#666666;
}
.supportBot p.line{
    font-size: 20px;
    line-height: 28px;
}
/*========ADDRESS===========*/
.vnt-foot {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cccccc;
}
.address .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #f44236;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.address ul li {
    padding-left: 40px;
    color: #666666;
    margin-bottom: 5px;
    position: relative;
}
.address ul li:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.address ul li:after{
    content: ":";
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.address ul li a{
    display: block;
    color:inherit;
    font-size: inherit;
    line-height: inherit;
}
/*==========METHOD BOT=======*/
.methodBot{
    margin-bottom: 15px;
}
.methodBot .t{
    color:#999999;
    margin-bottom: 10px;
}
/*==========COPYRIGHT=========*/
.copyright .copy {
    display: block;
    color:#666666;
    font-size: 13px;
    line-height: 21px;
}
.copyright .copy strong{
    color:#f44236;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.copyright .tkw a {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}
.copyright .tkw strong a{
    color:#f44236;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
}
/*========MENU FOOT=========*/
.vnt-menufoot {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cccccc;
}
.vnt-menufoot ul li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #cccccc
}
.vnt-menufoot ul li:last-child {
    border: none;
    margin-right: 0;
    padding-bottom: 0
}
.vnt-menufoot ul li a {
    display: block;
}
.mc-menu-foot {
    position: relative;
    cursor: pointer;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: solid 1px #cccccc;
    color:#666666;
}
.mc-menu-foot:before {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
/*========CONG THUONG========*/
.congthuong {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 20px;
    max-width: 120px;
}

.congthuong .txt p {
    padding: 0;
    font-style: italic;
    color:#666666;
}
.congthuong .txt p span{
    color:#666666;
}
.congthuong .b-text p{
    padding: 0;
    font-size: 12p.15x;
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    color: #888888;
}
/*==================END FOOTER=====================*/
/*==================GO TOP=========================*/
a.go_top {
    width: 45px;
    height: 45px;
    position: fixed;
    background: #FFFFFF;
    bottom: 100px;
    right: 10px;
    border-radius: 100%;
    z-index: 11;
    border:solid 1px #ec1a23;
}
a.go_top:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    color:#ec1a23;
    top: 50%;
    left: 50%;
    font-size: 25px;
    line-height: 38px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bounce 1.2s 500ms infinite;
    -o-animation: bounce 1.2s 500ms infinite;
    animation: bounce 1.2s 500ms infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-80%);}
    60% {transform: translate(-50%,-60%);}
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-80%);}
    60% {-webkit-transform: translate(-50%,-60%);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-80%);}
    60% {-moz-transform: translate(-50%,-60%);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-80%);}
    60% {-o-transform: translate(-50%,-60%);}
}
.boxProduct.boxProductDrop .title .titleL{
    position: relative;
}
.boxProduct .title .titleL .logo_icon{
    height: 46px;
    width: 46px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    z-index: 11;
    background-color: #fff;
}
.boxProduct.boxProductDrop .title .titleL h2{

}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*===========BEGIN: COMMENT=============*/
.comment{
    margin-bottom: 20px;
}
.comment .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #0a69a6;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
    white-space: nowrap;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #263415;
    font-size: 7px;
}
.conmment-facebook {
    margin-bottom: 25px;
}
.conmment-facebook img{
    width:100%;
}
/* box comment */
.box-comment .title{
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}
.box-comment .title h3{
    font-weight: 400;
}
.boxProduct.box_other .title .titleL h2::after, .boxProduct.box_other .title .titleL h1::after{
    display: none;
}
.ml15 {
    text-transform: uppercase;
  }
  .ml15 span {
    display: inline-block;
    line-height: 1.4;
  }
/* 

*/
.boxProduct .title {
    /* margin-right: 90px; */
}
.boxProduct.box_other .title{
    margin-right: 0;
}
.boxProduct.boxProductDrop .title{
    margin-right: 0;
}
.boxProduct.boxProductDrop .title .titleL{
    border-top: 3px solid #ec1a23;
    float: none;
    background-color: #fff;
    margin-bottom: 2px;
}
.boxProduct.boxProductDrop .title .titleL h2{

    position: relative;
}
.boxProduct.boxProductDrop .title .titleR{
    display: block;
    float: none;
    clear: both;
}
/*  */
.searchTop{
    /* margin-right: 30px; */
}
.searchTop .icon{
    cursor: pointer;
}
.searchTop .icon img{
    mix-blend-mode: difference;
}
.searchTop .popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1111;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
 
}
.searchTop.active .popup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;

}
.searchTop .popup .wrapper{
    width: 100%;
}
.searchTop .popup form{
    position: relative;
}
.searchTop .popup form:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 1px #ffffff;
    -webkit-transition: all 0.3s linear 1.3s;
    -o-transition: all 0.3s linear 1.3s;
    transition: all 0.3s linear 1.3s;
}
.searchTop.active .popup form:before{
    right:0;
}
.searchTop .popup input{
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 27px;
    color:#ffffff;
    background: none;
    border:none;
    font-weight: 300;
    font-style: italic;
}
.searchTop .popup .place{
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    color:#ffff;
    position: absolute;
    left:0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 300;
    font-style: italic;
    width:0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.searchTop form.fd-active .place{
    opacity: 0;
    visibility: hidden;
}
.searchTop.active .popup .place{
    animation: typing 2.5s steps(40, end) forwards 0.3s;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.searchTop .popup .closez{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.searchTop .popup .closez:before,
.searchTop .popup .closez:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
}
.searchTop.active .popup .closez:before,
.searchTop.active .popup .closez:after{
    -webkit-transition: all 0.3s linear 1s;
    -o-transition: all 0.3s linear 1s;
    transition: all 0.3s linear 1s;
}
.searchTop .popup .closez:before{
    top: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.searchTop .popup .closez:after{
    top: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.searchTop.active .popup .closez:before{
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.searchTop.active .popup .closez:after{
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

/*  */

.vntHeader{

}
.vntHeader .topHeader{
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 112;
}
.topHeader > .wrapper{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.topHeader .namCamLetf{
    width: 200px;
}
.topHeader .conRightTool{
    width: calc(100% - 200px);
}
.topHeader .namCamLetf h2{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}
.topHeader .namCamLetf h2 a{
    color: #d71921;
}
.topHeader .conRightTool > ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.topHeader .conRightTool > ul > li{
    padding: 5px 15px;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.topHeader .conRightTool li:last-child{
    border-right: none;
    padding-right: 0;
}
.topHeader .conRightTool li a{
    display: flex;
    align-items: center;
    align-content: center;
}
.topHeader .conRightTool li .icon, .topHeader .conRightTool li .img{
    margin-right: 8px;

}
.topHeader .conRightTool li .icon .fa{
    font-size: 18px;
    line-height: 27px;
    color: #939393;
}
.topHeader .conRightTool .phoneHeade{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.topHeader .conRightTool .phoneHeade a{
    color: #d71921;
    font-weight: bold;
}
.topHeader .phoneHeade .num{
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: 5px;
}

/*  */
.mainHead{
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    z-index: 111;
}
.mainHead.fixed{
    padding: 5px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.mainHead.fixed .logo{
    width: 98px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mainHead .wrapper{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

/*  */
.languageTop {
    position: relative;
	z-index: 111;
}
.languageTop .iconLang{
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
	color: #fff;
}

.languageTop .iconLang span{
    width: 25px;
	display: block;
}
.languageTop .popup{
    position: absolute;
    top: 40px;
    right: 0;
    width: 150px;
    background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.languageTop.active .popup{
	opacity: 1;
	visibility: initial;
	top: 30px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.languageTop .popup li a{
    display: flex;
    padding: 10px;
    align-content: center;
}
.languageTop .popup li a img{
    width: 25px;
    height: 20px;
}
.languageTop .popup li a span{
    margin-left: 10px;
}
/*  */
.memberTop{
    position: relative;
}
.memberTop .icon{
    cursor: pointer;
    padding-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}
.memberTop .icon::before{
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    color: #333333;
}
.memberTop .icon .t1{
    position: relative;
    display: inline-block;
}

.memberTop .popup {
    background: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    margin-top: 5px;
    right: -15px;
    z-index: 18;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    width: 290px;
}
.memberTop.active .popup {
    opacity: 1;
    visibility: initial;
}
.memberTop .listNot{
    padding: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.memberTop .listNot ul li{
    margin-bottom: 10px;
}
.memberTop .listNot ul li:last-child{
    margin-bottom: 0;
}
.memberTop .listNot ul li a {
    display: block;
    text-align: center;
    background: #d71921;
    text-transform: uppercase;
    padding: 9px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.memberTop .listNot ul li a:hover{
    background: #333333;
    color:#ffffff;
}
.memberTop .listNot ul li a.v2{
    background: #eeeeee;
    color: #333333;
}
.memberTop .listNot ul li a.v2:hover{
    background: #d71921;
    color: #ffffff;
}
.memberTop .listSocial{
    padding: 15px;
}
.memberTop .listSocial .soc,
.memberTop .listSocial .txt{
    margin-bottom: 10px;
}
.memberTop .listSocial a{
    display: block;
    padding:9px 10px;
    padding-left: 50px;
    position: relative;
    color:#ffffff;
    background: #666666;
}
.memberTop .listSocial a:before{
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: #4b64a5;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    z-index: 2;
}
.memberTop .listSocial a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    z-index: 1;
    background: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.memberTop .listSocial a span{
    position: relative;
    z-index: 3;
}
.memberTop .listSocial a:hover{
    color:#ffffff;
}
.memberTop .listSocial a:hover:after{
    right:0;
}
.memberTop .listSocial a.fa-facebook{
    background: #6b86cd;
}
.memberTop .listSocial a.fa-facebook:before,
.memberTop .listSocial a.fa-facebook:after{
    background: #4b64a5;
}

.memberTop .listSocial a.fa-google{
    background: #f4664e;
}
.memberTop .listSocial a.fa-google:before,
.memberTop .listSocial a.fa-google:after{
    background: #df4930;
}
.memberTop .user {
    padding: 15px 15px;;
    border-bottom: solid 1px #e5e5e5;
}
.memberTop .user .avatar{
    width: 45px;
    height: 45px;
    border:solid 1px #2d87ff;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    left: 15px;
    overflow: hidden;
}
.memberTop .user .name{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.memberTop .user .stt{
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    color:#999999;
}
.memberTop .list{
    padding: 20px;
}
.memberTop .list ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.memberTop .list ul li:last-child{
    margin-bottom: 0;
}
.memberTop .list ul li:before{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666666;
}
.memberTop .list ul li a span{
    font-weight: bold;
    color:#e40000;
}
.memberTop .logout a {
    display: block;
    text-align: center;
    background: #f2f2f2;
    text-transform: uppercase;
    padding: 9px 10px;
    text-align: center;
    justify-content: center;
}
.memberTop .logout a:hover{
    color:#ffffff;
    background: #444444;
}
.memberTop .icon .t2{font-size: 12px;line-height: 20px;color: #999999;}

/* footer */
.styBtn .slick-arrow{
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 100%;
    background-color: #d71921;
    z-index: 1;
}
.styBtn .slick-arrow::before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    line-height: 45px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffff;
}
.styBtn .slick-next::before{
    content: "\f105";
}
.styBtn .slick-prev::before{
    content: "\f104";
}
/*  */
.titleAll{
    text-align: center;   
    position: relative;
    margin-bottom: 40px;
}
.titleAll::before{
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left:0;
    right: 0;
    transform: translateY(-50%);
    height: 50px;
    background-image: url('../images/boxra.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.titleAll .tileLine{
    display: inline-block;
    padding: 15px 25px;
    position: relative;
    border-radius: 5px;
    background-color: #d9252c;
}

.titleAll .tileLine::before{
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width:0px;
    height:0px;
    border-bottom:15px solid transparent;
    border-top:15px solid transparent;
    border-right:15px solid #d9252c; /* Tam giác phải được đổ màu */
}
.titleAll .tileLine::after{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width:0px;
    height:0px;
    border-bottom:15px solid transparent;
    border-top:15px solid transparent;
    border-left:15px solid #d9252c; /* Tam giác trái được đổ màu */
}
.titleAll .tileLine h2, .titleAll .tileLine h1{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'Calistoga';
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.titleAll.titleAllRes::before{
    display: none;
}
.titleAll.titleAllRes .tileLine h2{
    font-size: 20px;
    line-height: 30px;
}
/*  */
.dateAll{
    background-color: #d9252c;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
}
.dateAll::before{
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #ffff;
}
.dateAll .day{
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.dateAll .mounth{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}
/*  */
.menuToggleMb{
    background-color: #f7f7f7;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.menuToggleMb .icon{
    padding: 10px 30px 10px 15px;
    color: #fff;
    background-color: #d9252c;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
} 
.menuToggleMb .icon::before{
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.menuToggleMb .submenuMb{

}
.menuToggleMb .submenuMb{
    display: block;
} 
.menuToggleMb .submenuMb li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} 
.menuToggleMb .submenuMb li:last-child{
    border-bottom: none;
}
.menuToggleMb .submenuMb li ul{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}
.menuToggleMb .submenuMb li a{
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px;
}
.menuToggleMb .submenuMb > ul > li > a, .menuToggleMb .submenuMb > ul > li> .m-sub  > a{
    text-transform: uppercase;
    font-weight: bold;
}
.menuToggleMb .submenuMb > ul > li > a::before, .menuToggleMb .submenuMb > ul > li > .m-sub > a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background-color: #d9252c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
}
.menuToggleMb .submenuMb > ul > li.active > a::before, .menuToggleMb .submenuMb > ul > li.active > .m-sub > a::before, .menuToggleMb .submenuMb > ul > li:hover > a::before, .menuToggleMb .submenuMb > ul > li:hover > .m-sub > a::before{
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menuToggleMb .submenuMb > ul > li > .m-sub{
    position: relative;
    cursor: pointer;
}
.menuToggleMb .submenuMb > ul > li > .m-sub .button-submenu{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
}
.menuToggleMb .submenuMb > ul > li > .m-sub .button-submenu::after{
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    font-size: 17px;
}
.menuToggleMb .submenuMb > ul > li.active > .m-sub .button-submenu::after{
    content: "\f0d8";
}
.menuToggleMb .submenuMb li ul li a{
    padding-left: 40px;
    padding-right: 10px;
    position: relative;
}
.menuToggleMb .submenuMb li ul li a::before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 25px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d9252c;
}
/*==========================================================================*/
.myTools {

}
.myToolsS{
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.myTools .share{
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools .share .txt{
    margin-right: 10px;
}
.myTools .share ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools .share ul li{
    margin-right: 5px;
}
.myTools .share ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}
.myTools .share ul li a:hover{
    border-radius: 0;
}
.myTools .share ul li a i, .myTools .share ul li a img{
    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%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 24px;
}
.myTools .share ul li {
    float: left;
    margin-right: 15px;
}
.myTools .print{
    float:right;
    margin-top: 5px;
}
.myTools .print ul li {
    float: left;
    margin-left: 15px;
}
.myTools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.myTools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*  */
.titleDetail{
    margin-bottom: 40px;
    text-align: center;
}
.titleDetail h1{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.shareDate{
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.shareDateRe{
    justify-content: space-between;
}
.shareDateRe .restLet{
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.shareDate .dateAll{
    margin-right: 20px;
}
.shareDate .myTools .share ul li a{
    background-color: #e5e5e5;
}
.the-content{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.the-content .kyD{
    float: right;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}
.vieworther{
    text-align: center;
}
.ortherAll{
    margin-top: 80px;
}
.sliderOther .slick-prev{
    left: -70px;
}
.sliderOther .slick-next{
    right: -70px;
}
.sliderOther .slick-list{
    margin: 0 -15px;
}
.sliderOther .slick-slide{
    padding: 0 15px;
}
.lazyloading{
    opacity: 0;
}
.lazy-start{
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media all and (min-width: 991px){
    /*beign custom css effect img */
    .effectImg{
        position: relative;
    }
    .effectImgL::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #f8f8f8;
        width: 0%;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
        z-index: 1;
    }
    .effectImgL.bgwhite::before{
        background-color: #ffff;
    }
    .effectImgL.lazyloading::before{
        width: 100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .effectImgR::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 0%;
        z-index: 11;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }
    .effectImgR.lazyloading::before{
        width: 100%;
    }
    .effectImgT::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 0%;
        z-index: 11;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
    }
    .effectImgT.lazyloading::before{
        height: 100%;

    }
    /*end custom css effect img */
}
/* ================================================================= */
/* <=== update upgrade ===> */
.submenuHead {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
/* <=== update upgrade ===> */

/* <=== isubmenuhead ===> */
.isubmenuhead{
    position: relative;
    margin-left: 15px;
}
.isubmenuhead .stitle{
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #d9252c;
    cursor: pointer;
}
.isubmenuhead .stitle span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.isubmenuhead.active .stitle span{
    height: 0;
}
.isubmenuhead .stitle span::before{
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.isubmenuhead.active .stitle span::before{
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.isubmenuhead .stitle span::after{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 24px;
    height: 2px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
}
.isubmenuhead.active .stitle span::after{
    transform: rotate(-45deg);
    top: 0;
    left: 0;
}
.isubmenuhead .sconts{
    position: absolute;
    top: calc(100% + 10px);
    width: 300px;
    background-color: #fff;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    right: -70px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.isubmenuhead.active .sconts{
    opacity: 1;
    pointer-events: auto;
}
.isubmenuhead .sconts li{
    position: relative;
}
.isubmenuhead .sconts li ul{
    position: absolute;
    right: calc(100% + 30px);
    top: 0;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 5px 20px;
}
.isubmenuhead .sconts li ul::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 30px;
}
.isubmenuhead .sconts li:hover > ul{
    opacity: 1;
    pointer-events: auto;
}
.isubmenuhead .sconts li li:hover ul{
    opacity: 1;
    pointer-events: auto;
}
.isubmenuhead .sconts li a{
    border-bottom: 1px solid #e0e0e0;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 0;
}
.isubmenuhead .sconts li:hover > a, .isubmenuhead .sconts li.active > a{
    border-bottom-color: #d8252c;
    color: #d8252c;
}
.isubmenuhead .sconts li:last-child a{
    border-bottom: none;
}
/* <=== isubmenuhead ===> */

.menuTab.active-show {
    background: #92929e;
}
@media all and (max-width: 1440px){
    .sliderOther .slick-prev{
        left: -20px;
    }
    .sliderOther .slick-next{
        right: -20px;
    }
    /* <=== isubmenuhead ===> */
    .isubmenuhead .sconts{
        right: 0px;
    }
    /* <=== isubmenuhead ===> */
}
@media all and (max-width: 1300px){
    .sliderOther .slick-prev{
        left: 0px;
    }
    .sliderOther .slick-next{
        right: 0px;
    }
}
@media all and (max-width: 1200px){

    .wrapperFull{
        padding: 50px;
    }
    .gridBB > div{
        margin-bottom: 10px;
    }
    .topHeader .conRightTool > ul > li{
        padding: 5px 10px;
    }
    /*  */
    .logo{
        width: 100px;
    }
    .topHeader .namCamLetf{
        width: 170px;
    }
    .topHeader .conRightTool{
        width: calc(100% - 170px);
    }
    .topHeader .namCamLetf h2{
        font-size: 16px;
        line-height: 24px;
    }
    .menuTop ul li a{
        font-size: 12px;
        line-height: 20px;
    }
    .menuTop > ul > li > ul{
        min-width: 240px;
    }
    .submenuLv{
        width: 540px;
    }
}
@media all and (max-width: 1170px){
    /* .formRecive .txt .txt-content{
        display: none;
    } */
    .wrapper{
        padding:0 15px;
    }
}
@media all and (max-width: 1100px){
    .menuTop ul li a {
        padding: 6px 5px;
    }
}
@media all and (max-width: 991px){
    .mainHead.fixed{
        padding: 0;
    }
    .ortherAll{
        margin-top: 60px;
    }
    .select-j{
        text-align: left;
    }
    .sliderOther{
        margin-bottom: 90px;
    }
    .sliderOther .slick-list{
        margin: 0 -10px;
    }
    .sliderOther .slick-slide{
        padding: 0 10px;
    }
    .sliderOther .slick-arrow{
        top: initial;
        transform: initial;
        bottom: -70px;
    }
    .sliderOther .slick-prev{
        left: calc(50% - 60px);
    }
    .sliderOther .slick-next{
        right: initial;
        left: calc(50% + 10px);
    }
    .shareDate .dateAll{
        margin-bottom: 20px;
    }
    .shareDate .myTools{
        margin-bottom: 20px;
        /* width: 100%; */
    }
    .shareDate .restRit{
        margin-bottom: 20px;
    }
    
    .shareDate{
        margin-bottom: 20px;
    }
    .the-content{
        font-size: 14px;
        line-height: 22px;
    }
    .titleDetail h1{
        font-size: 20px;
        line-height: 30px;
    }
    .wrapperFull{
        padding: 10px;
    }
    .breadcrumb{
        display: none;
    }
    .select-j .content{
        padding: 0;
        display: none;
    }
    .select-j .content ul{
        padding: 10px 0;
    }
    .select-j .content ul li{
        width: 100%;
    }
    .select-j .content ul li a{
        padding: 7px 15px;
    }
    .select-j .content ul li a::before{
        height: 1px;
    }
    /*  */
    .titleAll .tileLine h2,  .titleAll .tileLine h1{
        font-size: 20px;
        line-height: 30px;
    }
    .titleAll::before{
        display: none;
    }
    .titleAll .tileLine::after, .titleAll .tileLine::before{
        display: none;
    }
    /*  */
    .product::before{
        content: '';
        -webkit-transform: scale3d(9,3.5,1);
        transform: scale3d(9,3.5,1);
    }
    .product:hover::before{
        opacity: 0.6;
        -webkit-transform: scale3d(1,2.2,1);
        transform: scale3d(1,2,1);
    }
    .product .ribbon .rib{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 8px;
    }
    .product .img{
        padding-top: 80%;
    }
    .boxBot .phone_contact a{
        font-size: 28px;
    }

    .logo a img{
        max-width: 90px;
    }
    .logo a span{
        font-size: 20px;
        line-height: 30px;
    }
    .header {
        padding: 0px;
        margin-bottom: 20px;
    }
    .header-tools{
        float:none;
        margin-top: 10px;
    }
    .vnt-toolsbot{
        padding: 10px 0;
    }
    .gridTB{
        display: block;
    }
    .gridTB .col1,
    .gridTB .col2 {
        width: 50%;
        padding-left: 0;
    }
    .gridTB .col3{
        width: 100%;
    }
    .formRecive{
        padding: 0px;
        padding-bottom: 15px;
        /* margin-bottom: 10px; */
        /* border-bottom:solid 1px #ffffff; */
    }
    .gridTB .col1{
        min-height: auto;
        margin-bottom: 15px;
    }
    .formRecive .txt{
        float:none;
        margin: 0;
        margin-bottom: 10px;
    }
    .social{
        padding: 0;
        display: block;
        margin: auto;
    }
    .social:after{
        content: "";
        display: block;
        clear: both;
    }
    .social .txt {
        float: left;
        margin-top: 10px;
    }
    .vnt-bot{
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }
    .boxBot .title{
        margin-bottom: 10px;
    }
    .gridBB .col1,
    .gridBB .col2,
    .gridBB .col3{
        width:50%;
        text-align: left;
        padding: 0 10px;
    }
    .footer_content::before{
        background-size: contain;
        right: 25px;
        bottom: -70px;
    }
    .gridBB .col1 .boxBot{
        border: none;
    }
    .gridBB .col3.text-right .boxBot{
        margin-bottom: 20px;
    }

    .gridBB{
        margin-bottom: 0;
    }
    .gridBB .col1 .boxBot .content{
        display: block;
    }
    .gridBB .col1 .boxBot .title:before{
        display: none;
    }
    .footer_note{
        display: none;
    }
    .vnt-foot .fl, .vnt-foot .fr {
        float: none;
    }
    .vnt-foot .fl.text-left, .vnt-foot .fr.text-right {
        text-align: left;
    }
    .vnt-foot .address{
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom:solid 1px #cccccc;
    }
    .vnt-menufoot {
        padding: 0;
        margin-bottom: 0;
        border: none
    }
    .vnt-menufoot ul {
        display: none
    }
    .vnt-menufoot ul li {
        float: none;
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
        margin-right: 0;
        border: none;
        padding-right: 0
    }
    .vnt-menufoot ul li:before {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .mod-content #vnt-sidebar{
        width:100%;
    }
    .mod-content #vnt-main{
        width:100%;
    }
    .mod-content.home #vnt-sidebar{
        width:100%;
    }
    .mod-content.home #vnt-main{
        width:100%;
    }

    .congthuong{
        display: block;
        margin-bottom: 10px;
    }

    .footer_bot .wrapper{
        display: block;
    }
    .copyright .sub-copyright p{
        padding: 0;
    }
    .gridTB .col1{
        border-right: none;
    }
    a.go_top {
        width: 40px;
        height: 40px;
        bottom: 20px;
    }
    a.go_top:before{
        font-size: 25px;
    }
    .header > .wrapper{
        padding: 0px;
        padding-left: 15px;
        margin-bottom: 10px;
        border-bottom: 2px solid rgba(0,0,0,0.1);
        position: static;
        top: -30px;
        background-color: #fff;
    }

    /*  */
    .languageTop{
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
	.languageTop .iconLang span{
		width: 25px;
    }
    .languageTop .popup{
		right: 0;
		left: initial;
		top: 100%;
	}
	.languageTop.active .popup{
		top: 100%;
    }
    /*  */
    .memberTop{
        margin-right: 10px;
    }
    .memberTop .icon .t1,
    .memberTop .icon .t2{
        display: none;
    }
    /*  */
    .mainHead{
        padding: 0;
    }
    .mainHead .submenuMb{
        display: flex;
        align-content: center;
        align-items: center;
    }
    .mainHead .wrapper{
        padding-right: 0;
    }
    /*  */
    .footer_content{
        padding: 40px 0 20px;
    }
    .footer_bot .copyright{
        margin-bottom: 20px;
    }

    /*  */
    .memberTop .popup{
        top: initial;
        bottom: 100%;
    }
    .memberTop .listNot ul li{
        width: 100%;
    }
    /*  */
    .dateAll{
        padding: 5px 10px;
    }

    .dateAll .day{
        font-size: 18px;
    }
    .dateAll .mounth{
        font-size: 10px;
        line-height: 15px;
    }

}
@media all and (max-width: 768px){
    .boxProduct .title .titleL h2,
    .boxProduct .title .titleL h1{
        padding: 10px 20px 10px 20px;
    }
    .footer_bot{
        padding: 20px 0;
        position: relative;
        z-index: 1;
    }
}
@media all and (max-width: 650px){

    .gridTB .col1,
    .gridTB .col2, .gridTB .col3 {
        width: 100%;
        padding-left: 0;
    }
    .titleAll .tileLine{
        width: 100%;
        display: block;
        padding: 12px 10px;
    }
    .gridBB .col1,
    .gridBB .col2,
    .gridBB .col3{
        width:100%;
    }

    .footer_bot .linkBoot ul li:first-child{
        margin-left: 0;
    }
    .footer_bot .copyright{
        margin-bottom: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .comment {
        margin-bottom: 20px;
    }
    .boxComment .textarea {
        background: #FFF;
        border: 1px solid #d0d0d0;
        min-height:98px;
        border-radius:0;
        color:#666;
    }
    .boxComment .div_name {
        padding: 10px 0;
    }
    .boxComment input {
        height: 38px;
        border-radius: 0px;
        border: 1px solid #d0d0d0;
        background: #FFF;
        color:#666;
    }
    .div_btn_comment button {
        height: auto;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        padding: 7px 15px;
        background: #333;
        border: 0px;
        cursor: pointer;
        outline:none;
    }
    .info_hidden .info-title {
        margin-top:10px;
    }

    .divCommentList {
        overflow: auto;
        padding: 5px 0;
    }
    .list_comment {
        padding-bottom: 10px;
        margin: 10px 0;
        display: block;
        background: url(../images/no_avatar.png) left top no-repeat;
        padding-left: 65px;
        border-bottom: 1px solid #e5e5e5;
    }
    .list_comment .c-desc {
        text-align: justify;
        padding: 5px 0px;
    }
    .list_comment .c-date {
        color: #666;
        font-weight: normal;
        font-size: 11px;
    }
    .divWrite_sub {
        display: none;
        margin-top: 10px;
    }
    .c-title {
        color: #1e6600;
        font-weight: bold;
        font-size: 14px;
    }
    .divCommentList_Sub {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .list_comment_sub {
        padding: 10px;
        display: block;
        background: #f2f2f2;
        padding-left: 75px;
        position: relative;
        margin-top:1px;
    }
    .list_comment_sub:before {
        content: '';
        height: 55px;
        width: 55px;
        z-index: 100;
        display: inline-block;
        position: absolute;
        background: url(../images/no_avatar.png) left top no-repeat;
        top: 10px;
        left: 10px;
    }
    .list_comment .c-desc {
        text-align: justify;
        padding: 5px 0px;
        color: #666;
    }
}
@media all and (max-width: 460px){

    .social .txt{
        float:none;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .social ul li a {
        width: 40px;
        height:40px;
    }

}

/*  */
