/*
Theme Name: vinatech-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
  font-family:RobotoBold;
  src: url(fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family:RobotoL;
  src: url(fonts/Roboto-Light.ttf);
}
@font-face {
  font-family:RobotoMed;
  src: url(fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family:RobotoReg;
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family:UTM Avo Bold;
  src: url(fonts/UTMAvoBold.ttf);
}
body{font-family:RobotoReg!important;}
.nav > li > a {font-family:RobotoBold!important;font-size:15px; font-weight:700;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family:RobotoBold!important;}
.alt-font{font-family:RobotoReg!important;}

.breadcrumbs {
	font-family:RobotoBold;
}
.sortbypttuan410 label {
    font-weight: normal;
}
.title_page {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.sortbypttuan410 {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
}
.sortbypttuan410 form {
    padding: 0 0 0 20px;
}
.sortbypttuan410 .pt-checkbox {
    margin-right: 0px;
}


/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width:728px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.sortbypttuan410 .pt-checkbox {
    margin: auto;
    display: block;
}
.sortbypttuan410 form {
    padding: 0;
}
}
