.col-menu{margin-bottom: 30px;}
.col-menu ul{list-style: none;}
.col-menu ul li{position: relative;}
.col-menu ul li a{position: relative; display: block; line-height: 50px; color: #333; transition: all 0.25s ease 0s;}
.col-menu ul li a i{position: absolute; top: 0; left: 8px; font-size: 10px; line-height: 50px; transition: all 0.25s ease 0s;}
.col-menu ul li a:hover i{transform: translateX(3px);}
.col-menu ul li ul li a i{left: 25px;}
.col-menu > ul > li > a{padding-left: 25px; border-top: 1px solid #d7d7d7; font-size: 18px;}
.col-menu > ul > li:first-child > a{border-top: 0;}
.col-menu > ul > li > a:hover, .col-menu > ul > li.active > a{color: #003478;}
.col-menu > ul > li > i{position: absolute; top: 5px; right: 0; width: 40px; height: 50px; font-size: 10px; text-align: center; line-height: 50px; cursor: pointer;}
.col-menu > ul > li > i:hover, .col-menu > ul > li.active > i{color: #003478;}
.col-menu > ul > li > ul > li > a{padding-left: 40px; font-size: 16px;}
.col-menu > ul > li > ul > li > a:hover, .col-menu > ul > li > ul > li.active > a{color: #003478;}.colstudy{margin-bottom: 30px;}
.colstudy-title{position: relative; padding: 15px 0 15px 15px; border: 1px solid #d7d7d7; border-bottom: 3px solid #003478; font-size: 18px; font-weight: bold; text-transform: uppercase;color: #003478;}
.colstudy-title:after{content: ''; position: absolute; right: 0; bottom: -3px; width: 50%; height: 3px; background: #ff0000;}
.colstudy-list{border: 1px solid #d7d7d7; border-top: 0;}
.colstudy-item{padding: 15px; border-bottom: 1px dashed #d7d7d7; transition: all 0.25s ease 0s;}
.colstudy-item:last-child{border-bottom: 0;}
.colstudy-item:hover{background: #f7f7f7;}
.colstudy-img{float: left;}
.colstudy-name{float: right; width: calc(100% - 120px);}
.colstudy-name a{display: block; font-size: 16px; font-weight: bold; color: #333; transition: all 0.25s ease 0s;}
.colstudy-item:hover .colstudy-name a{color: #003478;}
.contact{}
.c-left{margin-bottom: 25px;}
.c-left h1{font-size: 18px; text-transform: uppercase; color: #003478; margin-bottom: 15px;}
.c-left ul{list-style: none; padding-left: 15px;}
.c-left ul li{margin-bottom: 5px; line-height: 20px;}
.c-left ul li:nth-child(3){max-height: 40px;}
.c-left ul li span{display: inline-block; width: 85px; vertical-align: top;}
.c-left ul li p{display: inline-block; width: calc(100% - 85px);}
.c-left ul li b{display: block;}
.c-left ul li:nth-child(3) p b{color: #ff0000;}
.c-left ul li a{color: #333;}
.c-right{margin-bottom: 20px;}
.c-right form{margin: auto;}
.c-text{margin-bottom: 20px; text-align: justify; line-height: 20px;}
.c-item{position: relative; margin-bottom: 10px;}
.c-item > i{position: absolute; top: 0; bottom: 0; left: 0; display: flex; width: 40px; margin: auto; align-items: center; justify-content: center; color: #ff0000;}
.c-item input[type="text"]{text-indent: 40px;}
.c-item:nth-child(5){text-align: right;}
.c-item label.error{position: absolute; top: 7px; right: 11px; color: #ff0000;}
@media (min-width: 480px){
}
@media (min-width: 767px){
    .c-left{float: left; width: calc(50% - 15px);}
    .c-right{float: right; width: calc(50% - 15px);}
}
@media (min-width: 970px){
    .c-left,
    .c-right{width: calc(50% - 25px);}
}.tv{padding: 50px 0; background: #555;}
.tv-title{margin-bottom: 30px; font-size: 25px; font-weight: bold; text-transform: uppercase; text-align: center; color: #fff;}
.tv-item{position: relative; float: left; margin-bottom: 20px;}
.tv-item input{display: block;  margin: auto;}
.tv-item label.error{right: 33px; color: #ff0000;}
@media (min-width: 320px){
    .tv-item{width: calc(100% / 2);}
    .tv-item input{width: calc(100% - 30px);}
}
@media (min-width: 480px){
    .tv-item input{width: calc(100% - 50px);}
}
@media (min-width: 767px){
    .tv-item{width: calc(100% / 4);}
    .tv-item input{width: calc(100% - 30px);}
}
@media (min-width: 970px){
    .tv-item input{width: calc(100% - 50px);}
}.direct{margin-bottom: 30px; padding: 10px 0; background: #f7f7f7;}
.direct ul{list-style: none;}
.direct ul li{float: left; line-height: 20px;}
.direct ul li+li:before{content: "/"; display: inline-block; margin: 0 5px;}
.direct ul li a{display: inline-block; color: #333;}
.direct ul li a i{font-size: 12px; color: #777;}
.direct ul li:nth-last-child(2){font-weight: bold; color: #003478;}
.direct ul li:nth-last-child(2) a{font-weight: bold; color: #003478;}
@media (min-width:320px){
    .direct ul li.direct-m{display: none;}
}
@media (min-width:768px){
    .direct ul li.direct-m{display: block;}
}.menu-bar{position: absolute; top: 0; bottom: 0; margin: auto; z-index: 100;}
.menu-icon{position: relative; display: block; width: 50px; height: 45px; margin: 20px 0; border: 1px solid #003478; text-align: center;}
.menu-icon span{display: block; width: 28px; height: 2px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #003478;}
.menu-icon span:after, .menu-icon span:before{content: ''; position: absolute; display: block; width: 28px; height: 2px; background: #003478;}
.menu-icon span:after{bottom: -8px;}
.menu-icon span:before{top: -8px;}
.menu{float: left;}
.menu ul{list-style: none; transition: all 0.25s ease 0s;}
.menu ul li{position: relative;}
.menu ul li a{display: block;}
.menu > ul > li{float: left; margin: 0 5px; padding: 15px 0;}
.menu > ul > li > a{padding: 0 10px; border: 1px solid transparent; font-size: 18px; line-height: 53px; color: #777;}
.menu > ul > li.active > a, .menu > ul > li:hover > a{border: 1px solid #003478; color: #003478;}
.menu ul li ul{position: absolute; width: 200px; opacity: 0; transform-origin: 0 0;}
.menu ul li ul li a{}
.menu ul li ul li a:hover{}
.menu > ul > li > ul{top: 100%; left: 0; transform: scale(1,0);}
.menu > ul > li:hover > ul{transform: scale(1,1); opacity: 1;}
.menu > ul > li > ul > li > ul{top: 0; left: 100%; transform: scale(0,1);}
.menu > ul > li > ul > li:hover > ul{transform: scale(1,1); opacity: 1;}
.menu > ul > li:nth-child(1) > ul{left: -133px; background: #f7f7f7; text-align: center;}
.menu > ul > li:nth-child(1) > ul > li{position: initial; display: inline-block;}
.menu > ul > li:nth-child(1) > ul > li > a{position: relative; padding: 0 15px; font-size: 16px; line-height: 55px; color: #333;}
.menu > ul > li:nth-child(1) > ul > li > a:after{content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #003478; opacity: 0; transition: all 0.5s ease 0s;}
.menu > ul > li:nth-child(1) > ul > li:hover a:after{width: 100%; opacity: 1;}
.menu > ul > li:nth-child(1) > ul > li > ul{top: 100%; right: 0; left: 0; margin: auto; padding: 15px; background: #fff; transform: scale(1,0); opacity: 0;}
.menu > ul > li:nth-child(1) > ul > li:hover ul{transform: scale(1,1); opacity: 1;}
.menu > ul > li:nth-child(1) > ul > li > ul > li{float: left; width: calc(100% / 5);}
.menu > ul > li:nth-child(1) > ul > li > ul > li > a{padding: 15px 25px 10px;}
.menu > ul > li:nth-child(1) > ul > li > ul > li > a > img{margin-bottom: 10px;}
.menu > ul > li:nth-child(1) > ul > li > ul > li > a > span{display: block; text-transform: uppercase; text-align: center; color: #003478;}
.menu > ul > li:nth-child(1) > ul > li > ul > li > a:hover span{color: #ff0000;}
@media (min-width: 320px){
    .menu-bar{right: 10px;}
    .menu{display: none;}
}
@media (min-width: 480px){
    .menu-bar{right: initial; left: 133px;}
}
@media (min-width: 970px){
    .menu{display: block;}
    .menu-display{display: none;}
    .menu > ul > li:nth-child(1) > ul{width: 970px;;}
    .menu > ul > li:nth-child(1) > ul > li > ul{width: 940px;;}
}
@media (min-width: 1170px){
    .menu > ul > li:nth-child(1) > ul{width: 1170px;;}
    .menu > ul > li:nth-child(1) > ul > li > ul{width: 1140px;;}
}.camket{padding: 30px 0 70px;}
.camket-title{margin-bottom: 30px; font-size: 28px; font-weight: bold; text-transform: uppercase; text-align: center;}
.camket-title span{color: #ff0000;}
.camket-item{float: left; margin-bottom: 30px; text-align: center;}
.camket-name{margin-bottom: 10px; padding: 0 10px; font-size: 26px; text-transform: uppercase; color: #003478;}
.camket-prev{padding: 0 10px; font-size: 16px;}
@media (min-width:767px){
    .camket-item{width: calc(100% / 3);}
}.car{padding: 50px 0 20px;}
.car-title{position: relative; margin-bottom: 50px; padding-bottom: 10px; font-size: 35px; font-weight: bold; text-transform: uppercase; text-align: center; color: #003478;}
.car-title:after{content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 100px; height: 5px; margin: auto; background: #003478;}
.car-item{margin-bottom: 50px;}
.car-img{position: relative; display: block; margin-bottom: 15px;}
.car-img div{overflow: hidden;}
.car-img img{transition: all 0.25s ease 0s;}
.uudai{color: #FFFF00!important;background-color: #008000;padding: 2px;text-transform: none!important;}
.car-price{position: absolute; bottom: 10px; left: -10px; padding: 0 15px; background: #ff0000; font-size: 16px; font-weight: bold; line-height: 30px; color: #fff; transition: all 0.25s ease 0s;}
.car-name{margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #d7d7d7;}
.car-name h3{font-size: 100%;font-weight: normal;}
.car-name a{display: block; height: 26px; font-size: 18px; text-transform: uppercase; color: #003478; overflow: hidden;}
.car-info span{text-transform: uppercase; color: #000;}
.car-info a{font-weight: bold; color: #ff0000;}
.car-item:hover .car-img img{transform: scale(1.025);}
.car-item:hover .car-price{left: -5px}
.car-item:hover .car-name a{color: #ff0000;}

.car-boc{padding: 15px 15px 0; border: 1px solid #d7d7d7;}
.car-ten a{display: block; font-size: 24px; font-weight: bold; color: #333; transition: all 0.25s ease 0s;}
.car-ten a:hover{color: #003478;}
.car-gia{margin-bottom: 15px; font-weight: 700; color: #f00;}
.car-nut{display: flex; flex-wrap: wrap; justify-content: space-between;}
.car-nut a{display: block; margin-bottom: 15px; background-color: #003478; padding: 7px 10px;font-size: 13px; border-radius: 5px; font-weight: 700; text-transform: uppercase; color: #fff; transition: all 0.25s ease 0s;}
.car-nut a:hover{background-color: #f00;}

@media (min-width:320px){
    .car-item{float: left; width: calc((100% - 10px)/2); margin-right: 10px;}
    .car-item:nth-child(2n){margin-right: 0;}
    .car-price{position: relative;font-size: 12px;left: 0;}
    
    .car-nut a i{margin-right: 5px;}
    .car-item-2{float: none; width: 100%; margin-right: 0;}
}
@media (min-width:400px){
	.car-nut a i{margin-right: 10px;}
}
@media (min-width:480px){
    .car-item{float: left; width: calc((100% - 30px)/2); margin-right: 30px;}
    .car-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:970px){
    .car-item{width: calc((100% - 60px)/3);}
    .car-item:nth-child(2n){margin-right: 30px;}
    .car-item:nth-child(3n){margin-right: 0;}
    .car-price{position: absolute;font-size: 16px;left: -10px;}
}.email{position: relative;}
.email-item:nth-child(1){position: relative; float: left; width: calc(100% - 120px);}
.email-item:nth-child(2){float: right; width: 120px;}
.email-item input{height: 45px;}
.email-item input[type='submit']{width: 100%;}
.email-item label.error{position: absolute; top: 0; right: 10px; line-height: 45px; color: #ff0000;}
#email-result{text-transform: uppercase; text-align: center; line-height: 45px; color: #fff; background: #73ca4a;}.news{padding: 70px 0;}
.news .owl-nav button{position: absolute; top: 0; bottom: 0; width: 40px; height: 40px; margin: auto; outline: none; transition: all 0.25s ease 0s;}
.news .owl-nav button.owl-prev,
.news .owl-nav button.owl-next{border: 1px solid #d7d7d7; font-size: 20px; line-height: 40px; color: #003478;}
.news .owl-nav button.owl-prev:hover,
.news .owl-nav button.owl-next:hover{background: #003478; border: 1px solid #003478; color: #fff;}
.news-title{position: relative; margin-bottom: 25px;}
.news-title:before{content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background: #d7d7d7;}
.news-title a{position: relative; display: inline-block; padding-right: 10px; background: #fff; font-size: 20px; font-weight: bold; text-transform: uppercase; color: #333;}
.news-item{margin-bottom: 40px;}
.news-wrap{position: relative; display: block; overflow: hidden;}
.news-wrap img{transition: all 0.25s ease 0s;}
.news-wrap:hover img{transform: scale(1.025);}
.news-info{position: absolute; right: 0; bottom: 0; left: 0; margin: auto; padding: 10px; background: rgba(0,0,0,0.5); transition: all 0.25s ease 0s;}
.news-wrap:hover .news-info{background: rgba(0,52,120,0.75);}
.news-info span{display: block; color: rgba(255,255,255,0.75);}
.news-info label{display: block; font-size: 16px; font-weight: bold; color: #fff;}
@media (min-width:320px){
    .news .owl-nav{display: none;}
}
@media (min-width:480px){
    .news-item{float: left; width: calc((100% - 60px)/2); margin-right: 30px;}
    .news-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:767px){
    .news-item{width: calc((100% - 60px)/3);}
    .news-item:nth-child(2n){margin-right: 30px;}
    .news-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:970px){
    .news .owl-nav{display: block;}
    .news .owl-nav button.owl-prev{left: -50px;}
    .news .owl-nav button.owl-next{right: -50px;}
}
@media (min-width:1170px){
    .news .owl-nav button.owl-prev{left: -70px;}
    .news .owl-nav button.owl-next{right: -70px;}
}.price{background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed;}
.price .wrap{height: 320px;}
.price a{position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; margin: auto; align-items: center; justify-content: center; font-size: 40px; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.25)
}.product-info{}
.product-left{margin-bottom: 30px; font-weight: bold; text-transform: uppercase; text-align: center;}
.product-left label{display: block; margin-bottom: 10px; font-size: 20px; color: #ff0000;}
.product-left a, .product-right a{display: block; width: 240px; margin: 0 auto; background: url(/theme/images/bgblack.jpg); border-radius: 4px; line-height: 40px; color: #fff;}
.product-left a i, .product-right a i{font-size: 18px; margin-right: 5px;}
.product-right{margin: 0 15px 30px; padding: 20px; background: #f7f7f7; border-radius: 8px; text-align: center;}
.product-right b{display: block; font-size: 18px; text-transform: uppercase;}
.product-right h1,.product-right h2{display: block; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px dashed #555; font-size: 24px; text-transform: uppercase; color: #ff0000;}
.product-right div{margin-bottom: 20px; text-align: left;}
.product-right a{font-weight: bold; text-transform: uppercase;}
.product-menu ul{list-style: none; z-index: 99991;}
.product-menu ul li a{position: relative; display: block; cursor: pointer;}
.product-body{margin-bottom: 30px;}
.product-html{padding-top: 35px;}
.product-html .main-name{position: relative; margin-bottom: 15px; border-bottom: 1px solid #d7d7d7;}
.product-html .main-name:after{content: ''; position: absolute; bottom: -2px; Left: 0; width: 20%; height: 3px; background: #003478;}
.product-html .main-name-inner{display: inline-block; font-size: 20px; color: #003478;}
.product-html .owl-nav button{position: absolute; top: 0; bottom: 0; width: 40px; height: 40px; margin: auto; box-shadow: 0 0 3px 1px rgba(0,0,0,0.125); outline: none; transition: all 0.25s ease 0s;}
.product-html .owl-nav button.owl-prev, .product-html .owl-nav button.owl-next{background: #ff0000;}
.product-html .owl-nav button.owl-prev{left: 0;}
.product-html .owl-nav button.owl-next{right: 0;}
.product-html .owl-nav button i{display: block; text-align: center; line-height: 40px; color: #fff;}
@media (min-width:320px){
    .product-left img{margin: 0 auto 5px;}
    .product-menu ul{position: fixed; top: 0; right: 0; bottom: 0; width: 25px; height: 175px; margin: auto;}
    .product-menu ul li a{width: 25px; height: 25px; color: #fff;}
    .product-menu ul li a:before{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 12px; height: 12px; margin: auto; background: #777; border-radius: 50%;}
    .product-menu ul li a.active:before{background: #ff0000;}
    .product-menu ul li a span{position: absolute; top: 2.5px; left: -80px; display: none; width: 75px; background: #ff0000; border-radius: 4px; font-size: 13px; text-align: center; line-height: 20px;}
    .product-menu ul li a.active span{display: block;}
}
@media (min-width:410px){
    .product-html .main-name-inner{text-transform: uppercase;}
}
@media (min-width:767px){
    .product-left{float: left; width: 50%;}
    .product-left img{margin: 0 auto 5px;}
    .product-right{float: right; width: calc(50% - 70px);}
}
@media (min-width:970px){
    .product-menu{height: 30px;}
    .product-menu ul{position: relative; right: initial; bottom: initial; width: 640px; height: auto; background: #f7f7f7;}
    .product-menu ul li{float: left;}
    .product-menu ul li a{width: auto; height: auto; padding: 0 11px 0 10px; color: #333;}
    .product-menu ul li a.active{color: #ff0000;}
    .product-menu ul li a:before{display: none;}
    .product-menu ul li a:after{content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; height: 20px; margin: auto; background: #333;}
    .product-menu ul li a span{position: relative; top: 0; left: 0; display: block; width: auto; background: transparent; line-height: 35px;}
    .product-menu ul li:nth-last-child(2) a:after{display: none;}
    .product-scroll ul{position: fixed; top: 85px; z-index: 99991;}
}
@media (min-width:1170px){
    .product-menu ul{width: 840px;}
}.sp-item{float: left; margin-bottom: 25px;}
.sp-wrap{text-align: center; border: 1px solid #dcdcdc; box-shadow: 0 0 1px rgba(0,0,0,0.25);}
.sp-img{position: relative; margin-bottom: 10px;}
.sp-img img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-height: 100%;}
.sp-name{height: 23px; overflow: hidden; margin-bottom: 5px;}
.sp-name a{color: #004dfc;}
.sp-price{color: #ff0000; margin-bottom: 10px;}
.sp-more{font-size: 13px; line-height: 25px;}
.sp-more a{display: inline-block; width: 135px; height: 25px; color: #756e6e; border: 1px solid #dcdcdc; border-radius: 13px; transition: all 0.25s ease 0s;}
.sp-more a:hover{background: #dcdcdc; color: #004dfc;}
.sp-list .owl-nav{position: absolute; top: -40px; right: 0; width: 55px;}
.sp-list .owl-nav div.owl-prev{float: left;}
.sp-list .owl-nav div.owl-next{float: right;}
.sp-list .owl-nav div i{width: 23px; border: 1px solid transparent; text-align: center; line-height: 23px; color: #777; transition: all 0.25s ease 0s;}
.sp-list .owl-nav div i:hover{border: 1px solid #dd3333; color: #dd3333}
@media (min-width:320px){
    .sp-wrap{font-size: 15px; padding: 5px;}
    .sp-item{width: calc((100% - 10px) / 2); margin-right: 10px;}
    .sp-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:360px){

}
@media (min-width:410px){
    .sp-wrap{font-size: 17px; padding: 15px;}
}
@media (min-width:480px){
    .sp-item{width: calc((100% - 30px) / 2); margin-right: 30px;}
    .sp-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:580px){
    .sp-item{width: calc((100% - 10px) / 3); margin-right: 05px;}
    .sp-item:nth-child(2n){margin-right: 05px;}
    .sp-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:767px){
    .sp-item{width: calc((100% - 50px) / 3); margin-right: 25px;}
    .sp-item:nth-child(2n){margin-right: 25px;}
    .sp-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:970px){
    .sp-item{width: calc((100% - 60px) / 4); margin-right: 20px;}
    .sp-item:nth-child(2n),
    .sp-item:nth-child(3n){margin-right: 20px;}
    .sp-item:nth-child(4n){margin-right: 0;}
}
@media (min-width:1170px){
    .sp-item{width: calc((100% - 60px) / 5); margin-right: 15px;}
    .sp-item:nth-child(2n),
    .sp-item:nth-child(3n),
    .sp-item:nth-child(4n){margin-right: 15px;}
    .sp-item:nth-child(5n){margin-right: 0;}
}.pu{position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; opacity: 0; pointer-events: none; transition: all 0.25s ease 0s; z-index: 99999;}
.pu-black{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 75%); cursor: pointer;}
.pu-wrap{box-sizing: border-box; position: relative; width: calc(100% - 30px); max-width: 576px; padding: 30px; background-color: #fff; border-radius: 15px; transform: translatey(150px); transition: all 0.25s ease 0s;}
.pu-close{position: absolute; top: 15px; right: 15px; width: 40px; border-radius: 50%; cursor: pointer; transition: all 0.25s ease 0s;}
.pu-close i{display: block; text-align: center; line-height: 40px;}
.pu-close:hover{background-color: #003478; color: #fff;}
.pu-title{margin-bottom: 30px; text-align: center;}
.pu-title p:nth-child(1){font-size: 20px; font-weight: 700; text-transform: uppercase; color: #003478;}
.pu-title p:nth-child(2){font-size: 18px; color: #777;}
.pu-item{position: relative; margin-bottom: 15px;}
.pu-item input[type=text], .pu-item select{height: 40px; border-radius: 20px;}
.pu-item input[type=text]:focus, .pu-item select:focus{border: 1px solid #003478; box-shadow: 0 0 5px rgb(0 0 0 / 25%);}
.pu-item label.error{position: absolute; top: 0; right: 20px; line-height: 40px; color: #f00;}
.pu-2{opacity: 1; pointer-events: auto;}
.pu-2 .pu-black{opacity: 1;}
.pu-2 .pu-wrap{transform: translatey(0)}
.popupformbg{cursor: pointer;}