@charset 'UTF-8';
/* ===== FONTFACE ===== */
@font-face {
  font-family: 'opensans-regular';
  src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-semibold';
  src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#opensans-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'utm-avo';
  src: url('../fonts/utm-avo.eot?#iefix') format('embedded-opentype'), url('../fonts/utm-avo.woff') format('woff'), url('../fonts/utm-avo.ttf') format('truetype'), url('../fonts/utm-avo.svg#utm-avo') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'utm-avobold';
  src: url('../fonts/utm-avobold.eot?#iefix') format('embedded-opentype'), url('../fonts/utm-avobold.woff') format('woff'), url('../fonts/utm-avobold.ttf') format('truetype'), url('../fonts/utm-avobold.svg#utm-avobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cambay-bold';
  src: url('../fonts/cambay-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/cambay-bold.woff') format('woff'), url('../fonts/cambay-bold.ttf') format('truetype'), url('../fonts/cambay-bold.svg#cambay-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins-regular';
  src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-regular.woff') format('woff'), url('../fonts/poppins-regular.ttf') format('truetype'), url('../fonts/poppins-regular.svg#poppins-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriadpro-regular';
  src: url('../fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadProRegular.ttf') format('truetype'), url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

header{
  background-image: url(../img/topbar-bg.jpg);
}

.link-logo img{
  max-width: 160px;
  padding: 10px 0px;
}

.banner-block{
	margin-top: 50px;
}

.link-process .image{
  display: flex;
}
.link-process .image i{
  display: block;
  margin: auto;
  font-size: 50px;
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
/* Dots */
.slick-dots {
  position: absolute;
  z-index: 1000;
  bottom: 8px;
  display: block;
  width: 100%;
  padding: 0 10px;
  list-style: none;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    bottom: 20px;
    text-align: center;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  padding: 0;
  background-color: transparent;
  border: solid 1px #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #bf1319;
}
@media only screen and (min-width: 992px) {
  .slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 8px;
  }
  .slick-dots li:hover {
    background-color: #bf1319;
  }
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: transparent;
  font-size: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  line-height: 0;
}
/*===== CSS RESET =====*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  border: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
     padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    border-left: 2px solid #ff9900;
    font-style: italic;
    font-weight: 500;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
input,
textarea,
select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
input,
textarea,
select,
optgroup {
  color: inherit;
  font-family: inherit;
}
input,
select {
  vertical-align: middle;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
small {
  font-size: 80%;
}
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
 
}

/*===== COMMON =====*/
.ie br {
  opacity: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
a {
  color: #1d1d1d;
  text-decoration: none;
}
a:active,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
p {
  font-size: 17px;
    color: #222;
    line-height: 26px;
    margin-bottom: 15px;
    word-break: break-word;
    text-align: justify;
}
.shop-tab-area .tab-content li {
    margin-bottom: 10px;
    word-break: break-word;
    margin-left: 20px;
    list-style: disc;
    text-align: justify;
}

img {
  display: block;
  max-width: 100%;
}
.img-inline {
  display: inline-block;
}
.wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .wrapper {
    min-width: 1200px;
    position: relative;
  }
}
main {
  padding-top: 51px;
}
.support-block {
  position: fixed;
  top: 8.6vw;
  right: 0;
  z-index: 3000;
  width: 70px;
  height: 242px;
}
.support-block .group-link {
  width: 68px;
  margin-bottom: 22px;
}
.support-block .group-link li {
  margin-top: 1px;
  border-right: solid 5px #ff9900;
  text-align: center;
}
.support-block .group-link li:first-child a {
  padding-bottom: 13px;
}
.support-block .group-link a {
  display: block;
  padding: 4px 7px;
  background-color: #003366;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.support-block .group-link a span {
  display: block;
  color: #fff;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 1.2;
}
.support-block .contact-info {
  position: relative;
  width: 180px;
  padding-bottom: 2px;
  background-color: #ff9900;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: solid 5px #003366;
  clear: both;
  right: -180px;
}
.support-block .contact-info.expand {
  top: -65px;
}
.support-block .contact-info:before {
  content: '';
  position: absolute;
  bottom: -27px;
  right: 45px;
  z-index: 1;
  width: 34px;
  height: 27px;
  background: url('../img/icon-arrow.png') no-repeat;
  background-size: 100% 100%;
}
.support-block .contact-info .btn-close {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 1;
}
.support-block .contact-info .btn-close i:before {
  font-size: 18px;
  color: #ff9900;
}
.support-block .contact-info .ttl-contact {
  padding: 13px 10px 8px 38px;
  background: url('../img/icon-support-white.png') no-repeat 9px 60%;
  background-size: 32px 32px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.support-block .contact-info .inner {
  padding: 20px 0 14px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 2px;
  background-color: #fff;
}
.support-block .contact-info .row ~ .row {
  margin-top: 12px;
}
.support-block .contact-info .sub-ttl {
  position: relative;
  padding: 0 10px 9px 55px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .5px;
}
.support-block .contact-info .sub-ttl:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 30px;
  z-index: 1;
  width: 14px;
  height: 17px;
  background: url('../img/icon-user1.png') no-repeat;
  background-size: 100% 100%;
}
.support-block .contact-info .link-phone {
  position: relative;
  display: inline-block;
  padding-left: 53px;
}
.support-block .contact-info .link-phone:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 33px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ff9900;
}
.support-block .contact-info .link-phone ~ .link-phone {
  margin-top: 2px;
}
.support-block .contact-info .link-phone .txt-phone {
  display: block;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
}
.support-block .contact-info .link-phone .txt-name {
  display: block;
  font-size: 12px;
  color: #585858;
  text-align: center;
}
.support-block .info-close {
  width: 68px;
  float: right;
  right: -68px;
  transition: .3s;
  transition-property: right;
}
.support-block .info-close.active {
  right: 0;
}
.support-block .info-close:before {
  content: none;
}
.support-block .info-close .ttl-contact {
  padding: 45px 0 5px;
  background-position: 50% 8px;
  color: #fff;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 1.2;
}
.txt-placeholder-required {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 12px 6px;
  color: #868686;
}
@media only screen and (min-width: 992px) {
  .txt-placeholder-required {
    padding: 10px 22px 6px;
  }
}
.inner-width {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .inner-width {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.scroll-id {
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1px;
  background-color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .scroll-id {
    top: -45px;
  }
}
.ul-border {
  font-size: 0;
}
.ul-border li {
  display: inline-block;
  vertical-align: middle;
  border-left: solid 1px #fff;
}
.ul-border li:first-child {
  border-left: 0;
}
.ul-border li:last-child {
  padding-right: 0 !important;
}
.title {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: 'utm-avo', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.inner-width > .title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -16px;
  width: 32px;
  height: 7px;
  background: url('../img/icon-ttl.png') no-repeat;
  background-size: 100% 100%;
}
.title span {
  font-family: 'utm-avobold', Helvetica, Arial, sans-serif;
  color: #ff9900;
}
.title.title01 {
  font-size: 15px;
}
.title.title01:before {
  content: none;
}
.title.title02 span {
  color: #fff;
}
.title.title-white {
  color: #fff;
}
.title.title-white:before {
  background-image: url('../img/icon-ttl-white.png');
}
@media only screen and (min-width: 992px) {
  .title {
    padding-bottom: 20px;
    font-size: 36px;
  }
  .inner-width > .title:before {
    width: 63px;
    height: 14px;
    margin-left: -32px;
  }
  .title.title01 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .desc-width {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }
}
.btn-view {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding: 0 12px 10px 10px;
  border-bottom: solid 2px #134c94;
  font-family: 'utm-avobold', Helvetica, Arial, sans-serif;
}
.btn-view:before {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -4.5px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: solid 2px #134c94;
  border-right: solid 2px #134c94;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.btn-view.btn-view-blur {
  color: #003366;
  font-family: 'utm-avo', Helvetica, Arial, sans-serif;
  border-bottom-width: 1px;
}
.btn-view.btn-view-blur:before {
  border-top-width: 1px;
  border-right-width: 1px;
}
@media only screen and (min-width: 768px) {
  .no-touch .btn-view:hover,
  .no-touch .btn-view:focus {
    border-bottom-color: #ff9900;
    color: #ff9900;
  }
  .no-touch .btn-view:hover:before,
  .no-touch .btn-view:focus:before {
    border-top-color: #ff9900;
    border-right-color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .btn-view {
    margin-top: 0;
    padding-bottom: 16px;
  }
  .btn-view.btn-view-blur {
    margin-top: 8px;
    padding: 0 0 5px 0;
    font-size: 12px;
  }
  .btn-view.btn-view-blur:before {
    width: 5px;
    height: 5px;
    right: -8px;
    bottom: -3px;
  }
}
.pagination-custom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-custom li a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 7px;
  padding: 3px 6px;
  border-radius: 50% !important;
  border-color: #2d2b2d !important;
  background-color: transparent;
  color: #2d2b2d !important;
 
}
.pagination-custom li.active a {
  background-color: #ff9900;
}
@media only screen and (min-width: 768px) {
  .no-touch .pagination-custom li a:hover,
  .no-touch .pagination-custom li a:focus {
    background-color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .pagination-custom {
    margin: 50px 0 0 9px;
  }
  .pagination-custom li a {
    width: 30px;
    height: 30px;
    padding: 3px 6px;
  }
  .chrome .pagination-custom li a {
    padding: 3px 10px;
  }
}
.link-detail {
  background-color: #ff9900;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 768px) {
  .no-touch .link-detail:hover,
  .no-touch .link-detail:focus {
    background-color: #ff9900;
    color: #fff;
  }
}
.link-now {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 12px 3px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 3px 0 #ff9900;
}
@media only screen and (min-width: 768px) {
  .no-touch .link-now:hover,
  .no-touch .link-now:focus {
    color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .link-now {
    margin-top: 59px;
    margin-left: -12px;
    padding: 12px 35px 6px;
    font-size: 18px;
  }
}
.slick-arrow-curcle .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: -24px;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: center center;
  background-color: #003366;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.slick-arrow-curcle .slick-arrow.slick-disabled {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.slick-arrow-curcle .slick-next {
  background-image: url('../img/icon-next-active02.png');
  right: 5px;
}
.slick-arrow-curcle .slick-next.slick-disabled {
  background-image: url('../img/icon-next02.png');
}
.slick-arrow-curcle .slick-prev {
  left: 5px;
  background-image: url('../img/icon-prev-active02.png');
}
.slick-arrow-curcle .slick-prev.slick-disabled {
  background-image: url('../img/icon-prev02.png');
}
@media only screen and (min-width: 992px) {
  .slick-arrow-curcle .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.bgd-dot {
  background: url('../img/bgd-dot.jpg') repeat;
  background-size: 20px 26px;
}
.btn-orange {
  min-width: 100px;
  margin-top: 20px;
  background-color: #ff9900;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ff9900;
  color: #fff;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .no-touch .btn-orange:hover,
  .no-touch .btn-orange:focus {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
  }
}
@media only screen and (min-width: 992px) {
  .btn-orange {
    min-width: 124px;
    margin-top: 42px;
    padding: 11px 12px;
    font-size: 13px;
  }
}
.btn-blue {
  background-color: #003366;
  border-color: #003366;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .no-touch .btn-blue:hover,
  .no-touch .btn-blue:focus {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .btn-blue {
    font-size: 13px;
    padding: 6px 17px;
  }
}
.btn-white {
  display: inline-block;
  padding: 8px 35px 8px 45px;
  background: #fff url('../img/icon-dolar.png') no-repeat 20px 50%;
  background-size: 14px 26px;
  border-color: transparent;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #003366;
  font-weight: bold;
  font-family: 'Roboto';
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .no-touch .btn-white:hover,
  .no-touch .btn-white:focus {
    background-color: #003366;
    background-image: url('../img/icon-dolar-white.png');
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .btn-white {
    font-size: 18px;
    padding: 12px 35px 12px 45px;
  }
}
.btn-transparent {
  margin-top: 20px;
  min-width: 173px;
  background-color: #ff9900;
  border-color: #ff9900;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .no-touch .btn-transparent:hover,
  .no-touch .btn-transparent:focus {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .btn-transparent {
    margin-top: 30px;
    background-color: transparent;
    border-color: transparent;
    color: #6d6d6d;
    font-size: 15px;
  }
}
.banner-title {
  position: relative;
  background-color: #3088f4;
  height: 115px;
}
.banner-title .inner-width {
  position: relative;
  height: 100%;
}
.banner-title .inner-width img {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  width: 160px;
}
.banner-title .ttl-banner {
  position: absolute;
  top: 47%;
  left: 10px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.banner-title .ttl-banner > span {
  display: block;
  color: #fff;
}
.banner-title .ttl-banner > span span {
  line-height: 1.9;
}
.banner-title .ttl-banner .ttl-01,
.banner-title .ttl-banner .ttl-03 {
  font-family: 'Roboto';
  font-weight: bold;
}
.banner-title .ttl-banner .ttl-02 {
  font-size: 20px;
  font-family: 'utm-avobold', Helvetica, Arial, sans-serif;
}
.banner-title .ttl-banner .ttl-03 {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .banner-title {
    height: 332px;
  }
  .banner-title .inner-width img {
    top: -30px;
    right: 20px;
    width: 490px;
  }
  .banner-title .ttl-banner {
    top: 53%;
    left: 17px;
  }
  .banner-title .ttl-banner > span span {
    line-height: 1.5;
  }
  .banner-title .ttl-banner .ttl-01 {
    font-size: 35px;
  }
  .banner-title .ttl-banner .ttl-02 {
    font-size: 60px;
    letter-spacing: 6px;
  }
  .banner-title .ttl-banner .ttl-03 {
    font-size: 55px;
  }
}
.breadcrumb {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  padding: 6px 0;
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: '';
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 4px;
  height: 6px;
  background: url('../img/icon-next01.png') no-repeat;
  background-size: 100% 100%;
}
.breadcrumb .link-home {
  display: block;
  width: 15px;
}
.breadcrumb .link-home img {
  width: 100%;
}
.breadcrumb a {
  font-size: 10px;
  font-family: Arial, sans-serif;
  color: #fff;
}
.breadcrumb .active a {
  color: #efa31a;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding: 13px 2px;
  }
  .breadcrumb > li + li:before {
    margin: 0 11px;
  }
  .breadcrumb a {
    font-size: 11px;
    color: #fff;
  }
  .no-touch .breadcrumb a:hover {
    color: #000a71;
  }
}
.list-acc {
  margin-top: 10px;
}
.list-acc li {
  margin-top: 10px;
}
.list-acc li:first-child {
  margin-top: 0;
}
.list-acc .active .link-acc .icon:before {
  content: '-';
  top: 46%;
}
.list-acc .link-acc {
  display: table;
  color: #3c3c3c;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.list-acc .link-acc span {
  display: table-cell;
  vertical-align: middle;
}
.list-acc .link-acc .icon {
  position: relative;
  display: block;
  margin: 2px 5px 0 0;
  width: 15px;
  height: 15px;
  background-color: #fab702;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.list-acc .link-acc .icon:before {
  content: '+';
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  line-height: 1;
}
.list-acc .content-acc {
  display: none;
}
.list-acc .content-acc .inner {
  padding: 4px 0 0 20px;
}
.list-acc .content-acc p {
  font-size: 11px;
  line-height: 1.8;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .no-touch .list-acc .link-acc:hover,
  .no-touch .list-acc .link-acc:focus {
    color: #ff9900;
  }
  .no-touch .list-acc .link-acc:hover .icon:before,
  .no-touch .list-acc .link-acc:focus .icon:before {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .list-acc {
    margin-top: 17px;
  }
  .list-acc li {
    margin-top: 5px;
  }
  .list-acc .link-acc {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -1px;
  }
  .list-acc .link-acc .icon {
    width: 20px;
    height: 20px;
    margin: 5px 13px 0 0;
  }
  .list-acc .link-acc .icon:before {
    font-size: 18px;
    top: 52%;
    left: 46%;
  }
  .list-acc .content-acc .inner {
    padding-left: 37px;
  }
  .list-acc .content-acc p {
    font-size: 15px;
  }
}
.group-link {
  text-align: center;
}
.group-link .btn-group {
  margin-left: 12px;
}
.group-link .btn-group:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .group-link {
    margin-left: 6px;
    text-align: left;
  }
}
.btn-default-radius {
  min-width: 120px;
  margin-top: 20px;
  padding: 10px;
  border-color: #003366;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  color: #003366;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .no-touch .btn-default-radius:hover,
  .no-touch .btn-default-radius:focus {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .btn-default-radius {
    min-width: 167px;
    margin-top: 46px;
    padding: 12px 10px;
    font-size: 18px;
  }
}
.phone-block {
  margin-top: 20px;
  padding: 10px 0;
  background-color: #ff9900;
}
.phone-block .text-contact {
  position: relative;
  display: inline-block;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding-left: 65px;
}
.phone-block .text-contact img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 58px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.phone-block .text-contact span,
.phone-block .text-contact .link-phone {
  color: #fff;
  font-family: 'Roboto';
  font-weight: bold;
}
.phone-block .text-contact .link-phone {
  font-size: 18px;
}
.phone-block .text-contact .link-phone:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  width: 34px;
  height: 34px;
  background: #fff url('../img/icon-phone02.png') no-repeat center center;
  background-size: 27px 27px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .phone-block {
    padding: 26px 0;
  }
  .phone-block .text-contact {
    padding-left: 115px;
    -ms-transform: translateX(-42%);
        transform: translateX(-42%);
  }
  .phone-block .text-contact img {
    width: 174px;
    left: -115px;
  }
  .phone-block .text-contact span {
    font-size: 24px;
  }
  .phone-block .text-contact .link-phone {
    font-size: 35px;
  }
  .phone-block .text-contact .link-phone:before {
    width: 70px;
    height: 70px;
    margin: 0 13px 0 11px;
    background-size: 54px 54px;
  }
}
.phone-block02 .text-contact {
  padding-left: 0;
  -ms-transform: translateX(-51%);
      transform: translateX(-51%);
  text-align: center;
}
.phone-block02 .btn-white {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) {
  .phone-block02 .btn-white {
    margin: -12px 0 0 125px;
  }
}
.form-contact {
  margin-top: 20px;
}
.form-contact .row {
  margin: 0;
}
.form-contact .row .form-group {
  position: relative;
  padding: 0;
}
/* .form-contact input[type="text"],
.form-contact input[type="email"],
.form-contact textarea {

} */
.form-contact textarea {
  min-height: 150px;
}
.form-contact .form-control {
  height: 40px;
  padding: 6px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-contact .text-danger {
  color: #d04343;
}
.form-contact .control-btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .form-contact {
    margin-top: 0;
  }
  .form-contact .control-btn {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .form-contact .row .col-md-6 {
    padding-right: 15px;
  }
  .form-contact .row .col-md-6:last-child {
    padding-right: 0;
  }
  .form-contact textarea {
    min-height: 106px;
  }
}
/*===== HEADER =====*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  padding: 10px 0;
  border-bottom: solid 1px #dfdede;
  background-color: #fff;
}
header .btn-menu,
header .link-phone,
header .link-email,
header .link-shopping,
header .link-search {
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
}
header .btn-menu {
  margin-left: -5px;
  width: 30px;
  height: 30px;
  background-image: url('../img/icon-menu.png');
  background-size: 20px 15px;
}
header .icon {
  background-repeat: no-repeat;
  background-position: center center;
}
header .link-phone .icon-phone {
  display: block;
  width: 30px;
  height: 20px;
  background-image: url('../img/icon-phone.svg');
  background-size: 20px 20px;
}
header .link-email .icon-email {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/icon-email.svg');
  background-size: 20px 20px;
}
header .link-shopping {
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('../img/icon-cart.svg');
  background-size: 20px 20px;
}
header .link-shopping .badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 4px 5px 2px;
  background-color: #ff9900;
  font-size: 10px;
  font-family: Arial, sans-serif;
  color: #1d1d1d;
}
header .link-search {
  width: 30px;
  height: 30px;
  background-image: url('../img/icon-search.svg');
  background-size: 21px 20px;
}
header .link-register {
  background: url('../img/icon-user-white.png') no-repeat 0 50%;
  background-size: 18px 18px;
  font-family: Arial, sans-serif;
}
header .link-login {
  background: url('../img/icon-login-white.png') no-repeat 0 50%;
  background-size: 15px 15px;
  font-family: Arial, sans-serif;
}
header .form-search {
  position: fixed;
  top: 9px;
  right: 39px;
  z-index: -1;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transition-property: opacity z-index visibility;
}
header .form-search .input-group-addon {
  padding: 0;
  background-color: #fff;
}
header .form-search .form-group {
  position: relative;
  margin-bottom: 0;
}
header .form-search .form-group .btn-search {
  width: 30px;
  height: 30px;
  border: unset;
  padding: 0px 30px;
  border-color: unset;
  background-size: 25px;
  background-color: unset;
  background-position: center;
  background-image: url('../img/icon-search.svg');
}
header .form-search input{
  color: #333 !important;
  box-shadow: unset !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
header .form-search input:focus{
  border-color: #ddd !important;
  box-shadow: unset !important;
}
header .form-search.active {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
header .ul-form-sm li {
  padding: 0 10px 0 4px;
}
@media only screen and (max-width: 991px) {
  header .contact-info.active .link-phone,
  header .contact-info.active .link-email {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }
  header .link-phone .ttl-text,
  header .link-email .ttl-text {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  header {
    height: 86px;
    padding: 2px 0;
    background-color: #ff9900;
    border-bottom: 0;
  }
  header .link-phone .icon-phone,
  header .link-email .icon-phone,
  header .link-phone .ttl-text,
  header .link-email .ttl-text,
  header .link-phone .icon-email,
  header .link-email .icon-email {
    display: inline-block;
    vertical-align: middle;
  }
  header .link-phone .ttl-text {
    margin-left: 11px;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
  }
  header .link-email {
    margin-left: 29px;
    padding-left: 20px;
    border-left: solid 1px #fff;
  }
  header .link-email .icon-email {
    width: 25px;
    height: 20px;
  }
  header .link-email .ttl-text {
    margin-left: 14px;
    font-size: 15px;
  }
  header .link-register,
  header .link-login {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
    padding-left: 25px;
    font-size: 13px;
  }
  header .link-register {
    background-image: url('../img/icon-user-white.svg');
  }
  header .link-login {
    background-image: url('../img/icon-login-white.svg');
  }
  header .contact-info .pull-right {
    position: relative;
  }
  header .form-search {
    position: absolute;
    top: 102px;
    right: 22px;
    z-index: 2005;
    width: 300px;
  }
  header .form-search.active {
    z-index: 2005;
  }
  header .ul-form-md {
    /*margin: 4px 28px 0 0;*/
    margin-left: auto;
    margin-top: 4px;
  }
  header .ul-form-md li {
    padding: 0 18px 0 24px;
  }
  header.sticky {
    background-color: #ff9900;
    padding: 0;
    height: 50px;
  }
  header.sticky .pull-left,
  header.sticky .pull-right ul {
    display: none;
  }
  header.sticky .form-search {
    top: 36px;
  }
  header.sticky .link-shopping .badge {
    background-color: #fff;
  }
  header.sticky .main-menu {
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ff9900;
  }
  header.sticky .main-menu .logo-ttl {
    display: none;
  }
  header.sticky .main-menu .list-menu,
  header.sticky .main-menu .card-form {
    margin: 0;
  }
  header.sticky .main-menu .card-form {
    padding: 6px 0;
  }
  header.sticky .main-menu .link-home {
    background-image: url('../img/icon-home-white.png');
  }
  header.sticky .main-menu .list-menu .link-sub {
    padding: 14px 0;
  }
  header.sticky .main-menu .list-menu > .active > a {
    color: #fff;
  }
  .no-touch header.sticky .main-menu .list-menu a:hover {
    color: #fff;
  }
}
.main-menu {
  position: fixed;
  top: 51px;
  left: -100%;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-menu .inner {
  background-color: #ff9900;
  padding: 15px 10px 0;
}
.main-menu .link-logo {
  display: inline-block;
  margin-top: 15px;
}
.main-menu .list-menu > li {
  border-bottom: solid 1px #fff;
}
.main-menu .list-menu > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.main-menu .list-menu > li:last-child li {
  display: inline-block;
}
.main-menu .list-menu > li.active > a {
  color: #003366;
}
.main-menu .list-menu a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;

}
.main-menu .list-menu .item-sub.active .link-sub:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.main-menu .list-menu .item-sub .link-sub {
  position: relative;
  display: block;
}
.main-menu .list-menu .item-sub .link-sub:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  transition: .3s;
}
.main-menu .list-menu .link-register,
.main-menu .list-menu .link-login {
  padding-left: 20px;
}
.main-menu .list-menu .link-login {
  margin-left: 12px;
}
.main-menu .list-sub-menu {
  display: none;
}
.main-menu .list-sub-menu li {
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .main-menu {
    position: relative;
    top: 6px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0px 10px 0px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow-x: inherit;
    overflow-y: inherit;
  }
  .main-menu .inner {
    *zoom: 1;
    padding: 0;
    border-top: 0;
    background-color: transparent;
  }
  .main-menu .inner:before,
  .main-menu .inner:after {
    display: table;
    content: "";
  }
  .main-menu .inner:after {
    clear: both;
  }
  .main-menu .inner:after {
    clear: both;
    content: " ";
    display: table;
  }
  .main-menu .logo-ttl,
  .main-menu .list-menu {
    float: left;
  }
  .main-menu .card-form {
    margin-top: 20px;
    float: right;
  }
  .main-menu .card-form li {
    padding: 0 15px 0 10px;
  }
  .main-menu .link-home {
    width: 29px;
    height: 26px;
    background: url('../img/icon-home.svg') no-repeat;
    background-size: 100% 100%;
  }
  .main-menu .list-menu {
    margin: 19px 0 0 49px;
  }
  .main-menu .list-menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    /* margin-bottom: 0;
    margin-left: 20px;
    border-bottom: 0; */
  }
  .main-menu .list-menu > li:first-child {
    margin-left: 0;
  }
  .main-menu .list-menu > li.active > a {
    color: #ff9900;
  }
  .main-menu .list-menu a {
    padding: 5px 20px 5px 0px;
    color: #333;
  }
  .no-touch .main-menu .list-menu a:hover {
    color: #ff9900;
  }
  .main-menu .list-menu .item-sub {
    position: relative;
  }
  .main-menu .list-menu .item-sub .link-sub:before {
    content: none;
  }
  .main-menu .list-sub-menu {
    position: absolute;
    left: 0;
    min-width: 200px;
    z-index: 1;
    background-color: #fff;
    /*border-top: solid 3px #ff9900;*/
    padding-top: 20px;
  }
  .main-menu .list-sub-menu li {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-top: solid 1px #fff;
    text-align: left;
  }
  .main-menu .list-sub-menu a {
    display: block;
    padding: 10px 10px;
  }
  .no-touch .main-menu .list-sub-menu a:hover {
    color: #ff9900;
  }
  .main-menu .link-logo {
    margin-top: 0;
  }
  .main-menu .link-shopping .badge {
    padding: 3px 5px;
    top: 0px;
    bottom: auto;
    right: -2px;
  }
  .main-menu .link-search:before {
    left: -14px;
  }
}
/*===== FOOTER =====*/
footer .info-footer:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  
}
footer .info-footer {
  padding: 20px 0;
  background: #022a86;
  position: relative;
  background-size: cover;
}
footer .logo-footer {
  display: block;
  width: 146px;
  margin-left: auto;
  margin-right: auto;
}
footer .logo-footer img {
  width: 70%;
}
@media only screen and (min-width: 992px) {
  footer .info-footer {
    padding-bottom: 50px;
  }
  footer .info-footer .col-md-5 {
    width: 36%;
  }
  footer .info-footer .col-menu {
    padding-right: 0;
  }
  footer .logo-footer {
    width: 292px;
    margin: 30px 0 0 4px;
  }
}
.list-social {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.list-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.list-social a {
  display: block;
  width: 38px;
  height: 38px;
  border: solid 1px #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-social .link-fb {
  background-image: url('../img/ft-fb.svg');
  background-size: 10px 14px;
}
.list-social .link-tw {
  background-image: url('../img/ft-tw.svg');
  background-size: 14px 12px;
}
.list-social .link-gplus {
  background-image: url('../img/ft-ggp.svg');
  background-size: 14px 14px;
}
.list-social .link-yt {
  background-image: url('../img/ft-ytb.svg');
  background-size: 16px 20px;
}
@media only screen and (min-width: 768px) {
  .no-touch .list-social a:hover {
    border-color: #ff9900;
    background-color: #ff9900;
  }
  .no-touch .list-social a:hover.link-fb {
    background-image: url('../img/icon-fb-active.png');
  }
  .no-touch .list-social a:hover.link-tw {
    background-image: url('../img/icon-tw-active.png');
  }
  .no-touch .list-social a:hover.link-gplus {
    background-image: url('../img/icon-gplus-active.png');
  }
  .no-touch .list-social a:hover.link-yt {
    background-image: url('../img/icon-yt-active.png');
  }
}
@media only screen and (min-width: 992px) {
  .list-social {
    margin-top: 30px;
    text-align: left;
  }
}
.item-article {
  margin-top: 40px;
}
.item-article .ttl-article-footer {
  position: relative;
  padding-bottom: 8px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.item-article .ttl-article-footer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 2px;
  background-color: #ff9900;
}
.item-article .inner {
  margin-top: 15px;
}
.item-article .inner p {
  color: #fff;

}
.item-article .inner p ~ p {
  margin-top: 14px;
}
.item-article .group-link .link-cv,
.item-article .group-link .link-tb-price {
display: block;
width: 180px;
margin: 0 auto 10px;
padding: 10px 10px 10px 50px;
background-color: #ff9900;
background-repeat: no-repeat;
background-position: 15px 50%;
border: none;
color: #222 !important;
text-align: left;
font-size: 13px;
text-transform: uppercase;
}
.item-article .group-link .link-cv {
  background-image: url('../img/icon-list01.png');
  background-size: 24px 24px;
}
.item-article .group-link .link-tb-price {
  background-image: url('../img/icon-list02.png');
  background-size: 22px 22px;
}
@media only screen and (min-width: 768px) {
  .no-touch .item-article .link-cv:hover,
  .no-touch .item-article .link-tb-price:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .item-article {
    padding-left: 24px;
  }
  .item-article.item-download .inner {
    margin-top: 38px;
  }
  .item-article .ttl-article-footer {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .item-article .inner {
    margin-top: 30px;
  }
  .item-article .inner p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.menu-footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 10px;
  padding-left: 12px;
}
.menu-footer li:first-child {
  margin-top: 0;
}
.menu-footer a {
  position: relative;
  display: inline-block;
  padding: 2px 12px 2px 0;
  color: #fff;
     font-size: 15px;
}
.menu-footer a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  z-index: 1;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
.menu-footer .active a:before {
  border-color: transparent transparent transparent #ff9900;
}
.menu-footer .active a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-top: dotted 1px #fff;
}
@media only screen and (min-width: 768px) {
  .menu-footer li {
    display: block;
  }
  .menu-footer a:before {
    left: -21px;
  }
  .no-touch .menu-footer a:hover:before {
    border-color: transparent transparent transparent #ff9900;
  }
  .no-touch .menu-footer a:hover:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-top: dotted 1px #fff;
  }
}
@media only screen and (min-width: 992px) {
  .menu-footer li {
    margin: 0 0 8px 20px;
    padding-left: 0;
  }
  .menu-footer a {
    padding: 5px 12px 5px 0;
    white-space: nowrap;
  }
}
.info-copyright {
  position: relative;
  padding: 10px;
  background-color: #000;
}
.info-copyright .txt-contact {
  display: table;
  padding: 15px 0 15px 32px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.info-copyright .txt-contact p {
  display: table-cell;
  vertical-align: middle;
}
.info-copyright .txt-contact span,
.info-copyright .txt-contact a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 1;
}
.info-copyright .txt-contact.txt-phone {
  background-image: url('../img/icon-phone01.png');
  background-size: 22px 24px;
}
.info-copyright .txt-contact.txt-email {
  background-image: url('../img/icon-email02.png');
  background-size: 24px 16px;
}
.info-copyright .txt-contact.txt-website {
  background-image: url('../img/icon-web.png');
  background-size: 22px 22px;
}
.info-copyright .row-contact {
  background-color: #282828;
}
.info-copyright .copyright {
  color: #aaa;
  font-size: 10px;
}
.info-copyright .btn-top {
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 100;
  display: block;
  width: 46px;
  height: 46px;
  background: #003366 url('../img/icon-arrow-up.png') no-repeat center center;
  background-size: 14px 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .info-copyright .txt-contact {
    padding: 28px 0 28px 35px;
  }
  .info-copyright .txt-contact {
    position: relative;
  }
  .info-copyright .txt-contact:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 2px;
    opacity: 0;
    background-color: #ff9900;
  }
  .no-touch .info-copyright .txt-contact:hover:before {
    opacity: 1;
  }
  .no-touch .info-copyright .btn-top:hover {
    background-image: url('../img/icon-arrow-up-white.png');
  }
}
@media only screen and (min-width: 992px) {
  .info-copyright .inner-width {
    position: relative;
  }
  .info-copyright .txt-email {
    margin-left: 20px;
  }
  .info-copyright .txt-website {
    margin-left: 52px;
  }
  .info-copyright .row-contact {
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    padding: 0 70px 0 80px;
  }
  .info-copyright .row-contact > div {
    padding: 0;
  }
  .info-copyright .copyright {

    font-size: 12px;
  }
  .info-copyright .btn-top {
    right: 7.6%;
    bottom: 60px;
  }
}
/*===== HOMEPAGE =====*/
.banner-block .slide-item img {
  width: 100%;
}
.banner-block .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 30px;
}
.banner-block .slick-prev {
  left: 0;
  background-image: url('../img/icon-prev.png');
}
.banner-block .slick-next {
  right: 0;
  background-image: url('../img/icon-next.png');
}
.banner-block .slick-dots {
  bottom: -20px;
  text-align: center;
}
.banner-block .slick-dots li {
  border: 0;
  background-color: #000;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.banner-block .slick-dots .slick-active {
  background-color: #ff9900;
}
@media only screen and (min-width: 768px) {
  .no-touch .banner-block .slick-dots li:hover {
    background-color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .banner-block .slick-arrow {
    width: 30px;
    height: 70px;
    margin-top: -39px;
    background-size: 100% 100%;
  }
  .banner-block .slick-prev {
    left: 10%;
  }
  .banner-block .slick-next {
    right: 10%;
  }
  .banner-block .slick-dots {
    bottom: 15.5%;
    text-align: left;
    padding-left: 30.5%;
  }
}
.section-service {
  margin-top: 30px;
  padding: 20px 0;
  background: url('../img/bgd-dot.jpg') repeat;
  background-size: 10px 13px;
}
.section-service .inner {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .section-service {
    position: relative;
    margin-top: 0;
    padding: 51px 0;
    background: none;
  }
  .section-service:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 740px;
    background: url('../img/bgd-dot.jpg') repeat;
    background-size: 20px 26px;
  }
  .section-service .bgd-service {
    width: 1303px;
  
  }
}
.list-service {
  margin-top: 10px;
}
.list-service li {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .list-service li:nth-child(2n+1) {
    clear: left;
  }
}
.list-service .link-service {
  display: block;
  text-align: center;
}
.list-service .link-service .outer {
  display: table;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: solid 2px #626262;
}
.list-service .link-service .outer .image {
  display: table-cell;
  vertical-align: middle;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  line-height: 1;
}
.list-service .link-service .caption {
  margin-top: 8px;
  font-weight: bold;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .list-service li:nth-child(4n+1) {
    clear: left;
  }
  .no-touch .list-service li:hover .link-service .outer {
    border-color: #ff9900;
  }
  .no-touch .list-service li:hover .link-service .image {
    position: relative;
    width: 50px;
    background-color: #ff9900;
    border: solid 2px #fff;
  }
  .no-touch .list-service li:hover .link-service .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .no-touch .list-service li:hover .link-service .caption {
    color: #2b5b97;
  }
}
@media only screen and (min-width: 992px) {
  .list-service {
    position: relative;
    margin-top: 44px;
  }
  .list-service li {
    position: absolute;
    z-index: 5;
  }
  .no-touch .list-service li:hover .link-service .outer {
    width: 90px;
    height: 90px;
  }
  .no-touch .list-service li:hover .link-service .image {
    border: solid 8px #fff;
  }
  .no-touch .list-service li:hover .link-service .image:before {
    box-shadow: -4px 0 2px 0 rgba(0, 0, 0, 0.4);
  }
  .list-service .li01 {
    top: 113px;
    left: 6px;
  }
  .no-touch .list-service .li01:hover {
    top: 93px;
  }
  .list-service .li02 {
    top: 10px;
    left: 209px;
  }
  .no-touch .list-service .li02:hover {
    top: -10px;
  }
  .list-service .li03 {
    top: -30px;
    left: 437px;
  }
  .no-touch .list-service .li03:hover {
    top: -50px;
  }
  .list-service .li04 {
    top: 13px;
    right: 208px;
  }
  .no-touch .list-service .li04:hover {
    top: -7px;
  }
  .list-service .li05 {
    top: 122px;
    right: 13px;
  }
  .no-touch .list-service .li05:hover {
    top: 102px;
  }
  .list-service .li06 {
    top: 176px;
    left: 174px;
  }
  .no-touch .list-service .li06:hover {
    top: 156px;
  }
  .list-service .li07 {
    top: 103px;
    left: 438px;
  }
  .no-touch .list-service .li07:hover {
    top: 83px;
  }
  .list-service .li08 {
    top: 172px;
    right: 190px;
  }
  .no-touch .list-service .li08:hover {
    top: 152px;
  }
  .list-service > .text-center {
    margin-top: -75px;
  }
  .list-service .btn-view {
    margin-left: -22px;
  }
}
.section-design {
  padding-top: 20px;
  padding-bottom: 50px;
}
.section-design .outer-website {
  margin-top: 30px;
}
.section-design .inner-website {
  padding-top: 10px;
  background-color: #eceff1;
}
@media only screen and (min-width: 992px) {
  .section-design .outer-website {
    margin-top: 68px;
  }
  .section-design .outer-website .title01 {
    padding-left: 116px;
  }
  /* .section-design .inner-design {
    width: auto;
    padding: 0 10%;
  } */
  .section-design .inner-design .inner {
    margin-top: 30px;
  }
  .section-design .inner-website {
    margin-top: 5px;
    padding-bottom: 46px;
  }
  .section-design .inner-website .inner-width {
    position: relative;
  }
}
.list-design > article {
  margin-top: 20px;
}
.list-design > article:nth-child(2n+1) {
  clear: left;
}
.list-design .link-design {
  display: inline-block;
}
.list-design .link-design .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /*background-size: 56% 56%;*/
}
/*.list-design .link-design .image01 {
  background-image: url('../img/icon-design-off01.png');
}
.list-design .link-design .image02 {
  background-image: url('../img/icon-design-off02.png');
  background-size: 59px 53px;
}
.list-design .link-design .image03 {
  background-image: url('../img/icon-design-off03.png');
  background-size: 50px 46px;
}
.list-design .link-design .image04 {
  background-image: url('../img/icon-design-off04.png');
  background-size: 51px 51px;
}*/
.list-design .link-design .sub-ttl {
  margin-top: 10px;
  color: #3c3c3c;
 font-size: 18px;
  text-transform: capitalize;
}
.list-design .desc {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .list-design > article:nth-child(2n+1) {
    clear: none;
  }
  .no-touch .list-design .link-design:hover .sub-ttl {
    color: #003366;
  }
  .no-touch .list-design .link-design:hover .outer:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    border: solid 2px #ff9900;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .no-touch .list-design .link-design:hover .image01 {
    background-image: url('../img/icon-design-on01.png');
  }
  .no-touch .list-design .link-design:hover .image02 {
    background-image: url('../img/icon-design-on02.png');
  }
  .no-touch .list-design .link-design:hover .image03 {
    background-image: url('../img/icon-design-on03.png');
  }
  .no-touch .list-design .link-design:hover .image04 {
    background-image: url('../img/icon-design-on04.png');
  }
  .list-design .link-design .outer {
    width: 250px;
    height: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .list-design .link-design > article {
    margin-top: 0;
  }
  .list-design .link-design .sub-ttl {
    margin-top: 20px;
  }
}
.filter-block .list-filter {
  text-align: center;
  font-size: 0;
}
.filter-block .list-filter li {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 2px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.filter-block .list-filter li.active .link-filter {
  background-color: #ffcc00;
}
.filter-block .list-filter li.active .link-filter span {
  color: #191919;
}
.filter-block .link-filter {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ff9900;
}
.filter-block .link-filter span {
  color: #fff;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;

}
@media only screen and (min-width: 992px) {
  .filter-block {
    position: absolute;
    top: -70px;
    left: -3px;
    z-index: 5;
    width: 100px;
  }
  .filter-block .image-logo {
    padding: 5px 0 0px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  .filter-block .image-logo img {
    width: 92px;
    margin-left: auto;
    margin-right: auto;
  }
  .filter-block .list-filter {
    padding-bottom: 30px;
    background-color: #ff9900;
  }
  .filter-block .list-filter li {
    display: block;
    border-radius: 0;
    margin: 0;
  }
  .filter-block .list-filter li.active .link-filter:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 4px;
    background-color: #ff992b;
  }
  .filter-block .list-filter li.active .link-all {
    background-image: url('../img/icon-all-on.png');
  }
  .filter-block .list-filter li.active .link-tmdt {
    background-image: url('../img/icon-tmdt-on.png');
  }
  .filter-block .list-filter li.active .link-news {
    background-image: url('../img/icon-news-on.png');
  }
  .filter-block .list-filter li.active .link-book {
    background-image: url('../img/icon-book-on.png');
  }
  .filter-block .list-filter li.active .link-res {
    background-image: url('../img/icon-res-on.png');
  }
  .filter-block .list-filter li.active .link-company {
    background-image: url('../img/icon-company-on.png');
  }
  .filter-block .list-filter li.active .link-service {
    background-image: url('../img/icon-service-on.png');
  }
  .filter-block .list-filter li.active .link-fashion {
    background-image: url('../img/icon-fashion-on.png');
  }
  .filter-block .list-filter li.active .link-other {
    background-image: url('../img/icon-other-on.png');
  }
  .no-touch .filter-block .list-filter li.active:hover {
    border-width: 0;
  }
  .filter-block .link-filter {
    position: relative;
    display: block;
    padding: 18px 0;
    height: 75px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 17px;
  }
  .filter-block .link-filter span {
    display: block;
    margin-top: 34px;
  }
  .no-touch .filter-block .link-filter:hover {
    background-color: #ffcc00;
  }
  .no-touch .filter-block .link-filter:hover span {
    color: #191919;
  }
  .no-touch .filter-block .link-filter:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 4px;
    background-color: #ff992b;
  }
  .no-touch .filter-block .link-filter:hover.link-all {
    background-image: url('../img/icon-all-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-tmdt {
    background-image: url('../img/icon-tmdt-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-news {
    background-image: url('../img/icon-news-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-book {
    background-image: url('../img/icon-book-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-res {
    background-image: url('../img/icon-res-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-company {
    background-image: url('../img/icon-company-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-service {
    background-image: url('../img/icon-service-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-fashion {
    background-image: url('../img/icon-fashion-on.png');
  }
  .no-touch .filter-block .link-filter:hover.link-other {
    background-image: url('../img/icon-other-on.png');
  }
  .filter-block .link-all {
    background-image: url('../img/icon-all-off.png');
    background-size: 30px 24px;
  }
  .filter-block .link-tmdt {
    background-image: url('../img/icon-tmdt-off.png');
    background-size: 36px 32px;
  }
  .filter-block .link-news {
    background-image: url('../img/icon-news-off.png');
    background-size: 27px 27px;
  }
  .filter-block .link-book {
    background-image: url('../img/icon-book-off.png');
    background-size: 33px 26px;
  }
  .filter-block .link-res {
    background-image: url('../img/icon-res-off.png');
    background-size: 30px 30px;
  }
  .filter-block .link-company {
    background-image: url('../img/icon-company-off.png');
    background-size: 32px 29px;
  }
  .filter-block .link-service {
    background-image: url('../img/icon-service-off.png');
    background-size: 31px 31px;
  }
  .filter-block .link-fashion {
    background-image: url('../img/icon-fashion-off.png');
    background-size: 29px 26px;
  }
  .filter-block .link-other {
    background-image: url('../img/icon-other-off.png');
    background-size: 34px 27px;
  }
  .filter-block .group-link {
    margin-top: 93px;
  }
  .filter-block .group-link .deliver {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
  }
  .filter-block .group-link .deliver span {
    display: block;
    font-weight: bold;
    margin-top: -13px;
    font-size: 25px;
    line-height: 1;
  }
  .filter-block .group-link .btn-next,
  .filter-block .group-link .btn-prev {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .filter-block .group-link .btn-next {
    background-image: url('../img/icon-next01.png');
  }
  .filter-block .group-link .btn-prev {
    background-image: url('../img/icon-prev01.png');
  }
}
@media only screen and (max-width: 991px) {
  .list-social a {
    width: 30px;
    height: 30px;
  }
  footer .logo-footer {
    float: left;
  }
  .section-online {
        padding: 20px 0 30px !important;
  }
  .no-touch .filter-block .link-filter:hover {
    background-color: #ffcc00;
  }
  .no-touch .filter-block .link-filter:hover span {
    color: #191919;
  }
}
.content-website {
  margin-top: 5px;
}
.content-website .ttl-filter {
  color: #191919;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .content-website {
    margin-top: 5px;
    margin-left: 108px;
  }
  .content-website .ttl-filter {
    padding-left: 13px;
  }
}
.list-website {
  margin-top: 5px;
}
.list-website > ul {
  margin: 0;
}
.list-website > ul li {
  position: relative;
  margin-top: 12px;
  padding: 0 6px;
}
.list-website > ul li:nth-child(2n+1) {
  clear: left;
}
.list-website > ul li:hover .control-info {
  opacity: 1;
  visibility: visible;
}
.list-website .link-web {
  display: block;
  border: solid 5px #fff;
}
.list-website .link-web img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .list-website > ul li:nth-child(2n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 992px) {
  .list-website .link-web {
    border-width: 11px;
  }
}
.control-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 5px 10px;
  padding: 0 5px;
  background-color: #003366;
  background-color: rgba(32, 82, 145, 0.75);
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity visibility;
}
.control-info .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.control-info .group-link {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.control-info .ttl-control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.control-info .ttl-control span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-family: 'opensans-regular', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.control-info .link-search,
.control-info .link-card {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.control-info .link-search {
  background-image: url('../img/icon-search01.png');
}
.control-info .link-card {
  background-image: url('../img/icon-card01.png');
}
.control-info .bot-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .control-info {
    margin: 11px 16px;
  }
  .control-info .group-link {
    top: 37px;
  }
  .control-info .ttl-control {
    font-size: 24px;
  }
  .control-info .ttl-control span {
    font-size: 12px;
  }
  .control-info .link-search,
  .control-info .link-card {
    width: 54px;
    height: 53px;
  }
  .control-info .bot-link {
    bottom: 25px;
  }
}
.section-hosting .outer-host-info {
  padding: 25px 0;
  background: url('../img/bgd-hosting.jpg') no-repeat center center;
  background-size: cover;
}
.section-hosting .outer-list {
  padding-bottom: 20px;
}
.section-hosting .inner {
  margin-top: 16px;
}
.section-hosting .desc-width p {
  color: #fff;
}
.section-hosting .info-hosting {
  margin-top: 20px;
}
.section-hosting .info-hosting img {
  width: 100%;
  max-width: 393px;
  margin-left: auto;
  margin-right: auto;
}
.section-hosting .info-hosting li {
  position: relative;
  padding-left: 32px;
  margin-top: 15px;
}
.section-hosting .info-hosting .num {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  display: block;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ff9900;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.section-hosting .info-hosting .text {
  color: #fff;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .section-hosting .outer-host-info {
    padding: 67px 0 242px;
    margin-bottom: -157px;
  }
  .section-hosting .outer-list {
    padding-bottom: 41px;
  }
  .section-hosting .info-hosting {
    margin-top: 49px;
  }
  .section-hosting .info-hosting .num {
    top: -9px;
    left: -12px;
    width: 40px;
    height: 40px;
    font-size: 36px;
  }
  .section-hosting .info-hosting .text {
    font-size: 16px;
  }
  .section-hosting .info-hosting img {
    margin: 9px 0 0 107px;
  }
  .section-hosting .info-hosting li {
    padding-left: 60px;
    margin-top: 26px;
  }
  .section-hosting .info-hosting li:first-child {
    margin-top: 0;
  }
}
.list-hosting {
  margin-top: 15px;
}
.list-hosting .slick-list {
  padding-top: 70px;
}
.list-hosting .slide-item {
  position: relative;
}
.list-hosting .slide-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 80px;
  background-color: #f6f6f6;
}
.list-hosting .slide-item .content {
  padding: 0 15px;
  border: solid 1px #ededed;
}
.list-hosting .ttl-article {
  position: relative;
  top: -60px;
  display: table;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #fab702;
}
.list-hosting .ttl-article img {
  display: inline-block;
}
.list-hosting .ttl-article > span {
  display: table-cell;
  vertical-align: middle;
}
.list-hosting .ttl-article > span span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #1f2022;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.list-hosting .info-pro {
  position: relative;
  top: -40px;
}
.list-hosting .info-pro li {
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: solid 1px #ededed;
}
.list-hosting .info-pro li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: url('../img/icon-check.png') no-repeat;
  background-size: 100% 100%;
}
.list-hosting .info-pro .li-gb {
  padding: 22px 0 22px 34px;
}
.list-hosting .info-pro .li-gb:before {
  top: 26px;
}
.list-hosting .info-pro .label,
.list-hosting .info-pro .text {
  color: #616161;
  font-size: 15px;

}
.list-hosting .info-pro .label {
  padding: 0;
}
.list-hosting .info-pro .text {
  font-style: italic;
}
.list-hosting .li-gb {
  font-family: Arial, sans-serif;
}
.list-hosting .li-gb .gb {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  color: #1f2022;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
}
.list-hosting .li-gb .number {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -1px;
  font-size: 35px;
  line-height: 1;
}
.list-hosting .li-gb .dl {
  display: inline-block;
  vertical-align: bottom;
  color: #1f2022;
}
.list-hosting .price {
  border-bottom: solid 1px #ededed;
}
.list-hosting .price > div {
  margin-top: -40px;
  padding: 10px 0;
}
.list-hosting .price .number,
.list-hosting .price .month {
  padding: 8px 20px;
  color: #c93737;
  font-family: Arial, sans-serif;
  line-height: 1;
}
.list-hosting .price .number {
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #c93737;
  font-size: 30px;
  font-weight: bold;
}
.list-hosting .price .number:after {
  content: 'đ';
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  font-size: 12px;
  text-decoration: underline;
}
.list-hosting .price .month {
  display: block;
  font-size: 20px;
}
.list-hosting .bot-link {
  padding: 22px 0 28px;
  background-color: #f6f6f6;
  border-top: solid 1px #fff;
}
.list-hosting .bot-link .link-order {
  padding: 7px 37px;
  background-color: #ff9900;
  border: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .list-hosting .slide-item {
    position: relative;
  }
  .list-hosting .slide-item:before {
    height: 87px;
  }
  .no-touch .list-hosting .slide-item:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 40px rgba(41, 45, 49, 0.2);
  }
  .list-hosting .bot-link .link-order {
    position: relative;
    z-index: 5;
  }
  .no-touch .list-hosting .bot-link .link-order:hover {
    background-color: #003366;
  }
}
@media only screen and (min-width: 992px) {
  .list-hosting {
    margin: 0 1px;
  }
  .list-hosting .slick-list {
    padding-bottom: 40px;
  }
  .list-hosting .ttl-article {
    top: -69px;
    width: 128px;
    height: 128px;
  }
  .list-hosting .ttl-article > span span {
    font-size: 13px;
  }
  .list-hosting .info-pro li:before {
    top: 15px;
  }
  .list-hosting .info-pro .li-gb {
    padding-top: 7px;
    padding-bottom: 17px;
  }
  .list-hosting .info-pro .li-gb:before {
    top: 10px;
  }
  .list-hosting .info-pro .col-xs-6 + .col-xs-6 {
    padding-left: 0;
  }
  .list-hosting .li-gb .gb {
    font-size: 16px;
  }
  .list-hosting .li-gb .number {
    font-size: 40px;
  }
  .list-hosting .li-gb .dl {
    font-size: 18px;
  }
  .list-hosting .price > div {
    padding: 0;
  }
  .list-hosting .bot-link .link-order {
    font-size: 18px;
  }
  .list-hosting .slick-arrow {
    margin-top: 6px;
  }
  .list-hosting .slick-next {
    right: -57px;
  }
  .list-hosting .slick-prev {
    left: -57px;
  }
}
.slider-bottom .slide-item {
  position: relative;
}
.slider-bottom .slide-item img {
  width: 100%;
}
.slider-bottom .slide-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-bottom .slide-item.slick-active:before {
  content: none;
}
.slider-bottom .slick-dots {
  bottom: -22px;
  text-align: center;
}
.slider-bottom .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 7px;
  border: none;
  background-color: #284160;
}
.slider-bottom .slick-dots .slick-active {
  background-color: #f1922b;
}
.slider-bottom .slick-arrow {
  width: 12px;
  height: 12px;
  top: auto;
  bottom: -24px;
  z-index: 1005;
  margin-top: 0;
  border-top: solid 1px #284160;
  border-right: solid 1px #284160;
}
.slider-bottom .slick-next {
  right: 33%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.slider-bottom .slick-prev {
  left: 33%;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  .no-touch .slider-bottom .slick-dots li:hover {
    background-color: #f1922b;
  }
}
@media only screen and (min-width: 992px) {
  .slider-bottom .slick-dots {
    /*bottom: -36px;*/
    bottom: 10px;
    margin-left: -5px;
  }
  .slider-bottom .slick-arrow {
    width: 20px;
    height: 20px;
    /*bottom: -42px;*/
    bottom: 10px;
  }
  .slider-bottom .slick-next {
    right: 46.4%;
  }
  .slider-bottom .slick-prev {
    left: 45.8%;
  }
}
.section-online {
  padding: 40px 0 30px;
}
.section-online .inner {
  margin-top: 12px;
}
@media only screen and (min-width: 992px) {
  .section-online {
    padding: 50px 0 50px;
  }
  .section-online .inner {
    margin-top: 21px;
  }
}
.slider-online {
  margin-top: 20px;
}
.slider-online .slide-item img {
  width: 100%;
}
.slider-online .caption {
  position: relative;
  margin-top: 7px;
  padding-left: 10px;
  color: #3c3c3c;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.slider-online .caption:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 4px;
  z-index: 1;
  width: 4px;
  background-color: #ff9900;
}
@media only screen and (min-width: 768px) {
  .slider-online .slide-item {
    margin: 0 12px;
  }
  .slider-online .slide-item .image {
    position: relative;
  }
  .no-touch .slider-online .slide-item:hover .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url('../img/icon-search02.png') no-repeat center center;
    background-size: 43px 43px;
  }
  .no-touch .slider-online .slide-item:hover .caption {
    color: #003366;
  }
}
@media only screen and (min-width: 992px) {
  .slider-online {
    margin-top: 57px;
  }
  .slider-online .slick-arrow {
    margin-top: -64px;
  }
  .slider-online .slick-next {
    right: -44px;
  }
  .slider-online .slick-prev {
    left: -44px;
  }
}
.section-process {
  padding-top: 30px;
  background-color: #ff9900;
}
.section-process .inner {
  margin-top: 20px;
}
.section-process .btn-scroll-down {
  display: block;
  width: 52px;
  height: 30px;
  margin: 20px auto 0;
  background: url('../img/icon-arrow-down.png') no-repeat center bottom;
  background-size: 100% 100%;
}
@media only screen and (min-width: 992px) {
  .section-process .inner {
    margin-top: 36px;
  }
  .section-process .btn-scroll-down {
    margin-top: 40px;
  }
}
.list-process li {
  padding: 15px 0;
  border-bottom: solid 1px #fff;
}
.list-process li:nth-child(3),
.list-process li:last-child {
  border-bottom: 0;
}
.list-process li:nth-child(even) {
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 767px) {

  .list-process li:nth-child(2n+1) {
    clear: left;
  }
  .list-website-gallery li:nth-child(2n+1) {
     clear: left;
  }

}
.list-process a {
  display: inline-block;
}
.list-process .label {
  display: block;
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
  color: #3c3c3c;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.list-process .image {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-process .image-research {
  background-image: url('../img/icon-research-off.png');
  background-size: 42px 24px;
}
.list-process .image-plan {
  background-image: url('../img/icon-plan-off.png');
  background-size: 34px 36px;
}
.list-process .image-sitemap {
  background-image: url('../img/icon-sitemap-off.png');
  background-size: 35px 35px;
}
.list-process .image-analysis {
  background-image: url('../img/icon-analysis-off.png');
  background-size: 37px 37px;
}
@media only screen and (min-width: 768px) {
  .list-process li {
    border: 0 !important;
  }
  .list-process .image {
    position: relative;
  }
  .no-touch .list-process a:hover .label {
    color: #003366;
  }
  .no-touch .list-process a:hover .image:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border: solid 2px #003366;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .no-touch .list-process a:hover .image-research {
    background-image: url('../img/icon-research-on.png');
  }
  .no-touch .list-process a:hover .image-plan {
    background-image: url('../img/icon-plan-on.png');
  }
  .no-touch .list-process a:hover .image-sitemap {
    background-image: url('../img/icon-sitemap-on.png');
  }
  .no-touch .list-process a:hover .image-analysis {
    background-image: url('../img/icon-analysis-on.png');
  }
}
@media only screen and (min-width: 992px) {
  .list-process {
    position: relative;
  }
  .list-process:before {
    content: '';
    position: absolute;
    top: 41px;
    left: 10px;
    z-index: 1;
    width: 1235px;
    height: 55px;
    background: url('../img/img-process.png') no-repeat;
    background-size: 1235px 55px;
  }
  .list-process li {
    position: relative;
    z-index: 5;
    margin-top: 0;
  }
  .no-touch .list-process a:hover .image:before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 1;
  }
  .list-process .link-research {
    margin-left: 18px;
  }
  .list-process .link-plan {
    margin-left: 6px;
  }
  .list-process .link-sitemap {
    margin-left: -8px;
  }
  .list-process .link-analysis {
    margin-left: -24px;
  }
  .list-process .label {
    margin-top: 20px;
    font-size: 18px;
  }
  .list-process .image {
    width: 126px;
    height: 126px;
  }
  .list-process .image-research {
    background-size: 83px 48px;
  }
  .list-process .image-plan {
    background-size: 67px 72px;
    background-position-x: 35px;
  }
  .list-process .image-sitemap {
    background-size: 69px 69px;
  }
  .list-process .image-analysis {
    background-size: 74px 73px;
    background-position-y: 33px;
  }
}
.idea-news-block {
  position: relative;
}
.idea-news-block .col-idea {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('../img/bgd-dot.jpg') repeat;
  background-size: 10px 13px;
}
.idea-news-block .col-news {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 992px) {
  .idea-news-block {
    overflow: hidden;
   
  }
  .idea-news-block:before,
  .idea-news-block:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
  }
  .idea-news-block:before {
    left: 0;
    background: url('../img/bgd-dot.jpg') repeat;
    background-size: 20px 23px;
  }
  .idea-news-block:after {
    right: 0;
    background-color: #f9f9f9;
  }
  .idea-news-block .col-idea,
  .idea-news-block .col-news {
    background: none;
    padding: 0;
  }
  .idea-news-block .col-idea {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.list-idea-client .slick-dots {
  bottom: -10px;
  text-align: center;
}
.list-idea-client .slick-dots li {
  background-color: #b2b2b2;
}
.list-idea-client .slick-dots .slick-active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 2px #393939;
}
@media only screen and (min-width: 768px) {
  .no-touch .list-idea-client .slick-dots li:hover {
    background-color: #fff;
    border: solid 2px #393939;
  }
}
@media only screen and (min-width: 992px) {
  .list-idea-client .slick-dots {
    padding-left: 12%;
    bottom: 260px;
    text-align: left;
  }
  .list-idea-client .slick-dots li {
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }
  .list-idea-client .slick-dots .slick-active {
    width: 15px;
    height: 15px;
  }
}
.client-idea {
  padding-bottom: 20px;
}
.client-idea .inner {
  display: table;
  width: 100%;
  padding-top: 20px;
}
.client-idea .info-user,
.client-idea .content {
  display: table-cell;
  vertical-align: top;
}
.client-idea .info-user {
  width: 120px;
}
.client-idea .info-user .image {
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: solid 5px #fff;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.client-idea .info-user .image img {
  width: 100%;
}
.client-idea .info-user .name {
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'poppins-regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #2d2c2c;
  letter-spacing: 3px;
}
.client-idea .info-user .name span {
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #b7b7b7;
  letter-spacing: normal;
}
.client-idea .content {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border: dashed 1px #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.client-idea .content:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -7px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: dashed 1px #ccc;
  border-right: dashed 1px #ccc;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.client-idea .content p {
  font-style: italic;
  color: #282828;
}
@media only screen and (min-width: 768px) {
  .client-idea .info-user {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .client-idea {
    padding: 0 50px 50px 0;
  }
  .client-idea .title {
    margin-left: 89px;
  }
  .client-idea .inner {
    padding-top: 35px;
  }
  .client-idea .info-user {
    width: 194px;
  }
  .client-idea .info-user .image {
    margin: 22px 0 0 69px;
  }
  .client-idea .info-user .name {
    margin-left: 30px;
    font-size: 16px;
  }
  .client-idea .info-user .name span {
    margin-top: -5px;
    font-size: 13px;
  }
  .client-idea .content {
    width: 370px;
    height: 350px;
    padding: 30px 30px 30px 50px;
    background: url('../img/bgd-border.png') no-repeat;
    background-size: 100% 100%;
    border: none;
  }
  .client-idea .content:before {
    content: none;
  }
  .client-idea .content p {
    font-size: 16px;
    line-height: 2;
  }
}
.news-block {
  padding: 20px 0;
}
.news-block .inner {
  margin-top: 20px;
}
.news-block .list-news li {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-left: 8px;
}
.news-block .list-news li:first-child {
  padding-top: 0;
}
.news-block .list-news li:first-child .ttl-news {
  padding-left: 0;
}
.news-block .list-news li:first-child .calendar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.news-block .image,
.news-block .content {
  display: table-cell;
  vertical-align: top;
}
.news-block .image {
  position: relative;
  width: 120px;
}
.news-block .image img {
  width: 100%;
}
.news-block .content {
  padding-left: 10px;
}
.news-block .ttl-news {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.news-block .ttl-news a {
  display: inline-block;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.4;
}
.news-block .desc {
  margin-top: 8px;
}
.news-block .desc p {
  color: #828282;
  font-family: 'Roboto';
}
.news-block .link-detail-news {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 0;
  color: #f3a833;
  font-family: 'Roboto';
}
.news-block .calendar {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
}
.news-block .calendar .wrap {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 2px;
  background-color: #ff9900;
}
.news-block .calendar .wrap:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: solid 3px #ff9900;
}
.news-block .calendar .day,
.news-block .calendar .month {
  position: relative;
  z-index: 5;
  padding: 3px 0;
  color: #fff;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
}
.news-block .calendar .day {
  display: block;
}
.news-block .calendar .month {
  display: inline-block;
  padding: 3px;
  border-top: solid 1px #fff;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .no-touch .news-block .ttl-news a:hover {
    color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .news-block {
    padding: 50px 0 30px 30px;
  }
  .news-block .title {
    margin-right: 30px;
  }
  .news-block .inner {
    margin-top: 41px;
  }
  .news-block .list-news li {
    padding-top: 20px;
  }
  .news-block .image {
    width: 264px;
  }
  .news-block .content {
    padding-left: 16px;
  }
  .news-block .ttl-news {
    padding-left: 15px;
  }
  .news-block .ttl-news a {
    font-size: 16px;
  }
  .news-block .link-detail-news {
    margin-top: 10px;
    font-size: 15px;
  }
  .news-block .calendar .wrap {
    padding: 0;
  }
  .news-block .calendar .month {
    font-size: 16px;
  }
}
.slider-logo {
  padding: 25px 0 22px;
}
.slider-logo .slide-item img {
  display: inline-block;
}
.slider-logo .slick-arrow {
  width: 28px;
  height: 54px;
  /*margin-top: -27px;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.slider-logo .slick-next {
  right: 0;
  background-image: url('../img/icon-next03.png');
}
.slider-logo .slick-prev {
  left: 0;
  background-image: url('../img/icon-prev03.png');
}
@media only screen and (min-width: 992px) {
  .slider-logo .slick-next {
    right: -28px;
  }
  .slider-logo .slick-prev {
    left: -32px;
  }
}
.form-service {
  padding: 30px 15px 10px;
  background-color: #ff9900;
}
.form-service .txt-placeholder {
  display: none;
}
.form-service .ttl-form {
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.form-service .ttl-form:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 56px;
  height: 49px;
  margin-top: -28px;
  background: url('../img/icon-email01-white.png') no-repeat;
  background-size: 100% 100%;
}
.form-service .form-group:last-child {
  text-align: center;
}
.form-service .wpcf7-form-control-wrap {
  display: block;
}
.form-service .form-control {
  height: 40px;
  padding: 6px 15px;
  background-color: transparent;
  border-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: 'Roboto';
}
.form-service .form-control:-moz-placeholder {
  color: #fff;
}
.form-service .form-control::-moz-placeholder {
  color: #fff;
}
.form-service .form-control:-ms-input-placeholder {
  color: #fff;
}
.form-service .form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-service .form-group-select {
  position: relative;
}
.form-service .form-group-select .text-select {
  position: relative;
  display: block;
  height: 40px;
  padding: 9px 30px 9px 15px;
  border: solid 1px #fff;
  font-size: 15px;
}
.form-service .form-group-select .text-select:after {
  content: '\25BC';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  pointer-events: none;
  font-size: 12px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.form-service .form-group-select .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
}
.form-service .btn-send {
  display: inline-block;
  width: 100px;
  height: 40px;
  padding: 10px;
  background-color: #003366;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto';
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .form-service .form-group:first-child {
    padding-left: 15px;
  }
  .form-service .form-group:last-child {
    padding-right: 15px;
    text-align: right;
  }
  .form-service .form-group:not(:first-child):not(:last-child) {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .form-service .form-group-select .wpcf7-form-control-wrap {
    left: 15px;
    right: 15px;
  }
  .no-touch .form-service .btn-send:hover {
    color: #ff9900;
  }
}
@media only screen and (min-width: 992px) {
  .form-service {
    padding-bottom: 37px;
  }
  .ie9 .form-service .txt-placeholder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 15px;
    color: #2a2f36;
  }
  .form-service .ttl-form {
    margin-bottom: 0;
  }
  .form-service .form-group {
    position: relative;
    float: left;
    margin: 4px 12px 0 0;
  }
  .form-service .form-group:first-child {
    margin-top: 0;
    padding-left: 0;
  }
  .form-service .form-group:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .form-service .form-group:not(:first-child):not(:last-child) {
    width: 212px;
    padding: 0;
  }
  .form-service .form-group-select .wpcf7-form-control-wrap {
    left: 0;
    right: 0;
  }
}
/*section service highlights*/
.section-service-highlights {
  padding: 10px 0;
}


@media only screen and (min-width: 992px) {
  .section-service-highlights {
    padding: 10px 0 10px;
  }
  .section-service-highlights .inner-width > .inner {
    margin-top: 40px;
  }
}
.item-service {
  margin-top: 30px;
}
.item-service .ttl-article {
  margin-bottom: 7px;
  color: #232323;
  font-size: 18px;
  font-family: 'utm-avo', Helvetica, Arial, sans-serif;
}
.item-service .sub-ttl {
  color: #444;
  font-family: 'myriadpro-regular', Helvetica, Arial, sans-serif;
}
.item-service .image {
  position: relative;
}
.item-service .image:before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  width: 50vw;
}
.item-service .label-img {
  position: absolute;
  top: 0;
  width: 42px;
  height: 56px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.item-service .label-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 12px;
}
.item-service .content-left img {
  width: 100%;
}
.item-service .content-right {
  margin-top: 20px;
}
.item-service:nth-child(odd) .image:before {
  right: -10px;
  background-color: #003366;
}
.item-service:nth-child(even) .image:before {
  left: -10px;
  background-color: #ff9900;
}
@media only screen and (min-width: 768px) {
  .item-service {
    *zoom: 1;
    margin-top: 40px;
  }
  .item-service:before,
  .item-service:after {
    display: table;
    content: "";
  }
  .item-service:after {
    clear: both;
  }
  .item-service:after {
    clear: both;
    content: " ";
    display: table;
  }
  .item-service .content-left {
    width: 48%;
  }
  .item-service .content-right {
    width: 48%;
    margin-top: 0;
  }
  .item-service .image:before {
    width: 24vw;
  }
  .item-service:nth-child(odd) .content-left {
    float: left;
  }
  .item-service:nth-child(odd) .content-right {
    float: right;
  }
  .item-service:nth-child(even) .content-left {
    float: right;
  }
  .item-service:nth-child(even) .content-right {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .item-service {
    margin-top: 0;
    padding: 78px 0 65px;
    border: solid 1px#c3c3c3;
  }
  .item-service .list-acc .link-acc {
    padding-right: 70px;
  }
  .item-service .content-left {
    width: 500px;
  }
  .item-service .content-right {
    width: 620px;
    padding: 0 13px;
  }
  .item-service .ttl-article {
    margin-top: -35px;
font-size: 25px;
margin-bottom: 15px;
  }
  .item-service .sub-ttl {
    padding-right: 160px;
  }
  .item-service .image:before {
    top: -30px;
    bottom: -30px;
    width: 290px;
  }
  .item-service .label-img {
    width: 84px;
    height: 112px;
  }
  .item-service:nth-child(odd) .image:before {
    right: -30px;
  }
  .item-service:nth-child(even) {
    border-top: 0;
  }
  .item-service:nth-child(even) .image:before {
    left: -30px;
  }
  .item-service:nth-child(even) .content-right {
    padding-left: 35px;
  }
  .item-service .btn-view {
    margin: 17px 0 0 0px;
  }
}
.item-service-google .label-img {
  left: 0;
  background-image: url('../img/qc/icon-label-orange.png');
}
.item-service-google .label-img:before {
  background-image: url('../img/qc/icon-ga-blue.png');
  background-size: 22px 22px;
}
@media only screen and (min-width: 992px) {
  .item-service-google .label-img:before {
    background-size: 44px 44px;
    background-position: 50% 30px;
  }
}
.item-service-facebook .label-img {
  right: 0;
  background-image: url('../img/qc/icon-label-blue.png');
}
.item-service-facebook .label-img:before {
  background-image: url('../img/qc/icon-fa-white.png');
  background-size: 24px 24px;
}
@media only screen and (min-width: 992px) {
  .item-service-facebook .label-img:before {
    background-size: 48px 48px;
    background-position: 66% 20px;
  }
}
/*section service other*/
.section-service-other {
  padding: 20px 0 30px;
}
@media only screen and (min-width: 992px) {
  .section-service-other {
    /*padding: 55px 0 115px;*/

    padding: 10px;
  }
}
.slider-service-other {
  margin-top: 20px;
}
.slider-service-other .slide-item img {
  width: 100%;
}
.slider-service-other .slick-list {
  padding-bottom: 30px;
}
.slider-service-other .slick-arrow {
  margin-top: -70px;
}
.slider-service-other .image {
  position: relative;
}
.slider-service-other .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-service-other .icon {
  display: block;
  position: relative;
  width: 86px;
  height: 86px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #003366;
  margin: -43px auto 20px;
}
.slider-service-other .icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.slider-service-other .ttl-item {
  position: relative;
  z-index: 2;
}
.slider-service-other .ttl-item span {
  position: relative;
  color: #3c3c3c;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.slider-service-other .ttl-item span:before {
  content: '';
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
  border-style: solid;
  margin-left: -10px;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #ff9900 transparent;
}
.slider-service-other .slide-google .icon:before {
  background-image: url('../img/qc/icon-ga-white.png');
  background-size: 44px 44px;
}
.slider-service-other .slide-facebook .icon:before {
  background-image: url('../img/qc/icon-fa-white.png');
  background-size: 48px 48px;
}
.slider-service-other .slide-network .icon:before {
  background-image: url('../img/qc/icon-an-white.png');
  background-size: 52px 52px;
}
.slider-service-other .slide-mobile .icon:before {
  background-image: url('../img/qc/icon-ma-white.png');
  background-size: 50px 50px;
}
.slider-service-other .slick-current .icon {
  background-color: #ff9900;
}
.slider-service-other .slick-current .ttl-item span:before {
  display: none; /* Yen ẩn secction content */
}
.slider-service-other .slick-current .image:before {
  content: none;
}
.slider-service-other .slick-current.slide-google .icon:before {
  background-image: url('../img/qc/icon-ga-blue.png');
}
.slider-service-other .slick-current.slide-facebook .icon:before {
  background-image: url('../img/qc/icon-fa-blue.png');
}
.slider-service-other .slick-current.slide-network .icon:before {
  background-image: url('../img/qc/icon-an-blue.png');
}
.slider-service-other .slick-current.slide-mobile .icon:before {
  background-image: url('../img/qc/icon-ma-blue.png');
}
@media only screen and (min-width: 768px) {
  .slider-service-other .slide-item {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-service-other {
    margin-top: 58px;
  }
  .slider-service-other .slick-list {
    padding-bottom: 45px;
  }
  .slider-service-other .slick-arrow {
    margin-top: -92px;
  }
  .slider-service-other .slick-next {
    right: -52px;
  }
  .slider-service-other .slick-prev {
    left: -52px;
  }
  .slider-service-other .ttl-item {
    font-size: 18px;
  }
  .slider-service-other .icon {
    margin-bottom: 32px;
  }
  .slider-service-other .ttl-item span:before {
    bottom: -46px;
    margin-left: -18px;
    border-width: 0 18px 20px 18px;
  }
}
.tab-service {
  background-color: #fff;
  padding: 15px;
  border-top: solid 2px #ff9900;
  box-shadow: 0 0 73px rgba(0, 0, 0, 0.1);
}
.tab-service .content-left {
  border: solid 1px #d7dce8;
}
.tab-service .content-left img {
  width: 100%;
}
.tab-service .list-acc {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .tab-service {
    *zoom: 1;
  }
  .tab-service:before,
  .tab-service:after {
    display: table;
    content: "";
  }
  .tab-service:after {
    clear: both;
  }
  .tab-service:after {
    clear: both;
    content: " ";
    display: table;
  }
  .tab-service .content-left {
    width: 30%;
    float: left;
  }
  .tab-service .content-right {
    width: 70%;
    float: right;
    padding-left: 18px;
  }
  .tab-service .list-acc {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 992px) {
  .tab-service {
    padding: 50px 27px 60px;
  }
  .tab-service .content-left {
    width: 384px;
  }
  .tab-service .content-right {
    width: 732px;
  }
  .tab-service .list-acc li {
    margin-top: 32px;
  }
}
/*section contact*/
.section-contact {
  position: relative;
  padding-top: 20px;
}
.section-contact .inner {
  margin-top: 20px;
}
.section-contact .outer {
  display: table;
}
.section-contact .image,
.section-contact .desc {
  display: table-cell;
  vertical-align: middle;
}
.section-contact .image {
  width: 80px;
}
.section-contact .image img {
  width: 100%;
}
.section-contact .btn-orange {
  min-width: 200px;
  margin-top: 10px;
  margin-right: 10px;
}
.section-contact .desc {
  padding-left: 20px;
}
.section-contact .desc p {
  font-weight: bold;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .section-contact {
    padding: 40px 0 50px;
  }
  .section-contact .inner {
    margin-top: 47px;
    padding: 49px 33px 15px 54px;
    border: solid 1px #c3c3c3;
  }
  .section-contact .image {
    width: 160px;
  }
  .section-contact .content-left {
    width: 503px;
  }
  .section-contact .content-right {
    width: 608px;
    padding-top: 6px;
  }
  .section-contact .btn-group {
    *zoom: 1;
    display: block;
    margin-bottom: 20px;
  }
  .section-contact .btn-group:before,
  .section-contact .btn-group:after {
    display: table;
    content: "";
  }
  .section-contact .btn-group:after {
    clear: both;
  }
  .section-contact .btn-group:after {
    clear: both;
    content: " ";
    display: table;
  }
  .section-contact .btn-orange {
    width: 260px;
    clear: left;
    margin: 0;
  }
  .section-contact .desc {
    padding-left: 28px;
  }
  .section-contact .desc p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}
/*design web*/
.banner-design .inner-width img {
  top: 14px;
}
@media only screen and (min-width: 992px) {
  .banner-design .inner-width img {
    width: 742px;
    top: -15px;
    right: -129px;
  }
}
.section-design-info .list-design {
  padding: 0 10px;
}
.section-design-info .inner-design .inner {
  margin-top: 20px;
}
.section-design-info .image {
  margin-top: 20px;
}
.section-design-info .image img {
  width: 100%;
}
.section-design-info .image .caption {
  font-family: 'utm-avo', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .section-design-info {
    padding: 10px 0 10px;
  }
  .section-design-info .list-design {
    padding: 0 10%;
  }
  .section-design-info .list-design > article {
    margin-top: 67px;
  }
  .section-design-info .image {
    margin-top: 0;
  }
  .section-design-info .image img {
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-design-info .image .caption {
    margin-top: -10px;
    font-size: 36px;
  }
}
/*section why design*/
.section-why-design img {
  width: 100%;
}
.section-why-design .content-right {
  background-color: #f7f7f7;
}
.section-why-design .content-right .outer {
  padding: 20px 10px;
}
.section-why-design .content-right .inner {
  margin-top: 21px;
}
.section-why-design .content-right p {
font-size: 18px;
}
.section-why-design .group-link-control {
  text-align: center;
}
.section-why-design .group-link-control .btn-group {
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .section-why-design .row {
    display: -ms-flexbox;
    display: flex;
  }
  .section-why-design .content-left,
  .section-why-design .content-right {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .section-why-design .content-left {
    padding: 0;
    background: url('../img/tk/img-design02.jpg') no-repeat center center;
    background-size: cover;
  }
  .section-why-design .content-left img {
    display: none;
  }
  .section-why-design .content-right .outer {
    padding: 30px 20px;
  }
  .section-why-design .group-link-control {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .section-why-design .content-right .outer {
    width: 530px;
    padding: 55px 20px;
  }
  .section-why-design .group-link-control {
    padding: 0 32px;
  }
}
.list-intro li {
  margin-top: 28px;
}
.list-intro .icon,
.list-intro span {
  display: inline-block;
  vertical-align: middle;
}
.list-intro .icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}
.list-intro .icon.icon01 {
  background-image: url('../img/tk/icon01.png');
}
.list-intro .icon.icon02 {
  background-image: url('../img/tk/icon02.png');
}
.list-intro .icon.icon03 {
  background-image: url('../img/tk/icon03.png');
}
.list-intro .icon.icon04 {
  background-image: url('../img/tk/icon04.png');
}
.list-intro .icon.icon05 {
  background-image: url('../img/tk/icon05.png');
}
.list-intro span {
  margin-left: 10px;
  font-weight: bold;
  font-family: 'Roboto';
}
@media only screen and (min-width: 768px) {
  .list-intro li {
    position: relative;
  }
  .list-intro li:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -185px;
    z-index: 1;
    width: 176px;
    height: 58px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .list-intro li.li01:before {
    background-image: url('../img/tk/img-line01.png');
  }
  .list-intro li.li02:before {
    background-image: url('../img/tk/img-line02.png');
  }
  .list-intro li.li03:before {
    left: -150px;
    width: 140px;
    height: 12px;
    background-image: url('../img/tk/img-line03.png');
  }
  .list-intro li.li04:before {
    top: -25px;
    background-image: url('../img/tk/img-line04.png');
  }
  .list-intro li.li05:before {
    top: -20px;
    background-image: url('../img/tk/img-line05.png');
  }
}
@media only screen and (min-width: 992px) {
  .list-intro {
    padding: 0 40px;
  }
}
/*section process project*/
.section-process-project {
  padding: 30px 0 40px;
}
.section-process-project .inner {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-process-project {
    padding: 30px 0 120px;
  }
  .section-process-project .inner-width {
    padding: 0 15px;
  }
  .section-process-project .inner {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-process-project {
    padding: 50px 0 250px;
  }
  .section-process-project .inner-width {
    padding: 0 48px;
  }
  .section-process-project .inner {
    margin-top: 88px;
  }
}
.list-process-pro {
  position: relative;
  padding: 10px 0;
}
.list-process-pro:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 1;
  width: 52%;
  height: 100%;
  margin-left: -26%;
  border: dotted 2px #8a8a8a;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.list-process-pro ul {
  position: relative;
  z-index: 5;
}
.list-process-pro .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: solid 1px #003366;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-process-pro li {
  width: 48%;
  padding: 30px 0;
}
.list-process-pro li:nth-child(odd) {
  float: left;
}
.list-process-pro li:nth-child(even) {
  float: right;
}
.list-process-pro li:nth-child(2n+1) {
  clear: left;
}
.list-process-pro li .desc {
  position: relative;
}
.list-process-pro li + li .desc:before,
.list-process-pro li:first-child .desc:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #8a8a8a transparent transparent transparent;
}
.list-process-pro li p {
  margin-top: 10px;
  font-family: 'Roboto';
  font-weight: bold;
  text-align: center;
}
.list-process-pro li p span {
  font-style: italic;
  font-size: 16px;
}
.list-process-pro .li-detail .desc:before,
.list-process-pro .li-design .desc:before {
  bottom: -32px;
  left: 50%;
  margin-left: -7px;
}
.list-process-pro .li-handover .desc:before,
.list-process-pro .li-live .desc:before {
  top: -37px;
  left: 50%;
  margin-left: -5px;
}
.list-process-pro .li-user .desc:before {
  top: -44px;
  right: -13px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.list-process-pro .li-user .icon {
  background-image: url('../img/tk/icon-pencil.png');
  background-size: 48px 48px;
}
.list-process-pro .li-user span {
  color: #fd5f42;
}
.list-process-pro .li-detail .icon {
  background-image: url('../img/tk/icon-doc.png');
  background-size: 38px 52px;
}
.list-process-pro .li-detail span {
  color: #f0b81d;
}
.list-process-pro .li-design .icon {
  background-image: url('../img/tk/icon-browser.png');
  background-size: 48px 42px;
}
.list-process-pro .li-design span {
  color: #26cbbd;
}
.list-process-pro .li-demo .desc:before {
  bottom: -44px;
  left: -13px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.list-process-pro .li-demo .icon {
  background-image: url('../img/tk/icon-tag.png');
  background-size: 48px 38px;
}
.list-process-pro .li-demo span {
  color: #83c516;
}
.list-process-pro .li-handover .icon {
  background-image: url('../img/tk/icon-book.png');
  background-size: 46px 46px;
}
.list-process-pro .li-handover span {
  color: #3b99d7;
}
.list-process-pro .li-live .icon {
  background-image: url('../img/tk/icon-desktop.png');
  background-size: 60px 38px;
}
.list-process-pro .li-live span {
  color: #7a56f0;
}
@media only screen and (min-width: 768px) {
  .list-process-pro {
    height: 200px;
    border: dotted 3px #8a8a8a;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
  .list-process-pro:before {
    content: none;
  }
  .list-process-pro .icon {
    width: 100px;
    height: 100px;
  }
  .list-process-pro li {
    position: absolute;
    width: 30%;
    z-index: 5;
  }
  .list-process-pro li + li .desc:before,
  .list-process-pro li:first-child .desc:before {
    width: 20px;
    height: 20px;
    border-width: 12px 10px 0 10px;
  }
  .list-process-pro li p {
    min-height: 40px;
  }
  .no-touch .list-process-pro li a:hover .icon,
  .no-touch .list-process-pro li a:focus .icon {
    background-color: #ff9900;
    border: solid 4px #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .list-process-pro .li-detail .desc:before,
  .list-process-pro .li-design .desc:before {
    top: 42px;
    bottom: auto;
    left: -10px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
  .list-process-pro .li-handover .desc:before,
  .list-process-pro .li-live .desc:before {
    top: auto;
    bottom: 85px;
    left: auto;
    right: -10px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .list-process-pro .li-user {
    top: -94px;
    left: 20px;
  }
  .list-process-pro .li-user .desc:before {
    top: 142px;
    left: -32px;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
  }
  .no-touch .list-process-pro .li-user a:hover .icon,
  .no-touch .list-process-pro .li-user a:focus .icon {
    background-image: url('../img/tk/icon-pencil-active.png');
  }
  .list-process-pro .li-detail {
    top: -94px;
    left: 50%;
    margin-left: -15%;
  }
  .no-touch .list-process-pro .li-detail a:hover .icon,
  .no-touch .list-process-pro .li-detail a:focus .icon {
    background-image: url('../img/tk/icon-doc-active.png');
  }
  .list-process-pro .li-design {
    top: -94px;
    right: 20px;
  }
  .no-touch .list-process-pro .li-design a:hover .icon,
  .no-touch .list-process-pro .li-design a:focus .icon {
    background-image: url('../img/tk/icon-browser-active.png');
  }
  .list-process-pro .li-demo {
    bottom: -310px;
    right: 20px;
  }
  .list-process-pro .li-demo .desc:before {
    top: -45px;
    right: -32px;
    left: auto;
    -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
  }
  .no-touch .list-process-pro .li-demo a:hover .icon,
  .no-touch .list-process-pro .li-demo a:focus .icon {
    background-image: url('../img/tk/icon-tag-active.png');
  }
  .list-process-pro .li-handover {
    bottom: -310px;
    left: 50%;
    margin-left: -15%;
  }
  .no-touch .list-process-pro .li-handover a:hover .icon,
  .no-touch .list-process-pro .li-handover a:focus .icon {
    background-image: url('../img/tk/icon-book-active.png');
  }
  .list-process-pro .li-live {
    bottom: -310px;
    left: 20px;
  }
  .no-touch .list-process-pro .li-live a:hover .icon,
  .no-touch .list-process-pro .li-live a:focus .icon {
    background-image: url('../img/tk/icon-desktop-active.png');
  }
}
@media only screen and (min-width: 992px) {
  .list-process-pro {
    height: 303px;
  }
  .list-process-pro .img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -22px 0 0 -75px;
  }
  .list-process-pro li {
    width: 32%;
  }
  .list-process-pro li p {
    min-height: 58px;
  }
  .list-process-pro li p span {
    font-size: 21px;
  }
  .list-process-pro .li-detail .desc:before,
  .list-process-pro .li-design .desc:before {
    left: 0;
  }
  .list-process-pro .li-handover .desc:before,
  .list-process-pro .li-live .desc:before {
    bottom: 108px;
    right: 0;
  }
  .list-process-pro .li-user {
    left: 25px;
  }
  .list-process-pro .li-user .desc:before {
    top: 185px;
    left: -36px;
  }
  .list-process-pro .li-design {
    right: 25px;
  }
  .list-process-pro .li-live {
    bottom: -437px;
    left: 30px;
  }
  .list-process-pro .li-detail {
    margin-left: -16%;
  }
  .list-process-pro .li-handover {
    bottom: -437px;
    margin-left: -16%;
  }
  .list-process-pro .li-demo {
    bottom: -437px;
    right: 20px;
  }
  .list-process-pro .li-demo .desc:before {
    top: -110px;
  }
}
/*section website gallery*/
.section-web-gallery {
  padding-top: 20px;
}
.section-web-gallery .filter-block {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section-web-gallery {
    position: relative;
  }
  .section-web-gallery .content-website {
    margin-left: 0;
  }
  .section-web-gallery .filter-block {
    margin-top: 40px;
    position: static;
    width: 100%;
    background-color: #ff9900;
  }
  .section-web-gallery .filter-block .list-filter {
    width: 100%;
    padding-bottom: 0;
  }
  .section-web-gallery .filter-block .list-filter ul {
    *zoom: 1;
  }
  .section-web-gallery .filter-block .list-filter ul:before,
  .section-web-gallery .filter-block .list-filter ul:after {
    display: table;
    content: "";
  }
  .section-web-gallery .filter-block .list-filter ul:after {
    clear: both;
  }
  .section-web-gallery .filter-block .list-filter ul:after {
    clear: both;
    content: " ";
    display: table;
  }
  .section-web-gallery .filter-block .list-filter li {
    float: left;
    overflow: inherit;
  }
  .section-web-gallery .filter-block .list-filter li.active .link-filter:before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: #ffa400;
  }
  .section-web-gallery .filter-block .list-filter .link-all {
    background-position: 50% 15px;
  }
  .section-web-gallery .filter-block .link-filter {
    height: 75px;
    padding: 5px 15px;
    background-position: 50% 15px;
  }
  .section-web-gallery .filter-block .link-filter span {
    margin-top: 40px;
    font-size: 13px;
    font-weight: normal;
  }
  .no-touch .section-web-gallery .filter-block .link-filter:hover:before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: #ffa400;
  }
}
.list-website-gallery {
  margin-top: 24px;
}
.list-website-gallery > ul {
  margin: 0;
}
.list-website-gallery > ul li {
  margin-top: 12px;
  padding: 0 6px;
}

.list-website-gallery .link-web {
  overflow: hidden;
  display: block;
  border: solid 1px #ececec;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.list-website-gallery .link-web img {
  width: 100%;
}
.list-website-gallery .link-web .wrap-img {
  max-height: 370px;
  overflow: hidden;
}
.list-website .col-xs-6:hover .link-web img.has-thumb, .list-website-gallery .link-web:hover .wrap-img img {
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  transform: translateY(-65%);
}
.list-website .link-web img.has-thumb, .list-website-gallery .link-web .wrap-img img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  -ms-transition: all 6s ease;
  -o-transition: all 6s ease;
  transition: all 6s ease;
}
.list-website-gallery .control-info {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-top: solid 1px #ececec;
}
.list-website-gallery .control-info .wrap {
  padding: 12px 10px;
}
.list-website-gallery .control-info .ttl-control {
  position: static;
  -ms-transform: none;
      transform: none;
  color: #191919;
  font-size: 12px;
}
.list-website-gallery .control-info .ttl-control span {
  font-size: 10px;
}
.list-website-gallery .control-info .group-link {
  margin-top: 10px;
  position: static;
}
@media only screen and (min-width: 768px) {
  .list-website-gallery .group-link {
    margin-left: 0;
    text-align: center;
  }
  .list-website-gallery .control-info .link-search,
  .list-website-gallery .control-info .link-card {
    width: 42px;
    height: 42px;
  }
  .list-website-gallery .control-info .link-search {
    background-image: url(../img/icon-search03.png);
  }
  .list-website-gallery .control-info .link-card {
    background-image: url(../img/icon-card02.png);
  }
  .no-touch .list-website-gallery > ul li:hover .control-info {
    border-top-color: #fff;
    background-color: #ff9900;
  }
  .no-touch .list-website-gallery > ul li:hover .control-info .link-search {
    background-image: url(../img/icon-search-active.png);
  }
  .no-touch .list-website-gallery > ul li:hover .control-info .link-card {
    background-image: url(../img/icon-card-active.png);
  }
}
@media only screen and (min-width: 992px) {
  .list-website-gallery > ul li {
    padding: 0px 15px 15px 15px;
    width: 25%;
  }
  .list-website-gallery .control-info .wrap {
    padding: 15px 10px;
  }
  .list-website-gallery .control-info .ttl-control {
    font-size: 15px;
  }
  .list-website-gallery .control-info .ttl-control span {
    font-size: 12px;
  }
  header .inner-width {
    width: 100%;
  }
  header .contact-info, header .main-menu .inner {
    max-width: 1170px;
    margin: 0px auto;
  }
  .wrapper > .pagebuilder-content{
    padding-top: 110px;
  }
}
/* format table */
.entry-content table {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.entry-content th, .entry-content tr:first-child td {
      background-color: #003366;
      color: white;
      height: 50px;
}
.entry-content th p , .entry-content tr:first-child td p{
   color: white;
  }
.entry-content th, .entry-content td {
      border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}

.page-editor table{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.page-editor th, .page-editor tr:first-child td {
      background-color: #003366;
      color: white;
      height: 50px;
}
.page-editor th p , .page-editor tr:first-child td p{
   color: white;
  }
.page-editor th, .page-editor td {
      border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}

.tm-editor img {
  max-width: 600px;
}
.body-service-detail .title {

    font-size: 20px;
    text-align: left;
    text-transform: none;
    margin-left: 15px;
}
.body-service-detail .section-service-highlights .inner-width > .inner {
  margin-top: 20px;
}
/*Phong update*/
.quick-contact {
  position: fixed;
  left: 0;
  bottom: 75px;
  z-index: 9;
}
.q-contact-item {
  margin-left: 10px;
  margin-bottom: 10px;
}
.q-contact-item a {
  display: block;
  width: 45px;
  height: 100%;
  background-size: 50px !important;
  padding: 25px;
  border-radius: 100px;
  border: solid 4px #c7c7c7;
}
.q-zalo a {
  background: url('../img/q-icon-zalo.png') no-repeat center;
}
.q-mess a {
  background: url('../img/q-icon-mess.png') no-repeat center;
}
.q-call a {
  background: url('../img/q-icon-phone.png') no-repeat center;
}
.q-zalo:hover a {
  padding: 30px;
  background-size: 60px !important;
  animation: rotate-btn .3s linear 1;
  -webkit-animation: rotate-btn .3s linear 1;
}
.q-mess:hover a {
  padding: 30px;
  background-size: 60px !important;
  animation: rotate-btn .3s linear 1;
  -webkit-animation: rotate-btn .3s linear 1;
}
.q-call:hover a {
  padding: 30px;
  background-size: 60px !important;
  animation: rotate-btn .3s linear 1;
  -webkit-animation: rotate-btn .3s linear 1;
}
.q-call:hover .q-alpha {
  bottom: -6px;
  left: -6px;
}

@keyframes rotate-btn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.q-call a {
  animation: q-shake 1s;
  animation-iteration-count: infinite;
}
.q-zalo a {
  animation: q-shake 1s;
  animation-iteration-count: infinite;
}
.q-mess a {
  animation: q-shake 1s;
  animation-iteration-count: infinite;
}

@keyframes q-shake {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(15deg); }
  40% { transform: rotate(-15deg); }
  50% { transform: rotate(15deg); }
  60% { transform: rotate(0deg); }
  70% { transform: rotate(0deg); }
  80% { transform: rotate(0deg); }
  90% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
.q-alpha {
  width: 100px;
  height: 100px;
  bottom: -11px;
  left: -11px;
  position: absolute;
  background-color: transparent;
  z-index: -1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid red;
  opacity: 0.1;
  -webkit-animation: tmi-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: tmi-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: tmi-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: tmi-alo-circle-anim 1.2s infinite ease-in-out;
  animation: tmi-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@-moz-keyframes tmi-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes tmi-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-o-keyframes tmi-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes tmi-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
.hosting-footer-slide .slide-item img {
  height: 300px;
  width: auto !important;
}
header .contact-info * {
  color: #fff !important;
}
header i.icon {
  filter: brightness(0) invert(1);
}
.form-service .form-group .form-control, .form-group .text-select {
  color: #fff;
}
.form-service select.form-control {
  color: #555 !important;
}
.feature-pages {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.feature-page-item {
  border-radius: 4px;
  box-shadow: 5px 5px 11px #cacaca, -5px -5px 11px #f5f5f5;
  flex: 1 1 1%;
  margin: 15px 0px;
  padding: 15px 10px;
}
.feature-page-item .detail-url {
  padding-top: 20px;
  font-weight: bold;
}
.feature-page-item:hover {
  background: #ff9900;
}
.feature-page-item:hover h3, .feature-page-item:hover p {
  color: #fff !important;
}
.feature-pages .outer:before {
  content: none !important;
}
.feature-pages h3.sub-ttl {
  line-height: 1.5;
}
.detail-url a {
  color: #003366;
}
.feature-page-item:hover .detail-url a {
  color: #fff;
}
.page-editor {
  text-align: justify;
}
.page-editor img {
  max-height: 500px;
  width: auto !important;
  max-width: 100%;
  margin: auto;
}
/* .list-sub-menu ul {
  width: max-content;
} */

@media(max-width: 414px) {
  .feature-pages {
    padding: 0px 10px;
  }
  .feature-page-item {
    flex-basis: 35%;
  }
  .banner-title .inner-width img {
    opacity: 0.4;
  }
}
@media(max-width: 1023px) {
  .feature-page-item h3.sub-ttl {
    font-size: 15px;
    height: 50px;
  }
}
.blog-img-wrapper img, .service-img-wrapper img{
	height: 180px;
	object-fit: cover;
}
.blog-txt .blog-title a, .service-txt .service-title a{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  overflow: hidden;
}
.service-txt .service-summary{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 75px;
  overflow: hidden;
}
.list-idea-client .slick-dots{
  display: none !important;
}
.slider-logo .slick-initialized .slick-slide{
  border: unset;
}
.breadcrumb-area{
  background-size: contain !important;
  background-position: bottom;
}
.breadcrumb-area .breadcrumb-area-overlay{
  opacity: 0.3;
}
.desktop-topbar-right li{
  padding: 0px 15px !important;
}
.desktop-topbar-right li > a{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.link-account i{
  font-size: 16px;
}
.link-account + ul.language-dropdown{
  z-index: 9999;
  top: 33px;
  left: 15px;
}
.link-account::after{
  top: 3px;
}
.link-account + ul.language-dropdown li{
  display: block !important;
  padding: 0px;
  border-left: solid 1px #fff !important;
}
.link-account + ul.language-dropdown li a{
  font-size: 15px;
}
.main-menu .list-sub-menu ul{
  border-top: solid 3px #ff9900;
}
#masonry-portfolio .cases.masonry-row .row{
  display: flex;
  flex-wrap: wrap;
}
#masonry-portfolio .cases.masonry-row .row > div{
  display: block;
  position: unset !important;
}
.banner-block .slide-item:not(:first-child){
  display: none;
}
.banner-block .slick-track .slide-item{
  display: block !important;
}
.link-service .image img{
  width: 45px;
  height: auto;
}
.login-area .login-content .input-btn a{
  border: unset;
  margin: auto !important;
  padding: 20px 0px !important;
  border-radius: unset !important;
}
.shop-item-slide-2 .shop-item{
  padding: 0px 15px;
}
.single-pricing-table .features ul li{
  padding-left: 25px;
  padding-bottom: 10px;
  background: url(../img/check.png) no-repeat left top;
  background-size: 18px;
}
.subscribe-form input[type="email"]{
  color: #333;
}
.cases.masonry-row{
  height: auto !important;
}
#cartUpdate{
  background: #fff;
  color: #FF9900;
}
.update-cart a.proceed-checkout-btn{
  color: #fff;
  background-color: #FF9900;
  border-radius: 4px;
  padding-top: 0px;
}
.footer-contact-info ul li a{
  color: #fff;
}
.cart_price > span:first-child{
  display: none;
}
td.product-column .column-box{
  display: flex;
}
td.product-column .product-title{
  margin-top: auto;
  margin-bottom: auto;
}
.payment-options input[type=radio]{
  margin-top: -4px;
}
.slick-prev.gjs-lory-prev, .slick-next.gjs-lory-next{
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.product-area #type_sort{
  border: 1px solid #ccc;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 0px;
    -webkit-appearance: none
}
.product-area .shop-dropdown::after {
  content: "▼";
  font-size: 1rem;
  top: 18px;
  right: 20px;
  position: absolute;
  color: #ff9900;
}
.product-price{
  display: flex;
  flex-wrap: wrap;
}
span.deposit{
  margin-left: 30px;
}
.nav-item.active > a.nav-link{
  color: #FF9900 !important;
}
.about-company-section ul li, .blog-details ul li, .case-details ul li, .service-details ul li{
  line-height: 26px !important;
  margin:5px 0px !important;
  font-size:17px !important;

}

table, caption, tbody, thead, tfoot, tr, th, td {
      border: 1px solid #333;
    padding: 10px 10px;
}
