@font-face{
  font-family: Roboto Black;
  src:url(../fonts/ROBOTO-BLACK.TTF)
}
@font-face{
  font-family: Roboto Bold;
  src:url(../fonts/ROBOTO-BOLD.TTF)
}
@font-face{
  font-family: Roboto Regular;
  src:url(../fonts/ROBOTO-REGULAR.TTF)
}
@font-face{
  font-family: SVN;
  src:url(../fonts/SVN-Dancing-script.ttf)
}
html{
    overflow-x: hidden;
}
body {
    font-size: 14px;
    font-family: Roboto Regular;
    overflow-x: hidden;
    color: #000;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: #015401;
}
.phantrang .active
{
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;



}
.tit_left2{
    font-size: 30px;
    margin-top: 20px;
}
.phantrang .active a
{
    color: #fff;
}
.phantrang .disabled{
    display: none;
}
.phantrang li{

    padding: 6px 12px; background-color: #fff;
    border: 1px solid #ddd;color: #337ab7;
}

.menu_mb{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 5px 10px;
}
.bt_menu{
    display: flex;
    justify-content: space-between;
}
.bt_menu .logo{
    max-width: 100px;
    display: none;
}
.menu_mb.sticky-header{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
.menu_mb.sticky-header .bt_menu .logo{
    display: block;
}
.top_mb{
    padding: 10px 0;
}
.title_section{
    margin-top: 20px;
}
.pull-right{
    height: 44px ;
}
.panel-heading{
    margin-top: 20px;
}
#go_top{
    position: fixed;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 16px;
    text-align: center;
    z-index: 100;
    bottom: 125px;
    right: 25px;
    background: #00863e;
}
.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}
/*===========MENU==============*/
.nav-dropdown {
    display: none;
}
@media (min-width: 992px) {
    .nav-container{
        width: 100%;
    }
    .nav-menu{
        display: flex;
        justify-content: flex-end;
    }
    .nav-menu > .menu-item {
        position: relative;
    }
    .nav-menu > .menu-item > .menu-link {
        display: inline-block;
        padding: 15px 0 15px 35px;
        color: #136851;
        font-size: 14px;
        text-transform: uppercase;
        font-family: Roboto Black;
    }
    .nav-menu > .menu-item:hover > .menu-link {
        color: #0cbb57;
    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        right: -15px;
        bottom: 13px;
        font-size: 14px;
        content: "\f107";
        font-family: FontAwesome;
        color: #015401;
    }
    .nav-menu > .menu-item:hover.has-dropdown:after {
        color: #0cbb57;
    }
    .has-dropdown:hover:after{
        color: #0cbb57;
    }
    .nav-dropdown {
        left: -35%;
        display: block;
        opacity: 0;
        z-index: 999;
        position: absolute;
        top: 100%;
        width: 240px;
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .nav-dropdown{
        border: 1px solid #015401;
    }
    .nav-dropdown > .menu-item {
        background: #136851;
        border-bottom: 1px solid #015401;
    }
    .nav-dropdown > .menu-item:last-child{
        border-bottom: 0;
    }
    .nav-menu > .menu-item:first-child > .menu-link{
        padding-left: 0;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #fff;
        display: block;
        padding: 10px;
        text-transform: uppercase;
    }
    .nav-dropdown .has-dropdown:after {
        position: absolute;
        top: 10px;
        right: 5px;
        font-size: 14px;
        content: "\f105";
        font-family: FontAwesome;
    }
    .nav-dropdown > .menu-item:hover{
        background: #fff;
    }
    .nav-dropdown > .menu-item:hover > .menu-link,
    .nav-dropdown > .nav-dropdown > .menu-item:hover > .menu-link {
        color: #005d28;
        font-weight: bold;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
}
@media (max-width: 991px) {

    .text-justify{
        padding: 18px !important;
    }
    .btn_orderNow i.fa{
        padding-left: 10px !important;
    }
    .btn_orderNow{

        left: 37% !important;
    }
    .fadeInRight{
        margin-top: 15px;
    }
    .item_news{
        margin-top: 15px !important;
    }
    .tit_news_page a{
        font-size: 14px !important;
    }
    .content_news{
        padding-left: 10px;
    }
    .img_news img{
        height: 100px !important; width:100px !important;
    }
    .container{
        padding: 0 15px;
    }
    .opacity_menu.open_opacity {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0px !important;
        left: 0px;
        z-index: 99;
    }
    .icon_close{
        width: 15px;
        height: 15px;
        stroke-width: 1.5px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }

    .anhvideo{
        height: 120px !important;

    }
    .icon_close:hover{
        transform: translate(0%, 0%) rotate(360deg);
    }
    .nav-toggle {
        padding: 5px 10px;
        font-size: 22px;
        color: #015401;
    }
    .logo_mb{
        display: block;
        text-align: center;
        padding: 5px 0;;
    }
    .logo_mb img{
        max-width: 120px;
    }
    .nav-container {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        visibility: hidden;
        width: 70%;
        padding-top: 30px;
        height: 100%;
        min-height: 100%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .nav-container.is-visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-item {
        border-top: 1px solid #e6e6e6;
    }
    .menu-item .menu-link{
        color: #333;
        display: inline-block;
        padding: 10px;
    }
    .nav-menu >  .menu-item:first-child {
        border-top: 0;
    }
    .nav-dropdown .menu-item {
        border-bottom: 0;
        border-top: 1px solid #e6e6e6;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #333;
        padding: 10px 20px;
    }
    .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 10px 30px;
    }
    .nav-dropdown .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 10px 40px;
    }
    .nav-menu > .menu-item.is-active >.menu-link,
    .has-dropdown.is-active > .menu-link,
    .has-dropdown.is-active:after{
        color: #008037;
        font-weight: bold;
    }
    .nav-dropdown.is-visible{
        display: block;
    }
    .has-dropdown {
        position: relative;
        cursor: pointer;
    }
    .has-dropdown:after {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        height: 42px;
        content: "+";
        color: #333;
        line-height: 40px;
    }
    .has-dropdown.is-active:after {
        content: "\2013";
    }
}
/*============================*/
.header_left{
    display: flex;
    padding: 10px 0;
}
.logo_pc img{
    max-width: 180px;
    padding: 10px 10px 10px 0;
    margin-right: 10px;
    border-right: 1px solid #015401;
}
.content_header{
    color: #015401;
    padding: 10px 0;
}
.content_header #calendar{
    font-size: 17px;
    font-weight: 700;
}
.content_header .title_top{
    font-size: 19px;
    font-weight: 900;
}
.action_account{
    display: flex;
    justify-content: flex-end;
}
.form_search{
    position: relative;
    margin-right: 15px;
}
.form_search input.form-control{
    height: 27px;
    border: 1px solid #015401;
    border-radius: 25px;
}
.form_search input.form-control::placeholder{
    text-align: right;
    color: #015401;
    font-size: 14px;
    padding-right: 15px;
}
.form_search .btn_search{
    color: #015401;
    padding: 0;
    position: absolute;
    right: 5px;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.action_account .link_top{
    color: #015401;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding-right: 20px;
}
.contact_top{
    padding: 5px 0;
    background: #e3ab24;
}
.contact_top a{
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-right: 25px;
}
.list_icon{
    text-align: right;
}
.qs_introduce{
    padding: 60px 0 10px;
}
.title_introduce{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #015401;
    margin-bottom: 25px;
}
.content_introduce{
    line-height: 30px;
}
.introduce_left .slogan{
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #015401;
    margin-top: 20px;
}
.latest_news{
    position: relative;
    padding: 60px 0 20px;
    background: url(../img/bg1.png) no-repeat;
    background-size: 35%;
    background-position: top left;
}
.main_news{
    padding: 15px 10px;
    box-shadow: 0 0 20px #d3d3d3;
    background: #fff;
}
.title_sec-news{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-left: 10px;
    border-left: 2px solid #000;
    margin-bottom: 15px;
}
.title_news{
    font-size: 24px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 20px;
}
.content_news-right{
    line-height: 30px;

}
.main_product{
    padding: 20px 0;
}
.title_sec{
    border-top: 2px solid #e3ab24;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.title_sec span{
    display: inline-block;
    padding: 6px 30px;
    background: #e3ab24;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.description_main{
    line-height: 30px;
    margin-bottom: 25px;
}
.list_main-product{
    margin: 0 -10px;
    margin-bottom: 15px;
}
.list_main-product .col-md-6{
    padding: 0 10px;
}
.list_main-product .item{
    padding: 10px 5px;
    background: #f3f3f3;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}
.list_main-product .item img{
    border: 7px solid #cdcdcd;
    border-radius: 50%;
    margin-bottom: 20px;
}
.list_main-product .item .name_main-pro{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #015401;
}
.des_main-pro{
    font-weight: 700;
    line-height: 25px;
}
.view_more-pro{
    display: inline-block;
    padding: 6px 15px;
    background: #8e8e8e;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.hot_product{
    padding: 20px 0;
}
.hot_product .row{
    margin: 0 -10px;
}
.hot_product .row .col-lg-4{
    padding: 0 10px;
}
.product_item{
    margin-bottom: 25px;
}
.img_pro img{
    height: 300px;
}
.product_item .img_pro{
    overflow: hidden;
    display: block;
}
.product_item .img_pro img {
    webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.product_item:hover .img_pro img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.product_item .name_pro{
    font-size: 24px;
    font-weight: 700;
    color: #015401;
    margin: 10px 0;
}
.product_item .prices{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.product_item .prices .price_new{
    font-size: 24px;
    font-weight: 700;
    color: #fe2c00;
}
.product_item .prices .price_old{
    font-size: 15px;
    color: #8b8b8b;
    text-decoration: line-through;
    padding-top: 8px;
}
.product_item .btn_addToCart{
    font-size: 16px;
    font-weight: 700;

    padding: 10px;
    color: #fff;
    
    background: #136851;
    border-radius: 0;
    width: 100%;
    border: 0;
}
.product_item .btn_addToCart img{
    padding-right: 10px;
}
.product_item .btn_addToCart:hover{
    color: #000;
}
.news_home, .video_home{
    padding: 20px 0;
}
.title_news-left{
    font-size: 18px;
    color: #015401;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.desc_news-home{
    line-height: 25px;
}
.list_new-right{
    padding-left: 10px;
    border-left: 1px solid #d6d6d6;
}
.news_right_item{
    margin-bottom: 15px;
}
.title_news_right{
    font-size: 15px;
    font-weight: 700;
    color: #015401;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.news_line{
    display: flex;
}
.news_line .img_news_right{
    max-width: 145px;
}
.news_line .desc_news_right{
    width: calc(100% - 145px);
    padding-left: 15px;
}
.video_playvideo_play{
    position: relative;
}
.video_play .ic_play{
    width: 85px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#myModalvideo iframe{
    height: 500px;
}
#myModalvideo .modal-dialog{
    max-width: 65%;
}
#myModalvideo .modal-content{
    border: 0;
    background: 0;
}
#myModalvideo .modal-header{
    padding: 0;
}
#myModalvideo .modal-header .close_modal{
    position: absolute;
    right: 0px;
    top: -10px;
    padding: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    margin: 0;
    opacity: 1;
    border-radius: 50%;
    z-index: 99;
}
#myModalvideo .modal-body{
    padding: 0;
}
.chungnhan{
    padding: 45px 0 35px;
    background: #f0f0f0;
}
.chungnhan .txt_content{
    font-size: 20px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 40px;
}
.chungnhan_item{
    width: 20%;
    float: left;
    padding: 0 40px;
    position: relative;
}
.chungnhan_item:after{
    content: "";
    width: 1px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.chungnhan_item:last-child:after{
    content: "";
}
.chungnhan_item img{
    max-height: 80px;
    margin-bottom: 20px;
}
.chungnhan_item .name_chungnhan{
    font-weight: 700;
}
footer{
    background: #136851;
    color: #fff;
}
footer > *{
    color: #fff;
}
.footer_top{
    padding: 10px 0;
    border-bottom: 1px solid #4e884e;
}
.footer_line{
    display: flex;
    justify-content: space-between;
}
.footer_top p{
    font-size: 36px;
    font-family: SVN;
}
.footer_top .contact_form {
    width: 400px;
    display: flex;
    padding: 10px 0;
}
.footer_top .contact_form input{
    height: 34px;
    background: #fff;
    width: 300px;
    border-radius: 0;
}
.footer_top .contact_form input::placeholder{
    font-size: 13px;
    color: #666666;
}
.footer_top .contact_form .btn_send{
    height: 34px;
    width: calc(100% - 300px);
    border: 0;
    background: #00863e;
    font-weight: 700;
    color: #fff;
}
.footer_bottom{
    padding: 30px 0 25px;
    border-bottom: 1px solid #80aa80;
}
.name_company{
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.info_company li{
    margin-bottom: 10px;
}
.info_company li i.fa{
    color: #7bff7b;
    padding-right: 10px;
}
.menu_footer{
    padding: 0 30px;
    border-left: 1px solid #4e884e;
    border-right: 1px solid #4e884e;
}
.menu_footer li a{
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #4e884e;
    color: #fff;
}
.copy_right{
    padding: 5px 0 10px;
    font-size: 36px;
    font-family: SVN;
}
/*=================San Pham===============*/
.pro_item{
    padding: 60px 0 30px;
    background: url(../img/bg1.png) no-repeat;
    background-size: 35%;
    background-position: top left;
    margin-bottom: 15px;
}
.pro-item-inner{
    background: #fff;
    box-shadow: 0 0 20px #d3d3d3;
}
.col-left{
    position: relative;
}
.btn_orderNow{
    padding: 5px 20px 5px 5px;
    color: #015401;
    border: 1px solid #015401;
    border-radius: 30px;
    font-size: 18px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
.btn_orderNow i.fa{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #015401;
    color: #fff;
    line-height: 45px;
    font-size: 25px;
}
.product_inner{
    padding: 10px 20px 0 0;
}
.pro_name{
    font-size: 30px;
    font-weight: 700;
    color: #136851;
    margin-bottom: 20px;
}
.slide_pro{
    padding-top: 30px;
}
.slide_pro .item {
    margin-bottom:80px;
    margin-top: 15px;
    opacity: .2;
    transform: scale3d(0.85, 0.85, 1);
    transition: all 0.3s ease-in-out;
}
.slide_pro .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    margin: 0 -20px;
}
.slide_pro.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
.slide_pro.owl-carousel .owl-dots .owl-dot.active span,
.slide_pro.owl-carousel .owl-dots .owl-dot:hover span {
    background: #015401;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.slide_pro.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.slide_pro.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
.slide_pro.owl-carousel .owl-dots .owl-dot span {
    background: #015401;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.list_product .pro_item:nth-child(2n){
    background-position: top right;
}
.list_product .pro_item:nth-child(2n) .pro-item-inner > .row{
    flex-direction: row-reverse;
}
.list_product .pro_item:nth-child(2n) .product_inner{
    padding: 10px 0 0 20px;
}
/*====================Chi tiet=========*/
.banner_page{
    position: relative;
}
.title_page{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.link_breadcrumb{
    background: transparent;
}
.link_breadcrumb a{
    color: #fff;
}
.link_breadcrumb a:after{
    content: "|";
    padding: 0 8px;
}
.link_breadcrumb a:last-child:after{
    content: "";
}
.banner_page .breadcrumb{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}
.product-detail{
    padding: 65px 0 45px;
}
.gc-lens, .gc-zoom{
  display: none !important;
}
.gc-icon{
  background: 0 !important;
  border: 0 !important;
}
.gc-icon:before{
  font-family: FontAwesome;
}
.gc-icon-next:before{
  content: "\f054" !important;
  right: 20px !important;
}
.gc-icon-prev:before{
  content: "\f053" !important;
  left: 20px !important;
}
.gc-icon-enlarge:before{
  content: "\f065" !important;
}
.gc-icon-compress:before{
  content: "\f066" !important;
}
.gc-icon-close:before{
  content: "\f00d" !important;
}
.gc-icon-download:before{
  content: "\f019" !important;
  display: none !important;
}
.name_product{
    font-size: 30px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 25px;
}
.info_pro{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.info_pro li{
    margin-bottom: 8px;
}
.info_pro li span{
    display: inline-block;
    min-width: 150px;
}
.description_product{
    line-height: 25px;
    margin-bottom: 10px;
}
.price_product span{
    font-size: 30px;
    font-weight: 700;
    color: #ff6600;
    padding-left: 20px;
}
.price_product{
    margin-bottom: 30px;
}
.detail-infor .btn_orderNow{
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
}
.detail_bottom{
    margin-top: 50px;
}
.title_box{
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #015401;
    margin-bottom: 0;
}
.list_box-pro{
    border: 1px solid #ccc;
    padding-top: 15px;
    border-top: 0;
}
.list_box-pro .item{
    display: flex;
    padding: 10px;
    margin-bottom: 5px;
}
.list_box-pro .item img{
    max-width: 100px;
}
.list_box-pro .item .box_pro_inner{
    width: calc(100% - 100px);
    padding-left: 15px;
}
.box_pro_inner .box_name_pro{
    font-size: 18px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 5px;
}
.box_prices .price_new{
    color: #fe2c00;
    font-weight: 700;
}
.box_prices .price_old{
    text-decoration: line-through;
    color: #8b8b8b;
    padding-left: 10px;
}
.product_related{
    padding: 30px 0;
}
.title_related{
    font-size: 24px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 20px;
}
@media(max-width: 1200px){
    .container{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .action_account{
        display: block;
        padding: 15px;
        border-top: 1px solid #ccc;
    }
    .form_search{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .form_search input.form-control::placeholder{
        text-align: left;
    }
    .action_account .link_top{
        display: block;
        margin-bottom: 15px;
    }
    .contact_top a{
        margin-right: 10px;
    }
    .list_icon{
        text-align: left;
    }
    .list_icon a{
        margin-top: 10px;
    }
    .list_icon a img{
        max-width: 30px;
    }
    .title_introduce, .title_sec-news, 
    .title_news, .title_sec, .product_item .name_pro, 
    .list_main-product .item .name_main-pro{
        font-size: 18px;
    }
    .latest_news{
        background-size: 80%;
    }
    .content_right{
        margin-top: 15px;
    }
    .list_main-product .item{
        margin-bottom: 25px;
    }
    .view_more-pro, .title_news-left,
    .chungnhan .txt_content{
        font-size: 16px;
    }
    .news_left{
        margin-bottom: 30px;
    }
    .video_play .ic_play{
        width: 50px;
        height: 50px;
    }
    .chungnhan_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .chungnhan_item:after{
        display: none;
    }
    #myModalvideo .modal-dialog{
        max-width: 100%;
    }
    .footer_line{
        display: block;
    }
    .footer_top p, .copy_right{
        font-size: 22px;
    }
    .footer_top .contact_form{
        width: 100%;
    }
    .footer_top .contact_form .btn_send{
        width: calc(100% - 270px);
    }
    .name_company{
        font-size: 14px;
    }
    .menu_footer{
        padding: 0;
        border: 0;
        margin: 25px 0;
    }
    .pro_item{
        background-size: 70%;
    }
    .btn_orderNow{
        position: relative;
    }
    .col-left{
        margin-bottom: 25px;
    }
    .product_inner{
        padding: 15px;
    }
    .pro_name{
        font-size: 24px;
    }
    .slide_pro .owl-item.active.center .item{
        margin: 0;
    }
    .title_page, .name_product, 
    .price_product span, .title_related{
        font-size: 18px;
    }
    .detail-infor{
        margin-top: 20px;
    }
    .box_hot-product{
        margin-top: 25px;
    }
    .product_related{
        padding-top: 0;
    }
    .product-detail{
        padding-top: 25px;
    }
}