@font-face {
  font-family: MyriadPro;
  src: url('MyriadPro-Cond.otf');
}


*{
    padding: 0;
    margin: 0;
}

.container{
    padding: 10px !important;
}
.menuHeader{
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    transition: 0.4s;
    background-color: white;
}

.menu_bar_header{
    width: 100%;
    text-align: right;
}
.brand_mobie{
    display: none;
}
.navbar-nav li{
    padding: 0px 25px;
    text-align: center;
}
 .sub-menu {
    display: none;
    width: 200px;
    height: auto;
   box-shadow: 3px 10px 6px -6px #77777775;
    position: absolute;
    display: none;
    list-style:none;
    background-color: white;
   
}
 .sub-menu li {
     text-align: left;
     padding-left: 8px !important;
     text-decoration: none;
     color: white;
 }
 .btn3:hover> ul.sub-menu{
     display:block;
 }
.navbar-nav li a{
    color: #617180;
    font-size: 18px;
    
    transition: 0.4s;
    white-space: nowrap;
    font-family: sans-serif;
        
}
.navbar-nav li a::after{
    content: "";
    display: block;
    height: 2px;
    width: 0 ;
    transition: 0.4s;
    background-color: #fff;
    margin: 0 auto;
}
.navbar-nav li a:hover{
    color: #cccccc !important;
}
.navbar-nav li a:hover::after {
    width: 100%;
}

.slide_main{
    max-height: 800px;
    position: relative;
}

.element_slide{
    width: 100%;
    height: 100%;
}
.element_img_slide{
    max-height: 800px;
}
.element_img_slide img{
    height: 100% !important;
}
.col-md-12 .icon ul {
    padding-left: 25%;
}
.col-md-12 .icon ul li {
    float: left;
    list-style: none;
    margin-right:10px;
   
}
/*.background_main{
    width: 100%;
    height: 100%;
    background-image: url("/img/paper_bg.png");
    background-repeat: repeat;
    padding: 0px 0 50px 0px;
}*/
.full_image img{
    width: 100%;
    height: 100%;
}
.left2_intro_home{
    position: relative;
}
.text_intro2_home{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.text_intro2_home h2{
    font-size: 50px;
    color: #fff;
}
.text_intro2_home:hover{
    background-color: rgba(14, 13, 13, 0.45);
}
.right_intro_home {
    height: 100%;
    padding: 50px ;
    background-color: #442020;
    color: #fff;
}

.thucdon_Home{
    margin-top: 50px;
    margin-bottom: 20px;
}

.intro3_home, .intro4_home { 
    margin-top: 100px;
    height: 500px;
    position: relative;
  }
.left3_intro_home, .lef4_intro_home{
    /* width: 50%; */
    background-color: #fff;
    padding:20px 30px;
}
.right3_intro_home{
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.right3_intro_home img{
    height: 100%;
}
  .vertical-center {
    width: 50%;
    margin: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .vertical-center2{
    margin-left: 50%;
    width: 50%;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .right4_intro_home{
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.title_monandacsac{
    position: absolute;
    z-index: 3;
    padding:80px 0 20px 0px;
}
.title_monandacsac h2{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.background_img_madc{
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    background-image: url("/img/kitchen-with-ingredients-tools.jpg");

    /* Set a specific height */
    min-height: 200px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back_ground_layer2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 13, 13);
    opacity: 0.5;
}
.product_1colum{
    padding: 0 5px;
}
.product_1colum_img{
    padding: 3px;
    
    height: 300px;
    overflow: hidden;
    transition: 0.4s;
    border-radius: 5px;
}
.product_1colum_img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.product_1colum_img:hover{
    box-shadow: 0rem 1rem 1.5rem rgba(14, 13, 13, 0.15);
}
.info_company h1, .img_library h1, .thucdon_Home h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #be9649;
    font-size: 26px;
    text-shadow: 1px 0px 1px #695050;
    font-family: "Lato", sans-serif
}
.info_company h1::after{
    content: ' ';
    display: block;
    background-image: url("/img/icon-title.png");
    margin: 0 auto;
    width: 305px;
    height: 25px;
}

.col1, .col2{
    width: 30%;
}
.col3{
    width: 40%;
}
.img_library{
    margin-top: 50px;
    margin-bottom: 30px;
}
.img_library_col1{
    cursor: pointer;
    height: 320px;
    margin: 5px;
    overflow: hidden;
}
.img_library_col1 img{
    width: 100%;
    height: 100%;
    transition: 0.8s;
}
.img_library_col1 img:hover{
    transform: scale(1.3);
}
.video_company, .addressCompany{
    height: 350px;
}

.video_company iframe, .addressCompany iframe{
    width: 100%;
    height: 100%;
}

.info_company{
    margin-top: 50px;
    margin-bottom: 30px;
}


/*.orderFirst{
    background-image: url("/img/80.jpg");
    padding: 10px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.input_formOrder{
    width: 100%;
    
    border: none;
   
    margin-top: 30px;
    opacity: 0.8;
    color: black;
    padding: 0px 10px;
    border-bottom: 1px solid;
}
.input_formOrder:focus{
    opacity: 1;
}
.btn_form_order{
    margin-top: 20px;
    padding: 10px 30px; 
    border-radius: 50px;
    font-size: 20px;
    background-color: #cccccc;
    color: #fff;
    font-weight: 600;
    border: 1px solid #cccccc !important;
    transition: 0.4s;
    color: black !important;
}
.btn_form_order:hover{
    transform: scale(1.1);
}

/* css footer */
footer{
   
    background-color: #2f2e2e;
    color: #9098a3;
}
.title_danhMuc{
    font-size: 20px;
}
.title_danhMuc::after{
    content: "";
    display: block;
    margin-top: 5px;
    height: 2px;
    width: 0;
    
    transition: 0.4s;
}
.title_danhMuc:hover::after{
    width: 30%;
    background-color: #fff;
}
.pageFaceBook iframe{
    width: 100%;
    max-height: 350px;
}
.list_menu_footer ul{
    list-style: none;
    margin-top: 20px;
}
.list_menu_footer ul li{
    padding: 5px 0 ;
 
    
}
.navbar-nav  {
    margin-left: auto;
    margin-right: auto;
}
.list_menu_footer ul li a{
    color: #fff;
}

.btn_scrollTop {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 5;
    bottom: 10px;
    right: 30px;
    background-color: #868685;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}

.btn_scrollTop i{
    padding-top: 15px;
    color: #fff;
}
.sticky{
    background-color: #fff !important;
    -webkit-box-shadow: 0 10px 6px -6px #777;
   -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #77777775;
    transition: 0.4s; 
}
.sticky_colorText{
    color: #617180 !important ;
    font-size: 18px;
    
    transition: 0.4s;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
button:focus{
    border: none;
    outline: none;
}
.sticky .menuMain #navbarNav .navbar-nav .btn3:hover > .sub-menu{
    background-color:#fff !important;
    border: none;
}

/* style css contact */
#contact_page{
    margin-top: 100px;
    
}
.map_contact iframe{
    max-width: 450px;
    max-height: 250px;

}
.about {
    margin-bottom:45px;
}
.form-contact{
    width: 75%;
    text-align: center;
}
.form-contact input, .form-contact textarea{
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid  #533131;
    padding: 5px;
}
.form-contact input:focus, .form-contact textarea:focus{
    border-bottom: none;
    border: 1px solid lightblue;
    box-shadow: 0px 0px 10px 0px lightblue;
}
.btn_submit{
    padding: 10px 20px;
    border: 1px solid #442020;
    color:  #442020;
    border-radius: 50px;
    transition: 0.4s;
    font-weight: 500;
}
.btn_submit:hover{
    background-color: #442020;
    color: #fff;
}
  #content8:hover {
      opacity: 0.6;

}
/* css mpage thuc don */
#thucDon{
    margin-bottom: 100px ;
}
.menu_food{
    margin-top: 20px;
    margin-bottom: 20px;
}
.img_thucDon{
   
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.content9:hover {
    border-color: rgb(47, 46, 46);
    transition: opacity 0.2s ease 0s;
    opacity: 0.6;
}
.title_thucDon{
    width: 100%;
    height: 100%;
    background-color: rgba(14, 13, 13, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    top :177px !important;
}
.title_thucDon h1{
    color: #fff; 

}

.owl-stage-outer{
    position: absolute;
    /* top: 25px; */
}

.owl-prev{
    position: absolute;
    top: -35px;
    left: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent !important;
    color: #442020;
    font-weight: 700;
    transform: scale(1.2);
}
.owl-next{
    position: absolute;
    top: -35px;
    right: 10px;
}
.owl-prev span, .owl-next span{
    font-size: 60px;
    color: black;
}
.item{
    text-align: center;
}
.bar_menuFood h4{
    cursor: pointer;
    color: #442020;
    font-size: 15px;
    font-weight: 700;
    font-family: MyriadPro, Arial, Helvetica, sans-serif;
    transition: 0.4s;
}
.bar_menuFood h4:hover{
    text-decoration: underline;
    transform: scale(1.1);
}
.one_column_food{
    padding: 0 10px;
    font-family: MyriadPro ;
}
.one_column_food h3{
    color: #442020;
    font-weight: 500;
}
.list_foodInMenu table{
    font-size: 15px;

    line-height: 1.5;
    color: #000;
}
.list_foodInMenu tr{
    border-bottom: 1px solid #442020;
}
.list_foodInMenu tr td:nth-child(2){
    text-align: right;
    width: 35%;
    font-weight: 700;
}
.list_foodInMenu tr td{
    padding: 20px 0 5px 0;
}
.list_foodInMenu table{
    width: 100%;
}

/* css pagelibrary */
#page_libraryImg{
    margin: 100px 0;
}

#page_about{
    margin: 76px 0;
}
.modal-body{
    padding: 5px;
}
.element_img_modal{
    position: relative;
}
.btn_close_modal {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 1;
}
.btn_close_modal span{
    font-size: 50px;
    color: white; 
}
 .owl-dots{
     display: none;
 }
 .no-js .owl-carousel, .owl-carousel.owl-loaded{
     padding: 10px 50px;
 }
 /* css intro page */
 .element_contact_page .col-lg-6{
    margin-top: 100px;
}
 .img_introPage img{
     width: 100%;
 }
 @media only screen and (max-width:767px){
    .left3_intro_home .paragrap_left3, .lef4_intro_home .paragrap_left4{
        display: none !important;
    }

    .right3_intro_home, .right4_intro_home  {
        width: 100%;
    }
    .vertical-center, .vertical-center2 {
        width:100%;
        text-align: center;
       
    }
   
   
}