@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=vietnamese");
@import url(common.css);
@import url(vendor.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-transition: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
}

body table {
  border-spacing: 0;
  border-collapse: collapse;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold !important;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  line-height: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden], .hidden {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

a,
button,
input {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.bring-to-front p.smaller {
  font-size: 20px;
  margin: 10px 0px;
  color: rgba(255, 255, 255, 0.6);
}

.bring-to-front .pb-2 {
  position: absolute;
  top: 10%;
  right: 0;
}

#stripes + .container {
  padding-bottom: 0px;
}

.navigation.fixed-top + main .header {
  padding-top: 0px;
}

.background-white {
  background: #fff;
}

.st-nav .st-nav-section.st-nav-secondary {
  margin-left: 0;
}

.st-nav .st-nav-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.st-nav .st-nav-section.st-nav-primary .st-root-link {
  text-transform: uppercase;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.blockslidebg .text-capitalize {
  text-transform: uppercase !important;
}

.blockslidebg .owl-item:nth-child(2n) .row:before {
  background: #FDBA11;
  background: -webkit-linear-gradient(left, #FDBA11 0%, #F46956 50%, #f8cd5f 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FDBA11), color-stop(50%, #F46956), to(#f8cd5f));
  background: -o-linear-gradient(left, #FDBA11 0%, #F46956 50%, #f8cd5f 100%);
  background: linear-gradient(to right, #FDBA11 0%, #F46956 50%, #f8cd5f 100%);
}

.blockslidebg .owl-dots {
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  text-align: center;
  width: 100%;
}

.blockslidebg .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
}

.blockslidebg .owl-dots .owl-dot.active {
  background: #007BFF;
  background: -webkit-linear-gradient(left, #007BFF 0%, #2185f0 50%, #57a8fd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#007BFF), color-stop(50%, #2185f0), to(#57a8fd));
  background: -o-linear-gradient(left, #007BFF 0%, #2185f0 50%, #57a8fd 100%);
  background: linear-gradient(to right, #007BFF 0%, #2185f0 50%, #57a8fd 100%);
  border: 2px solid #fff;
}

.blockslidebg .row {
  height: 750px;
  background-size: cover;
  padding-top: 90px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 90px;
}

.blockslidebg .row:before {
  content: "";
  background: #2082E0;
  background: -webkit-linear-gradient(left, #2082E0 0%, #8A2BE2 50%, #8CCDF2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2082E0), color-stop(50%, #8A2BE2), to(#8CCDF2));
  background: -o-linear-gradient(left, #2082E0 0%, #8A2BE2 50%, #8CCDF2 100%);
  background: linear-gradient(to right, #2082E0 0%, #8A2BE2 50%, #8CCDF2 100%);
  display: block;
  opacity: 0.9;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media all and (max-width: 1200px) {
  .blockslidebg .row {
    padding-top: 60px;
    height: 650px;
  }
}

.blockslidebg .row .col-md-6:first-child {
  position: relative;
  top: 5%;
}

#stripes {
  background: #2082E0;
  background: -webkit-linear-gradient(left, #2082E0 0%, #8A2BE2 50%, #8CCDF2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2082E0), color-stop(50%, #8A2BE2), to(#8CCDF2));
  background: -o-linear-gradient(left, #2082E0 0%, #8A2BE2 50%, #8CCDF2 100%);
  background: linear-gradient(to right, #2082E0 0%, #8A2BE2 50%, #8CCDF2 100%);
}

.nav-link {
  font-size: 14px;
}

.lead {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

.d-lg-inline {
  font-size: 14px;
  letter-spacing: 1px;
}

.d-lg-inline:before {
  content: "\f007";
  font-family: fontAwesome;
  margin-right: 10px;
}

.logo {
  max-width: 250px;
  max-height: 150px;
}

.col-sm-4 .p-4 {
  padding: 20px !important;
}

.grap-y h5 {
  margin-bottom: 10px;
  font-size: 18px !important;
}

.bg-1 .align-items-center:nth-child(2n) .col-md-6:last-child {
  padding-right: 30px;
  padding-left: 0px;
}

.bg-1 .align-items-center .col-md-6:last-child {
  padding-left: 30px;
}

.owl-prev, .owl-next {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5) url(../images/pn1.png) no-repeat;
  background-position: center;
  text-indent: -999px;
  position: absolute;
  top: 43%;
  left: 20px;
}

.owl-prev:hover, .owl-next:hover {
  opacity: 0.8;
}

.owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 20px;
}

.section-heading h2 {
  text-transform: uppercase;
  letter-spacing: 0px !important;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.section-heading h2:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  margin: auto;
  background: #2082E0;
  bottom: -24px;
  z-index: 1;
  border-radius: 100%;
}

.section-heading h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #2082E0;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.rounded-circle {
  margin-bottom: 20px;
}

@media all and (min-width: 961px) {
  .navigation.navbar-sticky {
    max-height: 70px;
    height: 70px;
  }
  .navigation.navbar-sticky .navbar, .navigation.navbar-sticky .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  .navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

.navigation.navbar-sticky .btn-solid {
  background-color: #f77f16;
  border-color: #f77f16;
}

.navigation .btn-solid:hover, .navigation.navbar-sticky .btn-solid:hover {
  background-color: #f77f16;
  border-color: #f77f16;
}

.navigation .btn-solid:hover {
  background: #fff;
  opacity: 0.9;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn {
  letter-spacing: 0px !important;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn.btn-arrow {
  padding-right: 30px;
  position: relative;
}

.btn.btn-arrow:after {
  content: "\f054";
  font-family: fontAwesome !important;
  font-size: 10px;
  color: #fff;
  font-weight: normal !important;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 10px;
}

.btn-accent {
  background: #28A745;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 7px 20px;
}

.btn-accent:hover {
  background: #28A745;
  border: 1px solid #28A745 !important;
  color: #fff !important;
}

.gap-y h2.text-capitalize {
  font-size: 30px !important;
  margin-bottom: 15px;
}

.section.bg-1 {
  background: #f2f3f4 !important;
  padding: 90px 0px;
}

.why-us {
  background: #f2f3f4 !important;
  padding: 90px 0px;
}

.text_center .img-responsive {
  margin: 0 auto;
}

.text_center figure {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.section-heading {
  margin-bottom: 0px;
}

.why-us .section-heading {
  margin-bottom: 30px;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.why-icon-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.why-icon-list .list-item {
  width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -ms-calc(50% - 10px);
  width: -o-calc(50% - 10px);
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}

.why-icon-list .list-item:nth-child(2n) {
  margin-right: 0px;
}

.why-icon-list .list-item .rounded-circle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

.why-icon-list .media-body h5 {
  margin-bottom: 10px;
}

.bg-1 .align-items-center {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.bg-1 .align-items-center:after, .bg-1 .align-items-center:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 50%;
  left: 0px;
  display: block;
  background: transparent;
  background: -webkit-linear-gradient(left, transparent 0%, #eee 50%, #ccc 100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #eee), to(#ccc));
  background: -o-linear-gradient(left, transparent 0%, #eee 50%, #ccc 100%);
  background: linear-gradient(to right, transparent 0%, #eee 50%, #ccc 100%);
}

.bg-1 .align-items-center:before {
  left: auto;
  right: 0;
  display: block;
  background: #ccc;
  background: -webkit-linear-gradient(left, #ccc 0%, #eee 50%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(50%, #eee), to(transparent));
  background: -o-linear-gradient(left, #ccc 0%, #eee 50%, transparent 100%);
  background: linear-gradient(to right, #ccc 0%, #eee 50%, transparent 100%);
}

.bg-1 .align-items-center:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.bg-1 .align-items-center:last-child:before, .bg-1 .align-items-center:last-child:after {
  display: none;
}

.dangkydungthu a {
  display: inline-block;
  width: 260px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dangkydungthu a:hover {
  text-decoration: none !important;
}

.handwritten.highlight {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

a.btn {
  font-weight: bold;
}

.gradient.gradient-43 {
  background: #28A745 !important;
}

.btn-call {
  background: #dc3545;
  color: #fff;
  margin-right: 20px;
}

.btn-call i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.btn-call:hover {
  color: #fff;
}

.uytin {
  background-image: url(../images/ic3.png);
  background-color: #a03333 !important;
}

.chuyennghiep {
  background-image: url(../images/ic1.png);
}

.tietkiem {
  background-image: url(../images/ic2.png);
  background-position: top 8px center !important;
}

.desudung {
  background-image: url(../images/ic4.png);
  background-color: #F77F16 !important;
}

.girldangky {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.girldangky .bg-4-gradient {
  background: #fff;
  color: #000 !important;
  margin: 0 auto;
  border-radius: 8px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 5px 2px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 5px 2px !important;
  max-width: calc(100% - 40px);
}

@media all and (min-width: 1400px) {
  .girldangky .bg-4-gradient {
    max-width: 80%;
  }
}

.girldangky .container {
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.bg-4-gradient-start {
  background: #f77f16;
}

.block-girlct {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-girlct .block-girlct-left h2 {
  margin-bottom: 10px !important;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

.block-girlct .block-girlct-left .handwritten {
  font-size: 24px;
}

.block-girlct a:hover {
  opacity: 1 !important;
}

.block-girlct a:hover img {
  opacity: 0.9 !important;
}

h2.chinhanh {
  text-align: center !important;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px !important;
  width: 100%;
  display: block;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer-main-b .col-md-3 p {
  font-weight: normal !important;
  font-size: 13px !important;
  color: #eee;
}

#footer-main-b .col-md-3 h5 {
  margin-bottom: 10px;
  margin-top: 15px;
  color: #47B7ED;
}

#footer-main-b .col-md-3 h5 u {
  text-decoration: none !important;
}

#footer-main-b .col-md-3 h4 {
  font-weight: bold;
  text-transform: capitalize !important;
  text-decoration: none !important;
}

.foottext a {
  color: #47B7ED !important;
}

.foottext a.nav-item {
  color: #fff !important;
}

.foottext hr {
  border-top: 1px solid #666 !important;
  margin-top: 50px;
}

.foottext .mb-0.color-2 {
  margin: 0 auto !important;
}

.st-nav .link-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.st-nav a {
  color: #F77F16;
}

.st-nav a:hover {
  color: #F77F16;
  opacity: 0.8;
}

.dropdown-item .icon {
  display: none;
}

.badge-6, .badge-3, .badge-4, .badge-5 {
  background: transparent;
}

.badge-6 i, .badge-3 i, .badge-4 i, .badge-5 i {
  color: #454545 !important;
}

.navbar-sticky.st-nav .st-dropdown-root {
  top: 92px;
}

.dropdown-item {
  white-space: normal !important;
}

.autoAdsMaxLead-widget.auto-ads-ml-mobile.auto-ads-ml-vertical.auto-ads-ml-background.auto-ads-ml-has-powered-by {
  display: none;
}

.media-body h4.mt-0.mb-1 {
  font-size: 16px;
}

.color-2, .text-secondary {
  color: #333 !important;
}

.site-footer .color-2, .site-footer .text-secondary {
  color: #fff !important;
}

@media all and (min-width: 768px) {
  .dissp {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .dissp {
    display: block;
  }
}

@media all and (min-width: 1181px) {
  .autoAdsMaxLead-widget.auto-ads-ml-mobile.auto-ads-ml-vertical.auto-ads-ml-background.auto-ads-ml-has-powered-by {
    display: block;
  }
}

@media all and (min-width: 769px) {
  .blockslidebg .row {
    height: 490px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media all and (max-width: 1180px) {
  .blockslidebg h1.text-capitalize {
    font-size: 24px !important;
  }
  .blockslidebg .row .col-md-6:first-child {
    top: 20% !important;
  }
  .blockslidebg .row .col-md-6:last-child {
    position: absolute;
    top: 20% !important;
  }
}

@media all and (max-width: 960px) {
  .blockslidebg .row .col-md-6:last-child {
    display: none;
  }
  .blockslidebg .row .col-md-6:first-child {
    width: 100%;
    max-width: 100% !important;
    top: 30% !important;
  }
}

@media all and (max-width: 768px) {
  .autoAdsMaxLead-widget {
    display: none !important;
  }
  .navigation .logo {
    max-height: 40px;
  }
  .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  li.st-nav-section.nav-item:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .owl-nav {
    display: none;
  }
  .blockslidebg .row {
    height: 450px;
  }
  .blockslidebg .row .col-md-6:first-child {
    top: 10% !important;
  }
  .lead {
    font-size: 14px;
    margin-top: 15px;
  }
  .lead ~ nav.nav.mt-5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px !important;
  }
  .lead ~ nav.nav.mt-5 a {
    display: block;
    width: calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    width: -ms-calc(50% - 4px);
    width: -o-calc(50% - 4px);
    margin-right: 8px;
    float: left;
    margin-right: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px;
  }
  .lead ~ nav.nav.mt-5 a:last-child {
    margin-right: 0px !important;
  }
  .blockslidebg h1.text-capitalize {
    font-size: 20px !important;
  }
  .bring-to-front p.smaller {
    font-size: 16px;
    margin: 5px 0px;
  }
  .section-heading h2:after {
    height: 1px;
  }
  .section-heading h2:before {
    bottom: -25px;
  }
  .section-heading h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .text-secondary {
    font-size: 14px !important;
    line-height: 1.9;
  }
  .blockslidebg .row:before {
    opacity: 0.6;
  }
  .navbar-toggler {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation {
    min-height: 64px;
  }
  .section-heading {
    margin-bottom: 30px !important;
  }
  .bg-1 .col-sm-4 .p-4 {
    position: relative;
  }
  .bg-1 .col-sm-4 .p-4:before, .bg-1 .col-sm-4 .p-4:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 50%;
    left: 0px;
    display: block;
    background: transparent;
    background: -webkit-linear-gradient(left, transparent 0%, #eee 50%, #ccc 100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #eee), to(#ccc));
    background: -o-linear-gradient(left, transparent 0%, #eee 50%, #ccc 100%);
    background: linear-gradient(to right, transparent 0%, #eee 50%, #ccc 100%);
  }
  .bg-1 .col-sm-4 .p-4:before {
    left: auto;
    right: 0;
    display: block;
    background: #ccc;
    background: -webkit-linear-gradient(left, #ccc 0%, #eee 50%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(50%, #eee), to(transparent));
    background: -o-linear-gradient(left, #ccc 0%, #eee 50%, transparent 100%);
    background: linear-gradient(to right, #ccc 0%, #eee 50%, transparent 100%);
  }
  .bg-1 .mt-5 {
    margin-top: 30px !important;
  }
  .gap-y h2.text-capitalize {
    font-size: 18px !important;
  }
  .section.bg-1 {
    padding: 50px 0px;
  }
  .section.bg-1 .col-md-6 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .section.bg-1 .col-md-6 .regular {
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .section.bg-1 .col-md-6 figure {
    background: #fff;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
  }
  .section.bg-1 .col-md-6 .btn {
    margin: 0 auto !important;
    display: block;
    max-width: 210px;
    margin-top: 20px !important;
  }
  .section.bg-1 .col-md-6 a.btn.gradient.gradient-43.btn-arrow.color-1.btn-rounded.btn-outline-1.bw-2.bold.mt-4 {
    max-width: 210px;
  }
  .list-icon h3 .text-body {
    font-size: 16px;
    font-weight: bold;
  }
  .why-us {
    padding: 50px 0px;
  }
  .why-us .why-icon-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-us .why-icon-list .list-item {
    width: 100%;
    margin-right: 0px;
    padding: 0px 20px;
  }
  .why-us .why-icon-list .media-body h5 {
    font-size: 16px !important;
  }
  .why-us .why-icon-list .media-body h5 ~ p {
    font-size: 14px;
    line-height: 1.9;
  }
  .color-2, .text-secondary {
    color: #000 !important;
  }
  .dangkydungthu a {
    margin-right: 0px !important;
  }
  .dangkydungthu a:first-child {
    margin-bottom: 10px !important;
  }
  .girldangky .bg-4-gradient {
    max-width: calc(100% - 20px) !important;
  }
  .girldangky .p-5 {
    padding: 25px !important;
  }
  .block-girlct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-girlct .block-girlct-left h2 {
    font-size: 20px !important;
  }
  .block-girlct .block-girlct-left .handwritten {
    font-size: 14px !important;
  }
  .block-girlct img {
    position: relative;
    max-width: calc(100% + 20px);
    margin-left: -20px;
    top: 15px;
  }
  .extending-core .list-group li .media-body h4 {
    font-size: 14px !important;
    line-height: 1.6;
  }
  .site-footer .container.py-5.align-items-center.foottext {
    padding-top: 30px !important;
  }
  .site-footer .col-md-3.mb-4.mb-md-0 {
    margin-top: 20px;
  }
  .site-footer .col-md-3.mb-4.mb-md-0 h6 {
    line-height: 1.5;
  }
  .site-footer h2.chinhanh {
    font-size: 20px !important;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .site-footer #footer-main-b .col-md-3 h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .site-footer #footer-main-b .col-md-3 h4 {
    font-size: 18px;
    margin-top: 20px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
  }
  .site-footer .container.py-5.align-items-center.foottext {
    padding-bottom: 20px !important;
  }
  .foottext .mb-0.color-2 {
    color: #ccc !important;
  }
  .navigation .dropdown-item:before {
    display: none;
  }
  .st-dropdown-content-group a i {
    display: none;
  }
  .st-dropdown-content-group a:before {
    display: none;
  }
  .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
  }
  .st-nav .st-dropdown-content-group:last-of-type {
    padding: 20px 35px;
  }
  .st-nav .st-dropdown-content-group:last-of-type a {
    background: #f77f16;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .over_150 .autoAdsMaxLead-widget {
    display: block !important;
  }
}

.extending-core .col-md-4, .extending-core .col-md-8 {
  padding: 0 !important;
}

.extending-core .list-group {
  overflow-y: scroll;
  max-height: 450px;
}
