:root {
  --main-color: #ae0a22;
  --extra-color: #213ab0;
  --black-color: #000;
}

/*@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-BoldCond.otf");
}
@font-face {
    font-family: "Myriad Pro Bold";
    src: url("fonts/MyriadPro-Bold.otf");
}*/
.image_template {
  left: -8px;
  position: absolute;
  top: 0;
  display: none;
}

.lazy {
  display: none;
}

.wrapper {
  opacity: 6;
}

/****** COMMON ***********/
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-width: 100%;
  background: #fff;
}

svg {
  fill: var(--extra-color);
}

.fieldset {
  margin: 0;
  padding: 10px;
}

th,
td {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: var(--main-color);
  webkit-transition: 0.3s ease-in-out color;
  transition: 0.3s ease-in-out color;
}

._bg_opacity {
  background: #4f4f4f;
}

._bg1 {
  background: var(--main-color);
}

._bg1_hover:hover {
  background: var(--main-color);
}

._bg2 {
  background: #FFF;
}

._text {
  color: #FFF;
}

._text_reverse {
  color: #000;
}

._text_2 {
  color: var(--main-color);
}

._text_2_hover:hover {
  color: var(--main-color);
}

.red,
.label_error {
  color: red;
  clear: both;
}

.label_success {
  color: #3b5998;
}

.redborder {
  border: 1px solid red;
}

.bold {
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000000;
  font-weight: bold;
  padding: 0 8px;
}

figure {
  margin: 0;
}

.description {
  line-height: 24px;
}

.description figure {
  margin: 10px 0;
  text-align: center;
}

.description figure figcaption {
  font-style: italic;
}

.description ul li {
  padding-left: 29px;
  position: relative;
}

.description ul li:after {
  content: "";
  font-size: 11px;
  color: #a0a0a0;
  position: absolute;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  left: 8px;
}

.description em,
.description i {
  font-style: italic;
}

.description h2,
.description h3,
.description h4,
.description p,
.description div {
  margin-top: 20px;
}

.description a {
  color: var(--main-color);
}

.description img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid rgba(243, 243, 243, 0.8);
}

.figcaption {
  font-style: italic;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

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

table {
  font: 100%;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.clear,
.clearfix {
  clear: both;
}

.cls::after {
  content: "";
  display: block;
  clear: both;
}

.hidden,
.hide,
.hiden {
  display: none;
}

.img-responsive {
  /* height: auto;
  width: 100%; */
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

strong,
b {
  font-weight: 600;
  font-weight: bold;
}

.benmarch {
  display: none;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.wrapper_top {
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1215686275);
}

.pagination .current {
  background: none repeat scroll 0 0 var(--main-color);
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  padding: 6px 13px;
  border-radius: 4px;
}

.pagination a,
.pagination b {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #4C4C4C;
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  padding: 6px 13px;
  border-radius: 4px;
  text-decoration: none;
}

.pagination a:hover,
.pagination b:hover {
  background: none repeat scroll 0 0 var(--main-color);
  color: #FFFFFF;
  transition: 0.15s ease-in-out all;
}

.next-page {
  padding: 6px 15px 6px !important;
}

.pre-page {
  padding: 6px 15px 6px !important;
}

.next-page:hover {
  transition: 0.15s ease-in-out all;
}

.pre-page:hover {
  transition: 0.15s ease-in-out all;
}

.container {
  width: 1170px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
}

.page_title {
  position: relative;
  background: #FFF;
  padding-right: 10px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
}

.page_title span {
  padding: 10px 0px 10px 0px;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  z-index: 1;
  /* min-width: 78px; */
  text-align: center;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-color);
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

.page_title span:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  content: "";
  left: 0;
  bottom: -1px;
}

.fw_wrap {
  border-color: #E7E7E7;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 2px;
  overflow: hidden;
  background: #FFF;
}

.tab-title {
  padding: 10px 0px;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  z-index: 0;
  min-width: 116px;
  text-align: center;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tab-title svg {
  fill: #fff;
}
.tab-title:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 20px);
  background: var(--main-color);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.tab-title span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  color: var(--main-color);
  font-weight: bold;
}

.tab-title span a {
  color: #FFF;
}

.scroll_bar::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #EBEBEB;
}

.scroll_bar::-webkit-scrollbar {
  width: 4px;
  background-color: #EBEBEB;
  border-radius: 3px;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background: #0094E0;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
}

/****** end COMMON ***********/
/*|	JQUERY BOXY										   |*/
/*+----------------------------------------------------+*/
.boxy-wrapper {
  position: absolute;
}

.boxy-wrapper.fixed {
  position: fixed;
}

.boxy-modal-blackout {
  position: absolute;
  background-color: black;
  left: 0;
  top: 0;
}

.boxy-wrapper {
  empty-cells: show;
}

.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left {
  width: 10px;
  height: 10px;
  padding: 0;
}

.boxy-wrapper .top-left {
  background: url("../images/boxy-nw.png");
}

.boxy-wrapper .top-right {
  background: url("../images/boxy-ne.png");
}

.boxy-wrapper .bottom-right {
  background: url("../images/boxy-se.png");
}

.boxy-wrapper .bottom-left {
  background: url("../images/boxy-sw.png");
}

.boxy-wrapper .top-left {
  #background: none;
  #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/boxy-nw.png");
}

.boxy-wrapper .top-right {
  #background: none;
  #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/boxy-ne.png");
}

.boxy-wrapper .bottom-right {
  #background: none;
  #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/boxy-se.png");
}

.boxy-wrapper .bottom-left {
  #background: none;
  #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/boxy-sw.png");
}

.boxy-wrapper .top,
.boxy-wrapper .bottom {
  height: 10px;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0;
}

.boxy-wrapper .left,
.boxy-wrapper .right {
  width: 10px;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0;
}

.boxy-wrapper .title-bar {
  background-color: black;
  padding: 6px;
  position: relative;
}

.boxy-wrapper .title-bar.dragging {
  cursor: move;
}

.boxy-wrapper .title-bar h2 {
  font-size: 12px;
  color: white;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.boxy-wrapper .title-bar .close {
  color: white;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 90%;
  line-height: 1;
}

.boxy-inner {
  background-color: white;
  padding: 0;
  text-align: left;
}

.boxy-content {
  padding: 15px;
}

.boxy-wrapper .question {
  width: 350px;
  min-height: 80px;
}

.boxy-wrapper .answers {
  text-align: right;
}

/*+----------------------------------------------------+*/
.zalo-chat-widget {
  right: 60px !important;
}
@media screen and (max-width: 860px) {
  .zalo-chat-widget {
    right: 36px !important;
  }
}

/****** HEADER ******/
.logo .logo_img {
  margin: 5px 0px 5px;
  width: 110px;
}

.logo .logo_img_l {
  margin: 9px 0px 9px;
  width: 90px;
}

.logo_img_small {
  display: none;
}

.top-head {
  width: 100%;
  background: var(--main-color);
}
.top-head .header-top {
  height: 35px;
}
.top-head .left-head .t_p {
  float: left;
  padding: 7px 9px 0px 0px;
  font-size: 14px;
}
.top-head .left-head .t_p:hover svg {
  fill: var(--extra-color);
}
.top-head .left-head .t_p a {
  line-height: 24px;
  margin-right: 5px;
  color: #fff;
}
.top-head .left-head .t_p a .text {
  margin-left: 5px;
}
@media all and (max-width: 414px) {
  .top-head .left-head .t_p a .text {
    font-size: 12px;
  }
}
.top-head .left-head .t_p svg {
  fill: var(--main-color);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
}
@media all and (max-width: 414px) {
  .top-head .left-head .t_p svg {
    width: 11px;
    height: 11px;
    top: 4px;
    left: 4px;
  }
}
.top-head .left-head .t_p .icon_left {
  border-radius: 50%;
  background: #fff;
  width: 23px;
  height: 23px;
  position: relative;
  float: left;
}
@media all and (max-width: 414px) {
  .top-head .left-head .t_p .icon_left {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}
.top-head .right-head {
  float: right;
}
.top-head .right-head .icon {
  display: flex;
  padding: 6px;
}
@media all and (max-width: 414px) {
  .top-head .right-head .icon {
    padding: 8px 0px;
  }
}
.top-head .right-head .icon-n {
  padding-left: 5px;
  padding-top: 5px;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 5px;
  box-sizing: border-box;
  /* line-height: 13px; */
}
@media all and (max-width: 414px) {
  .top-head .right-head .icon-n {
    width: 18px;
    height: 18px;
    padding-left: 4px;
    padding-top: 4px;
  }
}
.top-head .right-head .icon-n:last-child {
  margin-right: 0px;
}
.top-head .right-head .icon-n svg {
  fill: var(--main-color);
  width: 13px;
  height: 13px;
}
@media all and (max-width: 414px) {
  .top-head .right-head .icon-n svg {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 400px) {
  .top-head {
    display: none;
  }
}

.hotline {
  position: relative;
  /* padding-left: 25px; */
  /* padding-top: 0px; */
  /* line-height: 19px; */
  display: flex;
  padding: 24px 0px;
  padding-left: 25px;
}
.hotline::before {
  content: "";
  width: 2px;
  height: 20px;
  left: 0px;
  top: calc(50% - 10px);
  position: absolute;
  background: rgba(255, 255, 255, 0.231372549);
}
.hotline .svg_hotline {
  float: left;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 50%;
}
.hotline .text_hotline {
  line-height: 40px;
}
@media all and (max-width: 600px) {
  .hotline {
    display: none;
  }
}

.hotline span {
  display: block;
}

.hotline span font {
  color: black;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .hotline span font {
    color: #444;
  }
}

.hotline span a {
  color: red;
  /* font-weight: normal; */
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .hotline span a {
    color: #222;
  }
}

#search {
  float: right;
  margin-right: 0px;
}

.search {
  margin-right: 100px;
}

.navigation_main_wrapper {
  background: var(--extra-color);
  height: 47px;
}

.top_menu_m {
  position: relative;
}
.top_menu_m .top_menu_box {
  width: auto;
  margin: auto;
  text-align: center;
}

.search_home {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 99;
}
@media all and (max-width: 990px) {
  .search_home {
    right: 48px;
    width: 50px;
  }
}
@media screen and (max-width: 860px) {
  .search_home {
    right: 5px;
  }
}

/****** end HEADER ******/
/******** SLIDESHOW AND BANNER RIGHT ********/
.slideshow_head .slideshow {
  width: 100%;
}
@media screen and (max-width: 630px) {
  .slideshow_head .slideshow {
    width: 100%;
  }
}

/******** POS 1 ********/
.main_wrapper_normal #main_wrapper_content {
  background: #FFF;
  border-radius: 3px;
}

.main_wrapper_normal .center-1col {
  padding: 3px 15px 15px;
}
@media screen and (max-width: 860px) {
  .main_wrapper_normal .center-1col {
    padding: 3px 0px 15px;
  }
}

.pos3 {
  padding: 50px 0px 20px;
}

.pos1 {
  padding: 40px 0;
  position: relative;
  background: #eee;
}
@media all and (max-width: 414px) {
  .pos1 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 800px) {
  .pos1 {
    height: auto;
  }
}
.pos1 .pos1p {
  width: 100%;
  bottom: 0;
}
@media all and (max-width: 800px) {
  .pos1 .pos1p {
    position: inherit;
  }
}
/******** end POS 1 ********/
/******* COMMENT 2 *******/
.bg_white {
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .bg_white {
    padding: 0px;
  }
}

/******* end COMMENT 2 *******/
/******** SAME*******/
.pos5 {
  margin-top: 18px;
  margin-bottom: 20px;
}

.pos5 .block {
  margin-bottom: 25px;
  background: #FFF;
  border-radius: 4px;
}

.pos5 .block_title {
  position: relative;
  /* margin-bottom: 11px; */
  /* background: #F4F4F4; */
  padding-right: 10px;
  border-bottom: 1px solid #F4F4F4;
}

.pos5 .block_title span {
  /* background: #734F2E; */
  padding: 11px 24px 10px;
  /* border-radius: 4px 4px 0 0; */
  display: inline-block;
  position: relative;
  margin-left: 0px;
  z-index: 10;
  /* min-width: 116px; */
  text-align: center;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* margin-top: -6px; */
  font-size: 16px;
  text-transform: uppercase;
  /* color: #FFF; */
  text-decoration: none;
  font-weight: bold;
}

.pos5 .block_title span a {
  color: #0183BF;
  font-weight: bold;
}

.blog-post {
  margin-top: 30px;
}
@media only screen and (max-width: 414px) {
  .blog-post {
    margin-top: 10px;
  }
}

/******** end SAME*******/
/*******footer **********/
.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #CCC;
  text-decoration: none;
}

.footer_inner {
  padding-bottom: 10px !important;
  color: #efefef;
}

.footer_inner > div {
  box-sizing: border-box;
}

.footer {
  padding-bottom: 5px;
  margin-top: 30px;
  background: #191919;
}
@media all and (max-width: 1200px) {
  .footer {
    margin-top: 20px;
  }
}
@media all and (max-width: 800px) {
  .footer {
    margin-top: 10px;
  }
}

.footer .fleft {
  float: left;
  width: 75%;
}
@media all and (max-width: 500px) {
  .footer .fleft {
    width: 100%;
  }
}

.footer .footer_inner .left {
  float: left;
  padding: 27px 0 0;
  width: calc(40% - 30px);
  margin: 0px 15px;
  margin-left: 0px;
  font-size: 13px;
  line-height: 25px;
}
.footer .footer_inner .left h3 {
  text-transform: uppercase;
}

.footer .footer_inner .left ul li {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #CCCCCC;
  font-size: 13px;
}

.footer .footer_inner .left ul li.location {
  line-height: 20px;
}

.footer .footer_inner .left h3 {
  margin-bottom: 20px;
  font-size: 17px;
  color: #FFF;
  font-weight: normal;
}

.navigation_sub {
  padding-top: 25px;
}

.footer .footer_inner .center {
  width: 60%;
}

.tags.block_content {
  margin-top: 10px;
}
.tags.block_content h2 {
  margin-right: 5px;
}

.tags.block_content a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .footer .footer_inner .footer_r {
    display: none;
  }
  .footer .footer_inner .left {
    width: 40%;
  }
  .footer .footer_inner .center {
    width: 50%;
    float: right;
  }
  .navigation_sub {
    padding-left: 0px;
  }
}
.footer .footer_inner .footer_r {
  float: right;
  padding: 28px 0 0px;
  width: 23%;
}

.footer .footer_inner .footer_r .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 23px;
}

.footer_r .block_title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 31px;
  display: block;
  font-weight: bold;
  color: #FFF;
  font-size: 15px;
}

.address {
  border-top: 1px solid #333333;
  margin-top: 10px;
  padding-top: 14px;
}

@media screen and (max-width: 1200px) {
  .footer .footer_inner .right {
    float: none;
    width: 98%;
  }
  .footer .introduction {
    display: none;
  }
}
/****** End.FOOTER ***********/
/****** FOOTER 2 ***********/
.footer2 {
  line-height: 22px;
}

.footer2 hr {
  border-color: #C8C8C8 -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px medium;
}

.design-by,
.design-by a {
  color: #585858;
  text-align: right;
}

/****** end.FOOTER ***********/
.copyright {
  text-align: left;
  margin-top: 6px;
}

.copyright a {
  color: #fff;
}

#fixed-bar {
  margin: 0;
  padding: 0;
  z-index: 100;
  right: 0;
  bottom: 0px !important;
}

#fixed-bar #bar-inner {
  height: 50px;
  /* line-height: 20px; */
  margin: 0 10px 30px auto;
}

.streng_btn {
  margin: 40px 0px;
}
@media all and (max-width: 414px) {
  .streng_btn {
    margin: 10px 0px;
  }
}

.owl-nav {
  opacity: 0;
  transition: 1s;
  font-size: 25px;
}

#pav-slideShow:hover .owl-nav {
  opacity: 1;
}

.testimonials {
  background: #f6f6f6;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media all and (max-width: 414px) {
  .testimonials {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

#block_id_140 .block_title,
#block_id_141 .block_title,
#block_id_142 .block_title {
  padding: 18px 0px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #ddd; */
}
#block_id_140 .block_title:before,
#block_id_141 .block_title:before,
#block_id_142 .block_title:before {
  content: "";
  width: 42px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0px);
  background: var(--main-color);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#block_id_140 .block_title span,
#block_id_141 .block_title span,
#block_id_142 .block_title span {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: nomal;
  color: #000;
}
@media all and (max-width: 414px) {
  #block_id_140 .block_title span,
  #block_id_141 .block_title span,
  #block_id_142 .block_title span {
    font-size: 20px;
  }
}

.w_topmenu {
  background: #000;
}

#block_id_123 {
  border: 1px solid #f1f1f1;
}
#block_id_123 .block_title {
  padding-left: 15px;
}

#block_id_142 .block_title {
  padding-top: 45px;
}
@media all and (max-width: 414px) {
  #block_id_142 .block_title {
    padding-top: 22px;
    padding-bottom: 10px;
  }
}

.logo {
  float: left;
  display: inline-block;
}
@media all and (max-width: 860px) {
  .logo {
    float: unset;
  }
}

.video_iner {
  background: #fbfbfb;
  padding: 30px 0px;
  padding-bottom: 40px;
}
@media all and (max-width: 414px) {
  .video_iner {
    padding: 10px 0px;
    padding-bottom: 20px;
  }
}

#fixed-bar #bar-inner a {
  background: var(--main-color);
  display: block;
  box-sizing: border-box;
  /* padding: 16px 9px; */
  /* text-indent: -9999px; */
  /* opacity: 0.3; */
  text-decoration: none;
  -moz-transition: all 0.2s ease-in 0;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0;
  transition: all 0.2s ease-in 0;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  padding-top: 12px;
}
#fixed-bar #bar-inner a svg {
  fill: #fff;
}

#fixed-bar #bar-inner a i {
  font-size: 30px;
  color: #FFF;
  margin-top: 2px;
}

#fixed-bar:hover #bar-inner a {
  background: var(--main-color);
}

.main_wrapper {
  margin-top: 25px;
}
@media screen and (max-width: 860px) {
  .main_wrapper {
    margin-top: 0px;
  }
}

.main_wrapper_home {
  margin-top: 30px;
  padding-bottom: 0px;
}
@media all and (max-width: 414px) {
  .main_wrapper_home {
    margin-top: 0px;
  }
}

.center-2col-left {
  width: 80%;
  width: calc(100% - 252px);
  float: right;
  padding-left: 15px;
  box-sizing: border-box;
  margin-left: -2px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.left-col {
  width: 20%;
  width: 254px;
  float: right;
  box-sizing: border-box;
}
.left-col .block {
  background: #FFF;
  /* border: none; */
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-bottom: 20px;
  /* border-left: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 10px;
}
.left-col .block .block_title {
  color: var(--main-color);
  font-weight: normal;
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 0px;
  /* background: #F4F4F4; */
  /* border-left: 2px solid var(--main-color); */
  text-transform: uppercase;
  font-size: 16px;
}
.left-col .block ul > li a {
  color: #333;
  display: block;
  padding: 2px;
  text-decoration: none;
  position: relative;
}

.main_bottom .block {
  background: #FFF;
  margin-top: 30px;
}

@media screen and (max-width: 1170px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation_main.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .hotline {
    padding-left: 20px;
  }
  #calculation_power {
    padding-left: 47px;
    margin-right: 5px;
    width: 0;
  }
  #calculation_power a span {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .hotline {
    margin-right: 5px;
  }
  .hotline:hover > div {
    display: block;
    position: absolute;
    background: #FFF;
    width: 188px;
    right: -60px;
    z-index: 1;
    border: 1px solid #e2e2e2;
    top: 39px;
    padding: 5px 10px;
  }
  .product_menu {
    width: 235px;
  }
}
@media screen and (max-width: 860px) {
  .logo .logo_img {
    display: none;
  }
  .logo .logo_img_small {
    display: inline;
    padding: 9px 0px 8px;
    height: 52px;
    width: 75px;
  }
  .logo .logo_img_s {
    padding: 8px 0 8px;
    width: 67px;
  }
  .wrapper_top_c {
    margin-top: 22px;
  }
  .left-col {
    width: 100%;
    float: none;
    margin-top: 10px;
    border-right: none;
  }
  .left-col .block .block_title {
    margin: 0px;
  }
  .center-2col-left {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .description div {
    margin-top: 10px;
  }
}
.center-1col {
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .wrapper_top_c {
    margin-top: 0px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  .pos4_inner {
    display: block;
  }
  .pos4 .blocks0 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .pos4 .blocks1 {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer_inner .center,
  .footer .footer_inner .left {
    width: 100%;
  }
  .hotline > div {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .multilanguage {
    display: none;
  }
  #calculation_power {
    padding-left: 40px;
    margin-right: 0;
    width: 0;
  }
  .hotline {
    padding-left: 40px;
    margin-right: 5px;
  }
}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
  left: 0px;
  bottom: -25px;
}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: var(--main-color);
  opacity: 1;
}

.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: var(--main-color);
}

.suntory-alo-ph-img-circle {
  /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  left: 25px;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
  background-color: var(--main-color);
}

.suntory-alo-ph-img-circle svg {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  display: block;
  fill: #fff;
  width: 27px !important;
  height: 27px !important;
  color: #b6af96;
  content: " ";
  position: absolute;
  top: 11px;
  left: 13px;
  /* background-image: url(../images/icon_v1.png); */
  background-position: -37px -165px;
  background-repeat: no-repeat;
}

@keyframes suntory-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 suntory-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 suntory-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 only screen and (max-width: 650px) {
  .suntory-alo-phone {
    display: block;
  }
}
/******** Alert *************/
#modal_alert {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.modal_alert_inner {
  width: 350px;
  background: white;
  border-radius: 2px;
  max-width: 96%;
  margin: 2% auto;
}

.modal_alert_title {
  background: var(--main-color);
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  font-size: 17px;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.modal_alert_title .close {
  position: absolute;
  right: 0px;
  padding: 0px 10px 8px;
  top: 0;
  color: #FFF;
  font-size: 22px;
}

.modal_alert_body {
  background: white;
  color: #616161;
  padding: 20px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  user-select: text;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.hot_call .alo-floating-zalo {
  bottom: 120px;
  left: 30px;
}

.alo-floating {
  display: block;
  left: 10px;
  bottom: 10px;
  position: fixed;
  z-index: 9999;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-shadow: 1px 1px 0 #000;
  border-radius: 40px;
  cursor: pointer;
  padding-right: 5px;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #e42222;
  padding: 0 10px;
}

.alo-floating-zalo {
  bottom: 60px;
  padding-left: 45px;
  background: url(../images/icon-zalo.png) 8px center no-repeat, #009dff;
  background-size: 30px auto;
}

.alo-floating a {
  color: #FFF;
}
.alo-floating a:hover {
  color: var(--main-color);
}
@keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes quick-alo-circle-img-anim2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-2deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(2deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-2deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(2deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
/* Style 1 */
.quick-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  bottom: 20%;
  left: -10px;
}

.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
  opacity: 1;
}

.quick-alo-phone.quick-alo-show {
  visibility: visible;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.quick-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgba(51, 122, 83, 0.7);
  opacity: 0.75 !important;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: #00aff2;
}

.quick-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/icon-phone.png") no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
  background-color: rgba(51, 122, 83, 0.7);
  opacity: 0.75 !important;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
  background-color: #75eb50;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

/* Style 2 */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-bar {
  position: absolute;
  background: var(--main-color);
  height: 45px;
  white-space: nowrap;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  text-align: left;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px !important;
  right: 42px;
  bottom: 31px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  /* text-indent: 32px; */
  letter-spacing: 1px;
  display: block;
  line-height: 45px;
  padding-left: 6px;
  padding-right: 30px;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

.hot_call .quick-alo-ph-circle {
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
}

.hot_call .quick-alo-ph-circle-fill {
  top: 16px;
  left: 16px;
  width: 80px;
  height: 80px;
  background: rgba(51, 122, 83, 0.7);
}

.hot_call .quick-alo-ph-img-circle {
  top: 31px;
  left: 31px;
  width: 50px;
  height: 50px;
  background: var(--main-color);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.hot_call .quick-alo-ph-img-circle .pps-btn-img {
  display: flex;
}

.hot_call .quick-alo-ph-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}

.hot_call .alo-floating-zalo {
  bottom: 120px;
  left: 30px;
}

.hot_call .quick-alo-ph-img-circle,
.hotline-bar {
  background-color: #eb081e !important;
}

.hot_call .quick-alo-ph-circle-fill {
  background: rgba(236, 9, 31, 0.7019607843) !important;
}

@media all and (max-width: 1000px) {
  .d-none {
    display: block;
  }
}

.hotline-bar {
  opacity: 0;
}
@media screen and (max-width: 650px) {
  .hotline-bar {
    opacity: 1;
  }
}

.hotline-phone-ring-wrap:hover .hotline-bar {
  opacity: 1;
}

.pos6 {
  background: #f6f6f6;
  position: relative;
  padding: 40px 0px;
}
.pos6 .block_title {
  font-size: 22px;
  text-align: center;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: normal;
  padding: 12px 0px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.pos6 .block_title:before {
  content: "";
  width: 42px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0px);
  background: var(--main-color);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.pos1 {
  overflow: hidden;
}/*# sourceMappingURL=template.css.map */