@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");


#single h1 {    font-size: 26px !important;
	color: #127ec2; font-weight: bold;
	text-transform:uppercase;
    margin-bottom: 29px !important;}
#single h2 {    font-size: 18px !important;
    margin-bottom: 25px !important;}
#single h3 {    font-size: 16px !important;
    margin-bottom: 15px !important;}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type="number"] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

button {
  border: none;
  background: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.text-justify {
  text-align: justify;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.row-ibl {
  font-size: 0;
}
.row-ibl > [class^="col-"] {
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.row-ibl:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.row-ibl.mid > [class^="col-"] {
  vertical-align: middle;
}
.row-ibl.bot > [class^="col-"] {
  vertical-align: bottom;
}
.row-ibl > [class^="col-"].i-mid {
  vertical-align: middle;
}
.row-ibl > [class^="col-"].i-top {
  vertical-align: top;
}
.row-ibl > [class^="col-"].i-bot {
  vertical-align: bottom;
}

.col-xs-f20,
.col-sm-f20,
.col-md-f20,
.col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.sing-pr .tab-link {
  width: 100%;
  overflow: hidden;
}

.col-xs-f20 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%;
  }
}
.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}
.c-img img,
.c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hv-over {
  display: block;
  position: relative;
}
.hv-over:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-over:hover:after {
  background: rgba(255, 255, 255, 0.3);
}

.hv-scale {
  overflow: hidden;
  display: block;
}
.hv-scale img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hv-light:before,
.hv-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -ms-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.hv-light:hover:before {
  background: rgba(242, 211, 0, 0.2);
}
.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.hv-u:hover {
  text-decoration: underline;
}

.hv-o {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hv-o:hover {
  opacity: 0.7;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left;
  }

  .md-center {
    text-align: center;
  }

  .md-right {
    text-align: right;
  }
}
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left;
  }

  .sm-center {
    text-align: center;
  }

  .sm-right {
    text-align: right;
  }

  .sm-mbt {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left;
  }

  .xs-center {
    text-align: center;
  }

  .xs-right {
    text-align: right;
  }

  .xs-pad-7 {
    margin: 0 -7px;
  }
  .xs-pad-7 > [class^="col-"] {
    padding: 0 7px;
  }

  .xs-pad-5 {
    margin: 0 -5px;
  }
  .xs-pad-5 > [class^="col-"] {
    padding: 0 5px;
  }
}
.table {
  display: table;
  margin: 0;
}
.table .line {
  display: table-row;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
}
.table.bot .cell {
  vertical-align: bottom;
}
.table.top .cell {
  vertical-align: top;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  color: #4c4c4c;
  overflow-x: hidden;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
}

.s-social .fb_iframe_widget,
.s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

.slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  margin: 0 15px;
}

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}

.slick-dots {
  text-align: center;
  margin-top: 15px;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 50px;
  height: 2px;
  background: #dfdfdf;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #a84750;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}

.carousel {
  z-index: 0;
}
.carousel.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel.carousel-fade .carousel-inner .item,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel.carousel-fade .carousel-inner .active,
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel.carousel-fade .carousel-inner .next,
.carousel.carousel-fade .carousel-inner .prev,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel .carousel-indicators {
  z-index: 1;
  line-height: 1;
}
.carousel .carousel-indicators li {
  vertical-align: middle;
}
.carousel .slider-arrow {
  cursor: pointer;
  z-index: 1;
}

.container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

.btn-mores {
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #575757;
  text-transform: uppercase;
  border: 2px #575757 solid;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mores:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #127ec2;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mores:hover {
  color: #ffffff;
  border: 2px #127ec2 solid;
}
.btn-mores:hover:before {
  width: 100%;
}

/* Title style */
.title-style {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #4c4c4c;
  margin-bottom: 30px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .title-style {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
/* End Title style */
.ow {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.br-sp {
  display: none;
}

/*VIDEO*/
#video {
  margin-top: 35px;
}
#video h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #127ec2;
  font-size: 38px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  #video h2 {
    font-size: 20px;
    line-height: 160%;
  }
}
#video .video-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 55px;
}
#video .video-row .video-col8 {
  float: none;
  width: 62.8205128205%;
  margin-left: 0;
  margin-right: 5%;
}
#video .video-row .video-col8 iframe {
  width: 100%;
  height: 505px;
}
@media screen and (max-width: 860px) {
  #video .video-row .video-col8 {
    width: 100%;
    margin-right: 0;
  }
  #video .video-row .video-col8 iframe {
    height: 380px;
  }
}
#video .video-row .video-col4 {
  float: none;
  width: 31.6239316239%;
  margin-left: 0;
  margin-right: 0;
}
#video .video-row .video-col4 p {
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 860px) {
  #video .video-row .video-col4 {
    width: 100%;
  }
}
#video .video-row .video-col4 ul li {
  float: left;
  width: 100%;
}
#video .video-row .video-col4 ul li:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #video .video-row .video-col4 ul li:first-child {
    margin-bottom: 0;
  }
}
#video .video-row .video-col4 ul li iframe {
  width: 100%;
  height: 237px;
}
@media screen and (max-width: 860px) {
  #video .video-row .video-col4 ul li iframe {
    height: 380px;
  }
}
#video .vd-btn {
  margin-top: 30px;
  margin-bottom: 50px;
}

/*END VIDEO*/
/*GIOI THIEU*/
#abouts {
  padding-top: 115px;
  margin-top: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1125px) {
  #abouts {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  #abouts {
    margin-top: 0;
    padding-top: 105px;
  }
}
@media screen and (max-width: 860px) {
  #abouts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #abouts .pt-3,
  #abouts .py-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#abouts .nav-fill a {
  max-width: 400px;
  width: 100%;
  border: none;
  height: 62px;
  line-height: 62px;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  background: #58585a;
  border-radius: 0;
  color: #fff;
  padding: 0;
  font-family: "Roboto", sans-serif;
  display: block;
}
#abouts .nav-fill a:hover {
  background: #127ec2;
}
@media screen and (max-width: 860px) {
  #abouts .nav-fill a {
    max-width: 100%;
    width: 50%;
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #abouts .nav-fill a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 460px) {
  #abouts .nav-fill a {
    width: 100%;
    font-size: 14px;
  }
}
#abouts .nav-fill a.active {
  background: #127ec2;
}
#abouts .tab-pane .tab-rows-fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#abouts .tab-pane .tab-text {
  font-size: 16px;
  color: #000;
  line-height: 140%;
  text-align: justify;
  margin-right: 2.58%;
  width: 56.91%;
}
@media screen and (max-width: 860px) {
  #abouts .tab-pane .tab-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #abouts .tab-pane .tab-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.58%;
  }
}
#abouts .tab-pane .tab-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40.51%;
  margin-top: 5px;
  height: 300px;
}
@media screen and (max-width: 640px) {
  #abouts .tab-pane .tab-img {
    width: 100%;
    height: 350px;
  }
}
#abouts .nav-tabs {
  border: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  #abouts .nav-tabs {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  #abouts .nav-tabs {
    margin-bottom: 0;
  }
}

/*END GIOI THIEU*/
/*LIEN HE*/
#contact {
  padding-top: 95px;
}
@media screen and (max-width: 1199px) {
  #contact {
    padding-top: 80px;
  }
}
#contact .ct-maps {
  padding-bottom: 40px;
}
#contact .ct-maps iframe {
  width: 100%;
  height: 715px;
  border: none;
}

/*END LIEN HE*/
/*PAGE*/
img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#page-default {
  padding-top: 140px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  #page-default {
    padding-top: 80px;
  }
}
#page-default .page-default-content {
  font-size: 14px;
  line-height: 160%;
}

#single {
  padding-top: 130px;
  margin-top: 20px;
}
#single .single-info {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #single .single-info img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
#single h2 {
  text-transform: uppercase;
  border-left: 5px solid #127ec2;
  font-weight: bold;
  color: #127ec2;
  font-size: 38px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  #single h2 {
    font-size: 20px;
    line-height: 160%;
  }
}
@media screen and (max-width: 1199px) {
  #single {
    padding-top: 80px;
  }
}
#single .single-img {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#single .single-img img {
  max-width: 800px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  #single .single-img img {
    height: 250px;
  }
}
#single .single-content {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #single .single-content {
    margin-top: 0;
  }
}
#single .single-content h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #127ec2;
  line-height: 160%;
  border-bottom: 1px solid #127ec2;
}
@media screen and (max-width: 640px) {
  #single .single-content h3 {
    font-size: 20px;
  }
}

/*TIN TUC*/
#news {
  padding-top: 115px;
  margin-top: 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1125px) {
  #news {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  #news {
    margin-top: 0;
    padding-top: 105px;
  }
}
#news h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #127ec2;
  font-size: 38px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 20px;
    line-height: 160%;
  }
}
#news .news-rows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 50px;
}
@media screen and (max-width: 420px) {
  #news .news-rows {
    margin-top: 20px;
  }
}
#news .news-rows .news-item {
  float: left;
  margin-right: 2.56%;
  margin-bottom: 2.56%;
  width: 31.6266666667%;
  float: none;
  background: #f8f8f8;
  padding-bottom: 35px;
}
#news .news-rows .news-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #news .news-rows .news-item {
    float: left;
    margin-right: 2.56%;
    margin-bottom: 2.56%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #news .news-rows .news-item:nth-child(1n) {
    margin-right: 0;
  }
}
#news .news-rows .news-item .item-img {
  overflow: hidden;
  width: 100%;
}
#news .news-rows .news-item .item-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #news .news-rows .news-item .item-img img {
    height: 350px;
    object-fit: cover;
  }
}
@media screen and (max-width: 460px) {
  #news .news-rows .news-item .item-img img {
    height: 200px;
    object-fit: cover;
  }
}
#news .news-rows .news-item .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#news .news-rows .news-item .item-text {
  padding-left: 15px;
  padding-right: 15px;
}
#news .news-rows .news-item .item-text .item-info {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  width: 100%;
  padding-bottom: 12px;
  margin-top: 10px;
}
#news .news-rows .news-item .item-text .item-intro-txt {
  font-size: 13px;
  line-height: 140%;
  color: #000000;
  text-align: justify;
  padding-top: 20px;
}
#news .news-rows .news-item .item-text .item-btn {
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
#news .news-rows .news-item .item-text .item-btn span {
  display: inline-block;
  max-width: 119px;
  width: 100%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #127ec2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#news .news-rows .news-item .item-text .item-btn span:hover {
  background: #333333;
}
#news .news-rows .news-item .item-text .item-info ul li {
  float: left;
  width: 33.333%;
}
@media screen and (max-width: 860px) {
  #news .news-rows .news-item .item-text .item-info ul li {
    width: 100%;
    text-align: left !important;
  }
}
#news .news-rows .news-item .item-text .item-info ul li:last-child {
  text-align: right;
}
#news .news-rows .news-item .item-text .item-info ul li span {
  display: inline-block;
  color: #777777;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  #news .news-rows .news-item .item-text .item-info ul li span {
    font-size: 10px !important;
  }
}
#news .news-rows .news-item .item-text .item-info ul li span.sp-01 {
  padding-right: 5px;
}
#news .news-rows .news-item .item-text .item-info ul li span.sp-01 i {
  font-size: 16px;
}
#news .news-rows .news-item .item-text .item-info ul li span.sp-02 {
  font-size: 12px;
}
#news .news-rows .news-item h3 {
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding-top: 18px;
}
#news .news-rows .news-item h3:hover {
  color: #127ec2;
}
#news .news-rows .news-item img {
  width: 100%;
  height: 219px;
  object-fit: cover;
  object-position: center center;
}
#news .wrap-pagi {
  overflow: visible;
  width: 100%;
}

.wp-pagenavi {
  width: 100% !important;
  text-align: center !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 6px 10px !important;
  font-size: 14px;
  line-height: 1.3333333;
  position: relative;
  margin: 0 !important;
  margin-left: -1px !important;
  color: #127ec2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd !important;
}

.nextpostslink {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.previouspostslink {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.wp-pagenavi span.current {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #127ec2;
  border: 1px solid #127ec2 !important;
}

span.pages {
  display: none;
}

.wrap-pagi {
  width: 100%;
  float: left;
  margin-top: 0px;
  text-align: left;
}

.wp-pagenavi a {
  text-decoration: none !important;
}

.wp-pagenavi a:hover {
  background: #249898;
  color: #fff;
  border: 1px solid #249898 !important;
  text-decoration: none !important;
}

.page-template-page-san-pham-chong-muoi .news-rows {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.page-template-page-san-pham-chong-muoi .news-rows .pr-item:last-child {
  margin-right: 0;
}

.page-template-page-san-pham-chong-muoi .news-rows .pr-item {
  width: 48.72%;
}
@media screen and (max-width: 767px) {
  .page-template-page-san-pham-chong-muoi .news-rows .pr-item {
    float: left;
    margin-right: 2.56%;
    margin-bottom: 2.56%;
    width: 100%;
  }
  .page-template-page-san-pham-chong-muoi .news-rows .pr-item:nth-child(1n) {
    margin-right: 0;
  }
}

/*END TIN TUC*/
/*TU VAN*/
#faq {
  padding-top: 115px;
  margin-top: 50px;
}
@media screen and (max-width: 1125px) {
  #faq {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  #faq {
    margin-top: 0;
    padding-top: 100px;
  }
}
#faq h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #127ec2;
  font-size: 38px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  #faq h2 {
    font-size: 20px;
    line-height: 160%;
  }
}
#faq .faq-row-child {
  overflow: hidden;
  width: 100%;
  border: 1px solid #58585a;
  border-radius: 7px;
  margin-top: 48px;
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #faq .faq-row-child {
    padding-top: 20px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  #faq .faq-row-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#faq .faq-form {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 420px) {
  #faq .faq-form {
    margin-top: 20px;
  }
}
#faq .faq-form input {
  height: 50px;
  border: 1px solid #58585a;
  color: #58585a;
  font-size: 12px;
  border-radius: 7px;
}
#faq .faq-form input:focus {
  outline: none;
  background: none;
  box-shadow: none;
}
#faq .faq-form .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #5d5d5f;
  font-size: 16px;
}
#faq .faq-row-01 {
  width: 100%;
}
#faq .faq-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#faq .faq-item .faq-left {
  width: 4.42%;
  font-size: 48px;
  color: #127ec2;
}
@media screen and (max-width: 767px) {
  #faq .faq-item .faq-left {
    font-size: 30px;
  }
}
#faq .faq-item .faq-right {
  width: 95.58%;
  padding-left: 30px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #faq .faq-item .faq-right {
    padding-top: 0;
  }
}
#faq .faq-item .faq-right .faq-a {
  font-size: 14px;
  color: #000;
  line-height: 160%;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  padding: 10px 15px 8px 15px;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #faq .faq-item .faq-right .faq-a {
    font-size: 13px;
  }
}
#faq .faq-item .faq-right .faq-a::before {
  content: "";
  background: url(assets/images/arrow.png) left top no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 8px;
  z-index: 9;
}
#faq .faq-item .faq-right .faq-a p {
  margin-bottom: 0;
}
#faq .faq-right-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #faq .faq-right-center {
    align-items: flex-start;
  }
}
#faq .faq-right-center .fq-title {
  width: 83%;
}
@media screen and (max-width: 1030px) {
  #faq .faq-right-center .fq-title {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-right-center .fq-title {
    width: 100%;
  }
}
#faq .faq-right-center .fq-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  #faq .faq-right-center .fq-title h3 {
    font-size: 15px;
  }
}
#faq .faq-right-center .fq-title .fq-title-child {
  line-height: 120%;
}
#faq .faq-right-center .fq-title .fq-title-child span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding-right: 5px;
}
#faq .faq-right-center .fq-title .fq-title-child span.child01 {
  color: #127ec2;
}
#faq .faq-right-center .fq-scocai {
  width: 17%;
}
@media screen and (max-width: 1030px) {
  #faq .faq-right-center .fq-scocai {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq-right-center .fq-scocai {
    display: none;
  }
}
#faq .faq-right-center .fq-scocai ul li {
  float: left;
  width: 50%;
  text-align: center;
}
#faq .faq-right-center .fq-scocai ul li span {
  display: block;
  color: #000;
}
#faq .faq-right-center .fq-scocai ul li span.txt01 {
  font-size: 20px;
}
#faq .faq-right-center .fq-scocai ul li span.txt02 {
  font-size: 12px;
  line-height: 120%;
}

/*END TU VAN*/
/*RWD*/
/*COMMENT*/
.post-comments label {
  display: block;
  padding-bottom: 5px;
}

.post-comments input[type="text"],
.post-comments textarea {
  width: 100%;
  padding: 5px 10px;
}

.post-comments textarea {
  resize: vertical;
}

.post-comments input[type="submit"] {
  border: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  padding: 13px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #28b1ff;
  margin-top: 10px;
  letter-spacing: 0.4px;
  word-spacing: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.post-comments input[type="submit"]:hover {
  background-color: #333;
}

p.comment-notes {
  display: none;
}

#reply-title {
  margin-bottom: 10px;
}

.post-comments p {
  margin-bottom: 8px;
  margin-top: 2px;
}

h3.comments {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

h3.comments span {
  background: #000;
  display: block;
  max-width: 120px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}

/* .post-comments ol li img{
  width: auto;
  height: auto;
} */
.post-comments ol {
  list-style: none;
  padding-left: 0;
}

.post-comments ol.children {
  margin-left: 80px;
  margin-bottom: 60px;
  margin-top: 50px;
}

/* .comment-author, .comment-meta{
  display: inline-block;
  vertical-align: top;
} */
.comment {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.post-comments ol li .comment-author .avatar {
  height: 68px;
  width: 68px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin-right: 20px;
  border-right: 2px solid #28b1ff;
}

.comment-author,
.comment-meta {
  display: inline-block;
  vertical-align: top;
}

span.says {
  display: none;
}

.fn {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  font-style: normal;
}

.comment-meta {
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  color: #969696;
  margin-left: 10px;
  padding-top: 4.5px;
}

.comment-body p {
  font-size: 14px;
  letter-spacing: 0.3px;
  word-spacing: 1.6px;
  line-height: 18px;
  margin-top: 8px;
  margin-top: -40px;
  padding-bottom: 40px;
  padding-left: 90px;
}
@media screen and (max-width: 640px) {
  .comment-body p {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0px;
  }
}

.reply a {
  border: 1px solid #ccc;
  max-width: 80px;
  width: 100%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-size: 12px;
}

.post-comments {
  max-width: 600px;
  width: 100%;
}

#news.search-result {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  #news.search-result {
    margin-top: 135px;
  }
}

.page-template-page-san-pham .pr-img {
  height: 280px;
}

/*SẢN PHẨM*/
.pr-item {
  float: left;
  margin-right: 2.56%;
  margin-bottom: 2.56%;
  width: 31.6266666667%;
  float: none;
  background: #fbfbfb;
}
.pr-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pr-item {
    float: left;
    margin-right: 2.56%;
    margin-bottom: 2.56%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .pr-item:nth-child(1n) {
    margin-right: 0;
  }
}
.pr-item .pr-img {
  text-align: center;
  min-height: 257px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.pr-item .pr-content h3 {
  font-size: 14px;
  line-height: 120%;
  color: #010101;
  text-transform: uppercase;
  text-align: center;
  min-height: 60px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.pr-item .pr-content .item-btn {
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}
.pr-item .pr-content .item-btn span {
  display: inline-block;
  max-width: 119px;
  width: 100%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #127ec2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr-item .pr-content .item-btn span:hover {
  background: #333333;
}

.sing-pr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* Tab */
  /* End Tab */
}
.sing-pr .sing-img {
  float: none;
  width: 35%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sing-pr .sing-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sing-pr .sing-info {
  float: none;
  width: 65%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sing-pr .sing-info {
    width: 100%;
  }
}
.sing-pr .sing-info h3 {
  font-size: 18px;
  color: #000;
  line-height: 160%;
  font-weight: bold;
  text-transform: uppercase;
}
.sing-pr .sing-info h3 br {
  display: none;
}
.sing-pr .tab-link {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.sing-pr .tab-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #127ec2;
  z-index: 1;
  left: 0;
}
.sing-pr .tab-link li {
  float: left;
	letter-spacing: -1px;
}
.sing-pr .tab-link li:last-child {
  margin-right: 0;
}
.sing-pr .tab-link li a {
  color: #010101;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sing-pr .tab-link li a::before {
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  bottom: -1px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.sing-pr .tab-link li a:hover,
.sing-pr .tab-link li a.active {
  color: #fff;
  background: #127ec2;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .sing-pr .tab-link li a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sing-pr li.pc-hide {
  display: none;
}
.sing-pr .tab-content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 5px;
  min-height: 200px;
}
.sing-pr .tab-content .item {
  display: none;
  text-align: left;
  font-size: 14.5px;
  color: #010101;
  line-height: 160%;
}
.sing-pr .tab-content .item span.tp-hide {
  display: none;
}
.sing-pr .tab-content .item a.btnMore {
  color: #f00;
  font-size: 14.5px;
}
.sing-pr .tab-content .item .pc-show {
  display: block !important;
}
.sing-pr .tab-content .item .pc-hide {
  display: none;
}
.sing-pr .tab-content .item.active {
  display: block;
}
.sing-pr .tab-content .item .item-btn {
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-top: 0;
  padding-bottom: 40px;
}
.sing-pr .tab-content .item .item-btn span {
  display: inline-block;
  max-width: 119px;
  width: 100%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #127ec2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sing-pr .tab-content .item .item-btn span:hover {
  background: #333333;
}
.sing-pr .tab-content .item .item.pc-hide {
  display: none;
}
.sing-pr .tab-content .item .item.pc-hide.active {
  display: none;
}
@media screen and (max-width: 767px) {
  .sing-pr .tab-link {
    margin: 20px 0 15px;
  }
  .sing-pr .tab-link li {
    width: 33.333%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .sing-pr .tab-link li:nth-child(3n) {
    border-right: none;
  }
  .sing-pr .tab-link li a {
    border-radius: 0 !important;
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 11px;
  }
  .sing-pr .tab-link li a::before {
    left: 0;
  }
}
.sing-pr .sing-share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #010101;
}
.sing-pr .sing-share span.sp02 {
  padding-left: 10px;
}
.sing-pr .sing-share span.sp02 ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.sing-pr .pr-diff {
  width: 100%;
  margin-top: 30px;
}
.sing-pr .pr-diff h4 {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  text-transform: uppercase;
}
.sing-pr .pr-diff .pr-diff-rows {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sing-pr .pr-diff .pr-diff-rows .pr-diff-item {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  .sing-pr .pr-diff .pr-diff-rows .pr-diff-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #127ec2;
    padding-bottom: 20px;
  }
  .sing-pr .pr-diff .pr-diff-rows .pr-diff-item:last-child {
    margin-bottom: 0;
  }
}
.sing-pr .pr-diff .pr-diff-rows .pr-diff-item .item-img {
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.sing-pr .pr-diff .pr-diff-rows .item-info-01 {
  margin-top: 20px;
}
.sing-pr .pr-diff .pr-diff-rows .item-info-01 h5 {
  font-size: 12px;
  font-weight: bold;
  color: #010101;
  line-height: 140%;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sing-pr .pr-diff .pr-diff-rows .item-info-01 h5 br {
    display: none;
  }
}

.price {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.price .price-01 {
  font-size: 14px;
  line-height: 140%;
  color: #127ec2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-top: 15px;
  display: inline-block;
}

/*END SẢN PHẨM*/
.row-head {
  height: 128px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: unset;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #127ec2;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 12;
}
.row-head img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row-head .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.row-head .form-search {
  position: absolute;
  top: 95px;
  right: 15px;
  width: 380px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row-head .form-search input {
  border: 0;
  box-shadow: 0;
  outline: none;
  font-size: 13px;
  width: 100%;
  height: 60px;
  font-style: italic;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  padding: 20px;
}
.row-head .form-search input::-webkit-input-placeholder {
  color: #c5c5c5;
}
.row-head .form-search input:-moz-placeholder {
  color: #c5c5c5;
}
.row-head .form-search input::-moz-placeholder {
  color: #c5c5c5;
}
.row-head .form-search input:-ms-input-placeholder {
  color: #c5c5c5;
}
.row-head .form-search.active {
  opacity: 1;
  top: 115px;
  pointer-events: all;
}

.head-scroll {
  background: #127ec2;
  height: 80px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.head-scroll img {
  /* transform: scale(0.6); */
  max-width: 100px !important;
  margin-top: 2px;
}
.head-scroll .row-nav {
  margin-top: 10px;
}
.head-scroll .main-option {
  top: 2px;
}

.main-option {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-option li {
  display: inline-block;
  margin-left: 0px;
  font-size: 18px;
}

.logo-sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .logo-sp {
    display: block;
    max-width: 108px;
    width: 100%;
    margin-left: 15px;
  }

  .head-scroll img {
    transform: scale(0.8);
    margin-top: 2px;
  }

  .row-head {
    height: 80px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  }
  .row-head .logo {
    transform: scale(0.8);
    margin-top: 2px;
    margin-left: -30px;
  }

  .main-option {
    display: none;
  }

  .nav-ct .main-option {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    margin-left: 0;
  }
  .nav-ct .main-option:before {
    content: none;
  }
  .nav-ct .form-search input {
    border: 0;
    box-shadow: 0;
    outline: none;
    font-size: 13px;
    width: 100%;
    height: 45px;
    font-style: italic;
    padding: 10px;
  }
  .nav-ct .form-search input::-webkit-input-placeholder {
    color: #c5c5c5;
  }
  .nav-ct .form-search input:-moz-placeholder {
    color: #c5c5c5;
  }
  .nav-ct .form-search input::-moz-placeholder {
    color: #c5c5c5;
  }
  .nav-ct .form-search input:-ms-input-placeholder {
    color: #c5c5c5;
  }
}
/* Row menu */
.row-nav {
  display: inline-block;
  text-align: right;
  float: left;
  width: calc(100% - 300px);
  margin-top: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.main-nav > ul {
  font-size: 0;
}
.main-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.main-nav > ul > li > a {
  display: block;
  text-transform: uppercase;
  color: #000;
  padding: 28px;
  font-weight: bold;
  font-size: 15px;
}
.main-nav > ul > li > a:hover {
  color: #fff;
}
.main-nav > ul > li a.he-logo {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav > ul > li a.he-logo img {
  max-width: 173px;
  width: 100%;
}
.main-nav > ul > li:first-child > a {
  padding-left: 0;
}
.main-nav > ul > li:last-child > a {
  padding-right: 0;
  font-size: 15px;
}
.main-nav > ul > li.active a {
  color: #ffffff;
}
.main-nav li ul {
  position: absolute;
  min-width: 235px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  margin-top: 20px;
  pointer-events: none;
  opacity: 0;
  background: #127ec2;
  text-align: left;
  left: 7px;
}
.main-nav li ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 36px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.main-nav li ul ul {
  left: 100%;
  top: 0;
}
.main-nav li ul a {
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
}
.main-nav li ul a:hover {
  background: #157ec2;
  color: #ffffff;
}
.main-nav li:hover > ul {
  margin-top: -10px;
  pointer-events: all;
  opacity: 1;
}

@media all and (max-width: 1199px) {
  .row-nav {
    margin-top: 27px !important;
  }

  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(18, 126, 194, 0.05);
    cursor: pointer;
  }
  .menu-btn i {
    display: block;
    margin: auto;
    border-top: solid 2px #ffffff;
    width: 17px;
    border-bottom: double 7px #ffffff;
    height: 12px;
  }
  .menu-btn.act i {
    width: auto;
    height: auto;
    border: none;
  }
  .menu-btn.act i:after,
  .menu-btn.act i:before {
    content: "";
    display: block;
    margin: auto;
    width: 17px;
    border-bottom: solid 2px #127ec2;
  }
  .menu-btn.act i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  .menu-btn.act i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .main-nav {
    display: none;
  }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px;
  }
  .m-nav.act {
    right: 0;
  }
  .m-nav .nav-ct {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 55px;
    position: relative;
  }
  .m-nav .nav-close {
    top: 7px;
    right: 10px;
    background: none;
    outline: none;
    z-index: 99;
  }
  .m-nav .main-nav {
    display: block;
    margin: 0;
    padding: 0;
  }
  .m-nav .main-nav > ul > li {
    display: block;
    margin: 0;
  }
  .m-nav .main-nav > ul > li:last-child {
    display: block;
  }
  .m-nav .main-nav > ul > li:nth-child(3) {
    display: none;
  }
  .m-nav .main-nav > ul > li:nth-child(4) {
    display: block;
  }
  .m-nav .main-nav > ul > li > a {
    display: block;
    font-weight: normal;
    border: none;
    border-top: solid 1px #e6e6e6;
    height: 45px;
    line-height: 45px;
    color: #333;
    margin: 0px;
    padding: 0 15px;
  }
  .m-nav .main-nav > ul > li > a:not(:only-child):after,
  .m-nav .main-nav > ul > li > a:not(:only-child):before {
    content: none;
    display: none;
  }
  .m-nav .main-nav > ul > li > a:before,
  .m-nav .main-nav > ul > li > a:after {
    content: none;
    display: none;
  }
  .m-nav .main-nav > ul > li:hover > a,
  .m-nav .main-nav > ul > li.active > a {
    color: #127ec2;
    background: rgba(18, 126, 194, 0.05);
  }
  .m-nav .main-nav li {
    position: relative;
  }
  .m-nav .main-nav li ul {
    display: none;
    width: auto;
    position: static;
    background: rgba(0, 0, 0, 0.03);
    border: none;
    margin: 0px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    pointer-events: all;
    padding: 0;
    min-width: auto;
    box-shadow: none;
  }
  .m-nav .main-nav li ul:after {
    content: none;
    display: none;
  }
  .m-nav .main-nav li ul a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    background: none;
    color: #2f3b4b;
    border: none;
    border-top: solid 1px #e6e6e6;
    padding: 10px 15px 10px 25px;
    margin: 0px;
    font-weight: normal;
  }
  .m-nav .main-nav li ul li:hover > a {
    color: #127ec2;
    background: rgba(18, 126, 194, 0.05);
  }
  .m-nav .main-nav li .nav-drop {
    display: block;
    font-style: normal;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.03);
    color: #127ec2;
    float: right;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .m-nav .main-nav li .nav-drop:after {
    font-family: "FontAwesome";
    content: "\f0d7";
  }
  .m-nav .main-nav li .nav-drop.act:after {
    content: "\f0d8";
  }
  .m-nav .main-nav li:hover > .nav-drop {
    color: #127ec2;
  }
  .m-nav .main-nav li:hover > ul {
    margin-top: 0;
    pointer-events: all;
    opacity: 1;
  }

  header .nav-open,
  header .sb-open {
    position: fixed;
    top: 20px;
    outline: none;
  }
  header .nav-open {
    right: 10px;
  }
  header .sb-open {
    left: 10px;
  }
}
#slide-top {
  padding-top: 128px;
}
#slide .slide-item .slide02 img {
  /* max-width: 580px; */
  max-width: 34.118vw;
  width: 100%;
}
#slide .slide-item .slide01 img{
  max-width: 50.118vw;
  width: 100%;
}
#slide .slide-item .slide03 img{
  max-width: 63.471vw;
  width: 100%;
}
.slide-item:before{

}
@media screen and (max-width: 1600px) {
  /* #slide .slide-item .slide03 img {
    max-width: 83vw;
    width: 100%;
  } */
  #slide .slide-item .slide02 img {
    max-width: 39.118vw;
  }
}
@media screen and (max-width: 1199px) {
  #slide-top {
    padding-top: 80px;
  }
}

#slide .slide-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 750px;
  position: relative;
}
@media screen and (max-width: 980px) {
  #slide .slide-item {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #slide .slide-item {
    min-height: 320px;
  }
  .slide-item:before{
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #slide .slide-item {
    min-height: 200px;
  }
}
#slide .slide-item .slide-cont {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  #slide .slide-item .slide-cont {
    min-height: 320px;
  }
}
@media screen and (max-width: 420px) {
  #slide .slide-item .slide-cont {
    min-height: 200px;
  }
}
#slide .slide-item .slide01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  #slide .slide-item .slide01 {
    max-width: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #slide .slide-item .slide01 {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #slide .slide-item .slide01 {
    max-width: 200px;
    width: 100%;
  }
}
#slide .slide-item .slide02 {
  position: absolute;
  left: 0;
  bottom: -35%;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  #slide .slide-item .slide02 {
    width: 100%;
    left: -10%;
    bottom: -35%;
  }
  #slide .slide-item .slide02 img {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  #slide .slide-item .slide02 {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #slide .slide-item .slide02 img {
    max-width: 250px;
  }
}
@media screen and (max-width: 420px) {
  #slide .slide-item .slide02 {
    bottom: -50%;
  }
  #slide .slide-item .slide02 img {
    max-width: 200px;
  }
}
#slide .slide-item .slide03 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* @media screen and (max-width: 1366px) {
  #slide .slide-item .slide03 {
    right: -5vw;
  }
  #slide .slide-item .slide03 img {
    max-width: 650px;
    width: 100%;
  }
  
} */

@media screen and (max-width: 665px) {
  #slide .slide-item .slide03 {
    right: -12vw;
  }
}
@media screen and (max-width: 520px) {
  #slide .slide-item .slide03 {
    right: -11vw;
  }
}
@media screen and (max-width: 620px) {
  #slide .slide-item .slide03 img {
    max-width: 460px;
  }
}
@media screen and (max-width: 495px) {
  #slide .slide-item .slide03 {
    right: -15vw;
  }
}
@media screen and (max-width: 480px) {
  #slide .slide-item .slide03 img {
    max-width: 380px;
  }
}
@media screen and (max-width: 420px) {
  #slide .slide-item .slide03 img {
    max-width: 250px;
  }
  #slide .slide-item .slide03 {
    right: -9.5vw;
  }
}
#slide .slick-list {
  margin: 0;
}
#slide .slick-list .slick-slide {
  margin: 0;
}
#slide .item {
  overflow: hidden;
  line-height: normal;
  position: relative;
}
#slide .item .cap {
  position: absolute;
  top: 52%;
  left: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -48%);
  -moz-transform: translate(-50%, -48%);
  -o-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  z-index: 99;
}
#slide .item .cap .container .inner {
  text-align: center;
}
#slide .item .cap .container .inner h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 35px;
  font-family: "Oswald", sans-serif;
}
#slide .item .cap .container .inner p {
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 30px;
}
#slide .item .cap .container .inner .btn-style a {
  background: #157ec2;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  text-align: center;
  margin-top: 30px;
}
#slide .item .cap .container .inner .btn-style a:hover {
  background: #333333;
}

@media screen and (max-width: 1199px) {
  #slide .item .cap .container .inner h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #slide .item .cap .container .inner p {
    font-size: 13px;
    margin-bottom: 0;
  }
}
/* Footer */
#footer {
  overflow: hidden;
}
#footer #footer-main {
  padding: 50px 0 0;
  border-top: 1px solid #f9f9f9;
}
#footer #footer-main .ft-row {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer #footer-main .ft-row .ft-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer #footer-main .ft-row .ft-left {
  float: none;
  width: 42.735042735%;
  margin-left: 0;
  margin-right: 5%;
}
#footer #footer-main .ft-row .ft-right {
  float: none;
  width: 52.1367521368%;
  margin-left: 0;
  margin-right: 0;
}
#footer #footer-main .ft-rows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer #footer-main .ft-rows .ft-logo {
  float: none;
  width: 43.4%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}
@media screen and (max-width: 540px) {
  #footer #footer-main .ft-rows .ft-logo {
    padding-right: 0;
  }
}
#footer #footer-main .ft-rows .ft-logo img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 540px) {
  #footer #footer-main .ft-rows .ft-logo img {
    max-width: 100%;
    width: auto;
  }
}
#footer #footer-main .ft-rows .ft-info {
  float: none;
  width: 56.6%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 140%;
}
#footer #footer-main .ft-rows .ft-info ul li {
  padding-bottom: 10px;
}
#footer #footer-main .ft-rows .ft-info ul li:first-child span.ft-text {
  margin-top: -2px;
}
#footer #footer-main .ft-rows .ft-info ul li:last-child {
  padding-bottom: 0;
}
#footer #footer-main .ft-rows .ft-info span {
  display: inline-block;
  vertical-align: top;
}
#footer #footer-main .ft-rows .ft-info span.icon {
  width: 5%;
  text-align: center;
}
#footer #footer-main .ft-rows .ft-info span.icon i {
  font-size: 12px;
}
#footer #footer-main .ft-rows .ft-info span.ft-text {
  width: 95%;
  padding-left: 5px;
  font-size: 13px;
}
#footer #footer-main .ft-rows .ft-logo-child {
  float: none;
  width: 37.2131147541%;
  margin-left: 0;
  margin-right: 0;
}
#footer #footer-main .ft-rows .ft-info-child {
  float: none;
  width: 62.6229508197%;
  margin-left: 0;
  margin-right: 0;
}
#footer #footer-main .copy-right {
  border-top: 1px solid #f9f9f9;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 140%;
}
#footer #socket {
  background: #055f36;
  font-family: "Roboto", sans-serif;
}
#footer #socket .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer #socket p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer #socket p a {
  color: #ffffff;
  text-decoration: none;
  display: inline;
}
#footer #socket p span {
  text-transform: uppercase;
}

/* End footer */
/* Animate phone */
.anim-phone {
  cursor: pointer;
  height: 76px;
  position: fixed;
  width: 76px;
  z-index: 9999;
  left: 70px;
  bottom: 30px;
}
.anim-phone .anim-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running anim_alo_circle_anim;
  border: 2px solid #127ec2;
  border-radius: 100%;
  height: 76px;
  opacity: 0.1;
  position: absolute;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 76px;
}
.anim-phone .anim-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running anim_alo_circle_fill_anim;
  border-radius: 100%;
  height: 56px;
  left: 10px;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 56px;
  background-color: #127ec2;
}
.anim-phone .anim-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running anim_alo_circle_img_anim;
  border-radius: 100%;
  height: 38px;
  left: 19px;
  position: absolute;
  top: 19px;
  transform-origin: 50% 50% 0;
  width: 38px;
  background-color: #127ec2;
}
.anim-phone .anim-alo-ph-img-circle a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
}

/* Page top */
.back_to_top {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.back_to_top a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background: #127ec2;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .back_to_top a {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
}
.back_to_top a:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  background: rgba(21, 126, 194, 0.5);
  border-radius: 50%;
  z-index: -1;
  top: -6px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .back_to_top a:before {
    width: 72px;
    height: 72px;
  }
}
.back_to_top.open {
  opacity: 1;
  visibility: visible;
}

/* End page top */
@keyframes anim_alo_circle_anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes anim_alo_circle_img_anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes anim_alo_circle_fill_anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@media screen and (max-width: 991px) {
  footer .row-footer {
    padding: 30px 0;
  }
  footer .row-footer .row-footer-item {
    margin-bottom: 30px;
  }
  footer .row-footer .row-footer-item:last-child {
    margin-bottom: 0;
  }
  footer .row-footer:after {
    background-position: right bottom;
  }
  footer .row-copyright {
    padding: 10px 0;
  }

  .anim-phone {
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer #footer-main .ft-logo {
    padding-right: 15px;
  }
  #footer #socket .container {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #footer #socket p {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  #footer #footer-main .ft-row .ft-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #footer #footer-main .ft-row .ft-right {
    width: 100%;
  }

  #footer #footer-main .ft-rows .ft-logo {
    width: 37.2131147541%;
  }

  #footer #footer-main .ft-rows .ft-info {
    width: 62.6229508197%;
  }

  #footer #footer-main .ft-rows .ft-logo {
    text-align: center;
  }

  #footer #footer-main {
    padding-top: 30px;
  }

  #footer #footer-main .ft-row {
    padding-bottom: 30px;
  }

  #footer #footer-main .ft-rows .ft-info ul li:first-child span.ft-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 540px) {
  #footer #footer-main .ft-rows .ft-logo {
    width: 100%;
    margin-bottom: 15px;
  }

  #footer #footer-main .ft-rows .ft-info {
    width: 100%;
  }

  .br-sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
.single-info ul{
  padding-left: 18px;
  margin-bottom: 20px;
}
.single-info ul li{
  list-style: outside;
}
.single-info p a{
  color: #157ec2;
}
.category-tin-tuc #news h2{
  display: none;
}
.grid-940{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}