/*MODULE TÌM KIẾM SẢN PHẨM*/
.nh-box-search{
    float: right;
    width: 40px !important;   
    
}
.nh-box-search form{
    position: absolute;
    top: 105%;
    right: 15px;
    width: 290px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s 0.1s;
    z-index: 100;
}
.nh-box-search form .form-group{
    position: relative;
    width: 100%;
}
.nh-box-search form .form-group .input-group{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    border: 1px solid #ccc;
}
.nh-box-search form .form-group .btn-search-new{
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 110;
    background-color: #2361c6;
    border-radius: 0;
    color: #fff;
}
.nh-box-search .btn-search {
    font-size: 15px;
    background:  none;
    color: #fff;
    border-radius: 0;
    width: 40px;
    height: 40px;
}
.nh-box-search>button.btn-search:hover{
    background:  #fff;
    color: #1f358b;
}

.nh-box-search .search-suggestion {
    font-size: 15px;
    color: #000;
    border: none;
    outline: medium none !important;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding-right: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.turn-down{
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
    
}
/*END TÌM KIẾM*/

/*MODULE BANNER GIỚI THIỆU*/
.bg-banner{
    background-color: #ffd701;
    padding: 30px 0;
}
.banner-introduce .image{
    margin: 20px 15px 0 0;
}
.banner-introduce .image,
.banner-introduce .content-banner{
    float: left;
    display: block;
}
.banner-introduce .top span{
    font-size: 18px;
    font-weight: 900;
}
.banner-introduce .top span b{
    font-size: 36px;
}


/*END BANNER*/

/*MODULE GIỚI THIỆU TÙY CHỌN*/
.optional-introduction .item-blogs{
    padding: 0;
}
.optional-introduction blockquote{
    padding: 0 10px;
    border-color: #2361c6;
}
.optional-introduction blockquote h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.optional-introduction .btn-view-more{
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    background-color: #ffd701;
    color: #2361c6;
}


/*END TÙY CHỌN*/

/*MODULE CÁC DÒNG SẢN PHẨM*/
.box-product h2{
    color: #2361c6;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.box-product h2:before{
    content: "";
    background-color: #2361c6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
}
.slogan{
    text-transform: uppercase;
}
/*END CÁC DÒNG SẢN PHẨM*/


/*MODULE QUY TRÌNH SẢN XUẤT*/
.background,
.bg-production-process{
    padding: 30px 0;
    background-color: #fffce4;
}
.production-process .process{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.production-process figure{
    display: inline-block;
    border: 4px solid #2361c6;
    padding: 15px;
    border-radius: 50%;
}
.production-process figure img{
    width: 100px;
}
.production-process .steps{
    text-align: center;
    width: calc(100%/7);
}
.production-process .title-step{
    font-weight: 600;
    margin-top: 10px;
}

.production-process .arrow{
    width: 70px;
    height: 3px;
    position: relative;
    background-color: #2361c6;
}
.production-process .arrow:before{
    content: "";
    position: absolute;
    top: -7px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #2361c6;
    border-bottom: 8px solid transparent;
}
.production-process .reverse{
    margin-top: 75px;
}
.production-process .reverse .arrow:before{
    display: none;
}
.production-process .reverse .arrow:after{
    content: "";
    position: absolute;
    top: -7px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 15px solid #2361c6;
    border-bottom: 8px solid transparent;
}
.arrow-down{
    width: 3px;
    height: 70px;
    position: relative;
    background-color: #2361c6;
    margin-right: 75px;
}
.arrow-down:before{
    content:"";
    position: absolute;
    bottom: -10px;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 15px solid #2361c6;
    border-right: 8px solid transparent;
}

    /*CSS MOBILE*/

.production-process .process-mb{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.production-process .process-mb .steps{
    width: 100%;
    text-align: center;
}
.production-process .process-mb .arrow-down{
    margin-right: 0;
    margin-bottom: 20px;
    height: 40px;
}

/*END QUY TRÌNH SẢN XUẤT*/

/*LỚP TẬP HUẤN*/
.companion .nav_title li,
.training .nav_title li{
    width: 100%;
}
.training .nav_title li a,
.companion .nav_title li a{
    font-size: 30px;
    font-weight: 900;
}
/*END TẬP HUẤN*/

/*MODULE THÀNH TỰU ĐẠT ĐƯỢC*/
.achievement .titke-heading{
    color: #2361c6;
}
.achievement blockquote{
    border-color: #2361c6;
    padding: 0;
}
.achievement blockquote h2{
    text-transform: uppercase;
    color: #2361c6;
    font-weight: 900;
}
.background .achievement .box-product{
    display: block !important;
    overflow: hidden;
}

.achievement .image-wrapper{
    padding-top: 75%;
    margin: 0;
}

.achievement .owl-carousel .owl-buttons div{
    top: 50% !important;
    transform: translateY(-50%);
    width: 35px;
    height: 35px !important;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    opacity: 1;
    display: flex;
    align-items: center;
}
.achievement .owl-carousel .owl-buttons div:before{
    color: #fff;
    opacity: 1;
    margin-left: 5px;
}
.achievement .owl-carousel .owl-buttons div.owl-prev{
    left: 0px !important;
    margin: 0;
}
.achievement .owl-carousel .owl-buttons div.owl-next{
    right: 0px !important;
}

/*END THÀNH TỰU*/

/*MODULE VIDEO - HÌNH ẢNH HOẠT ĐỘNG*/
.block-video .nav_title li,
.box-gallery .nav_title li{
    border-left: 5px solid #2361c6;
}
.block-video .nav_title li a,
.box-gallery .nav_title li a{
    padding: 0;
    font-size: 30px;
    font-weight: 900;
}
/*END MODULE VIDEO - HÌNH ẢNH HOẠT ĐỘNG*/

/*MODULE dong hanh*/
.bg-companion{
    position: relative;
    padding: 30px 0;
}
.bg-companion:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/uploads/plugin/custom_img/2020-07-24/1595561595-1054107268-custom.jpg) no-repeat top center;
    background-size: cover;
    padding: 15px 0;
    z-index: -1;
}
.bg-companion:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(252 220 76 / 50%);
    z-index: -1;
}
.companion .item-customer{
    background: url(/uploads/plugin/custom_img/2020-07-24/1595561600-847463731-custom.png);
    color: #fff;
}
.companion .item-customer .quote-left{
    font-size: 25px;
}
.companion .item-customer .desc-customer{
    font-size: 14px;
}
.companion .item-customer .noPadding{
    margin-top: 15px;
}
.companion .item-customer .noPadding p{
    margin: 0;
}
/*END dong hanh*/

/*END TRANG CHI tiet sp*/
.product-detail .nav_title li{
    padding: 0;
}
.product-detail .nav_title li a{
    padding: 5px 0;
}
.bottom-detail-product .nav_title li a{
    margin-right: 10px;
}
.bottom-detail-product .nav_title li.active a,
.product-related .nav_title li a{
    border-bottom: 2px solid #2361c6;
}

/*END TRANG CHI tiet sp*/

.prd-description ul {
    padding-left: 1.5rem;
}

.item-product .info .description {
    height: 65px;
}
/*custom*/
.marq-top {
    background-color: #f8f9fa
}
#header marquee {
    color: #2361c6;
    padding: 8px 0;
    display: block;
}
.tieudiem .list-item {
    border: 1px solid #e7e7e7;
}

.tieudiem .list-item .info {
    padding: 20px;
}

.tieudiem .list-item .img-blogs {
    height: 100% !important;
    padding-top: 66.66%;
    margin:0;
}
.tieudiem .list-item .title-blogs-item {
    margin-top: 0;
    height: auto;
}
.tieudiem .btn-view-more {
    display: none;
}
.tieudiem .list-item .desc-blogs {
    margin-bottom: 0;
    line-height: 23px;
}

.tieudiem .item-blogs {
    padding: 0;
}
.tieudiem .slider-product.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 38%);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin: 0 auto;
    font-size: 20px;
    opacity: 0;
}
.tieudiem .slider-product.owl-theme:hover .owl-controls .owl-buttons div {
    opacity:1
}

.tieudiem .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 1px;
}

.tieudiem .owl-theme .owl-controls .owl-buttons div:before {
    color: white;
    opacity: 1;
    display: inline-block;
}

.tieudiem .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 1px;
    right: unset;
}

.tinnoibat {
    padding: 15px;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.tinnoibat .list-item:not(:last-child) .item-blogs {
    margin-bottom: 11px;
    border-bottom: 1px dotted #bdbdbd;
    padding-bottom: 11px;
}

.tinnoibat .list-item:last-child .item-blogs {
    padding: 0;
}

.tinnoibat .title-blogs-item a {
    font-size: 14px !important;
}

.tinnoibat .title-blogs-item {
    height: auto;
    margin: 0;
}

.tinnoibat.box-product h2{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 15px;
    font-size: 17px !important;
}
.tinnoibat.box-product h2::before{
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    transform: inherit;
}
.tinnoibat .title-theme6 {
    text-align: left;
    margin: 0 !important;
}
.banner-home a {
    display:block;
    margin-bottom: 15px;
}
.mt-30 {
    margin-top:30px;
}
.product-home .btn-view-more {
    padding: 10px 20px;
}
.price-inline {
    font-weight: bold;
    min-height: 25px;

}
.product-home .box-product h2 {
    margin-top: 0;
}
.hotline-footer a {
    display:block;
    color: #000;
    font-weight: bold;
    margin-bottom:20px;
}

.map-footer iframe {
    height: 165px;
}
.footer-copy {
    border-top: 1px solid #e3e0c7;
    padding: 20px 0;
}
.list-item.view-list .title-blogs-item {
    height: auto;
}
.list-item.view-list .item-blogs .desc-blogs {
    margin-bottom: 20px;
}
.desc-product ul, .desc-product ol {
    padding-left: 15px;
}
@media(max-width: 768px)
{
    .navbar-header{
        text-align: center;
    }
    #header .logo{
        padding: 5px 0;
    }
    #header .logo img{
        width: 80px;
    }
    .nh-box-search .btn-search,
    .nav-right .item-dropdown{
        margin: 23px 0;
    }
    .nh-box-search .btn-search i,
    .nav-right .item-dropdown i{
        color: #2361c6;
    }
    .mighty-slider .item img{
        height: 50vw;
    }
    .optional-introduction .btn-view-more{
        margin-bottom: 15px;
    }
    h2.title-heading,
    .optional-introduction blockquote h2,
    .box-product h2{
        font-size: 20px;
    }
    #footer{
        padding: 30px 0 0 0;
    }
}

@media (max-width:767px) {
    .footer-copy {
        margin-top: 20px;
    }
}
@media(min-width: 577px) and (max-width: 768px){
    .block-video .nav_title li a, 
    .box-gallery .nav_title li a,
    h2.title-heading,
    .optional-introduction blockquote h2,
    .box-product h2{
        font-size: 24px !important;
    }
    .product-detail .nav_title li a{
        /*font-size: 20px;*/
    }
    .list-product-small .title-product a{
        font-size: 15px;
    }
    .arrow-down{
        margin-right: 50px;
    }
}

@media(max-width: 576px){
    #footer .footer-mobile [class*="col-xs"]{
        width: 100%;
    }
    .item-blogs{
        margin-bottom: 15px;
    }
    .box-product .item-customer .noPadding p{
        text-align: center;
    }
    .block-video .nav_title li a, 
    .box-gallery .nav_title li a,
    .training .nav_title li a, 
    .companion .nav_title li a{
        font-size: 20px;
    }
    
    .bottom-detail-product .dropdown-menu li a{
        padding: 10px !important;
        border-bottom: 1px solid #ccc;
    }
}

@media(max-width: 320px){
    .nav-right .dropdown-toggle{
        width: 35px;
        margin-right: 0;
    }
}












