.slider_section {
    margin-bottom: 2rem;
}
.slider_section .sliderSwiper {
    position: relative;
    cursor: move;
}
.slider_section .sliderSwiper .item img {
    width: 100%;
    max-height: 750px;
}
.slider_section .sliderSwiper:hover .button_navigation {
    visibility: visible;
}
.slider_section .sliderSwiper .button_navigation {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 11;
    color: #333;
    top: 50%;
    background-color: #FFF;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    transform: translateY(-50%);
    opacity: 0.7;
    cursor: pointer;
    visibility: hidden;
}

.slider_section .sliderSwiper .button_navigation:hover {
    opacity: 1;
}
.slider_section .sliderSwiper .slider-next {
    right: 30px;
}
.slider_section .sliderSwiper .slider-prev {
    left: 30px;
}
.slider_section .slider-pagination {
    position: absolute;
    bottom: 15px !important;
    width: auto !important;
    z-index: 11;
    left: 50% !important;
    transform: translateX(-50%);
}
.slider_section .slider-pagination .swiper-pagination-bullet {
    padding: 4px;
    background-color: transparent;
    border: 2px solid #fff;
}
.slider_section .slider-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
/* message */
.message-box-bg-overlay .box {
    width: 100%;
    display: flex;
    background-color: rgb(32, 64, 153);
    color: #FFF;
    padding: 20px 20px;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
}
.message-box-bg-overlay .box .title{
    font-size: 22px;
    font-weight: 700;
    width: 80%;
}
.message-box-bg-overlay .box a{
    border: 1px solid #FFF;
    padding: 10px 25px;
    border-radius: 25px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
.message-box-bg-overlay .box a:hover{
    background-color: #FFF;
    color: #333;
}
/* cate hot */
.cate_hot {
    padding: 2rem 0 3rem;
}
.cate_hot h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: rgb(32, 64, 153);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cate_hot h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(32, 64, 153);
    margin-bottom: -2px;
    font-weight: 700;
}
.cate_hot .item a {
    color: #000;
}
.cate_hot .item a:hover {
    color: rgb(32, 64, 153);
}
.cate_hot .item h3{
    line-height: 1.3;
    margin: 10px 0 5px;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.cate_hot .item img{
    width: 100%;
    height: auto;
}
.cate_hot .item .total_pro{
    font-size: .7em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}
/* selling product */
.selling_pro {
    padding: 2rem 0 0;
}
.selling_pro h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: rgb(32, 64, 153);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.selling_pro h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(32, 64, 153);
    margin-bottom: -2px;
    font-weight: 700;
}
.selling_pro .item {
    background-color: #FFF;
    margin-bottom: 30px;
}
.selling_pro .item:hover{
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.selling_pro .item .img_box {
    position: relative;
}
.selling_pro .item .img_box img{
    width: 100%;
    height: auto;
    transition: all 0.7s;
}
.selling_pro .item .img_box .before{
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
.selling_pro .item .img_box:hover .before{
    opacity: 1;
}
.selling_pro .item .img_box .percent{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fa4f27;
    border: 1px solid #fa4f27;
    border-radius: 20px;
    padding: 3px 10px;
    background-color: #FFF;
    z-index: 2;
}
.selling_pro .item .info {
    padding: 8px 10px;
}
.selling_pro .item .info h3 {
    font-size: 1rem;
    margin: 5px 0;
}
.selling_pro .item .info a {
    color: #334862;
}
.selling_pro .item .info a:hover {
    color: #BC1F25;
}
.selling_pro .item .info .price_box {
    width: 100%;
    display: flex;
    color: #f23321;
    font-size: 1.2rem;
}
.selling_pro .item .price_contact {
    font-size: 1rem;
    color: #F00;
}
.selling_pro .item .price_niemyet {
    font-size: 0.9rem;
    color: #F00;
}
.selling_pro .item .info .price_box .price{
    opacity: .6;
    text-decoration: line-through;
    margin-right: 10px;
}
.selling_pro .item .info .tk {
    font-weight: 600;
}
.selling_pro .item .info .tk span {
    font-size: .8rem;
    font-weight: 400;
}
/* ưu điểm */
.uudiem {
    background-image: linear-gradient(to right bottom, #0a319c, #0052b8, #0073d0, #1a93e6, #46b3f9);
    padding: 30px 0;
    margin: 0 0 30px 0;
}
.uudiem h2{
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
}
.uudiem ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #FFF;
}
.uudiem ul li{
    padding: 8px 0;
}
.uudiem ul li:before {
    content: '';
    background-image: url('../images/tick-home.svg');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding-left: 22px;
    margin-top: 10px;
    padding-bottom: 22px;
}
/* sale product */
.sale_pro {
    padding: 2rem 0 2rem;
}
.sale_pro .banner_ads{
    width: 100%;
}
.sale_pro h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: rgb(32, 64, 153);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.sale_pro.mobile h2 {
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    margin-bottom: 10px;
}
.sale_pro h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(32, 64, 153);
    margin-bottom: -2px;
    font-weight: 700;
}
.sale_pro .cate_child {
    margin-bottom: 20px;
}
.sale_pro .cate_child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sale_pro .cate_child ul li{
    float: left;
    margin-right: 15px;
}
.sale_pro .cate_child ul li a{
    color: rgba(102,102,102,.85);
    font-weight: 600;
    text-transform: uppercase;
}
.sale_pro .cate_child ul li a.active, .sale_pro .cate_child ul li a:hover{
    color: rgba(17,17,17,.85);
}
.sale_pro .item {
    background-color: #FFF;
    margin-bottom: 30px;
}
.sale_pro .item:hover{
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.sale_pro .item .img_box {
    position: relative;
}
.sale_pro .item .img_box img{
    width: 100%;
    transition: all 0.7s;
    height: auto;
}
.sale_pro .item .img_box .before{
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
.sale_pro .item .img_box:hover .before{
    opacity: 1;
}
.sale_pro .item .img_box .percent{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fa4f27;
    border: 1px solid #fa4f27;
    border-radius: 20px;
    padding: 3px 10px;
    background-color: #FFF;
    z-index: 2;
}
.sale_pro .item .info {
    padding: 8px 10px;
}
.sale_pro .item .info h3 {
    font-size: 1rem;
    margin: 5px 0;
}
.sale_pro .item .info a {
    color: #334862;
}
.sale_pro .item .info a:hover {
    color: #BC1F25;
}
.sale_pro .item .info .price_box {
    width: 100%;
    color: #f23321;
    font-size: 1rem;
}
.sale_pro .item .info .price_contact {
    font-size: 1rem;
}
.sale_pro .item .info .price_niemyet {
    font-size: 0.9rem;
}
.sale_pro .item .info .price_box .price{
    opacity: .6;
    text-decoration: line-through;
}
.sale_pro .item .info .tk {
    font-weight: 600;
}
.sale_pro .item .info .tk span {
    font-size: .8rem;
    font-weight: 400;
}
.sale_pro .saleSwiper:hover .button_navigation {
    visibility: visible;
}
.sale_pro .saleSwiper .button_navigation {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 11;
    color: #333;
    top: 35%;
    background-color: #FFF;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    transform: translateY(-50%);
    opacity: 0.7;
    cursor: pointer;
    visibility: hidden;
}
.sale_pro .saleSwiper .button_navigation:hover {
    opacity: 1;
}
.sale_pro .saleSwiper .sale-next {
    right: 0px;
}
.sale_pro .saleSwiper .sale-prev {
    left: 0px;
}
.sale_pro .cate_child_mobile{
    background: #BEE6FF;
    margin-bottom: 20px;
    padding: 0px 5px;
}
.sale_pro .cate_child_mobile ul{
    list-style: none;
    margin: 0px;
    padding: 5px;
    width: 100%;
    display: flex;
    line-height: 18px;
}
.sale_pro .cate_child_mobile ul li{
    width: 19%;
    border-radius: 8px;
    padding: 2px 5px;
    margin: 2px;
    background: #fff;
}
.sale_pro .cate_child_mobile ul li.active {
    background: #31a3f0;
}
.sale_pro .cate_child_mobile ul li a{
    font-size: 12px;
    text-transform: initial;
    font-weight: 400;
    padding: 0 0 5px 0;
    color: rgba(17,17,17,.85);
}
.sale_pro .cate_child_mobile ul li.active a{
    color: #FFF;
}
/* commit */
.commit {
    padding: 2rem 0 3rem;
}
.commit h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: rgb(32, 64, 153);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.commit h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(32, 64, 153);
    margin-bottom: -2px;
    font-weight: 700;
}
.commit .item h3{
    font-size: 20px;
    color: #204099;
    font-weight: 600;
    margin-bottom: 15px;
}
.commit .item .content ._item {
    margin-bottom: 20px;
    line-height: 25px;
}
.commit .item .content ._item span{
    font-weight: 700;
}
/* news home */
.news_home {
    padding: 3rem 0;
    position: relative;
}
.news_home .container{
    z-index: 2;
    position: relative;
}
.news_home:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 250px;
    background-color: rgb(32, 64, 153);
    z-index: 1;
}
.news_home h2 {
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.news_home .item img {
    width: 100%;
    height: auto;
}
.news_home .item h3{
    font-size: 1.15em;
    font-weight: 600;
    margin: 10px 0 10px;
}
.news_home .item a {
    color: #334862;
}
.news_home .item a:hover {
    color: #BC1F25;
}
.news_home .item .des {
    font-size: .95rem;
}
.news_home .newsSwiper:hover .button_navigation {
    visibility: visible;
}
.news_home .newsSwiper .button_navigation {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 11;
    color: #333;
    top: 35%;
    background-color: #FFF;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    transform: translateY(-50%);
    opacity: 0.7;
    cursor: pointer;
    visibility: hidden;
}

.news_home .newsSwiper .button_navigation:hover {
    opacity: 1;
}
.news_home .newsSwiper .news-next {
    right: 0px;
}
.news_home .newsSwiper .news-prev {
    left: 0px;
}
/* video */
.video {
    padding: 0 0 4rem;
}
.video h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: rgb(32, 64, 153);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.video h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(32, 64, 153);
    margin-bottom: -2px;
    font-weight: 700;
}
.video .box{
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.video .box ul {
    order: 2;
    width: 30%;
    max-height: 470px;
    overflow-y: scroll;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.video .box ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background: rgb(50 47 47 / 90%); */
    border-color: #333;
    width: 100%;
}
.video .box ul li.active, .video .box ul li:hover{
    background: rgb(50 47 47 / 90%);
}
.video .box ul li a{
    color: rgba(17, 17, 17, .85);
    padding: 10px;
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.video .box ul li a img {
    width: 40%;
    margin-right: 10px;
    border-radius: 10px;
    max-height: 150px;
    min-height: 90px;
}
.video .box ul li .content-youtube {
    width: calc(60% - 10px);
}
.video .box ul li .content-youtube .title-youtube {
    color: #f0f0f0;
    font-size: 13px;
}
.video .box ul li .content-youtube .time-youtube {
    font-size: 12px;
    color: #939191;
}
.video .box .iframe_box{
    flex: 1;
    width: 100%;
}
.video .box .iframe_box .video-fit {
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.5%;
}
.video .box .iframe_box .video-fit iframe {
    -o-object-fit: fill;
    object-fit: fill;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    max-width: 100%;
}

.video .box ul::-webkit-scrollbar{width:6px}
.video .box ul::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(100,100,100,.3);border-radius:5px}
.video .box ul::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(220,220,220,.8);box-shadow:inset 0 0 6px rgba(200,200,200,.5)}
.video .box ul::-webkit-scrollbar-thumb:window-inactive{background:rgba(120,120,120,.4)}
.woof_seo_text{clear:both}.woof .woof_wcga_label_hide,.woof_container_inner .woof_wcga_label_hide{display:none!important}
.video .box ul{overflow-y:scroll}
/* newspaper */
.newspapers {
    padding: 3rem 0 5rem;
    background-color: #FFF;
}
.newspapers h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: rgb(32, 64, 153);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.newspapers h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgb(32, 64, 153);
    margin-bottom: -2px;
    font-weight: 700;
}
.newspapers .box {
    max-width: 1150px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.newspapers .box .left {
    max-width: 25%;
    flex-basis: 25%;
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}
.newspapers .box .left .box_item{
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
}
.newspapers .box .left .box_item .item {
    width: 100%;
    margin-bottom: 1em;
}
.newspapers .box .left .box_item .item img{
    width: 100%;
}
.newspapers .box .left .box_item .item_center {
    display: block;
    height: auto;
    padding-top: 100px;
}
.newspapers .box .center {
    background-image: url(../images/bg_phone.png);
    height: 630px;
    background-position: center;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
}
.newspapers .col {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}
.align-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}
.slide_newspaper {
    width: 290px;
    margin: auto;
    position: relative;
    padding-top: 50px;
}
.slide_newspaper .item img{
    width: 95%;
}
.slide_newspaper .newspaper-pagination {
    position: absolute;
    bottom: 15px !important;
    width: auto !important;
    z-index: 11;
    left: 50% !important;
    transform: translateX(-50%);
}
.slide_newspaper .newspaper-pagination .swiper-pagination-bullet {
    padding: 4px;
    background-color: transparent;
    border: 2px solid #BC1F25;
}
.slide_newspaper .newspaper-pagination .swiper-pagination-bullet-active {
    background-color: #BC1F25;
}
/* album */
.album {
    padding: 30px 0;
    background-color: rgb(255, 252, 244);
}
.album h2{
    font-size: 22px;
    font-weight: 700;
    color: rgb(32, 64, 153);
    text-align: center;
    margin-bottom: 20px;
}
.album .item {
    margin-bottom: 30px;
}
.album .item img {
    width: 100%;
}
.album .link {
    text-align: center;
    background: #cc222b;
    margin-top: 25px;
    border-radius: 99px;
    padding: 15px 60px 15px 60px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px auto;
    display: table;
}
.album .link:hover{
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}
/* table */
@media screen and (max-width: 1024px) {
    .message-box-bg-overlay .box .title {
        width: 60%;
    }
}
@media screen and (max-width: 992px) {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
   
}
/* mobile */
@media screen and (max-width: 668px) {
    
}
@media screen and (max-width: 612px) {
    
}