/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url(css/font-awesome.css);

@font-face {
    font-family: avertaBold;
    src: url('fonts/AvertaDemoPE-ExtraBold.otf');
}

@font-face {
    font-family: averta;
    src: url('fonts/AvertaDemoPECuttedDemo-Regular.otf');
}

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --color-primary: #d72229
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a,
.nav>li>a {
    font-family: 'avertaBold', sans-serif !important;
}

/*BOX THANH TUU*/
.box_thanhtuu .icon-box-text h3 {
    margin-bottom: 0px;
    font-size: 1.6rem;
    color: var(--color-primary);
}

.box_service {
    border-radius: 10px;
}

.box_service .box-image {
    padding: 15px;
}

.box_service .box-text-inner h3 {
    height: 50px;
    overflow: hidden;
}

/*GIANG VIEN*/
.box_giangvien {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-top: 10px;
}

.box_giangvien .box-image {
    padding: 10px
}

.box_giangvien .box-text ul li {
    margin-bottom: 0px;
}

/*Form Home*/
.box_form {
	background: transparent;
    border-radius: 30px;
    overflow: hidden;
}

.box_form-right .col-inner{
	border-radius: 0 35px 35px 0;
}
.box_form-left .col-inner {
	border-radius: 35px 0 0 35px;
}
.form_home {
    text-align: center;
}
.form_home .wpcf7-spinner {
    display: none;
}
.form_home input[type="email"],
.form_home input[type="number"],
.form_home input[type="search"],
.form_home input[type="tel"],
.form_home input[type="text"],
.form_home select,
.form_home input[type="url"]{
    height: 45px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-radius: 25px;
}
.form_home input[type="submit"] {
    border-radius: 25px;
    height: 45px;
    background: #db1f1f;
    margin-right: 0;
}

.contact_info {
    margin: 0;
    padding: 0 !important;
}

.contact_info li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    padding-top: 0 !important;
    font-size: 16px;
    list-style: none;
    margin-left: 0px !important;
}
.contact_info li i {
    width: 18px;
    height: 18px;
    top: 6px;

    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
table {
	border-collapse: collapse;
}
.opening-schedule-table table thead th {
  background: #f6851f;
  text-align: center;
  color: white;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.431;
  text-align: center;
  border: 1px solid white;
}

.opening-schedule-table table thead th {
  padding: 30px 0px;
}

.tableWrap thead tr th {
  position: sticky;
  top: 0;
}

.opening-schedule-table table tbody {
  border: 1px solid;
  text-align: center;
}
.opening-schedule-table table tbody td {
  padding: 30px 15px;
	border: 1px solid #ececec
}

.opening-schedule-table table tbody {
  text-align: center;
}

.opening-schedule-table table tbody p {
	font-size: 1.125rem;
	margin: 0;
	padding: 0;
	color: #222;
}

.opening-schedule-table table tbody a.register-selected {
  background: #f6851f;
  border-radius: 5px;
  border: 1px solid #f6851f;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}