@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
img {
max-width: 100%;
}
a {
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
text-decoration: none;
}
ul, li{
padding: 0;
margin: 0;
list-style: none;
}
a:hover {
color: red;
text-decoration: none;
}
html, body{
position: relative;
height: 100%;
}
body{
font-family: 'Roboto', sans-serif;
color: #606060;
}
.row {
margin-right: -8px;
margin-left: -8px; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-right: 8px;
padding-left: 8px; }
.container {
padding-right: 8px;
padding-left: 8px; }
body p {
line-height: 24px;
margin: 0;
padding: 0;
}
.header .logo{
position: absolute;
top: 0;
z-index: 99;
background: #FFF;
left: 0;
padding: 15px;
box-shadow: 1px 1px 6px #ddd;
}
.header .logo img {
height: 75px;
}
.main-header{
height: 60px;
}
.header {
height: 60px;
background: #FFF;
-webkit-transition: all 0.3s ease;
-moz-transition: position .3s;
-ms-transition: position .3s;
-o-transition: position .3s;
transition: all 0.3s ease;
}
.header .menu-top {
text-align: right;
height: 50px;
padding-top: 10px;
}
.header .menu-top ul li {
display: inline-block;
padding: 0 8px;
height: 50px;
}
.header.fixed{
position: fixed;
top:0; left:0;
width: 100%;
z-index: 9;
animation: smoothScroll .3s forwards;
box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}
.header.fixed .logo{
padding: 5px;
box-shadow: none;
}
.header.fixed .logo img{
height: 50px;
}
@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
.header .menu-top ul li a {
height: 50px;
line-height: 50px;
text-transform: uppercase;
color: #606060;
display: inline-block;
font-size: 14px;
}
.header .menu-top ul li a var{
display: inline-block;
border-top: 5px solid #606060;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
margin-left: 3px;
position: relative;
top: -2px;
}
.header .menu-top ul li:hover a {
color: red;
}
.header .menu-top ul li:hover a var{
border-top-color: red;
}
.header .menu-top ul li ul {
position: absolute;
z-index: 9;
background: #FFF;
border: 1px solid #DDD;
width: 800px;
left: 0;
top: 100px;
opacity: 0;
visibility: hidden;
transition-duration: 0.2s;
transition-property: opacity, top, visible;
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
box-shadow: 0 4px 20px rgb(34 34 34 / 15%);
}
.header .menu-top ul li ul li a img{
height: 50px;
}
.header .menu-top ul li.sub1{
position: relative;
}
.header .menu-top ul li ul.sub{
width: 260px;
}
.header .menu-top ul li ul.sub li{
width: 100%;
padding: 0;
border-bottom: 1px solid #f3f5f7;
}
.header .menu-top ul li ul.sub li a{
margin: 0;
height: 50px;
line-height: 50px;
border-radius: 0;
padding: 0 10px;
text-transform: uppercase;
font-size: 14px;
}
.header .menu-top ul li ul.sub li:hover a{
color: red;
}
.header .menu-top ul li:hover ul {
opacity: 1;
visibility: visible;
top: 60px;
}
.header .menu-top ul li.sub1:hover ul {
top: 50px;
}
.header .menu-top ul li:hover ul li a {
color: #222222;
}
.header .menu-top ul li ul li {
width: 20%;
float: left;
height: auto;
}
.header .menu-top ul li ul li a {
color: #222222;
width: 100%;
text-align: left;
text-transform: inherit;
height: 60px;
line-height: 60px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
margin: 15px;
}
.header .menu-top ul li ul li a:hover img {
opacity: .6;
}
.swiper-container .swiper-button-next {
right: -100px;
transition: right .3s ease;
-moz-transition: right .3s ease;
-webkit-transition: right .3s ease;
-ms-transition: right .3s ease;
-o-transition: right .3s ease;
}
.swiper-container .swiper-button-prev {
left: -100px;
transition: left .3s ease;
-moz-transition: left .3s ease;
-webkit-transition: left .3s ease;
-ms-transition: left .3s ease;
-o-transition: left .3s ease;
}
.swiper-container:hover .swiper-button-prev{
left: 10px;
}
.swiper-container:hover .swiper-button-next {
right: 10px;
}
.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background-image: none;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
font-size: 18px;
color: #fff;
background-color: #113d84;
outline: none;
}
.swiper-container .swiper-button-next span, 
.swiper-container .swiper-button-prev span{
position: relative;
top: 2px;
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
background-color: #113d84;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after{
display: none;
}
.swiper-button-disabled{
display: none;
}
.swiper-pagination-bullet {
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #000;
opacity: 1;
background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
color: #fff;
background: #007aff;
}
.introduction{
position: relative;
background: rgb(1,141,254);
background: linear-gradient(90deg, rgba(1,141,254,1) 0%, rgba(1,64,135,1) 100%);
top: -51px;
padding: 80px 0 30px 0;
}
.introduction p{
color: #FFF;
font-size: 18px;
line-height: 30px;
font-style: italic;
}
.introduction .inf{
text-align: center;
padding-top: 20px;
}
.introduction .inf h2{
color: #FFF;
font-size: 18px;
font-weight: bold;
margin-top: 20px;
}
.introduction .inf h3{
color: #FFF;
font-size: 16px;
font-style: italic;
}
.introduction .icon{
font-size: 60px;
color: #6bb2f4;
}
.product-hot .title {
margin-bottom: 30px;
}
.product-hot .title h1{
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 22px;
color: #d00115;
margin-bottom: 0;
}
.product-hot .title p{
color: #606060;
text-align: center;
}
.item .image{
z-index: 2;
position: relative;
text-align: center;
}
.item .content{
background: #e2e2e2;
text-align: center;
padding: 90px 15px 30px 15px;
position: relative;
top: -50px;
z-index: 1;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
text-decoration: none;
}
.item:hover .content{
background: #1d63c2;
}
.product-hot-home .item:hover .content{
background: #d00115;
}
.product-hot-home .item .content .price a{
background: #d00115;
}
.item:hover .content p,
.item:hover .content h3 a{
color: #FFF;
}
.item .content h3{
text-transform: uppercase;
font-weight: bold;
white-space: nowrap;
margin-bottom: 10px;
}
.item .content h3 a{
color: #121212;
font-size: 18px;
}
.item .content p{
color: #606060;
}
.item .content .price{
text-align: center;
margin-top: 15px;
}
.item .content .price a{
color: #e2e2e4;
background: #1d63c2;
display: inline-block;
padding: 5px 30px;
font-size: 18px;
border-radius: 10px;
cursor: pointer;
}
.item:hover .content .price a{
background: #131313;
}
.installment{
padding: 30px 0;
}
.installment h2 a{
color: #113d84;
font-weight: bold;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 10px;
padding-top: 60px;
}
.installment p{
color: #1c63c1;
font-style: italic;
}
.installment ul{
margin: 10px 0;
}
.installment ul li{
list-style-type: disc;
margin-left: 15px;
line-height: 30px;
}
.list-home-product{
padding: 30px 0;
}
.list-home-product .content-main{
background: #dae6f4;
position: relative;
}
.list-home-product .tab-content .tab-pane,
.list-home-product .tab-content{
position: relative;
height: 100%;
}
.list-home-product .tab-content {
padding: 0 30px 30px 30px;
}
.list-home-product .swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.list-home-product .swiper-custom{
position: relative;
overflow: hidden;
height: 100%;
max-height: 786px;
}
.list-home-product .swiper-container{
overflow: inherit;
}
.list-home-product .swiper-wrapper{
max-height: calc(100% - 30px);
}
.list-home-product .swiper-slide {
height: calc(((100% - 30px) / 2 ));
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
} 
.list-home-product .swiper-pagination{
position: relative;
bottom: -7px;
}
.list-home-product .content-main .title{ }
.list-home-product .content-main .title h2{
font-size: 24px;
color: #FFF;
line-height: 44px;
width: 50%;
text-align: center;
display: inline-block;
display: none;
}
.resion-title {
padding: 30px 0;
}
.resion-title .resion-content h2{
color: #113d84;
text-transform: uppercase;
font-weight: bold;
text-align: center;
font-size: 22px;
}
.resion-title .resion-content{
width: 80%;
margin: 0 auto;
}
.resion-title .resion-content p{
color: #606060;
text-align: center;
}
.list-tab-product {
position: relative;
height: 100%;
}
.list-tab-product .nav-pills{
background: #1d63c2;
}
.list-tab-product .nav-pills a{
border-radius: 0;
color: #FFF;
border-bottom: 1px solid #a0bee4;
position: relative;
}
.list-tab-product .nav-pills a.active{
background: #dae6f4;
color: #113d84;
}
.list-tab-product .nav-pills a.active::after{
content: "";
width: 4px;
height: calc(100% + 2px);
position: absolute;
right: -4px;
background: #1d63c2;
top: -1px;
}
.product{
background: #FFF;
}
.product .image{
z-index: 2;
position: relative;
text-align: center;
height: 160px;
padding: 5px;
}
.product .des{
text-align: center;
padding: 10px 5px 5px 5px;
position: relative;
z-index: 1;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
text-decoration: none;
background: #FFF;
}
.product .des h3{
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}
.product .des h3 a{
color: #143c84;
font-size: 16px;
}
.product .des p{
color: #606060;
}
.product .readmore{
text-align: center;
margin-top: 15px;
background: #113d84;
}
.product .readmore a{
color: #fff;
background: #1d63c2;
display: inline-block;
width: 100%;
font-size: 16px;
padding: 5px 0;
cursor: pointer;
text-align: center;
}
.home-resion{
padding: 30px 0;
}
.home-resion h2{
font-size: 22px;
text-align: center;
color: #113d84;
text-transform: uppercase;
font-weight: bold;
}
.footer{
padding: 140px 0 0 0;
}
.footer .m-footer{
background: url(https://otophucuong.vn/wp-content/themes/phucuong/images/contact.jpg) no-repeat;
background-size: cover;
}
.footer .contact{
text-align: right;
padding-right: 100px;
padding-top: 140px;
position: relative;
}
.footer .contact .form-block{
width: 360px;
display: inline-block;
}
.footer .contact .form-block h2{
text-transform: uppercase;
font-size: 20px;
text-align: center;
color: #FFF;
margin-bottom: 10px;
}
.footer .contact .form-block input[type='submit']{
background-color: #1d63c2;
width: 100%;
border: navajowhite;
padding: 7px 0;
outline: none;
}
.footer .contact .form-block .form-control{
border-radius: 0;
border: none;
}
.footer .contact .form-block .wpcf7-response-output,
.footer .contact .form-block .wpcf7-not-valid-tip{
color: #FFF;
margin-top: 0 !important
}
.footer .social{
position: absolute;
top: -110px;
width: 80%;
left: 10%;
}
.footer .social .yt,
.footer .social .fb{
background-color: #FFF;
padding: 5px;
}
.footer .social .yt p,
.footer .social .fb p{
text-align: left;
padding-bottom: 5px;
color: #2c6193;
text-align: center;
}
.footer .social .yt a,
.footer .social .fb a{
background: #2c6193;
padding: 5px 15px;
text-align: left;
display: inline-block;
width: 100%;
color: #FFF;
}
.footer .social .yt a span,
.footer .social .fb a span{
width: 30px;
height: 30px;
border: 1px solid #FFF;
border-radius: 50%;
float: right;
text-align: center;
line-height: 32px;
font-size: 14px;
}
.customer {
padding: 30px 0;
}
.customer .content-customer{
background-color: #113d84;
}
.customer .content-customer .video-big{
height: 100%;
padding: 16px 0 16px 16px;
}
.customer .content-customer .video-big video{
outline: none;
}
.video-main .video-content{
background-color: #FFF;
padding: 40px 20px 20px 20px;
}
.video-main .video-content h2{
color: #113d84;
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
margin-bottom: 30px;
}
.video-main .video-content h3{
font-size: 18px;
color: #222;
}
.video-main .video-list{
padding: 10px;
background: #133d83;
position: absolute;
width: 100%;
bottom: 0;
}
.video-main .video-list .item{
width: 100%;
height: 100px;
background-color: #FFF;
border: 2px solid transparent;
}
.video-main .video-list .item.active {
border-color: #d00115;
}
.video-main{
background: #FFF;
position: relative;
height: 100%;
}
.brand-car h2{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
margin: 30px 0;
}
.brand-car h2 a{
color: #113d84;
}
.des-cat{
padding: 30px 0;
}
.des-cat .des-main{
background-color: #dae6f4;
}
.des-cat .des{
padding: 30px;
}
.des-cat .des ul{
margin: 10px 0;
}
.des-cat .des ul li{
list-style-type: disc;
margin-left: 15px;
}
.v-news{
padding: 30px 0;
}
.v-news h2{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
color: #113d84;
text-align: center;
margin-bottom: 30px;
}
.v-news .customer-scur{
background-color: #1c1c1c;
}
.v-news .customer-scur h3{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
color: #fff;
text-align: center;
padding: 30px 0;
}
.list-comment{
padding: 0 15px 15px;
}
.list-comment .c-item{
background-color: #FFF;
padding: 5px;
}
.list-comment .c-item .cont{
padding: 20px 10px;
}
.list-comment .c-item .cont h4{
color: #133d81;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
}
.page-title{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
color: #113d84;
padding: 30px 0;
}
.mtx{
padding: 30px 0;
}
.mtx ul.nav-pills li{
width: calc(100% / 3);
padding: 0 10px;
}
.mtx ul.nav-pills li:last-child{
padding-right: 0;
}
.mtx ul.nav-pills li:first-child{
padding-left: 0;
}
.mtx ul.nav-pills li a{
color: #123d82;
display: inline-block;
width: 100%;
border: 1px solid #123d82;
text-transform: uppercase;
line-height: 30px;
}
.mtx ul.nav-pills li span{
width: 30px;
height: 30px;
text-align: center;
line-height: 32px;
border: 2px solid #123d82;
float: right;
border-radius: 50%;
}
.mtx .nav-pills .nav-link.active{
background-color: #123d82;
}
.mtx .nav-pills .nav-link.active span{
border-color: #FFF;
}
.detail{
padding: 30px 0;
}
.detail .block1 h2{
color: #113d84;
text-transform: uppercase;
font-size: 26px;
font-weight: bold;
}
.detail .block2{
padding: 0 0 30px 0;
}
.detail .block4 h1{
background-color: #113d84;
text-transform: uppercase;
font-size: 26px;
font-weight: bold;
text-align: center;
padding: 10px 0;
color: #FFF;
margin-bottom: 0;
}
.detail .block4 .des{
padding: 0 30px 30px 30px;
}
.detail .block4 .des .ct{
background-color: #ececec;
padding: 30px;
}
.detail .block4 .des .ct p{
line-height: 30px;
}
.detail .block4 .register a{
background-color: red;
display: inline-block;
width: 100%;
margin-top: 20px;
text-align: center;
padding: 10px 0;
color: #FFF;
font-style: italic;
font-size: 16px;
border-radius: 10px;
cursor: pointer;
}
.detail .block4 .register a:hover{
background-color: #113d84;
}
.detail-content{
margin-top: 30px;
}
.detail-content .card{
border: none;
border-radius: 0;
}
.detail-content .card-header{
padding: 0;
background-color: #eeeeee;
border-bottom: none;
}
.detail-content .card-header h2{
padding: 0 10px;
}
.detail-content .card-header a{
color: #1d63c2;
font-weight: bold;
display: inline-block;
width: 100%;
border-radius: 0;
font-size: 18px;
position: relative;
padding: 10px 0;
cursor: pointer;
}
.detail .c-title{
color: #1d63c2;
font-weight: bold;
display: inline-block;
width: 100%;
border-radius: 0;
font-size: 18px;
position: relative;
padding: 10px 0;
cursor: pointer;
background-color: #ededed;
}
.md-content{
padding: 30px 0 0 0;
}
.md-content p{
line-height: 24px;
margin-top: 10px;
}
.md-content p span img{
width: auto;
}
.detail-content .card-header a span{
width: 30px;
height: 30px;
line-height: 34px;
border: 1px solid #1b64c2;
border-radius: 50%;
display: block;
float: right;
text-align: center;
position: absolute;
top: 5px;
right: 0;
}
.detail-content .card-body{
padding: 30px 0;
}
.detail-content .card-body table{
width: 100%;
border: 1px solid #dee2e6;
}
.detail-content .card-body table tr td{
line-height: 34px;
border: 1px solid #dee2e6;
padding: 0 5px;
}
.detail-content .swiper-container {
width: 100%; margin-left: auto;
margin-right: auto;
}
.detail-content .swiper-slide {
background-size: cover;
background-position: center;
}
.detail-content .gallery-top { width: 100%;
}
.detail-content .gallery-thumbstt,
.detail-content .gallery-thumbs2,
.detail-content .gallery-thumbs3,
.detail-content .gallery-thumbs4,
.detail-content .gallery-thumbs {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}
.detail-content .gallery-thumbstt .swiper-slide,
.detail-content .gallery-thumbs2 .swiper-slide,
.detail-content .gallery-thumbs3 .swiper-slide,
.detail-content .gallery-thumbs4 .swiper-slide,
.detail-content .gallery-thumbs .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}
.detail-content .gallery-thumbstt .swiper-slide-thumb-active,
.detail-content .gallery-thumbs2 .swiper-slide-thumb-active,
.detail-content .gallery-thumbs3 .swiper-slide-thumb-active,
.detail-content .gallery-thumbs4 .swiper-slide-thumb-active,
.detail-content .gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
} .main-video{
background-color: #f3f5f7;
}
.related{
background-color: #f3f5f7;
padding: 30px 0;
}
.related.related-video{
background-color: transparent;
}
.related h2{
text-transform: uppercase;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 10px 0;
color: #113d84;
}
.form-search{
position: relative;
top: 20px;
}
.form-search .form-control{
border-radius: 30px;
background-color: #f3f5f7;
height: auto;
padding: 2px 10px;
font-size: 12px;
}
.form-search .btn-default{
position: absolute;
top: 5px;
right: 10px;
background: transparent;
outline: none;
border: none;
box-shadow: none;
color: #757575;
padding: 0;
font-size: 12px;
}
.form-search .btn-default:focus,
.form-search .btn-default:visited,
.form-search .btn-default:active,
.form-search .btn-default:hover{
background-color: transparent;
border: none;
outline: none;
box-shadow: none;
}
.page-search{
border-top: 1px solid #DDD;
padding-top: 40px;
}
.page-main-title {
border-top: 1px solid #DDD;
}
.page-main-title h1{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
color: #113d84;
padding: 100px 0 30px 0;
}
.form-contact{
padding: 30px 30px 30px 0;
}
.page-contact p{
font-size: 22px;
color: #123d82;
}
.form-contact .form-control{
border-radius: 0;
}
.form-contact input[type='submit']{
color: #FFF;
background-color: #123d82;
text-align: center;
padding: 7px 0;
width: 100%;
border-radius: 6px;
border: none;
}
.form-contact input[type='submit']:hover{
background-color: #1d63c3;
}
.map-contact{
position: relative;
}
.map-contact::before{
content: "";
width: 50%;
height: 15px;
background-color: #123d82;
top: -15px;
right: 0;
position: absolute;
}
.map-contact::after{
content: "";
height: 50%;
width: 15px;
background-color: #123d82;
top: -15px;
right: -15px;
position: absolute;
}
.list-address ul li{
position: relative;
margin-bottom: 10px;
}
.list-address ul li h2{
font-size: 18px;
text-transform: uppercase;
color: #606060;
margin-bottom: 30px;
font-weight: bold;
}
.list-address ul li p{
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.list-address ul li p var{
position: absolute;
left: 0;
top: 3px;
}
.page-about-title{
padding: 30px 0;
}
.page-about-title h1{
text-transform: uppercase;
font-weight: bold;
font-size: 22px;
color: #113d84;
text-align: center;
}
.about-block2{
background-color: #1d63c3;
padding: 10px;
height: 100%;
}
.about-block2 .content-b{
padding: 20px;
}
.about-block2 .content-b p{
color: #FFF;
font-style: italic;
margin-bottom: 10px;
line-height: 24px;
}
.sig{
border-top: 1px solid #FFF;
margin-top: 20px;
}
.sig h2{
color: #FFF;
font-size: 16px;
font-weight: bold;
padding-top: 20px;
}
.sig p{
color: #FFF;
}
.about-block1{
padding-right: 30px;
}
.about-block1 p{
margin-bottom: 15px;
}
.page-about-content{
padding: 30px 0;
}
body img{
height: auto;
}
ul.page-numbers li{
display: inline-block;
margin: 0 2px;
}
ul.page-numbers li span.current,
ul.page-numbers li a{
display: inline-block;
padding: 5px 12px;
border: 1px solid #123d82;
}
ul.page-numbers li a:hover{
color: #fff!important;
background-color: #123d82!important;
}
.pagination{
padding: 0 0!important;
}
.pagination ul.page-numbers li span.page-numbers.current{
background-color: #123d82;
border-color: #123d82;
}
.pagination  .screen-reader-text{
display: none;
}
.pagination .nav-links{
width: 100%;
text-align: center;
}
.blogs{
border-top: 1px solid #DDD;
padding: 60px 0 30px 0;
}
.cat-bar{
padding: 30px 0;
}
.cat-bar h2{
background: #133d83;
text-transform: uppercase;
font-size: 16px;
color: #FFF;
font-weight: bold;
padding: 8px 10px;
margin-bottom: 0;
}
.cat-bar ul li{
border-bottom: 1px solid #DDD;
}
.cat-bar ul li img{
height: 60px;
}
.item-new{
margin-bottom: 40px;
border: 2px solid #DDD;
}
.item-new .content-blog a.title{
font-size: 14px;
color: #20242d;
text-transform: uppercase;
font-weight: bold;
}
.item-new .content-blog{
padding: 5px 10px;
}
.item-new .content-blog a.title:hover{
color: #009a84;
}
.item-new .info-content ul{
border-bottom: 1px solid #d6d6d6;
padding: 10px 0;
font-size: 14px;
}
.item-new .info-content ul li{
display: inline-block;
}
.item-new .info-content ul li:first-child span{
padding-left: 0;
}
.item-new .info-content ul li span.author{
text-transform: capitalize;
}
.item-new .info-content ul li span{
position: relative;
padding: 0 8px;
color: #83848f;
}
.item-new .info-content ul li span::before{
content: "";
width: 1px;
height: 13px;
background-color: #83848f;
position: absolute;
right: 0;
bottom: 2px;
}
.item-new .info-content ul li:last-child span::before{
display: none;
}
.item-new .des{
color: #4e5158;
padding-top: 10px;
min-height: 82px;
}
.detail-news{
max-width: 980px;
}
.detail-news h1 {
margin-bottom: 15px;
font-weight: bold;
}
.detail-news .content-new p {
line-height: 24px;
margin-bottom: 10px;
text-align: justify;
}
.detail-news ul li{
list-style-type: inherit;
}
.related-blogs .title-details h2 {
margin-top: 30px;
border-bottom: 2px solid #f3f5f7;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
color: #123c86;
margin-bottom: 0;
}
.related-blogs ul {
margin-top: 10px;
}
.related-blogs li {
margin-bottom: 10px;
list-style: disc;
margin-left: 30px;
}
.detail-title{
color: #363844;
font-size: 25px;
font-weight: 500;
margin-top: 15px;
}
.auth-info{
border-bottom: 1px solid #e8e7ee;
padding: 15px 0;
color: #5a5b66;
text-transform: uppercase;
font-size: 14px;
}
.auth-info var{
font-style: normal;
padding: 0 7px;
}
.auth-info ul li a{
color: #fff;
text-transform: uppercase;
background-color: #009a84;
padding: 3px 5px;
border-radius: 2px;
margin-left: 3px;
}
.auth-info ul li,
.auth-info ul{
display: inline-block;
}
.content-new{
margin: 25px 0;
}
.content-new p, .content-new div{
line-height: 1.8;
margin-bottom: 10px;
}
.content-new ul{
list-style: disc;
padding-left: 30px;
}
.content-new ol{
list-style: decimal; 
padding-left: 30px;
}
.content-new ul ul, .content-new ol ul{
list-style: circle;
padding-left: 30px;
margin-top: 5px;
}
.content-new ol ol, .content-new ul ol{
list-style: lower-latin;
padding-left: 30px;
margin-top: 5px;
}
.content-new li{
line-height: 1.8;
margin-bottom: 5px;
}
.tags a{
display: inline-block;
background-color: #009a84;
color: #FFF;
margin-right: 10px;
padding: 2px 10px;
margin-bottom: 10px;
border-radius: 2px;
}
.breadcrumb-detail{
background-color: #e8e7ee;
padding: 12px 0;
margin-bottom: 15px;
color: #565865;
font-size: 15px;
}
.breadcrumb-detail span{
color: #858792;
}
.share{
margin: 25px 0;
}
.page-single{
border-top: 1px solid #DDD;
padding: 40px 0;
}
.page-single .entry-title{
margin-bottom: 30px;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
color: #123c86;
text-align: center;
padding-bottom: 30px;
}
.list-pt{
background-color: #dae6f4;
padding: 30px 0;
}
.list-pt .pt-cat {
margin-bottom: 30px;
}
.list-pt .pt-cat h2{
background-color: #1d63c2;  
margin-bottom: 0;  
}
.list-pt .pt-cat h2 a{
color: #FFF;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
padding: 10px;
display: inline-block;
width: 100%;
}
.list-pt .pt-cat ul {
background-color: #1d63c2;
}
.list-pt .pt-cat ul li {
border-top: 1px solid #7ca5db;
}
.list-pt .pt-cat ul li a:hover,
.list-pt .pt-cat ul li a.active{
background-color: #dae6f4;
color: #1d63c2;
}
.list-pt .pt-cat ul li a:hover::before,
.list-pt .pt-cat ul li a.active::before{
content: "";
position: absolute;
right: -6px;
top: 0;
width: 5px;
height: 100%;
background-color: #1d63c2; 
}
.list-pt .pt-cat ul li a{
display: inline-block;
width: 100%;
padding: 10px;
color: #FFF;
position: relative;
}
.list-pt .page-title{
padding-top: 0;
}
.list-pt .product{
margin-bottom: 20px;
}
.hotline h2{
font-size: 18px;
text-transform: uppercase;
color: #606060;
margin-bottom: 30px;
font-weight: bold;
margin-top: 30px;
}
.hotline p{
position: relative;
color: #113d84;
}
.hotline p var{
font-size: 36px;
position: relative;
top: 5px;
}
.hotline p span{
position: absolute;
left: 22px;
top: -2px;
}
.hotline p a{
color: #113d84;
font-size: 30px;
padding-left: 16px;
display: inline-block;
}
.footer-tab{
background-color: #848484;
padding: 30px 0;
}
.footer-main .t1 p{
color: #d5d5d5;
text-align: justify;
}
.footer-main .t1 p.p1{
margin-top: 40px;
padding: 0 20px;
}
.footer-main .t1 p img{
width: 160px;
}
.footer-main h2{
font-size: 16px;
text-transform: uppercase;
color: #FFF;
margin-bottom: 30px;
font-weight: bold;
}
.footer-main .footer-item ul li p{
position: relative;
padding-left: 30px;
margin-bottom: 10px;
color: #d5d5d5;
font-size: 15px;
}
.footer-main .footer-item ul li p strong{
color: #FFF;
font-size: 14px;
}
.footer-main .footer-item ul li p var{
position: absolute;
left: 0;
top: 2px;
color: #FFF;
font-size: 20px;
}
.hotline-footer .social{
margin-top: 40px;
}
.hotline-footer .social h2{
margin-bottom: 15px;
}
.hotline-footer .social ul li a{
color: #d5d5d5;
line-height: 30px;
}
.hotline-footer p.phone{
position: relative;
color: #fff;
}
.hotline-footer p.phone var{
font-size: 30px;
position: relative;
top: 5px;
}
.hotline-footer p.phone span{
position: absolute;
left: 22px;
top: -2px;
}
.hotline-footer p.phone a{
color: #fff;
font-size: 30px;
display: inline-block;
}
.c-info{
margin-top: 20px;
color: #d5d5d5;
}
.c-info var{
position: relative;
top: 2px;
margin-right: 5px;
}
.c-info a{
color: #d5d5d5;
}
.c-info p{
line-height: 30px;
}
.rting{
padding-bottom: 15px;
}
.main-rating .c-rating{
border: 1px solid #1d63c2;
}
.main-rating h2{
font-size: 18px;
color: #606060;
margin-bottom: 10px;
font-weight: bold;
}
.rating-summary {
text-align: center;
padding: 15px;
}
.rating-summary h3{
font-weight: bold;
color: #1d63c2;
}
.rating-summary .r-star {
margin: 10px 0;
}
.rating-summary .r-star .m-star{
position: relative;
display: inline-block;
}
.rating-summary .r-star .m-star .s-star{
width: 120px;
white-space: nowrap;
}
.rating-summary .r-star .m-star .s-star span{
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
color: #1d63c2;
}
.rating-summary .r-star .m-star .t-star{
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
overflow: hidden;
}
.rating-summary .r-star .m-star .t-star span{
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
color: #ffd900;
}
.main-line{
padding: 15px;
}
.star-line{
height: 25px;
}
.star-line .s-line{
position: relative;
padding-left: 40px;
}
.star-line .s-line span{
position: absolute;
left: 0;
top: 0;
width: 40px;
}
.star-line .s-line span var{
position: relative;
top: 2px;
}
.star-line .s-line .m-line{
height: 12px;
width: 100%;
border: 1px solid #1d64c2;
border-radius: 10px;
position: relative;
top: 5px;
overflow: hidden;
}
.star-line .s-line .p-line{
height: 12px;
background: #1d64c2;
position: absolute;
left: 0;
top: -1px;
}
.add-rating-star{
background-color: #1e65c2;
width: 100%;
height: 100%;
}
.add-rating-star p{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
color: #FFF;
text-align: center;
cursor: pointer;
}
.add-rating-star p span{
position: relative;
top: 45%;
}
.post-ratings img{
width: 25px;
}
.choose-voted {
padding: 15px 0;
display: none; }
.choose-voted.on{ height: 100%;
display: block;
}
.choose-voted .post-ratings{
display: inline-block;
width: auto;
}
.rting .r-star .m-star{
position: relative;
display: inline-block;
}
.rting .r-star .m-star .s-star{
width: 120px;
white-space: nowrap;
}
.rting .r-star .m-star .s-star span{
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
color: #1d63c2;
}
.rting .r-star .m-star .t-star{
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
overflow: hidden;
}
.rting .r-star .m-star .t-star span{
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
color: #ffd900;
}
.register-buy .form-group label{
display: initial;
}
.register-buy .modal-header{
background-color: #2366bd;
display: block;
text-align: center;
}
.register-buy .modal-header .modal-title{
text-transform: uppercase;
color: #FFF;
}
.register-buy .modal-content{
border-top-left-radius: 20px;
overflow: hidden;
border-top-right-radius: 20px;
border: none;
}
.register-buy .btn-secondary{
float: right;
background: transparent;
color: #222;
padding: 5px 20px;
border-radius: 6px;
}
.register-buy input[type='submit']{
background-color: #2366bd;
color: #FFF;
border: 1px solid #2366bd;
padding: 5px 40px;
border-radius: 6px;
outline: none;
}
.register-buy input[type='submit']:hover{
background-color: #1871e5;
outline: none;
} .main_menu_mobile{
background-color: #FFF;
padding: 7px 0 7px 0;
border-bottom: 1px solid #ecebeb;
}
.mbnavbar{
color: #113d84;
font-size: 24px;
}
.mbnavbar span{
position: relative;
top: 5px;
}
.main_menu_mobile .logo img{
height: 35px !important;
}
.mb-main-search{
text-align: right;
padding-top: 10px;
color: #113d84;
}
.main-menu-mb{
position: fixed;
height: 100%;
width: 270px;
background: #fff;
z-index: 9;
transition: transform .5s;
-o-transition: -o-transform .5s;
-ms-transition: -ms-transform .5s;
-moz-transition: -moz-transform .5s;
-webkit-transition: -webkit-transform .5s;
overflow-y: auto;
overflow-x: hidden;
top: 0;
left: 0%;
transition: transform .5s;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
body.mm_open .main-menu-mb{
-webkit-transform: translateX(0)!important;
-moz-transform: translateX(0)!important;
-ms-transform: translateX(0)!important;
-o-transform: translateX(0)!important;
transform: translateX(0)!important;
}
.wapper{
transition: transform .5s;
-o-transition: -o-transform .5s;
-ms-transition: -ms-transform .5s;
-moz-transition: -moz-transform .5s;
-webkit-transition: -webkit-transform .5s;
position: relative;
overflow: hidden;
}
body.mm_open  .wapper{
-webkit-transform: translateX(269px);
-moz-transform: translateX(269px);
-ms-transform: translateX(269px);
-o-transform: translateX(269px);
transform: translateX(269px);
}
.ovlay{
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background-color: transparent;
display: none;
z-index: 8;
}
body.mm_open .ovlay{
display: block;
background: rgba(0,0,0,.4);
}
body.mm_open .bd-wapper{
overflow: hidden;
}
.mb-form-search{
position: relative;
}
.mb-form-search .form-search {
margin: 7px 10px;
position: relative;
top: 0;
}
.mb-form-search .form-search .form-control{
width: 100%;
height: 40px;
border-radius: 20px;
background-color: #113d84;
border: 1px solid #113d84;
box-shadow: none;
padding-right: 80px;
color: #a6a9b6;
}
.mb-form-search .form-search .btn-default{
position: absolute;
top: 0;
height: 40px;
right: 0;
border-radius: 20px;
padding: 6px 25px;
font-size: 20px;
background-color: #113d84;
color: #a6a9b6;
border: none;
}
.mb-form-search .form-search .btn-default span{
position: relative;
top: 2px;
}
.list-xe {
padding: 10px;
}
.list-xe h3{
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
color: #113d84;
margin-top: 15px;
padding-bottom: 10px;
}
.list-xe ul {
border-top: 1px solid #DDD;
border-left: 1px solid #DDD;
display: inline-block;
width: 100%;
}
.list-xe ul li{
width: 50%;
float: left;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding: 7px;
}
.list-xe ul li a img{
height: 80px;
}
.m-menu{
padding: 10px;
}
.m-menu ul li a{
border-bottom: 1px solid #DDD;
padding: 8px 10px 8px 0;
display: inline-block;
width: 100%;
text-transform: uppercase;
}
.m-menu ul li ul li a{
padding-left: 30px;
}
.m-menu ul li ul li a{
padding-left: 30px;
}
.m-menu ul li ul li ul li a{
padding-left: 60px;
}
ul.page-numbers{
margin: 15px 0;
}
ul.page-numbers li .current{
background: #123d82;
color: #FFF;
}
.title-mb h2{
background: #155b97;
width: 100%;
padding: 15px 10px;
color: #FFF;
text-align: center;
font-size: 16px;
line-height: 26px;
}
.contact-footer{
width: 85px;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99999;
background: #FFF;
border-radius: 5px;
padding: 10px 0;
border: 1px solid #f2f2f2;
}
.contact-footer ul li{
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
height: 65px;
}
.contact-footer ul li.call{
line-height: 65px;
}
.contact-footer ul li.call a img{
width: 50px;
}
.contact-footer ul li a p{
font-size: 14px;
}
.contact-footer ul li a img{
width: 40px;
}
.contact-footer-mb{
width: 100%;
position: fixed;
bottom: 0;
right: 0;
z-index: 8;
background: #FFF;
padding: 10px 0;
box-shadow: 0 4px 10px 0 #000;
}
.contact-footer-mb ul li{
display: inline-block;
width: 20%;
text-align: center;
height: 50px;
float: left;
}
.contact-footer-mb ul li.call a img{
height: 50px;
width: 50px;
position: relative;
top: -7px;
}
.contact-footer-mb ul li.call a{
position: relative;
top: -20px;
}
.contact-footer-mb ul li a p{
font-size: 12px;
}
.contact-footer-mb ul li a img{
height: 30px;
}
.content-new span img{
width: auto;
}
.category-video .main-ach{
background-color: #f3f5f7;
}
.video-hot{
background-color: #282828;
padding: 80px 0 15px 0;
}
.video-hot h2{
color: #FFF;
text-transform: uppercase;
font-size: 16px;
padding: 15px 0;
font-weight: 600;
}
.video-hot .view-video h3{
font-size: 16px;
color: #FFF;
padding: 7px 0;
line-height: 24px;
}
.video-hot .view-video .video{
position: relative;
cursor: pointer;
}
.video-hot .view-video .play-video{
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background-color: rgba(0, 0, 0, .2);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
cursor: pointer;
}
.video-hot .view-video .play-video span{
position: relative;
top: 5px;
color: #FFF;
font-size: 30px;
}
.video-hot-related{
height: 500px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 10px;
}
.video-hot-related .video{
position: relative;
cursor: pointer;
border-radius: 3px;
overflow: hidden;
border: 2px solid transparent;
}
.video-hot-related .play-video{
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
background-color: rgba(0, 0, 0, .2);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
cursor: pointer;
}
.video-hot-related .play-video span{
position: relative;
top: 5px;
color: #FFF;
font-size: 20px;
}
.video-hot-related .video-title h3{
font-size: 14px;
color: #FFF;
}
.video-hot-related .item{
margin-bottom: 15px;
cursor: pointer;
}
.video-hot-related .item.active .video{
border-color: #d31920;
}
.item-main {
margin-bottom: 16px;
}
.item-video{
cursor: pointer;
background-color: #FFF;
border-radius: 4px;
padding: 10px;
}
.item-video .play-video{
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background-color: rgba(0, 0, 0, .2);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
cursor: pointer;
}
.item-video .play-video span{
position: relative;
top: 5px;
color: #FFF;
font-size: 30px;
}
.item-video .image {
position: relative;
overflow: hidden;
}
.item-video .image .cat{
position: absolute;
bottom: 10px;
right: 10px;
}
.item-video .image .cat a{
display: inline-block;
color: #FFF;
background: rgba(0,0,0,.4);
padding: 3px 10px;
border-radius: 4px;
}
.item-video .date {
font-weight: 500;
font-size: 12px;
color: rgba(19, 50, 112, 0.63);
margin-top: 5px;
}
.item-video .title {
margin-top: 10px;
}
.item-video .des {
font-weight: 500;
color: rgba(0, 0, 0, 0.4);
margin-top: 10px;
}
.item-video .readmore {
margin-top: 10px;
text-align: right;
}
.item-video .readmore a {
color: #1B53C1;
position: relative;
font-size: 14px;
}
.item-video .readmore a span {
position: relative;
top: 4px;
font-size: 20px;
} .video-hot .video-hot-related ::-webkit-scrollbar {
width: 6px;
visibility: hidden;
opacity: 0;
}
.video-hot .video-hot-related:hover ::-webkit-scrollbar{
visibility: visible;
opacity: 1;
} .video-hot ::-webkit-scrollbar-button {
background: #222;
} .video-hot ::-webkit-scrollbar-thumb {
background: #333;
} .video-hot ::-webkit-scrollbar-thumb:hover {
background: #666;
} .video-hot ::-webkit-scrollbar-track {
background: #000;
} .video-hot ::-webkit-scrollbar-track-piece {
background: #000;
} .video-hot ::-webkit-scrollbar-corner {
background: #999;
} .video-hot  ::-webkit-resizer {
background: #111;
}
@media screen and (max-width: 767px){
.tiktok{
width: 100%!important;
margin-left: 0px !important;
height: 170px !important;
margin-bottom: 10px !important;
}
.video-hot {
padding: 15px 0 15px 0;
}
.video-hot-related{
margin-top: 30px;
border-top: 1px solid #DDD;
padding-top: 30px;
height: auto;
padding-right: 0;
}
.detail iframe,
.content-new iframe{
width: 100% !important;
height: 320px;
}
.list-home-product .content-main .title{
padding: 30px 0;
text-align: center;
}
.list-home-product .content-main .title h2{
font-size: 16px;
color: #FFF;
line-height: 24px;
width: auto;
padding: 10px;
background: rgba(0,0,0,.5);
border-radius: 6px;
   }
.installment h2 a{
font-size: 18px;
}
.resion-title .resion-content{
width: 100%;
padding: 0 5px;
}
.resion-title .resion-content h2{
font-size: 18px;
}
.list-home-product .tab-content{
padding: 0 10px 30px 10px;
}
.customer .content-customer .video-big{
padding: 16px;
}
.video-main .video-content h2{
font-size: 18px;
}
.video-main .video-list{
position: relative;
}
.home-resion h2{
font-size: 18px;
}
.footer{
padding: 0;
}
.footer .contact{
padding-top: 10px;
padding-right: 0;
}
.footer .social{
position: relative;
top: 0;
width: 100%;
left: 0;
}
.footer .social .yt{
margin-top: 15px;
}
.footer .contact .form-block{
margin: 60px auto 0;
display: block;
}
.footer-item.t1{
margin-bottom: 30px;
}
.hotline-footer{
margin-top: 30px;
border-top: 1px solid #DDD;
padding-top: 30px;
}
.v-news .customer-scur h3{
font-size: 18px;
}
.mtx ul.nav-pills li{
width: 100%;
padding: 0;
margin-bottom: 10px;
}
.product .image{
height: auto;
}
.list-pt .pt-cat{
display: none;
}
.about-block1{
padding-right: 0;
}
.page-about-content{
padding-top: 0;
}
.about-block2{
margin-top: 30px;  
height: auto; 
}
.about-block2 .content-b{
padding: 20px 0;
}
.page-main-title h1{
padding-top: 30px;
}
.list-address{
margin-top: 30px;
}
.hotline{
margin-bottom: 15px;
}
.form-contact{
padding-right: 0;
}
.page-search{
padding-top: 0;
}
.introduction .inf h2{
font-size: 16px;
}
.introduction .icon{
font-size: 38px;
}
.introduction .inf h3,
.introduction p{
font-size: 14px;
}
.list-tab-product .nav-pills a{
padding: 5px;
}
}
@media screen and (min-width: 768px) and (max-width: 992px){
.list-home-product .content-main .title{
background-size: 100%;
padding: 20px 0;
}
.list-home-product .content-main .title h2{
font-size: 18px;
}
}