/* popupInfo */
.popupInfo{
	display: none;
	overflow: initial;
	padding: 0;
	width: 100%;
}
.popupInfo .titlePop{
	background-color: #f5f5f5;
	text-align: center;
	padding: 10px;
}
.popupInfo .titlePop h2{
	font-size: 28px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.popupInfo .titlePop h2 span{
	color: #0f5dad;
	display: inline-block;
	margin-right: 10px;
}
.popupInfo .contentPop{
	padding: 30px 50px;
}
.popupInfo .contentPop .row{
	margin: 0 -50px;
}
.popupInfo .contentPop .row > div{
	padding: 0 50px;
}
.popupInfo .contentPopPd{
	padding: 30px 20px;
}
.popupInfo .contentPop .nameNg{
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.popupInfo .contentPop .nameNg .colorD{
	font-weight: bold;
}
.popupInfo .contentPop table{
	width: 100%;
}
.popupInfo .contentPop table thead{
	background-color: #1c89c6;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.popupInfo .contentPop table thead th{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.popupInfo .contentPop table thead th:last-child{
    border-right-color: #1c89c6;
}
.popupInfo .contentPop table tbody{
	border-top: 1px solid rgba(0,0,0,0.8);
	border-left: 1px solid rgba(0,0,0,0.8);
}
.popupInfo .contentPop table tbody td{
	border-right: 1px solid rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.8);
}
.popupInfo .contentPop table td{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.popupInfo .contentPop table th, .popupInfo .contentPop table td{
	padding: 10px 12px;
}
.popupInfo .contentPop .txtPop{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.popupInfo .contentPop .linkPopAcc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popupInfo .contentPop .tableGrip, .popupInfo .contentPop .tableInfo{
	margin-bottom: 20px;
}

.popupInfo .contentPop .lstPop ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 24px;
	color: #898888;
}
.popupInfo .contentPop .lstPop ul li{
	margin: 0 5px;
}
.popupInfo .contentPop .infoLop{
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}
.form-field {
    margin-bottom:10px;
}
.form-field:after{
    content: "";
    display: block;
    clear: both;
}
.form-field label,
.form-button label {
    font-size:14px;
    font-weight:400;
    width: 100%;
    min-height: 1px;
    margin-bottom: 0;
	margin-bottom: 5px;
}
.form-field label span{
    color: #f68428;
}
.form-field .colRight{
    width: 100%;
    overflow: hidden;
}
.form-field .formFa{
    position: relative;
}
.form-field .formFa:before{
    font-family: fontAwesome;
    position: absolute;
    left:15px;
    top: 10px;
    color:#999999;
}
.form-field .fa2line::before{
    content: '';
    background-image: url('../images/line-2.png');
    position: absolute;
    left: 15px;
    top: 18px;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.form-field input,
.form-field textarea, .form-field select {
    width:100%;
    border-radius:3px;
    border: none;
    min-height:45px;
	box-shadow:none;
	padding: 0 10px;
    resize:none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-field select {
	padding: 0 10px;
}
.form-field textarea{
    padding: 10px;
    height: 127px;
}
.form-button {
    margin: 30px 0;
}
.form-button .btnAll button{
	display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #0f5dad;
    border: 1px solid #0f5dad;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    min-width: 180px;
    font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.form-button .btnAll button:hover{
	color: #0f5dad;
    background-color: #ffffff;
}
.conPhoneForm{
	text-align: center;
	font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.conPhoneForm a{
	color: #ff0000;
	font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}
.lstTabPro .hpinfotab{
    padding: 30px 0 60px;
}
.lstTabPro .hpinfotab:nth-child(even){
    background-color: #f6f6f6;
}
.hpinfotab .gripTabOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.hpinfotab .gripTabOne .col{
    padding: 0 15px;
    width: 50%;
}
.hpinfotab .gripTabOne .thumbOne img{
    width: 100%;
} 
.hpinfotab .gripTabOne .col:nth-child(1){
    order: 2;
}
.vhformpro{
    margin-bottom: 30px;
}
/* bldetailinfo */
.bldetailinfo .grdetail{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.bldetailinfo .grdetail > div{
    padding: 0 30px;
}
.bldetailinfo .grdetail .coll{
    width: 51.22%;
}
.bldetailinfo .grdetail .colr{
    width: calc(100% - 51.22%);
}
.vhttdetail {
    margin-bottom: 10px;
}
.vhttdetail, 
.vhttdetail h2, 
.vhttdetail h1{
    /*color: #0f5dad;*/
    color: #006600;
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.theattrpro{
    font-size: 15px;
    line-height: 23px;
}
.theattrpro .attrtext{
    color: #555555;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 23px;
}
.theattrpro .attrinfo{
    margin-bottom: 25px;
}
.theattrpro .attrinfo li{
    margin-bottom: 15px;
    color: #0f5ba9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}
.theattrpro .attrinfo li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #ec7c23;
}
.theattrpro .attrplus{
    margin-bottom: 20px;
}
.theattrpro .attrplus .grplus{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.theattrpro .attrplus .grplus > div{
    padding: 0 5px;
    width: 25%;
    margin-bottom: 10px;
}
.theattrpro .attrplus .mmplus{
    text-align: center;
}
.theattrpro .attrplus .mmplus .cicle{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #ef7e23;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
}
.theattrpro .attrprice{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
.theattrpro .attrprice .ttname{
    font-size: 15px;
    line-height: 23px;
    margin-right: 5px;
}
.theattrpro .attrprice .prinfo{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    font-size: 25px;
    line-height: 35px;
}
.theattrpro .attrprice .prproduct{
    font-size: 35px;
    line-height: 35px;
    color: #ec7c23;
    font-weight: bold;
}
.theattrpro .vhpopform{
    max-width: 270px;
    margin-bottom: 30px;
}
.theattrpro .vhpopform .viewall a{
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding: 11px 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.theattrpro .vhpopform .viewall a i{
    margin-right: 10px;
}
.sldetailinfo{
    position: relative;
}
.sldetailinfo .ponsizoom{
    position: relative;
}
.sldetailinfo .zoomimg{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: auto;
}
.sldetailinfo .zoomimg a{
    color: #bbbbbb;
    font-size: 25px;
}

.sldetailfor{
    z-index: 1;
    pointer-events: auto;
    padding: 0 30px;
}
.sldetailfor .slick-list{
    margin: 0 -5px;
}
.sldetailfor .slick-slide{
    padding: 0 5px;
}
.sldetailfor .itemfor{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 59.86%;
    border: 1px solid #dddddd;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sldetailfor .itemfor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    pointer-events: none;
}
.sldetailfor .slick-current .itemfor{
    border-color: #dddddd;
}
.sldetailfor .slick-current .itemfor::before{
    border-color: #0f5dad;
}
.sldetailfor .itemfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sldetailfor .forvideo::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-image: url('../images/iivideo.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100% 100%;
} 
.sldetailnav{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.sldetailnav .itemnav{
}
.sldetailnav .itemnav a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 59.86%;
}
.sldetailnav .itemnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sldetailnav .navvideo a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-image: url('../images/iivideo.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 100% 100%;
}
.itemdownsup .name{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.itemdownsup .date{
    font-size: 13px;
    line-height: 21px;
    color: #7d7d7d;
}
.itemdownsup .downr a{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.itemdownsup .downr a:hover{
    background-color: #0f5dad;
    color: #fff;
}
.itemdownsup .downr a i{
    margin-right: 5px;
}

.hpproductaa{
    margin-bottom: 60px;
}
.thecontpro{
    margin-bottom: 45px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: #555555;
}
.thecontpro .inner{
    max-width: 875px;
    margin: 0 auto;
}
.thecontprob{
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
    color: #555555;
    text-align-last: center;
}
.thecontprob .inner{
    max-width: 870px;
    margin: 0 auto;
}

.hpproductab .grab{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpproductab .grab > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.vhproduct .thumb a{
    display: block;
    position: relative;
    padding-top: 59.705%;
    overflow: hidden;
}
.vhproduct .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.vhproduct .decs{
    padding-top: 15px;
    text-align: center;
}
.vhproduct .dstitle{
    margin-bottom: 5px;
}
.vhproduct .dstitle, .vhproduct .dstitle h3, .vhproduct .dstitle a{
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
.vhproduct:hover .dstitle a{
    color: #0f5dad;
}
.vhproduct .dstend{
    margin-bottom: 20px;
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
} 

.vhproductall{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 40px;
}
.vhproductall:last-child{
    margin-bottom: 0;
}
.vhproductall .colt{
    width: calc(100% - 535px);
}
.vhproductall .cold{
    width: 535px;
}
.vhproductall:nth-child(even) .colt{
    order: 2;
}
.vhproductall .thumb a{
    display: block;
}
.vhproductall .thumb a img{
    width: 100%;
}
.vhproductall .decs{
    padding: 20px 30px;
    text-align: center;
}
.vhproductall .dstitle{
    margin-bottom: 10px
}
.vhproductall .dstitle, .vhproductall .dstitle h3, .vhproductall .dstitle a{
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
.vhproductall .dstitle a:hover{
    color: #0f5dad;
}
.vhproductall .dsprice{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
    color: #555555;
}
.vhproductall .dsprice .pprice{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #f58124;
}
/* =======tpproductaa====== */
.tpproductaa .inner{
    max-width: 1050px;
    margin: 0 auto;
}
.beproductaa{
    position: relative;
} 
.beproductaa .cicleaa{
    width: 360px;
    height: 360px;
    border-radius: 100%;
    border: 4px solid #0f5dad;
    background-color: #f7f7f7;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.beproductaa .cicleaa .tm{
    font-size: 35px;
    line-height: 45px;
    color: #0f5dad;
}
.beproductaa .cicleaa .th{
    font-size: 55px;
    line-height: 65px;
    color: #f58124;
    text-transform: uppercase;
}
.beproductaa .graa{
    display: flex;
    flex-wrap: wrap;
}
.beproductaa .graa > div{
    width: 50%;
}
.beproductaa .graa .cola:nth-child(1){
    order: 1;
}
.beproductaa .graa .cola:nth-child(2){
    order: 2;
}
.beproductaa .graa .cola:nth-child(3){
    order: 4;
}
.beproductaa .graa .cola:nth-child(4){
    order: 3;
}
.beproductaa .itemproaa{
    height: calc(360px / 2);
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.beproductaa .itemproaa strong{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itemproaa .nncen{
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.itemproaa .nncen::-webkit-scrollbar{
    width: 2px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemproaa .nncen::-webkit-scrollbar-thumb {
    background-color: #000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
}
.itemproaa.vone, .itemproaa.vfor{
    padding: 20px 205px 20px 50px;
}
.itemproaa.vtwo, .itemproaa.vthree{
    padding: 20px 50px 20px 205px;
}
.itemproaa.vone{
    color: #0f5dad;
}
.itemproaa.vtwo{
    color: #fff;
}
.itemproaa.vtwo::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/two.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.itemproaa.vthree{
    color: #f58124;
}
.itemproaa.vfor{
    color: #fff;
}
.itemproaa.vfor::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/for.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}


/* =========tpproductbaa=========== */
.hpproductba{
    margin-bottom: 20px;
}
.tpproductbaa .aatitle{
    text-align: center;
    margin-bottom: 30px;
}
.tpproductbaa .aatitle, .tpproductbaa .aatitle h2{
    color: #0f5dad;
    font-size: 38px;
    line-height: 48px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.tpproductbaa .ggaa{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpproductbaa .ggaa > div{
    padding: 0 10px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.itemproductbaa{
    max-width: 320px;
    margin: 0 auto;
}
.itemproductbaa .icon{
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itemproductbaa .txt{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.itemproductbaa .txt strong{
    color: #0f5dad;
}
/* ======page detail====== */
.dtitemoroduct .iititle{
    margin-bottom: 10px;
}
.dtitemoroduct .iititle, .dtitemoroduct .iititle h3{
    color: #0f5dad;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.dtitemoroduct .iicont{
    font-size: 15px;
    line-height: 23px;
}
.theulde li{
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
}
.theulde li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #ec7c23;
}
.sldetailnav .slick-next{
    right: 10px;
}
.sldetailnav .slick-prev{
    left: 10px;
}
/* ======page detail====== */

/* ================cart=============== */
.vnt-bg-over{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vnt-bg-over.active{
    opacity: 0.3;
    z-index: 1110;
    pointer-events: auto;
}

.vhpopcartFix{
    position: fixed;
    pointer-events: auto;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 360px;
    width: 100%;
    background-color: #fff;
    z-index: 11111;
    transform: translateX(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.vhpopcartFix.active{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
}
.vhpopcartFix .btnClosePop{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}
.vhpopcartFix .btnClosePop a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.vhpopcartFix .titlePopCart{
    padding: 15px 60px 15px 15px;
}
.vhpopcartFix .titlePopCart h2{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
.vhpopcartFix .lstProductCart{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    height: calc(100vh - 136px);
    overflow: hidden;
    overflow-y: auto;
}
.lstProductCart::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.lstProductCart::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.lstProductCart .itemCart{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
 .itemCart .thumbPro{
    width: 90px;
    text-align: center;
}
.itemCart .decsPro{
    width: calc(100% - 90px);
    padding-left: 10px;
}
.itemCart .pptitle{
    font-size: 13px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}
.itemCart .pptitle a{
    color: #000000;
    display: block;
}
.itemCart .pptool{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.itemCart .pptool > div{
    margin-bottom: 5px;
}
.itemCart .pptool .p-line{
    margin: 0 5px;
}
.itemCart .pptool .p-price{
    display: flex;
    align-content: center;
    align-items: center;
}
.itemCart .pptool .p-price .price-m span{
    color: #ec7c23;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itemCart .pptool .price-c{
    color: #999999;
    text-decoration: line-through;
    margin-left: 5px;
}
.itemCart .deletePro{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: 25px;
    pointer-events: auto;
}
.itemCart .deletePro a{
    display: block;
}
.vhpopcartFix .infoTotalCart{
    padding: 20px 15px;
}
.vhpopcartFix .lstRowCart{
    margin-bottom: 20px;
}
.vhpopcartFix .infoTotalCart .rowCart{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.vhpopcartFix .infoTotalCart .colN{
    font-size: 13px;
    line-height: 21px;
}
.vhpopcartFix .infoTotalCart .colP{
    font-size: 15px;
    line-height: 23px;
}
.vhpopcartFix .btnTTCart{
    text-align: center
}
.vhpopcartFix .btnTTCart a{
    display: block;
    border: 1px solid #0f5ba9;
    background-color: #0f5ba9;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 25px;
}
.vhpopcartFix .btnTTCart a:hover{
    background-color: #ec7c23;
    border-color: #ec7c23;
}
/* ================cart=============== */
@media all and (max-width: 1200px){
    /* vhformpro */
    .vhproductall .colt{
        width: calc(100% - 400px);
    }
    .vhproductall .cold{
        width: 400px;
    }
    .vhproductall .dstitle, .vhproductall .dstitle h3, .vhproductall .dstitle a{
        font-size: 30px;
        line-height: 45px;
    }
}
@media all and (max-width: 1100px){
    /* product page 2 */
    .itemProAll .decs h3{
        font-size: 20px;
        line-height: 30px;
    }
    .hpinfotab .gripTabOne{
        font-size: 14px;
        line-height: 22px;  
        margin: 0 -10px;  
    }
    .hpinfotab .gripTabOne .col{
        padding: 0 10px;
    }
}
@media all and (max-width: 991px){
    .vhproductall .colt{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhproductall .cold{
        width: 100%;
    }
    .vhproductall:nth-child(even) .colt{
        order: unset;
    }
    .vhproductall .decs{
        padding: 0 15px;
    }
    .vhproductall .dstitle{
        margin-bottom: 5px;
    }
    .vhproductall .dstitle, .vhproductall .dstitle h3, .vhproductall .dstitle a{
        font-size: 25px;
        line-height: 37px;
    }
    .vhproductall .dsprice{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .vhproductall .dsprice .pprice{
        font-size: 18px;
        line-height: 27px;
    }

    /* ======page detail====== */
    .dtitemoroduct .iicont, .theulde li{
        font-size: 14px;
        line-height: 22px;
    }
    .dtitemoroduct .iititle, .dtitemoroduct .iititle h3{
        font-size: 30px;
        line-height: 40px;
    }
    /* ======page detail====== */
    /* =========tpproductbaa=========== */
    .tpproductbaa .aatitle{
        text-align: center;
        margin-bottom: 20px;
    }
    .tpproductbaa .aatitle, .tpproductbaa .aatitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .thecontprob{
        font-size: 14px;
        line-height: 22px;
    }

    .bldetailinfo .grdetail .coll{
        width: 100%;
        margin-bottom: 20px;
    }
    .bldetailinfo .grdetail .colr{
        width: 100%;
    }

    /*  */
    .vhttdetail, .vhttdetail h2, .vhttdetail h1{
        font-size: 30px;
        line-height: 40px;
    }
    .lstTabPro .hpinfotab{
        padding: 30px 0 40px;
    }

    .hpinfotab .gripTabOne .col:nth-child(1){
        order: unset;
        margin-bottom: 10px;
    }
    /* product page 2 */
    /* product page 3 */
	.popupInfo .contentPop{
		padding: 15px 20px 20px;
	}
	.popupInfo .contentPop .infoLop{
		font-size: 15px;
		line-height: 23px;
    }
    .form-field label, .form-button label,
    .form-field .colRight{
        width: 100%;
	}
	.form-button{
		margin: 10px 0 20px;
    }
    .form-field textarea{
        padding: 10px;
        height: 115px;
    }

    /* =======tpproductaa====== */
    .hpproductaa{
        margin-bottom: 25px;
    }
    .beproductaa .cicleaa{
        position: static;
        margin: 0 auto;
        margin-bottom: 25px;
        left: initial;
        transform: initial;
    }
    .beproductaa .graa > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .itemproaa.vone, .itemproaa.vfor, .itemproaa.vtwo, .itemproaa.vthree{
        padding: 0;
    }
    .beproductaa .graa .cola:nth-child(1), .beproductaa .graa .cola:nth-child(2), .beproductaa .graa .cola:nth-child(3), .beproductaa .graa .cola:nth-child(4){
        order: unset;
    }
    .beproductaa .itemproaa{
        height: auto;
    }
    .itemproaa.vtwo::before, .itemproaa.vfor::before{
        display: none;
    }
    .itemproaa.vtwo{
        color: #0f5dad;
    }
    .itemproaa.vfor{
        color: #f58124;
    }
    /* =======tpproductaa====== */

    .hpproductab .grab{
        margin: 0 -10px;
    }
    .hpproductab .grab > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .thecontpro{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .vhproduct .dstitle, .vhproduct .dstitle h3, .vhproduct .dstitle a{
        font-size: 25px;
        line-height: 35px;
    }
    .vhproduct .dstend{
        font-size: 13px;
        line-height: 21px;
        height: 63px;
    }

}
@media all and (max-width: 767px){
    /* =========tpproductbaa=========== */
    .tpproductbaa .ggaa > div{
        width: 100%;
    }
    .itemproductbaa .icon{
        height: auto;
    }
    /* =========tpproductbaa=========== */
    .sldetailnav .itemnav a{
        padding-top: 65.56%;
    }
    .sldetailfor{
        padding: 0;
    }
    .sldetailfor .forvideo::before{
        width: 20px;
        height: 20px;
    }
    .sldetailnav .navvideo a::before{
        width: 40px;
        height: 40px;
    }
    .theattrpro{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .vhformpro{
        margin-bottom: 20px;
    }
    .beproductaa .cicleaa{
        width: 280px;
        height: 280px;
    }
    .beproductaa .cicleaa .tm{
        font-size: 28px;
        line-height: 38px;
    }
    .beproductaa .cicleaa .th{
        font-size: 45px;
        line-height: 55px;
    }
    .hpproductab .grab > div{
        width: 100%;
    }
    .theattrpro .attrtext{
        font-size: 14px;
        line-height: 22px;
    }
    .theattrpro .attrinfo li{
        font-size: 15px;
        line-height: 23px;
    }
    .theattrpro .attrplus .mmplus .cicle{
        font-size: 17px;
        line-height: 26px;
    }
    .theattrpro .attrplus .mmplus .name{
        font-size: 13px;
        line-height: 21px;
    }
}


/* Nút mũi tên trái */
.slick-prev {
    left: 10px;
}

/* Nút mũi tên phải */
.slick-next {
    right: 10px;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/* Vẽ mũi tên bằng CSS */
.slick-prev::before,
.slick-next::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* Đổi hướng mũi tên phải */
.slick-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
}