/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

.bloginfo,
.blogdescription {
  display: none;
}

@font-face {
  font-family: "Utm-Avo";
  src: url("assets/fonts/Utm-Avo/UTMAVO.eot");
  src: url("assets/fonts/Utm-Avo/UTMAVO.eot") format("embedded-opentype"),
    url("assets/fonts/Utm-Avo/UTMAVO.woff") format("woff"),
    url("assets/fonts/Utm-Avo/UTMAVO.ttf") format("truetype"),
    url("assets/fonts/Utm-Avo/UTMAVO.svg#UTMAVO") format("svg");
}

@font-face {
  font-family: "Utm-AvoB";
  src: url("assets/fonts/Utm-Avo/UTM-AvoBold.eot");
  src: url("assets/fonts/Utm-Avo/UTM-AvoBold.eot") format("embedded-opentype"),
    url("assets/fonts/Utm-Avo/UTM-AvoBold.woff") format("woff"),
    url("assets/fonts/Utm-Avo/UTM-AvoBold.ttf") format("truetype"),
    url("assets/fonts/Utm-Avo/UTM-AvoBold.svg#UTM-AvoBold") format("svg");
}

@font-face {
  font-family: "Utm-Neutra";
  src: url("assets/fonts/Utm-Neutra/UTMNEUTRA.eot");
  src: url("assets/fonts/Utm-Neutra/UTMNEUTRA.eot") format("embedded-opentype"),
    url("assets/fonts/Utm-Neutra/UTMNEUTRA.woff") format("woff"),
    url("assets/fonts/Utm-Neutra/UTMNEUTRA.ttf") format("truetype"),
    url("assets/fonts/Utm-Neutra/UTMNEUTRA.svg#UTMNEUTRA") format("svg");
}

@font-face {
  font-family: "UTM-CopperplateB";
  src: url("assets/fonts/UTM-CopperplateB/UTM-CopperplateB.eot");
  src: url("assets/fonts/UTM-CopperplateB/UTM-CopperplateB.eot")
      format("embedded-opentype"),
    url("assets/fonts/UTM-CopperplateB/UTM-CopperplateB.woff") format("woff"),
    url("assets/fonts/UTM-CopperplateB/UTM-CopperplateB.ttf") format("truetype"),
    url("assets/fonts/UTM-CopperplateB/UTM-CopperplateB.svg#UTMCopperplateB")
      format("svg");
}

@font-face {
  font-family: "Utm-Atlas";
  src: url("assets/fonts/Utm-Atlas/UTM_Atlas.eot");
  src: url("assets/fonts/Utm-Atlas/UTM_Atlas.eot") format("embedded-opentype"),
    url("assets/fonts/Utm-Atlas/UTM_Atlas.woff") format("woff"),
    url("assets/fonts/Utm-Atlas/UTM_Atlas.ttf") format("truetype"),
    url("assets/fonts/Utm-Atlas/UTM_Atlas.svg#UTM_Atlas") format("svg");
}

@font-face {
  font-family: "Utm-DinhTran";
  src: url("assets/fonts/UTM_DinhTran/UTM_DinhTran.eot");
  src: url("assets/fonts/UTM_DinhTran/UTM_DinhTran.eot")
      format("embedded-opentype"),
    url("assets/fonts/UTM_DinhTran/UTM_DinhTran.woff") format("woff"),
    url("assets/fonts/UTM_DinhTran/UTM_DinhTran.ttf") format("truetype"),
    url("assets/fonts/UTM_DinhTran/UTM_DinhTran.svg#UTM_DinhTran") format("svg");
}
/*----- reset -----*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
/* ol,
ul {
  list-style: none;
} */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
html,
body {
  height: 100%;
}

/*----- common -----*/
body {
  background-color: #fff;
  color: #000;
  font: 14px/25px "Roboto", sans-serif; /*overflow-x: hidden;*/
}
h1 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
input,
select,
textarea {
  color: #38444f;
  font: normal normal 1em Arial, Helvetica, sans-serif;
}
input:focus,
select:focus,
textarea:focus,
a:link,
a:visited,
a:hover,
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
}
a:link,
a:visited {
  color: #000;
}
a:hover,
a:focus {
  color: #b71507;
}
.clear {
  clear: both;
}
a {
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out,
    border 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out,
    border 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out,
    border 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out,
    border 0.35s ease-in-out;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(#b71507, #fddd00);
}

/*Begin: css header*/
.m-com {
  text-align: center;
}
.m-com h1 {
  font: 400 30px/38px "Utm-AvoB";
  color: #b71507;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.m-com p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 700;
}
.m-social-hd {
  margin: 0 -10px !important;
}
.m-social-hd li {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
}
.m-social-hd li a {
  color: #000;
}
.m-social-hd li a:hover {
  color: #b71507;
}

/*End: css header*/

/*Begin: css menu*/

ul.header-bottom-nav {
  margin: 0 auto;
  display: block;
}
ul.header-bottom-nav li {
  float: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
ul.header-bottom-nav li a {
  /*display: block;*/
  font: bold 14px/24px "Roboto";
  color: #fff;
  padding: 20px 25px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  background: transparent;
}
ul.header-bottom-nav > li:hover > a,
ul.header-bottom-nav li.active a {
  background: linear-gradient(#b71507, #fddd00);
  color: #fff;
}
ul.header-bottom-nav li a i {
  display: none;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
  display: none;
}
ul.header-bottom-nav li ul {
  width: 205px;
  min-width: 205px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  z-index: 90;
  left: 0px;
  top: 100px;
  text-align: left;
  box-shadow: none;
  border: none;
  padding: 0;
}
ul.header-bottom-nav li ul:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid transparent;
  position: absolute;
  left: 0;
  top: -2px;
}
ul.header-bottom-nav li ul li {
  float: none;
  padding: 0;
}
ul.header-bottom-nav li ul li a {
  font-size: 15px;
  line-height: 20px;
  text-transform: initial;
  padding: 12px 15px;
  margin: 0 !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
ul.header-bottom-nav li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 64px;
  left: 0;
}
.nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  padding: 12px 15px;
  color: #fff;
  text-transform: initial;
  font-size: 15px;
  font-weight: bold;
  border: none;
}
ul.header-bottom-nav > li ul.nav-dropdown > li:hover > a {
  background: linear-gradient(#b71507, #fddd00);
  color: #fff;
}
ul.header-bottom-nav
  > li
  ul.nav-dropdown.nav-dropdown-default
  li
  ul.nav-column {
  position: absolute;
  width: 205px;
  min-width: 205px;
  left: 260px;
  top: -1px;
  opacity: 0;
}
ul.header-bottom-nav
  > li
  ul.nav-dropdown.nav-dropdown-default
  li:hover
  ul.nav-column {
  opacity: 1 !important;
  width: 205px;
  min-width: 205px;
  left: 204px;
  top: 0;
}
ul.header-bottom-nav
  > li
  ul.nav-dropdown.nav-dropdown-default
  li
  ul.nav-column
  > li:hover
  > a {
  background: linear-gradient(#b71507, #fddd00);
  color: #fff;
}
.nav-dropdown > li.nav-dropdown-col {
  width: 205px;
  min-width: 205px;
  display: block;
  white-space: initial;
}
.nav-column > li:last-child:not(.nav-dropdown-col) > a,
.nav-dropdown > li:last-child:not(.nav-dropdown-col) > a {
  border-bottom: none !important;
}

/*End: css menu*/

/*Begin: css footer*/
.footer-2 .widget {
  flex-basis: auto;
}
.footer-2 .widget .is-divider {
  display: none;
}
.footer-2 .widget .widget-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  display: block;
}
.detail p {
  color: #888;
  line-height: 25px;
  margin-bottom: 15px;
}
.detail p i {
  width: 20px;
  font-size: 16px;
}
.detail p strong {
  font-size: 18px;
}
.col-ft .email-ft input {
  border: none;
  height: 30px;
  display: block;
  margin-bottom: 15px;
  padding: 7px;
  font-size: 14px;
}
.col-ft .email-ft input[type="submit"] {
  margin-bottom: 30px;
  padding: 0 30px;
  background: #b71507;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  min-height: 0;
  line-height: 0;
  border: 1px solid transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.col-ft .email-ft input[type="submit"]:hover {
  background: #555;
  border-color: white;
}
.social-ft {
  margin: 0 -7px;
}
.social-ft li {
  display: inline-block;
  padding: 0 7px;
}
.social-ft li a {
  color: white;
  font-size: 20px;
}
.social-ft li a:hover {
  color: #b71507 !important;
}
.footer-2 ul.menu > li + li {
  border-top: none;
  margin-bottom: 0;
}
.footer-2 ul.menu > li > a {
  display: initial;
  padding: 0;
}
.footer-2 ul.menu li a {
  color: #888 !important;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer-2 ul.menu li a:hover {
  color: white;
  padding-left: 25px;
  color: #fff !important;
}
.footer-2 ul.menu li a:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #888;
}
#footer .detail p {
  color: #fff;
}
.footer-2 .row {
  border-bottom: 1px solid #2f2e2e;
  padding: 30px 0;
}
.absolute-footer .container {
  padding: 0;
}
.copyright-footer {
  color: #fff;
}
/*End: css footer*/

/*Begin: css side bar*/
/* .page-wrapper {
  padding: 0;
} */

.page-header-excerpt {
  display: none;
}
#comments {
  display: none;
}
.dn__breadcrumb .sc__wrap {
  padding-bottom: 7px;
  /* padding-top: 24px; */
  position: relative;
  margin-bottom: 30px;
}
.dn__breadcrumb .sc__wrap span {
  font: 500 15px/20px "Roboto", sans-serif;
  color: #e5040d;
}
.dn__breadcrumb .sc__wrap span a {
  font: 500 15px/20px "Roboto", sans-serif;
  color: #444444;
  position: relative;
  padding-right: 0px;
  margin-right: 5px;
  margin-left: 5px;
}
.dn__breadcrumb .sc__wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b71507;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.sb-hotline {
  text-align: center;
  background: #bd0200;
  padding: 22px 0 18px;
  margin-bottom: 20px;
}
.sb-hotline a {
  font: 700 24px/20px "Roboto", sans-serif;
  color: #fff !important;
  position: relative;
  padding-left: 48px;
  text-decoration: none;
}
.sb-hotline a i.ic-sbhotline {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(images/hotline-sb.png) no-repeat center;
}
i.fa.fa-bars {
  padding-right: 15px;
}
.rg-product {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.box h4 {
  font: 600 15px/20px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #bd0200;
  padding: 15px 0 15px 15px;
}
.rg-product .lst-rg {
  padding: 10px 15px 0;
}
.rg-product ul {
  overflow: hidden;
  margin: 0 -10px;
}
.rg-product ul li {
  float: left;
  padding: 0 2px;
  width: 100%;
  margin-bottom: 10px;
}
.rg-product a.img {
  width: 70px;
  height: 72px;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eff1f7;
}
.rg-product a.img {
  position: relative;
  overflow: hidden;
}
.rg-product .txt-rg {
  width: calc(100% - 85px);
  float: right;
}
.rg-product a.img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rg-product a.img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rg-product a.img:hover::before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}
.rg-product h3 a {
  font: 600 14px/20px "Open Sans", sans-serif;
  color: #333;
  display: block;
}
.rg-product h3 {
  margin: 3px 0 5px;
}
.rg-product .detail br,
.rg-product .detail p {
  display: none;
}
/*End: css side bar*/

/*Begin: css chung*/

.page__header .page-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #b71507;
}
a.img {
  position: relative;
  display: block;
  overflow: hidden;
}

/*End: css chung*/

/*Begin: css trang liÃªn há»‡*/

.contact-row {
  /*background-color: #efefef;*/
  padding: 50px 0;
}
.contact-row .gt-cty .title-cty {
  float: left;
  margin-right: 20px;
}
.contact-row .gt-cty .title-cty h4 {
  font-size: 32px;
  color: #b71507;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 45px;
}
ul.jladev_fix {
  margin-top: 20px;
  padding-left: 30px;
}
.contact-row .gt-cty .content-cty ul li {
  position: relative;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.contact-row .gt-cty .content-cty ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f041";
  color: #999;
}
.contact-row .gt-cty .content-cty ul li.phone:before {
  content: "\f095";
}
.contact-row .gt-cty .content-cty ul li.email:before {
  content: "\f003";
}
.contact-row .gt-cty .content-cty ul li.website:before {
  content: "\f143";
}
.form-group {
  margin-bottom: -1.9rem;
}
input.form-control,
textarea.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.form-control {
  height: 15.507em;
}
.submit-wrap {
  text-align: center;
}
.submit-wrap .btn.btn__success {
  background-color: #ff6d00;
  color: #fff;
}
.submit-wrap .btn.btn__success:hover {
  background-color: #333;
}
.submit-wrap .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-maps {
  margin-top: -80px;
}
/*End: css trang liÃªn há»‡*/

/*m SLICER*/

.m-slider {
  position: relative;
  overflow: hidden;
}
.m-slider .camera_wrap {
  margin-bottom: 0 !important;
}
.camera_pie {
  position: relative;
  z-index: -1;
}
.camera_caption {
  height: 100%;
}
.camera_caption > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
}
.yl-block {
  width: 100%;
  text-align: center;
}
.yl-block h5 {
  font-weight: bold;
  font-size: 49px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
.yl-block p {
  font: 400 24px/50px "Utm-AvoB", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.yl-block span {
  font: 400 43px/20px "UTM-Dinhtran", sans-serif;
  color: #fff;
  text-transform: inherit;
  padding-top: 0px;
  letter-spacing: 1px;
}

.camera_prev,
.camera_next {
  background: transparent;
  width: 36px;
  height: 50px;
  opacity: 1 !important;
}
.camera_prev {
  left: calc((100% - 1200px) / 2);
}
.camera_next {
  right: calc((100% - 1200px) / 2);
}
.camera_prev span {
  width: 36px;
  height: 50px;
  background: url(../images/front/sprite.png) no-repeat 0 -106px;
  transition: background 0.35s ease-in-out;
}
.camera_next span {
  width: 36px;
  height: 50px;
  background: url(../images/front/sprite.png) no-repeat -46px -106px;
  transition: background 0.35s ease-in-out;
}
.camera_prev span:hover {
  background-position-y: -156px;
}
.camera_next span:hover {
  background-position-y: -156px;
}

.camera_wrap {
  margin-bottom: 0 !important;
}
.camera_pie {
  position: relative;
  z-index: -1;
}
.camera_pag {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
}
.camera_wrap .camera_pag .camera_pag_ul {
  width: 100%;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #ffffdd;
  width: 15px;
  height: 15px;
  cursor: pointer;
  padding: 0;
  margin: 0 10px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #fddd00;
}
.camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
.camera_overlayer {
  background: rgba(0, 0, 0, 0.5);
}

.m-about {
  padding-top: 0;
}
.m-about .row {
  align-items: center;
}
.m-about img {
  height: 610px;
  object-fit: cover;
  object-position: center;
}
.m-about h5 {
  font-size: 39px !important;
  line-height: 50px;
  font-weight: bold;
  color: #b71507;
  margin-bottom: 30px;
}
.m-about p {
  margin-bottom: 30px;
}
.m-about span a {
  padding: 15px 35px;
  background: black;
  color: white;
}
.m-about span a:hover {
  background: #b71507;
}

.m-bnmid {
  background: url(images/bn-mid2.jpg);
  padding: 100px 0;
  color: white;
  position: relative;
}
.m-bnmid:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.m-bnmid .detail {
  position: relative;
  z-index: 9;
  border: 1px solid white;
  width: 50%;
  margin: 0 auto;
  padding: 30px 0;
  text-transform: uppercase;
}
.m-bnmid .detail h5 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
}
.m-bnmid .detail h6 {
  font-size: 30px;
  color: #b71507;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 28px;
}
.m-bnmid .detail p {
  font-weight: bold;
  line-height: 28px;
  font-size: 25px;
  color: #fff;
}
.m-bnmid .detail p a {
  color: white;
}

.m-widget {
  padding: 50px 0 10px;
  background: url(images/bg-people.jpg) no-repeat center;
  background-size: cover;
}
.m-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 15px;
}
.m-widget .m-title h2 {
  margin-bottom: 80px;
}
.widget_2 .detail {
  position: relative;
  padding: 50px 30px;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
  height: 155px;
}
.widget_2 .detail .item-img {
  position: absolute;
  top: calc(0% - 40px);
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
}
.widget_2 .detail .item-txt h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222;
}
.widget_2 .detail .item-txt p {
  color: #555;
}

/*css news*/
.m-news {
  padding: 60px 0 90px;
}
.m-title h3 {
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid;
}
.m-title h3 span {
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
h3.n1 {
  border-color: #f1f1f1;
}
h3.n1 span {
  background: #f1f1f1;
}
h3.n2 {
  border-color: #b71507;
}
h3.n2 span {
  background: #b71507;
  color: white;
}
h3.n3 {
  border-color: #24272a;
}
h3.n3 span {
  background: #24272a;
  color: white;
}
.detail-main a.img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
.detail-main a.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-main .item-txt {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 15px;
  color: white;
  background: linear-gradient(rgba(241, 245, 248, 0.03), black);
}
.detail-main .item-txt h6 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  text-transform: none;
}
.detail-main .item-txt p {
  font-size: 15px;
  line-height: 25px;
}
.detail-sub .detail-item {
  margin-bottom: 25px;
}
.detail-sub a.img {
  width: 100px;
  height: 80px;
  float: left;
}
.detail-sub .item-txt {
  width: calc(100% - 100px);
  height: 80px;
  float: right;
  padding-left: 20px;
}
.detail-sub .item-txt h6 {
  font-size: 14px; /* line-height: 21px; */
  font-weight: bold;
  text-transform: none;
}
.detail-sub .item-txt h6 a {
  color: #000;
}
.detail-sub .item-txt h6 a:hover {
  color: #b71507;
}
.detail-sub .item-txt p {
  color: #555;
  font-size: 14px;
}
.detail-sub .slick__arrow {
  position: absolute;
  bottom: -15px;
  width: 32px;
  height: 32px;
  border: 1px solid #d1d1d1;
  color: #555;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.detail-sub .slick__prev {
  left: 0;
}
.detail-sub .slick__next {
  left: 40px;
}
.detail-sub .slick__arrow:hover {
  background: #fdbf12;
  border-color: transparent;
  color: white;
}

/**/
.text__truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -webkit-inline-box !important;
}
.text__truncate--2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text__truncate--3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text__truncate--4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.text__truncate--5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/*dịch vụ quản lý lương*/
.m-payroll {
  display: flex;
}
.m-payroll .detail-txt {
  background: #b71507;
  display: flex;
  align-items: center;
  flex: 1;
}
.m-payroll .detail-txt .item-img {
  width: 40%;
  float: left;
}
.m-payroll .detail-txt .item-txt {
  width: 60%;
  float: right;
  padding: 0 30px;
  color: white;
}
.m-payroll .detail-txt .item-txt h5 {
  font: 400 30px/30px "Utm-AvoB";
  margin-bottom: 20px;
  color: #fff;
}
.m-payroll .detail-txt .item-txt ul {
  list-style: disc;
  margin: 0 1rem;
}
.m-payroll .detail-txt .item-txt p {
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
}
.m-payroll .detail-txt .item-txt span a {
  color: white;
  padding: 10px 25px;
  border: 1px solid white;
}
.m-payroll .detail-txt .item-txt span a:hover {
  background: #222;
}
.m-payroll .detail-img {
  flex: 1;
  position: relative;
}
.m-payroll .detail-img img {
  width: 100%;
}
/* .m-payroll .detail-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
} */
p:empty {
  display: block;
}
.m-payroll .item-txt span {
  float: left;
  margin-bottom: 20px;
  margin-top: 30px;
}

/*css sldier đối tác*/
.m-guest {
  padding: 50px 0;
}
.m-title p {
  width: 80%;
  margin: 0 auto;
}
.m-guest .m-title {
  margin-bottom: 30px;
}
.slider_2 {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: white;
  .parent-slide {
    padding: 15px;
  }
  img {
    display: block;
    margin: auto;
  }
}

/* .entry-content,
.entry-header-text {
  padding: 0;
} */
/*h1.entry-title {color: #000;}*/

.share__post {
  margin-top: 30px;
}

.entry-header .badge.post-date {
  display: none;
}

/*css bài viết liên quan*/
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.box__title .title__box {
  margin-bottom: 20px;
  margin-top: 40px;
}
.box__title .title__box span {
  color: #b71507;
  text-transform: uppercase;
}
.title-related {
  padding: 10px 0;
}
.title-related a {
  font-size: 14px;
  color: #b71507;
  text-transform: uppercase;
  font-weight: 600;
}
.related__item .post-thumbnail img {
  width: 100%;
  height: 150px;
}
.archive__item .entry-title {
  border-bottom: 1px solid #d0cbcb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*css icon phone*/
.phonering-alo-phone {
  position: fixed;
  left: 0;
  bottom: 200px;
  width: 130px;
  height: auto;
  z-index: 9999;
}

#cfacebook {
  position: fixed;
  bottom: 0px;
  right: 50px;
  z-index: 999999999999999;
  width: 270px;
  height: auto;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
#cfacebook .fchat {
  float: left;
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: none;
  background-color: #fff;
}
#cfacebook .fchat .fb-page {
  margin-top: -130px;
  float: left;
}
#cfacebook a.chat_fb {
  float: left;
  padding: 10px;
  width: 270px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(#b71507, #fddd00);
  border: 0;
  z-index: 9999999;
  margin-right: 12px;
  font: 400 15px/20px "Utm-Avo";
  text-transform: uppercase;
}
#cfacebook a.chat_fb:hover {
  color: white;
  text-decoration: none;
}

.row-chitiet .col,
.contact-row .col {
  flex-basis: auto;
}

.col-danh-muc-ft .widget-title,
.col-danh-muc-ft .is-divider {
  display: none;
}

.col-danh-muc-ft .widget_nav_menu {
  padding: 0;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .contact-row .gt-cty .title-cty h4 {
    font-size: 27px;
    margin-bottom: 0;
    line-height: 35px;
  }
  ul.jladev_fix {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .quick-view__modal .modal-dialog {
    max-width: 875px;
  }
}

@media (max-width: 1190px) {
  .camera_next {
    right: 40px;
  }
  .camera_prev {
    left: 40px;
  }
  /*Header*/
  /*Index*/
  .m-bnmid .detail {
    width: 60%;
  }
  .widget .detail .item-txt h6 {
    font-size: 17px;
  }
  .detail-main a.img {
    height: 250px;
  }
  .m-payroll .detail-txt .item-img {
    width: 30%;
  }
  .m-payroll .detail-txt .item-txt {
    width: 70%;
  }
  .m-payroll .detail-txt .item-txt h5 {
    font-size: 18px;
    line-height: 25px;
  }
  /*Footer*/
  .m-title h4 span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  /*Header*/
  a.menu-mobile {
    display: block;
  }
  .yl-block {
    width: auto;
  }
  .yl-block p {
    font-size: 15px;
  }
  .m-menu {
    height: 50px;
  }
  .yl-block h3 img {
    width: 100%;
  }
  .yl-block p {
    font-size: 18px;
    padding-top: 4px;
  }
  .yl-block p.hot-slider {
    padding: 9px 0;
    margin-top: 4px;
  }
  .yl-block p.hot-slider strong {
    font-size: 17px;
  }
  .yl-block p.hot-slider span {
    font-size: 17px;
  }
  .m-logo a.img {
    margin: 0 auto 15px;
  }
  .m-lang,
  .m-social-hd {
    text-align: center;
  }
  /*Index*/
  .m-about {
    padding: 30px 0;
    background-position: center;
  }
  .m-bnmid {
    padding: 70px 0;
    background-position: top center;
  }
  .m-title h3 {
    padding-bottom: 8px;
  }
  .m-title h3 span {
    font-size: 18px;
    padding: 10px;
  }
  .detail-main a.img {
    height: 200px;
  }
  .m-payroll .detail-txt {
    padding: 20px 0;
  }
}
@media (max-width: 750px) {
}
@media (max-width: 680px) {
  .camera_commands > .camera_stop {
    display: none;
  }
  .camera_next {
    right: 60px;
  }
}
@media (max-width: 630px) {
}
@media (max-width: 500px) {
}
@media (max-width: 420px) {
  .camera_next,
  .camera_prev {
    display: none;
  }
  .yl-block {
    width: 100%;
  }
  .yl-block p {
    font-size: 12px;
  }
  /*Header*/
  /*Index*/
  .yl-block h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .yl-block p {
    font-size: 14px;
    line-height: 25px;
  }
  .camera_pag {
    bottom: 0;
  }
  .m-about h5 {
    text-align: center;
  }
  .m-about .detail span {
    display: block;
    text-align: center;
  }
  .m-bnmid .detail {
    width: 90%;
  }
  .m-bnmid .detail h5 {
    font-size: 30px;
  }
  .m-bnmid .detail h6 {
    font-size: 23px;
  }
  .m-bnmid .detail p {
    font-size: 20px;
  }
  .m-title h2 {
    font-size: 24px;
  }
  .widget .detail .item-txt {
    text-align: justify;
    text-align-last: center;
  }
  .widget .detail .item-txt h6 {
    text-align: center;
  }
  .news .wow:not(:last-child) {
    margin-bottom: 50px;
  }
  .m-payroll .detail-txt .item-img {
    display: none;
  }
  .m-payroll .detail-txt .item-txt {
    width: 100%;
  }
  /*Footer*/
  .col-ft:not(:last-child) {
    margin-bottom: 30px;
  }
  .phonering-alo-phone {
    left: -50px;
  }
  #cfacebook {
    right: 0;
  }
}
@media (max-width: 375px) {
  /*header*/
  .m-com p {
    font-size: 12px;
    line-height: 25px;
  }
  .yl-block p {
    font-size: 12px;
  }
  /*Index*/
  .m-title h2 {
    font-size: 22px;
  }
  /*Footer*/
  .footer-bot {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
}
