/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'font-times-new-roman';
  src: url('fonts/font-times-new-roman.ttf');
  font-weight: normal;
  font-style: normal;
}
a, b, h1, h2, h3, h4, h5, h6, p , ul, li, td, th, span, div  {
  font-family: 'font-times-new-roman' !important;
}
.nav-dropdown li a {
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
    color: #111;
}

.nav-dropdown li.menu-item-has-children {
    position: relative;
    display: block;
    width: 100%;
}

.nav-dropdown li.menu-item-has-children::after {
    content: "";
    font-weight: bold;
    font-family: fl-icons !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-dropdown li.menu-item-has-children ul {
    width: 250px;
    position: absolute;
    left: 110%;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.nav-dropdown li.menu-item-has-children ul li {
    width: 100%;
}

.nav-dropdown li.menu-item-has-children ul li a {
    width: 100%;
    white-space: wrap;
}

.nav-dropdown li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
td, th {
	border: 1px solid #c1c1c1;
}
td:first-child, th:first-child {
    text-align: center;
}
