
/* product page 3 */
/* 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: 25px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 600;
}
.popupInfo .titlePop h2 span{
	color: #0b7fc3;
	display: inline-block;
	margin-right: 10px;
    font-size: 30px;
}
.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: 155px;
}
.form-button {
    margin: 20px 0 30px;
}
.form-button .vhflex > div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.form-button .btnAll button{
	display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #0b7fc3;
    border: 1px solid #0b7fc3;
    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: #0b7fc3;
    background-color: #ffffff;
}
.conPhoneForm{
	text-align: center;
	font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.conPhoneForm a{
	color: #ff0000;
    font-size: 18px;
    line-height: 27px;
}

.lstTabPro .infoTab{
    padding: 30px 0 60px;
}
.lstTabPro .infoTab:nth-child(even){
    background-color: #f6f6f6;
}
.infoTab .gripTabOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.infoTab .gripTabOne .col{
    padding: 0 15px;
    width: 50%;
}
.infoTab .gripTabOne .thumbOne img{
    width: 100%;
} 
.infoTab .gripTabOne .col:nth-child(1){
    order: 2;
}
.iiformspro .grsformpro{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.iiformspro .grsformpro > div{
    padding: 0 10px;
}
.iiformspro .grsformpro .colm{
    width: calc((100% - 580px) / 2);
}
.iiformspro .grsformpro .colh{
    width: 420px;
}
.iiformspro .grsformpro .colb{
    width: 160px;
}
/* titleproduct */
.titleproduct{
    text-align: center;
    margin-bottom: 15px;
}
.titleproduct h2{
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
}
.vhlsttabpro {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}
.vhlsttabpro ul{
    display: flex;
}
.vhlsttabpro ul li{
    margin-right: 40px;
}
.vhlsttabpro ul li:last-child{
    margin-right: 0;
}
.vhlsttabpro ul li a{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    position: relative;
}
.vhlsttabpro ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #0b7fc3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 0;
}
.vhlsttabpro ul li.active a::before, .vhlsttabpro ul li a:hover::before{
    width: 100%;
}
.vhlsttabpro ul li.active a, .vhlsttabpro ul li a:hover{
    color: #0b7fc3;
}

.vhlstcontpro{
    margin-bottom: 40px;
}
.blproductall{
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.blproductall:last-child{
    padding-bottom: 0;
    border-bottom:none;
    margin-bottom: 0;
}

/* thedecssc */
.thedecssc{
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.thedecssc .scdecs{
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 15px;
    line-height: 23px;
}
.thedecssc .scdecs p{
    padding: 0;
}
.thedecssc .scview{
    display: none;
}
.thedecssc .scview a{
    display: inline-block;
    color: #0b7fc3;
    font-size: 15px;
    line-height: 23px;
}
.thedecssc .scview a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.thedecssc .scview a span::before{
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*  */
.lstproductlv{
    margin-bottom: 10px;
}
/* bldetailinfo */
.bldetailinfo{
    margin-bottom: 60px;
}
.bldetailinfo .grdetail{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.bldetailinfo .grdetail > div{
    padding: 0 30px;
}
.bldetailinfo .grdetail .coll{
    width: 50%;
}
.bldetailinfo .grdetail .colr{
    width: 50%;
}
.vhttdetail {
    margin-bottom: 10px;
}
.vhttdetail .cacode{
    color: #999999;
}
.vhttdetail h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}
.theattrpro{
    font-size: 15px;
    line-height: 23px;
}
.theattrpro .attrtext{
    color: #555555;
    margin-bottom: 10px;
}
.theattrpro .attrinfo{
    margin-bottom: 25px;
}
.theattrpro .attrinfo li{
    margin-bottom: 5px;
}
.theattrpro .vhpopform{
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
}
.vhpopform .viewall a{
    padding: 10px 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}
.vhpopform .viewall a i{
    margin-right: 10px;
    font-size: 25px;
}
.sldetailfor{
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
}
.sldetailfor .slick-list{
    margin: -5px 0;
}
.sldetailfor .slick-slide{
    padding: 5px 0;
}
.sldetailfor .itemfor{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}
.sldetailfor .slick-current .itemfor{
    border-color: rgba(0,0,0,0.1);
}
.sldetailfor .itemfor img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.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 .itemnav a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.sldetailnav .itemnav a img{
    position: absolute;
    left: 0;
    top: 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%;
}
/* blortherpro */
.blortherpro{
    padding-top: 30px;
}
.blortherpro .ttorther{
    text-align: center;
    margin-bottom: 30px;
}
.blortherpro .ttorther h2{
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
}
/* itempojector */
.itempojector{
    display: flex;
    flex-wrap: wrap;
    background-color: #f4f4f4;
}
.itempojector > div{
    width: 50%;
}
.itempojector .thumb{
    height: 100%;
}
.itempojector .thumb img{
    width: 100%;
    height: 100%;
}
.itempojector .decs{
    padding: 15px 40px;
}
.itempojector .decs li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
}
.itempojector .decs li:last-child{
    border-bottom: none;
}
.itempojector .decs li .t1{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}
.itempojector .decs li .t2{
    color: #666666;
    font-size: 15px;
    line-height: 23px;
}
/* vhcontabcc */
.vhcontabpd{
    padding: 50px 0;
}
.vhcontabpd > div{
    margin-bottom: 30px;
}
.vhcontabpd > div:last-child{
    margin-bottom: 0;
}
.vhpadtabcc{
    
}
.vhcontabcc .cctitless{
    text-align: center;
    margin-bottom: 30px;
}
.vhcontabcc .cctitless h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}
.bltabproduct .vhtttab{
    background-color: #fff;
}
.vhtttab .sidebar{
    background-color: #0b7fc3;
}
.vhtttab .sidebar ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.vhtttab .sidebar li a{
    display: block;
    padding: 9px 15px;
    color: #fff;
    text-align: center;
}
.vhtttab .sidebar li.current a, .vhtttab .sidebar li:hover a{
    background-color: #0b7fc3;
}

/* aacontinfo */
.ttitempla{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.ttitempla:last-child{
    margin-bottom: 0;
}
.ttitempla:nth-child(odd){
    background-color: #f4f4f4;
}
.ttitempla:nth-child(even) .colt{
    order: 2;
}
 .ttitempla .colt{
    width: calc(50% + 10px);
}
.ttitempla .cold{
    width: calc(50% - 10px);
}
.ttitempla .decs{
    padding: 20px 50px;
}
.ttitempla .dstitle{
    margin-bottom: 10px;
}
.ttitempla .dstitle h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
}
.ttitempla .dstend{
    font-size: 16px;
    line-height: 24px;
}
.ttsptemp .ttcontpr{
    max-width: 970px;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 16px;
    line-height: 24px;
}
/* cnslider  */
.cnslider .cnitembb{
    position: relative;
    overflow: hidden;
}
.cnslider .cnitembb .thumb{
    padding-top: 128.7%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cnslider .cnitembb .decs{
    padding: 15px 10px;
    text-align: center;
}
.cnslider .cnitembb .decs h3{
    font-size: 15px;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    font-weight: 400;
}
.cnslider .cnitembb .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.cnslider .cnitembb .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cnslider .cnitembb .link a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.cnslider .cnitembb .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.cnslider .cnitembb:hover .info{
    opacity: 1;
    visibility: initial; 
}
.cnslider .cnitembb .info .t1{
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 10px;
}
.cnslider .cnitembb .info .t2{
    font-size: 13px;
    line-height: 21px;
}
.cnslider.vhdots .slick-dots li button{
    border-color: #0b7fc3;
    transform: scale(1);
}
.cnslider.vhdots .slick-dots li.slick-active button{
    background-color: #0b7fc3;
    
}

/* mcslidercc */
.itemvideocc{
    position: relative;
}
.itemvideocc .thumb a{
    display: block;
    position: relative;
}
.itemvideocc .thumb a img{
    width: 100%;
}
.itemvideocc .thumb .playvi {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 100%;
    background-image: url('../images/iivideo.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.itemvideocc .decs{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px 30px 25px 30px;
    color: #fff;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.itemvideocc .decs a{
    color: #fff;
}
.itemvideocc .decs h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.itemvideocc .dstend{

} 
/* ddcontinfo */
.ddcontinfo .tsitemdd{
    margin-bottom: 30px;
    background-color: #ffffff;
}
.ddcontinfo .tsitemdd:last-child{
    margin-bottom: 0;
}
.tsitemdd .tstitle{
    padding: 12px 40px 12px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    cursor: pointer;
}
.tsitemdd .tstitle::before{
    content: "\f067";
    font-family: fontAwesome;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 22px;
    color: #ffffff;
    z-index: 1;
}
.tsitemdd.active .tstitle::before{
    content: "\f068";
}
.tsitemdd .tstitle::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #999999;
}
.tsitemdd .tscont{
    padding: 25px 30px 10px;
    display: none;
}
.tsitemdd .tscont .iifo{
    margin-bottom: 15px;
}
.tsitemdd .tscont .iifo .t1{
    color: #010101;
    font-weight: 600;
}
.tsitemdd .tscont .iifo .t2{
    color: #666666;
}
.tsitemdd .itemdownsup{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tsitemdd .itemdownsup .infol{
    width: calc(100% - 105px);
    padding-right: 10px;
}
.tsitemdd .itemdownsup .downr{
    width: 105px;
}
.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: 8px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.itemdownsup .downr a:hover{
    background-color: #0b7fc3;
    color: #fff;
}
.itemdownsup .downr a i{
    margin-right: 5px;
}

/* itemproductaa */
.itemproductaa{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    margin-bottom: 70px;
}
.itemproductaa > div{
    padding: 0 35px;
}
.itemproductaa .coll{
    width: 43%;
}
.itemproductaa .colr{
    width: 57%;
}
.itemproductaa:nth-child(even) .coll{
    order: 1;
}
.itemproductaa .thumbaa a{
    overflow: hidden;
    display: block;
}
.itemproductaa .thumbaa a img{
    width: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.itemproductaa .thumbaa a:hover img{
    transform: scale(1.05);
}
.itemproductaa .decsaa{
    height: 100%;
    padding-top: 40px;
}
.itemproductaa .grdecs{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.itemproductaa .dscont{
    margin-top: 40px;
}
.itemproductaa .dstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.itemproductaa .dstitle .tend{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}
.itemproductaa .dscont li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}
.itemproductaa .dscont li:first-child{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.itemproductaa .dscont li a{
    display: block;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
    color: #333;
}
.itemproductaa .dscont li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background-color: #0b7fc3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemproductaa .dscont li.active a::before,.itemproductaa .dscont li:hover a::before{
    height: 100%;
}
.itemproductaa .dscont li.active a, .itemproductaa .dscont li a:hover{
    background-color: #f5f5f5;
}
.vhpadtabcc {
    padding: 30px 0 50px;
}
/*  */
.slorthermm .slick-arrow{
    top: 38%;
}
.fancybox-slide{
    padding: 20px 10px;
}
.fancybox-button{
    background-color: #0b7fc3;
    color: #fff;
    padding: 5px;
}

/*  */
.attrloai, .attrcolor{
    margin-bottom: 20px;
}
.attrloai .name, .attrcolor .name{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.lstloai{
    display: flex;
    flex-wrap: wrap;   
}
.lstloai > div{
    margin-right: 10px;
    margin-bottom: 10px;
}
.myCheckbox{
    position: relative;
    cursor: pointer;
}
.myCheckbox input{
    position: absolute;
    z-index: -999999;
    pointer-events: none;
    opacity: 0;
}
.attrloai .myCheckbox {
    width: 90px;
}
.attrloai .myCheckbox .img{
    display: block;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px; 
    margin-bottom: 5px;  
}
.attrloai .myCheckbox .img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #124e91;
    border-radius: 5px; 
    opacity: 0;
}
.attrloai .myCheckbox.active .img::before{
    opacity: 1;
}
.attrloai .myCheckbox .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 80%;
}
.attrloai .myCheckbox .txt{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.lstlcolor{
    display: flex;
    flex-wrap: wrap;   
}
.lstlcolor > div{
    margin-right: 20px;
    margin-bottom: 10px;
}
.attrcolor .myCheckbox .color{
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
}
.attrcolor .myCheckbox .color::before{
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
}
.attrcolor .myCheckbox.active .color::before{
    opacity: 1;
}
.attrcolor .myCheckbox .code{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.attrcolor .myCheckbox.active .code{
    color: #0b7fc3;
}

/* ===========vhtabpro================== */
.vhtabpro{
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #f6f6f6;
    padding: 0 10px;
}
.vhtabpro ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.vhtabpro ul li{
    margin-right: 20px;
}
.vhtabpro ul li a{
    display: block;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    font-weight: bold;
}
.vhtabpro ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f6821f;
}
.vhtabpro ul li.active a{
    color: #f6821f;
}
.vhtabpro ul li.active a::before{
    width: 100%;
}

.linkdown a{
    display: block;
    position: relative;
    color: #0b7fc3;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    font-weight: bold;
}
.linkdown a span{
    margin-right: 8px;
}

.itemtabpro{
    display: none;
}
.itemtabpro.active{
    display: block;
}
/* ===========vhtabpro================== */


/* ===============vhproductaa ==================== */
.vhproductaa .graa{
    display: flex;
    flex-wrap: wrap; 
    margin: 0 -15px;
}
.vhproductaa .graa > div{
    padding: 0 15px;
}
.vhproductaa .graa .col{
    width: 55%;
}
.vhproductaa .graa .cor{
    width: 45%;
}
.vhprothumbdt .slproductnav{
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.slproductnav .slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #bfbfbf;
}
.slproductnav .slick-arrow::before{
    font-size: 12px;
}
.slproductnav .thumb a{
    display: block;
    padding-top: 70.56%;
    position: relative;
    overflow: hidden;
}
.slproductnav .thumb a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
.slproductfor .thumb{
    padding-top: 65.56%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}
.slproductfor .slick-current .thumb{
    border-color: #0b7fc3;
}
.slproductfor .thumb img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
/* ===============vhproductaa ==================== */


/* ===============theattr ==================== */
.theattr{

}
.theattr .grattr{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

}
.theattr .grattr:nth-child(even){
    background-color: #f8f8f8;
}
.theattr .grattr .t1{
    width: 125px;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
}
.theattr .grattr .t2{
    width: calc(100% - 125px);
}
.theattr .grattr .t1::before{
    content: ":";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.theattr .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.theattr .dsprice .prnews{
    color: #f6821f;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.theattr .dsprice .prold{
    color: #999999;
    margin-left: 10px;
    text-decoration: line-through;
}
.themota{
    margin-bottom: 15px;
}
.themota .t1{
    padding-right: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}
.themota .t2{
    color: #555555;
}
/* ===============theattr ==================== */

@media all and (max-width: 1200px){
    .vhtttab .sidebar{
        margin-top: -10px;
    }
    .ttitempla .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .itempojector .decs{
        padding: 15px 20px;
    }
    .blortherpro .ttorther h2{
        font-size: 30px;
        line-height: 45px;
    }
    /*  */
    .titleproduct h2{
        font-size: 30px;
        line-height: 45px;
    }
    /* vhformpro */
    .iiformspro .grsformpro .colm{
        width: calc((100% - 510px) / 2);
    }
    .iiformspro .grsformpro .colh{
        width: 350px;
    }
    /*================= itemproductaa ====================*/
    .itemproductaa{
        margin: 0 -20px;
        margin-bottom: 40px;
    }
    .itemproductaa > div{
        padding: 0 20px;
    }
}
@media all and (max-width: 1100px){
    /* product page 2 */
    .itemProAll .decs h3{
        font-size: 20px;
        line-height: 30px;
    }
    .infoTab .gripTabOne{
        font-size: 14px;
        line-height: 22px;  
        margin: 0 -10px;  
    }
    .infoTab .gripTabOne .col{
        padding: 0 10px;
    }
}
@media all and (max-width: 991px){
    .cnslider .cnitembb .info{
        display: none;
    }
    /*  */
    .ttitempla .decs{
        padding: 15px 20px 20px;
    }
    .ttitempla .dstitle h3{
        font-size: 25px;
        line-height: 37px;
    }
    .ttsptemp .ttcontpr{
        padding: 20px 0 0;
        font-size: 14px;
        line-height: 22px;
    }
    .vhpadtabcc {
        padding: 25px 0 30px;
    }
    /*  */
    .vhcontabcc .cctitless h3{
        font-size: 25px;
        line-height: 37px;
    }
    /*  */
    .bldetailinfo .grdetail .coll{
        width: 100%;
        margin-bottom: 20px;
    }
    .bldetailinfo .grdetail .colr{
        width: 100%;
    }
    .bldetailinfo{
        margin-bottom: 10px;
    }
    
    /*  */
    .vhttdetail h2{
        font-size: 25px;
        line-height: 37px;
    }
    .blortherpro .ttorther h2{
        font-size: 25px;
        line-height: 37px;
    }
    /*  */
    .titleproduct h2{
        font-size: 26px;
        line-height: 34px;
    }
    .vhlsttabpro ul li a{
        font-size: 14px;
        line-height: 22px;
    }
    .vhlsttabpro ul li{
        margin-right: 35px;
    }
    /*  */
    .lstTabPro .infoTab{
        padding: 30px 0 40px;
    }

    .infoTab .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;
    }
    .iiformspro .grsformpro .colm,.iiformspro .grsformpro .colh, .iiformspro .grsformpro .colb{
        width: 50%;
    }
    .slortherpro .slick-arrow{
        top: 35%;
    }
    .itempojector > div{
        width: 100%;
    }
    /*  */
    .form-field textarea{
        padding: 10px;
        height: 115px;
    }
    /*================= itemproductaa ====================*/
    .itemproductaa{
        flex-direction: column-reverse;
    }
    .itemproductaa .coll{
        width: 100%;
    }
    .itemproductaa .colr{
        width: 100%;
    }
    .itemproductaa:nth-child(even) .coll{
        order: unset;
    }
    .itemproductaa .decsaa{
        padding-top: 15px;
    }
    .itemproductaa .dscont{
        margin-top: 20px;
    }
    .itemproductaa .dscont li a{
        font-weight: 600;
        padding: 12px 15px;
    }
    .vhcontabcc .cctitless{
        margin-bottom: 20px;
    }
    .vhcontabpd{
        padding: 30px 0 45px;
    }
    .tsitemdd .tscont{
        padding: 20px;
    }

    /*  */
    .pdorthersl{
        padding: 0 20px;
    }
}
@media all and (max-width: 767px){
    /* ===========vhproductaa================== */
    .vhproductaa .graa .col{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhproductaa .graa .cor{
        width: 100%;
    }
    /* ===========vhproductaa================== */
    /* ===========vhtabpro================== */
    .itemtabpro{
        display: block;
        position: relative;
        margin-bottom: 10px;

    }
    .itemtabpro .mctitle {
        position: relative;
        padding: 10px 40px 10px 10px;
        background-color: #f6f6f6;
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
    }
    .itemtabpro .mctitle::before{
        content: "\f054";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-weight: bold;
        color: #0b7fc3;
    }
    .itemtabpro.active .mctitle::before{
        content: "\f077";
    }
    .itemtabpro .mccont {
        display: none;
        padding-top: 20px;
    }
    .linkdown a{
        position: relative;
        padding: 10px 30px 10px 10px;
        background-color: #f6f6f6;
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
    }
    /* ===========vhtabpro================== */
    .ttitempla .cold, .ttitempla .colt{
        width: 100%;
    }
    .ttitempla:nth-child(even) .colt{
        order: unset;
    }
    /*  */

    .sldetailfor{
        width: 50px;
    }
    .sldetailfor .forvideo::before{
        width: 20px;
        height: 20px;
    }
    .sldetailnav .navvideo a::before{
        width: 40px;
        height: 40px;
    }
    .theattrpro{
        font-size: 14px;
        line-height: 22px;
    }
    .vhlsttabpro{
        justify-content: flex-start;
        display: block;
    }
    /* vhformpro */
    .iiformspro .grsformpro .colm,.iiformspro .grsformpro .colh, .iiformspro .grsformpro .colb{
        width: 100%;
    }

    /*.ttitempla */
    .ttitempla{
        flex-direction: column-reverse;
    }
    .itemvideocc .decs{
        padding: 20px 15px 15px;
    }
    .itemvideocc .decs h3{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .itemvideocc .dstend{
        display: none;
    }
    .itemvideocc .thumb .playvi{
        width: 60px;
        height: 60px;
    }
    .tsitemdd .itemdownsup .infol{
        padding-right: 20px;
    }
    /*  */
    .conPhoneForm a{
        font-size: 15px;
        line-height: 23px;
    }
}
