@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,300,400,500,600,700");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "IBM Plex Sans"
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

li {
    display: inline-block
}

a:hover {
    text-decoration: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.space-top-40 {
    margin-top: 40px
}

@media (min-width:1530px) {
    .container {
        max-width: 1530px
    }
}

@media (min-width:1200px) and (max-width:1529px) {
    .container {
        max-width: 100%
    }
}

header {
    background: #008bd3;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: fixed;
    left: 0px;
    z-index: 99;
    top: 0px;
    width: 100%
}

header.stick {
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(3, 18, 28, 0.11);
    box-shadow: 0px 2px 6px 0px rgba(3, 18, 28, 0.11)
}

header.stick .main-menu a {
    color: #212b56;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

header.stick .main-menu a.active {
    background: #008bd3;
    color: #fff
}

header.stick .main-menu>ul>li:hover>a {
    background: #008bd3;
    color: #fff
}

header .logo {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: left;
    position: relative;
    height: 80px
}

header .logo img {
    max-height: 40px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

main {
    margin-top: 80px
}

.main-menu {
    display: inline-block
}

.main-menu li {
    position: relative
}

.main-menu li:hover>a {
    background: #fff;
    color: #008bd3
}

.main-menu li:hover>ul {
    display: inline-block
}

.main-menu a {
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    min-width: 150px;
    position: relative;
    font-weight: 600
}

.main-menu a.active {
    background: #fff;
    color: #008bd3
}

.main-menu a.hasdrop:after {
    content: "\f0dd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 8px;
    vertical-align: 3px
}

.main-menu>ul ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(3, 18, 28, 0.11);
    box-shadow: 0px 2px 6px 0px rgba(3, 18, 28, 0.11);
    text-align: left
}

.main-menu>ul ul li {
    width: 100%;
    text-align: left
}

.main-menu>ul ul a {
    color: #555;
    line-height: 50px;
    text-transform: inherit;
    width: 100%;
    text-align: left
}

.main-menu>ul ul a.active2,
.main-menu>ul ul a:hover {
    background: #5fb3de;
    color: #fff
}

.language {
    display: inline-block;
    float: right;
    color: #bdbdbd
}

.language a {
    color: #bdbdbd;
    line-height: 80px;
    margin: 0 6px;
    font-size: 14px
}

.language a.active {
    color: #2edaff
}

section {
    position: relative
}

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

.header-banner .bottom-banner {
    background: #12415f;
    padding: 60px 0;
    margin-top: -4px
}

.header-banner .bottom-banner h2 {
    font-size: 60px;
    font-weight: 700;
    color: #00a8ff;
    line-height: 66px;
    margin-bottom: 30px
}

.header-banner .bottom-banner p {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    width: 480px;
    margin: 0 auto;
    line-height: 20px;
    padding-bottom: 10px;
    max-width: 100%
}

.header-banner .newsletter {
    width: 480px;
    max-width: calc(100% - 80px);
    position: relative;
    margin: 0 auto;
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px
}

.header-banner .newsletter input {
    background: none;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    font-size: 14px
}

.header-banner .newsletter input:focus {
    outline: none
}

.header-banner .newsletter input::-webkit-input-placeholder {
    color: #fff
}

.header-banner .newsletter input:-ms-input-placeholder {
    color: #fff
}

.header-banner .newsletter input::-ms-input-placeholder {
    color: #fff
}

.header-banner .newsletter input::placeholder {
    color: #fff
}

.header-banner .newsletter button {
    position: absolute;
    bottom: -2px;
    right: -29px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-banner .newsletter button:hover {
    cursor: pointer
}

.header-banner .newsletter button:focus {
    outline: none
}

.ve-xmedia {
    float: left;
    width: 100%;
    padding-top: 100px
}

.ve-xmedia .container {
    overflow: hidden;
    position: relative
}

.ve-xmedia .position1 {
    float: left;
    display: inline-block;
    vertical-align: bottom
}

.ve-xmedia .position2 {
    position: absolute;
    right: 0px;
    bottom: 0px
}

.ve-xmedia .text {
    display: inline-block;
    max-width: 500px;
    margin-top: 10px
}

.ve-xmedia .text h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #008bd3;
    line-height: 80px
}

.ve-xmedia .text h3 {
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 30px 0 20px
}

.ve-xmedia .text h4 {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0 30px
}

.ve-xmedia .text p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px
}

.owl-carousel.pr-270 {
    padding-right: 270px
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: url("../Content/Content/images/icon-next.svg") no-repeat scroll 0 0;
    display: inline-block;
    font-size: 0px;
    width: 100px;
    background-size: 100% auto;
    height: 200px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 250px
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.5
}

.owl-carousel .owl-nav .owl-prev {
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
    right: inherit;
    left: -36px
}

.box-brand .owl-carousel .owl-nav .owl-next,
.box-brand .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    width: 40px;
    height: 40px;
    top: 50%;
    opacity: 0.6
}

.box-brand .owl-carousel .owl-nav .owl-next {
    right: 0px;
    left: inherit
}

.box-dichvu {
    clear: both
}

.box-dichvu .head {
    background: #12b7b8;
    color: #fff;
    position: relative
}

.box-dichvu .head:before {
    position: absolute;
    display: inline-block;
    content: "";
    z-index: 1;
    left: 0px;
    width: calc(50% - 750px);
    height: 100%;
    background: #057387
}

.box-dichvu .head a {
    color: #fff
}

.box-dichvu .head a:hover {
    color: #ccc
}

.box-dichvu .head a:after {
    content: "-";
    display: inline-block;
    margin: 0 10px
}

.box-dichvu .head li:last-child a:after {
    display: none
}

.box-dichvu .head .icon {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url("../Content/images/bg-icon.png") no-repeat scroll 0px 0px;
    vertical-align: -6px;
    margin-right: 10px
}

.box-dichvu .head .text {
    background: #057387;
    display: inline-block;
    padding: 30px 20px;
    position: relative;
    z-index: 9
}

.box-dichvu .head .text h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.box-dichvu .head .text ul a {
    font-size: 14px;
    font-weight: 700
}

.box-dichvu .head .text:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 100%;
    background: #057387;
    position: absolute;
    right: -59px;
    top: 0px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

.title-text h3 {
    font: 700 60px/65px "IBM Plex Sans";
    color: #057387;
    text-transform: uppercase;
    margin-bottom: 25px
}

.title-text p {
    color: #057387;
    font: 400 20px/26px "IBM Plex Sans";
    margin: 0 auto;
    max-width: 1120px
}

.pd-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pd-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pd-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pd-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pd-tb-130 {
    padding-top: 160px;
    padding-bottom: 250px
}

.space-20 {
    margin-bottom: 20px
}

.space-30 {
    margin-bottom: 30px
}

.space-40 {
    margin-bottom: 40px
}

.space-50 {
    margin-bottom: 50px
}

.space-60 {
    margin-bottom: 60px
}

.popup {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup .overlay-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.popup .popup-content {
    position: relative;
    z-index: 9;
    background: #fff;
    width: 666px;
    max-width: 100%
}

.popup .popup-content.w_500 {
    width: 566px
}

.popup .popup-content .title {
    background: #008bd3;
    color: #fff;
    text-transform: uppercase
}

.popup .popup-content .title h3 {
    font: 700 18px/60px "IBM Plex Sans";
    padding: 0 33px
}

.popup .popup-content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup .popup-content .content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 266px;
    flex: 0 0 266px;
    background: #e0e0e0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup .popup-content .content .right {
    padding: 30px;
    width: calc(100% - 266px)
}

.popup .popup-content .content .right .row {
    margin-left: -7px;
    margin-right: -7px
}

.popup .popup-content .content .right .col-md-4,
.popup .popup-content .content .right .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px
}

.popup .popup-content .content .right .max-height {
    overflow-y: auto;
    max-height: 72px
}

.popup .popup-content .content .thumb {
    display: inline-block;
    margin-bottom: 40px
}

.popup .popup-content .content .text h3 {
    margin-bottom: 15px;
    color: #424242;
    font: 700 18px/22px "IBM Plex Sans";
    text-transform: uppercase
}

.popup .popup-content .content .text h3+a {
    margin-bottom: 42px;
    display: inline-block;
    width: 100%;
    font: 700 16px/22px "IBM Plex Sans";
    color: #424242
}

.popup .popup-content .content .text h3+a.space-0 {
    margin-bottom: 5px
}

.popup .popup-content .content .text h3+a:hover {
    color: #008bd3
}

.popup .popup-content .content .btn {
    border-radius: 0px;
    background: #008bd3;
    text-transform: uppercase;
    color: #fff;
    font: 400 16px/46px "IBM Plex Sans";
    padding: 0px;
    width: 100%;
    max-width: 206px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.popup .popup-content .content .btn.btn-white {
    background: #fff;
    color: #333;
    border: 1px solid #cdcdcd;
    font-size: 18px;
    padding: 8px 0
}

.popup .popup-content .content .btn.btn-white:hover {
    background: #008bd3;
    border-color: #008bd3;
    color: #fff
}

.popup .popup-content .content .btn.btn-green {
    background: #12b7b8
}

.popup .popup-content .content .btn:hover {
    opacity: 0.8
}

.popup .popup-content .content .btn:focus {
    outline: none
}

.popup .popup-content .content .box-follow {
    border: 1px solid #adadad;
    padding: 10px 0 8px
}

.popup .popup-content .content .box-follow p {
    color: #333a4b;
    font: 400 15px/20px "IBM Plex Sans";
    margin-bottom: 6px
}

.popup .popup-content .content .box-follow p b {
    font: 700 20px/24px "IBM Plex Sans"
}

.popup .popup-content .content .box-follow p b.blue {
    color: #0886e7
}

.popup .popup-content .content .box-follow p b.red {
    color: #f84081
}

.popup .popup-content .content p {
    color: #333a4b;
    font: 400 16px/24px "IBM Plex Sans"
}

.popup .popup-content .slider-item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 10px
}

.popup .popup-content .slider-item a {
    display: inline-block;
    width: 100%;
    line-height: 0;
    margin-bottom: 15px
}

.popup .popup-content .slider-item span {
    min-height: 115px
}

.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-next,
.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    font-size: 30px;
    width: 38px;
    height: 44px;
    background: #c4c4c4 url("../Content/images/bg-icon.png") no-repeat scroll 3px -211px;
    top: calc(25% - 30px);
    left: 0px;
    font-size: 0
}

.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-next:hover,
.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #cdcdcd
}

.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-next {
    top: inherit;
    bottom: calc(25% - 14px);
    left: inherit;
    right: 0;
    background-position: 3px -268px
}

.popup .close-popup {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../Content/images/bg-icon.png") no-repeat scroll -50px 7px;
    position: absolute;
    right: 12px;
    top: 8px
}

.popup .close-popup:hover {
    cursor: pointer;
    opacity: 0.8
}

.box-dichvu {
    background: #f7f7f7;
    overflow: hidden;
    position: relative
}

.box-dichvu .title .icon {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 16px
}

.box-dichvu .title .text {
    float: left;
    display: inline-block;
    width: calc(100% - 130px);
    color: #333a4b
}

.box-dichvu .title .text h3 {
    font: 700 70px/76px "IBM Plex Sans";
    text-transform: uppercase;
    margin-bottom: 6px
}

.box-dichvu .title .text h4 {
    font: 600 34px/40px "IBM Plex Sans";
    text-transform: uppercase;
    margin-bottom: 10px
}

.box-dichvu .title+p {
    float: left;
    width: 100%;
    font: 400 16px/30px "IBM Plex Sans"
}

.box-dichvu .title+p+p {
    clear: both
}

.box-dichvu .box-dichvu2 .title .icon {
    margin-top: 0px
}

.box-dichvu .brand {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px;
    overflow-y: auto;
    max-height: 440px
}

.box-dichvu .brand a {
    float: left;
    width: calc(33.33% - 15px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 0
}

.box-dichvu .brand a:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(3, 18, 28, 0.24);
    box-shadow: 0px 2px 10px 0px rgba(3, 18, 28, 0.24)
}

.box-gioithieu {
    padding: 180px 0 420px;
    color: #fff
}

.box-gioithieu h2 {
    font-size: 80px;
    line-height: 110px;
    font-weight: 700;
    text-transform: uppercase
}

.box-gioithieu h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px
}

.box-gioithieu p {
    font-size: 18px;
    line-height: 30px
}

.box-gioithieu .text {
    display: inline-block;
    max-width: 580px
}

.box-dichvu .brand.full-width .item {
    width: calc(100% - 15px);
    background: #fff;
    border: 1px solid #cecece;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.box-dichvu .brand.full-width .item a {
    display: inline-block;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px
}

.box-dichvu .brand.full-width .item .thumb {
    max-width: 220px;
    padding: 0px;
    float: left
}

.box-dichvu .brand.full-width .item .text {
    width: calc(100% - 260px);
    float: left;
    color: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-dichvu .brand.full-width .item .text .inner-text {
    display: inline-block;
    width: 100%
}

.box-dichvu .brand.full-width .item .text a {
    color: #282828;
    padding: 0px
}

.box-dichvu .brand.full-width .item .text a:hover {
    color: #057387
}

.box-dichvu .brand.full-width .item .text h3 {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-weight: 700
}

.box-dichvu .brand.full-width .item .text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px
}

.box-dichvu .brand.full-width .item .text a.read-more {
    display: inline-block;
    color: #057387;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline
}

.box-slicktabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box-slicktabs .item {
    float: left;
    display: inline-block;
    width: 50%;
    background: #f7f7f7;
    padding: 90px 60px 140px;
    position: relative
}

.box-slicktabs .item .ab-pos {
    float: right;
    margin-bottom: 10px
}

.box-slicktabs .item .slider {
    float: left;
    width: 100%;
    text-align: center
}

.box-slicktabs .item .slider img {
    margin: 0 auto;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

.box-slicktabs .item .slider .text {
    margin: 0 auto;
    max-width: 660px;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.box-slicktabs .item:first-child {
    background: #0059a5
}

.box-slicktabs .item .icon {
    margin-bottom: 45px
}

.box-slicktabs .item a.read {
    background: #f2f2f2;
    font: 400 18px/62px "IBM Plex Sans";
    color: #351836;
    display: inline-block;
    width: 250px;
    text-align: center;
    padding: 0px;
    margin-top: 30px
}

.box-slicktabs .item a.read:hover {
    opacity: 0.9
}

.box-slicktabs .item a.read:after {
    display: inline-block;
    width: 24px;
    height: 17px;
    background: url("../Content/images/bg-icon.png") no-repeat scroll -70px -305px;
    content: "";
    margin-left: 10px;
    vertical-align: -3px
}

.box-slicktabs .item h3 {
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    color: #333a4b;
    text-transform: uppercase;
    margin-bottom: 20px
}

.box-slicktabs .item .content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.box-slicktabs .item .action {
    margin-left: -60px
}

.box-slicktabs .item .action a {
    display: inline-block;
    width: 100%;
    padding-left: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 90px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    color: #333a4b;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.box-slicktabs .item .action a span {
    position: relative;
    z-index: 9;
    float: left
}

.box-slicktabs .item .action a .icon {
    display: inline-block;
    height: 55px;
    width: 55px;
    background: #333a4b;
    border-radius: 50%;
    margin: 17px 20px 0 0;
    float: left;
    background: #333a4b url("../Content/images/bg-icon.png") no-repeat scroll -45px -37px;
    position: relative;
    z-index: 8;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.box-slicktabs .item .action a .icon.icon2 {
    background-position: -47px -103px
}

.box-slicktabs .item .action a .icon.icon3 {
    background-position: -50px -164px
}

.box-slicktabs .item .action a .icon.icon4 {
    background-position: -54px -223px
}

.box-slicktabs .item .action a:before {
    content: "";
    display: inline-block;
    width: 0px;
    position: absolute;
    background: #0059a5;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 2
}

.box-slicktabs .item .action a.active3,
.box-slicktabs .item .action a:hover {
    color: #fff
}

.box-slicktabs .item .action a.active3 .icon,
.box-slicktabs .item .action a:hover .icon {
    background-color: #fff;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    background-position-x: -117px
}

.box-slicktabs .item .action a.active3 .icon.icon2,
.box-slicktabs .item .action a:hover .icon.icon2 {
    background-position-x: -119px
}

.box-slicktabs .item .action a.active3 .icon.icon3,
.box-slicktabs .item .action a:hover .icon.icon3 {
    background-position-x: -122px
}

.box-slicktabs .item .action a.active3 .icon.icon4,
.box-slicktabs .item .action a:hover .icon.icon4 {
    background-position-x: -122px
}

.box-slicktabs .item .action a.active3:before,
.box-slicktabs .item .action a:hover:before {
    width: 100%
}

.box-slicktabs .slick-initialized .slick-slide:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.style-scroll ::-webkit-scrollbar-track {
    border: 1px solid rgba(0, 0, 0, 0);
    background: url("../Content/images/bg-scroll.jpg") repeat-y scroll center
}

.style-scroll ::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0)
}

.style-scroll ::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    border-radius: 5px
}

.box-baogiatruyenthong {
    padding-top: 50px;
    overflow: hidden
}

.box-baogiatruyenthong .title {
    clear: both;
    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative
}

.box-baogiatruyenthong .title h4 {
    font: 700 38px/40px "IBM Plex Sans";
    text-transform: uppercase
}

.box-baogiatruyenthong .title h3 {
    font: 700 60px/90px "IBM Plex Sans";
    text-transform: uppercase
}

.box-baogiatruyenthong .left {
    display: inline-block;
    float: left
}

.box-baogiatruyenthong .right {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 40px
}

.box-baogiatruyenthong .right p {
    color: #333a4b;
    font-size: 16px;
    line-height: 24px
}

.box-baogiatruyenthong .content {
    clear: both;
    margin-top: 10px
}

.box-baogiatruyenthong .btn-primary {
    background: #12b7b8;
    border-radius: 0px;
    border-color: #12b7b8;
    font: 400 18px/60px "IBM Plex Sans";
    padding: 0 45px;
    text-transform: uppercase
}

.box-baogiatruyenthong .btn-primary .icon {
    display: inline-block;
    margin-left: 10px
}

.table {
    margin-bottom: 0px
}

.table thead th {
    vertical-align: middle;
    text-align: center;
    background: #eafaff;
    color: #0059a5;
    border: none;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.table thead th:last-child {
    border-right: none
}

.table thead tr:first-child th {
    text-transform: uppercase;
    font: 700 18px/24px "IBM Plex Sans"
}

.table tbody td {
    vertical-align: middle;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    font-size: 18px
}

.table tbody td:last-child {
    border-right: none
}

.table tbody tr:last-child td {
    border-bottom: none
}

.table input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.table .wrap-input {
    position: relative;
    width: 100px;
    margin: 15px auto;
    border-radius: 20px;
    overflow: hidden
}

.table .wrap-input input {
    padding: 0 36px;
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center
}

.table .wrap-input span {
    position: absolute;
    background: #a6a6a6;
    top: 0px;
    left: 0px;
    width: 30px;
    text-align: center;
    height: 100%;
    font-size: 20px;
    line-height: 28px
}

.table .wrap-input span:hover {
    cursor: pointer
}

.table .wrap-input span.add {
    left: inherit;
    right: 0px
}

.child-section {
    display: none
}

.child-section.active {
    display: block
}

#section2 .child-section {
    display: inline-block;
    width: 100%
}

.section-chiso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-chiso .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 140px 0px 180px;
    background: #008bd3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-chiso .item:nth-child(2n) {
    background: #0d4271
}

.section-chiso .item>div {
    display: inline-block;
    width: 100%;
    text-align: center
}

.section-chiso .item .icon {
    margin-bottom: 50px
}

.section-chiso .item .number {
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px
}

.section-chiso .item .number span {
    display: inline-block;
    margin: 0 5px
}

.section-chiso .item .text {
    font-size: 30px;
    color: #fff;
    font-weight: 300
}

.popup .table thead th {
    background: none
}

.popup .table thead tr:first-child th {
    text-transform: inherit;
    font-size: 16px;
    line-height: 20px;
    color: #212121
}

.popup .table tbody td {
    font-size: 16px;
    padding: 0px 6px
}

.popup .table tbody tr:nth-last-child(-n+4) td {
    padding: 10px 6px
}

.box-brand {
    padding-bottom: 200px
}

.box-brand .title h3 {
    color: #fff;
    font: 700 100px/120px "IBM Plex Sans";
    text-transform: uppercase;
    margin-bottom: 30px
}

.box-brand .title p {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    font: 400 18px/26px "IBM Plex Sans";
    margin-bottom: 80px
}

.card {
    border: none;
    border-bottom: 1px solid #fff !important
}

.card:last-child {
    border: none !important
}

.card-header {
    padding: 0px;
    border: none
}

.card-header button {
    background: #0059a5;
    width: 100%;
    text-align: center;
    border: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    font: 700 18px/50px "IBM Plex Sans";
    padding: 0px
}

.card-header button:after {
    display: inline-block;
    content: "\f106";
    font-size: 20px;
    margin-left: 10px;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff
}

.card-header button:hover {
    background: #1f76a3;
    text-decoration: none;
    color: #fff
}

.card-header button:focus {
    text-decoration: none;
    color: #fff
}

.card-header button.collapsed {
    background: #1f76a3
}

.card-header button.collapsed:after {
    content: "\f107"
}

.card-body {
    padding: 0px
}

.icon-menu {
    display: none
}

.icon-menu .bar1,
.icon-menu .bar2,
.icon-menu .bar3 {
    width: 28px;
    height: 3px;
    background-color: #008bd3;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.icon-menu.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    -ms-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px)
}

.icon-menu.active .bar2 {
    opacity: 0
}

.icon-menu.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    -ms-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px)
}

.box-contact .text {
    display: inline-block;
    width: 440px;
    text-align: left
}

.box-contact .text h3 {
    font: 700 72px/80px "IBM Plex Sans";
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background: #ef6161;
    text-align: center;
    margin-bottom: 60px;
    position: relative
}

.box-contact .text h3:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 52px;
    background: #ef6161;
    position: absolute;
    right: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

.box-contact .text p {
    color: #fff;
    font: 400 18px/30px "IBM Plex Sans";
    margin-bottom: 60px
}

.box-contact .text li {
    display: block;
    color: #fff;
    font: 400 16px/30px "IBM Plex Sans";
    padding-left: 40px;
    position: relative;
    margin-bottom: 6px
}

.box-contact .text li .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../Content/images/bg-icon.png") no-repeat scroll 4px -53px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px
}

.box-contact .text li .icon.icon-phone {
    background-position: 4px -96px
}

.box-contact .text li .icon.icon-email {
    background-position: 4px -143px
}

.box-contact .text a {
    color: #fff;
    font: 400 16px/26px "IBM Plex Sans"
}

.box-contact .m-auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:1529px) {
    .main-menu a {
        font-size: 14px;
        min-width: 130px
    }
    .box-dichvu .title .text h3 {
        font: 700 50px/76px "IBM Plex Sans";
        margin-bottom: 0px
    }
    .box-dichvu .title .text h4 {
        font: 600 26px/40px "IBM Plex Sans"
    }
    .box-slicktabs .item .action a {
        font-size: 24px;
        padding-right: 20px
    }
}

@media (max-width:1320px) {
    .box-gioithieu h2 {
        font-size: 60px;
        line-height: 80px
    }
    .section-chiso .item .number {
        font-size: 60px;
        line-height: 70px
    }
    .section-chiso .item {
        padding: 90px 0
    }
    .section-chiso .item .icon {
        padding: 0 40px
    }
    .section-chiso .item .text {
        font-size: 24px
    }
    .table {
        display: block;
        overflow-y: auto
    }
    .main-menu a {
        padding: 0 10px
    }
    .header-banner .bottom-banner h2 {
        font-size: 50px
    }
    .ve-xmedia .text h2 {
        font-size: 80px;
        line-height: 100px
    }
    .ve-xmedia .text h3 {
        font-size: 50px;
        margin: 10px 0px
    }
    .ve-xmedia .text {
        max-width: 380px
    }
    .ve-xmedia .text p {
        font-size: 16px;
        line-height: 20px
    }
    .box-baogiatruyenthong .title h4 {
        font: 700 28px/50px "IBM Plex Sans"
    }
    .box-baogiatruyenthong .title h3 {
        font: 700 50px/80px "IBM Plex Sans"
    }
    .box-contact .text h3 {
        font: 700 52px/40px "IBM Plex Sans";
        margin-bottom: 30px
    }
    .box-contact .text p {
        font: 400 16px/26px "IBM Plex Sans";
        margin-bottom: 30px
    }
    .box-contact .text li {
        font: 400 14px/28px "IBM Plex Sans"
    }
    .main-menu a {
        min-width: 120px
    }
    .box-slicktabs .item .action a {
        font-size: 20px;
        padding-right: 20px;
        margin-bottom: 15px
    }
    .box-slicktabs .item h3 {
        font-size: 60px;
        line-height: 80px
    }
}

@media (max-width:1199px) {
    .box-slicktabs .item .action {
        margin-left: -20px
    }
    .box-slicktabs .item {
        padding: 90px 20px 50px
    }
    .box-slicktabs .item .action a {
        padding-left: 20px
    }
    .box-slicktabs .item .slider img {
        max-height: 260px
    }
    .box-gioithieu {
        background: #333a4c !important;
        padding: 50px 0px 80px
    }
    .owl-carousel.pr-270 {
        padding-right: 0px
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0px
    }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        width: 50px;
        height: 60px
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -25px
    }
    .main-menu {
        display: none
    }
    .icon-menu .bar1,
    .icon-menu .bar2,
    .icon-menu .bar3 {
        background: #fff
    }
    .icon-menu {
        display: inline-block;
        margin-top: 8px;
        float: left;
        margin-right: 12px
    }
    .main-menu.active {
        display: inline-block;
        position: absolute;
        top: 46px;
        left: 0px;
        background: #008bd3;
        min-width: 280px
    }
    .main-menu.active li {
        display: block
    }
    .main-menu.active a {
        line-height: 40px;
        text-align: left;
        width: 100%;
        color: #fff
    }
    .main-menu.active a.active {
        background: #fff;
        color: #555
    }
    .main-menu>ul ul {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%
    }
    .main-menu>ul ul a {
        color: #555
    }
    header.stick .main-menu.active>ul ul a {
        color: #555
    }
    .main-menu a.hasdrop:after {
        float: right;
        margin-top: 10px
    }
    header.stick .main-menu.active a {
        color: #fff
    }
    header.stick .main-menu.active a.active {
        background: #fff;
        color: #555
    }
    header.stick .icon-menu .bar1,
    header.stick .icon-menu .bar2,
    header.stick .icon-menu .bar3 {
        background: #008bd3
    }
    header.stick .language a,
    header.stick .language span {
        color: #bdbdbd;
        line-height: 46px
    }
    header.stick .language a.active {
        color: #2edaff
    }
    header.stick .logo {
        display: none
    }
    header .logo {
        height: 46px
    }
    header .logo img {
        max-height: 30px
    }
    .language a {
        line-height: 46px
    }
    .ve-xmedia .position2 {
        display: none
    }
    .box-dichvu .title .text h3 {
        font: 700 36px/46px "IBM Plex Sans"
    }
    .box-dichvu .title .text h4 {
        font: 600 16px/30px "IBM Plex Sans"
    }
    .box-dichvu .title .icon {
        margin-right: 15px
    }
    .box-dichvu .title .icon img {
        width: 50px
    }
    .box-dichvu .title+p {
        font: 400 14px/24px "IBM Plex Sans"
    }
    .box-dichvu .brand {
        max-height: 300px
    }
    .box-brand .title h3 {
        font: 700 70px/80px "IBM Plex Sans"
    }
    .box-brand .title p {
        font: 400 16px/24px "IBM Plex Sans"
    }
    .box-contact .m-auto {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }
    .box-contact .m-auto img {
        margin: 0 auto
    }
    .box-contact .text {
        width: 100%;
        margin-bottom: 30px
    }
    .box-contact .text h3:before {
        display: none
    }
    .box-contact .text h3 {
        font: 700 40px/40px "IBM Plex Sans";
        padding: 20px
    }
    .pd-tb-130 {
        padding-top: 110px;
        padding-bottom: 150px
    }
    .box-baogiatruyenthong .right {
        position: static;
        float: left
    }
    .box-baogiatruyenthong .right p {
        color: #fff
    }
    .box-dichvu2 .col-sm-5,
    .box-dichvu2 .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .box-dichvu2 .col-sm-5 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    section#section2 .child-section {
        min-height: 500px
    }
}

@media (max-width:991px) {
    .box-slicktabs .item {
        width: 100%;
        padding: 50px 20px
    }
    .box-dichvu .brand.full-width .item .text {
        padding: 20px 0px
    }
    .box-dichvu .brand.full-width .item .text h3 {
        font-size: 22px
    }
    .box-dichvu .brand.full-width .item .text a.read-more,
    .box-dichvu .brand.full-width .item .text p {
        font-size: 16px;
        line-height: 24px
    }
    .box-gioithieu h2 {
        font-size: 40px;
        line-height: 60px
    }
    .box-gioithieu h3 {
        font-size: 26px;
        margin-bottom: 20px
    }
    .box-gioithieu p {
        font-size: 16px;
        line-height: 24px
    }
    .section-chiso .item .number {
        font-size: 40px;
        line-height: 50px
    }
    .owl-carousel.pr-270 {
        padding: 0 30px
    }
    .section-chiso .item .text {
        font-size: 18px
    }
    .header-banner .bottom-banner h2 {
        font-size: 40px;
        margin-bottom: 10px
    }
    .ve-xmedia {
        padding-bottom: 200px;
        padding-top: 50px
    }
    .ve-xmedia .position1 {
        display: none
    }
    .ve-xmedia .text {
        max-width: 100%
    }
    .ve-xmedia .text h2 {
        font-size: 50px;
        line-height: 65px
    }
    .ve-xmedia .text h2 br {
        display: none
    }
    .ve-xmedia .text h3 {
        font-size: 40px
    }
    .ve-xmedia .text h4 {
        font-size: 20px
    }
    .header-banner .bottom-banner {
        padding: 30px 0px 50px
    }
    .title-text h3 {
        font: 700 40px/55px "IBM Plex Sans";
        margin-bottom: 15px
    }
    .title-text p {
        font: 400 16px/22px "IBM Plex Sans"
    }
    .box-dichvu .col-sm-5,
    .box-dichvu .col-sm-7 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .box-dichvu .col-sm-5 {
        margin-bottom: 30px
    }
    .box-dichvu .brand {
        max-height: 380px
    }
    .box-dichvu .title .text {
        width: calc(100% - 65px)
    }
    #section4 {
        background: #333a4b !important
    }
}

@media (max-width:767px) {
    .box-slicktabs .item .action a {
        font-size: 16px;
        line-height: 60px
    }
    .box-slicktabs .item .action a .icon {
        margin-top: 2px
    }
    .header-banner .bottom-banner h2 {
        font-size: 33px;
        line-height: 46px
    }
    .box-slicktabs .item h3 {
        font-size: 50px
    }
    .box-baogiatruyenthong .title h4 {
        font: 700 28px/30px "IBM Plex Sans";
        margin-bottom: 10px
    }
    .box-baogiatruyenthong .title h3 {
        font: 700 36px/50px "IBM Plex Sans";
        margin-bottom: 10px
    }
    .box-brand .title h3 {
        font: 700 50px/60px "IBM Plex Sans"
    }
    .box-slicktabs .item .content {
        font-size: 16px
    }
    .box-brand .title p {
        font: 400 14px/20px "IBM Plex Sans";
        max-width: calc(100% - 30px);
        margin-bottom: 50px
    }
    .box-brand .owl-item a {
        max-width: 150px;
        display: inline-block
    }
    .box-brand .owl-item a img {
        max-width: 100%
    }
    .box-brand {
        padding-bottom: 100px
    }
    .box-baogiatruyenthong .right p {
        font-size: 14px
    }
    .box-dichvu .head .text {
        margin-left: -15px
    }
    .section-chiso .item {
        padding: 50px 0px
    }
    .section-chiso .item .icon,
    .section-chiso .item .number {
        margin-bottom: 20px
    }
    .section-chiso .item {
        width: 50%
    }
    .section-chiso .item:nth-child(4) {
        background: #008bd3
    }
    .section-chiso .item:nth-child(3) {
        background: #0d4271
    }
}

@media (max-width:639px) {
    .header-banner .bottom-banner h2 {
        font-size: 24px;
        line-height: 36px
    }
    .ve-xmedia .text h2 {
        font-size: 36px;
        line-height: 42px
    }
    .ve-xmedia .text h3 {
        font-size: 30px
    }
    .ve-xmedia .text h4 {
        font-size: 18px
    }
    .ve-xmedia .text p {
        font-size: 14px
    }
    .box-dichvu .brand a {
        width: calc(50% - 15px)
    }
    .ve-xmedia {
        padding-bottom: 130px
    }
    .popup .popup-content .content .left {
        padding: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px
    }
    .popup .popup-content .content .right {
        padding: 15px;
        -webkit-box-flex: calc(100% - 190px);
        -ms-flex: calc(100% - 190px);
        flex: calc(100% - 190px)
    }
    .box-dichvu .brand.full-width .item .text,
    .box-dichvu .brand.full-width .item .thumb {
        width: 100%;
        padding: 0 15px;
        max-width: 100%
    }
    .box-dichvu .brand.full-width .item .text {
        padding-bottom: 15px
    }
}

.effect-fade {
    border: 10px solid transparent;
    background-color: transparent;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 9999;
    -webkit-animation: pulsate 3s ease-out;
    animation: pulsate 3s ease-out;
    -moz-box-shadow: 0px 5px 80px #fff;
    -webkit-box-shadow: 0px 5px 80px #fff;
    box-shadow: 0px 5px 80px #fff;
    opacity: 0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: 0.8
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: 0.8
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-prev {
    -webkit-transform: translateY(-50%) rotateY(0deg);
    transform: translateY(-50%) rotateY(0deg);
    top: calc(25% - 10px)
}

.popup .popup-content .slider-item .owl-carousel .owl-nav .owl-next {
    bottom: calc(25% - 40px);
    top: inherit
}

@media (min-width:1500px) {
    section#section2 #content_chiso,
    section#section2 #content_gioithieu,
    section#section2 #content_nhansu {
        height: calc(100vh - 80px)
    }
}

@media (min-width:1200px) {
    section {
        min-height: calc(100vh - 80px)
    }
    #section1 {
        background: #12415f
    }
    section#section2 #content_chiso,
    section#section2 #content_gioithieu,
    section#section2 #content_nhansu {
        min-height: calc(100vh - 80px)
    }
}

.box-brand .owl-carousel .owl-item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px
}

.slick-slide:focus {
    outline: none
}

.box-brand img {
    max-height: 180px
}

.main-menu a {
    font-weight: 600
}

#section2 .slider-slick-one:focus {
    outline: none
}

#section2 .slider-slick-one:hover .slick-arrow {
    opacity: 1
}

#section2 .slider-slick-one .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 60px;
    background: url(../Content/images/icon-next.svg) no-repeat scroll 0 0;
    font-size: 0px;
    background-size: 100% auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#section2 .slider-slick-one .slick-arrow:hover {
    cursor: pointer;
    opacity: 0.8
}

#section2 .slider-slick-one .slick-arrow.slick-disabled {
    opacity: 0.2
}

#section2 .slider-slick-one .slick-arrow.slick-disabled:hover {
    cursor: default
}

#section2 .slider-slick-one .slick-arrow:focus {
    outline: none
}

#section2 .slider-slick-one .slick-arrow.slick-next {
    right: 0px
}

#section2 .slider-slick-one .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg)
}

#section2 .slider-slick-one.pr-270 .slick-arrow {
    width: 40px;
    height: 40px
}

#section2 .slider-slick-one.pr-270 .slick-arrow.slick-next {
    right: 200px
}

.title-text {
    position: relative
}

.back-dv {
    display: inline-block;
    position: absolute;
    left: 0px;
    font-size: 20px;
    color: #057387;
    top: 70px
}

.back-dv i {
    font-size: 30px;
    vertical-align: -5px;
    margin-right: 5px
}

.back-dv:hover {
    color: #008bd3
}

.ve-xmedia .text h2 br {
    display: none
}

.ve-xmedia .text h2 {
    font-size: 50px
}

.pr-270 {
    padding-right: 130px;
    padding-left: 140px
}

@media (max-width:1199px) {
    .pr-270 {
        padding-right: 0px;
        padding-left: 0px
    }
    #section2 .slider-slick-one .slick-arrow {
        opacity: 1
    }
}

@media (min-width:992px) {
    .ve-xmedia .text h2 {
        font-size: 55px;
        line-height: 72px
    }
    .ve-xmedia .text h3 {
        font-size: 45px;
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .back-dv {
        font-size: 14px
    }
    .back-dv i {
        font-size: 18px;
        vertical-align: -2px;
        margin-right: 0px
    }
}

@media (max-width:767px) {
    .box-brand .owl-item a {
        max-width: inherit
    }
    .box-brand .owl-item a img {
        max-height: 95px
    }
    .box-brand .owl-carousel .owl-item {
        height: 95px
    }
}

.section-chiso .item .icon img {
    display: inline-block
}

.section-chiso .item .icon+.text p {
    text-transform: uppercase;
    margin-bottom: 5px
}

.ve-xmedia .text h3 {
    color: #008bd3;
    margin: 10px 0 0px
}

.ve-xmedia .text h4 {
    margin: 10px 0 20px
}

.ve-xmedia .text h2 {
    color: #212529;
    text-transform: inherit;
    font-size: 30px;
    line-height: 34px
}

.box-dichvu .brand a {
    width: calc(25% - 15px)
}

.title-text h3 {
    margin-bottom: 5px
}

.box-dichvu .title-text.space-30 {
    margin-bottom: 0px
}

.box-dichvu .brand {
    max-height: 530px
}

@media (min-width:992px) {
    .ve-xmedia .text h2 {
        font-size: 36px;
        line-height: 40px
    }
}

#section2 .slider-slick-one-inner.pr-270 .slick-arrow {
    width: 40px;
    height: 40px
}

#section2 .slider-slick-one-inner.pr-270 .slick-arrow.slick-next {
    right: 200px
}

.popup .popup-content .content .btn.btn-white {
    background: #008bd3;
    border-color: #008bd3;
    color: #fff
}

.popup .popup-content .content .btn.btn-white:hover {
    opacity: 0.8
}

@media (max-width:991px) {
    #section2 .slider-slick-one-inner.pr-270 .slick-arrow.slick-next {
        right: 0px
    }
}

#section2 .slider-slick-one-inner.pr-270 .slick-arrow {
    width: 40px;
    height: 40px
}

#section2 .slider-slick-one-inner.pr-270 .slick-arrow.slick-next {
    right: 200px
}

.popup .popup-content .content .btn.btn-white {
    background: #008bd3;
    border-color: #008bd3;
    color: #fff
}

.popup .popup-content .content .btn.btn-white:hover {
    opacity: 0.8
}

@media (max-width:991px) {
    #section2 .slider-slick-one-inner.pr-270 .slick-arrow.slick-next {
        right: 0px
    }
}

.popup#popup-website .popup-content .content .box-follow p {
    font-size: 14px
}

.popup#popup-website .popup-content .content .box-follow p b#popup-website-location {
    font-size: 13px
}

.box-baogiatruyenthong .card-body {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    max-height: 426px
}

.box-baogiatruyenthong ::-webkit-scrollbar-track {
    border: 1px solid rgba(0, 0, 0, 0);
    background: url("../Content/Content/images/bg-scroll.jpg") repeat-y scroll center
}

.box-baogiatruyenthong ::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0);
    height: 8px
}

.box-baogiatruyenthong ::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    border-radius: 5px
}

.box-baogiatruyenthong .card-body {
    max-height: 426px
}

.box-baogiatruyenthong .table .wrap-input {
    margin-bottom: 5px
}

.box-baogiatruyenthong .title h4 {
    display: inline-block
}

.box-baogiatruyenthong .title h3 {
    display: inline-block;
    font: 700 38px/40px "IBM Plex Sans";
    margin-left: 10px
}

.box-dichvu .brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    height: 196px
}

@media (max-width:1400px) {
    .box-dichvu .brand a {
        height: 163px
    }
}

@media (max-width:1199px) {
    .box-dichvu .brand a {
        height: 112px
    }
}

@media (max-width:991px) {
    .box-dichvu .brand a {
        height: 152px
    }
}

@media (max-width:640px) {
    .box-dichvu .brand a {
        height: 118px
    }
}

.box-dichvu .brand a img {
    padding: 0px !important
}

.box-dichvu .brand.full-width .item .thumb {
    border-radius: 0px;
    height: auto
}

.box-dichvu .brand.full-width .item .text a {
    border-radius: 0px;
    height: auto
}

.box-dichvu .brand.full-width .item .text h3 {
    font-size: 26px;
    line-height: 33px
}

.box-dichvu .brand.full-width .item .text .inner-text {
    text-align: center
}

.box-dichvu .brand.full-width .item .text a.read-more,
.box-dichvu .brand.full-width .item .text h3 a {
    float: none
}

.table tbody td {
    font-size: 17px
}

thead tr:first-child th {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9
}

thead tr:nth-child(2) th {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 9
}

.table thead th:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0px;
    bottom: -1px;
    background: #cdcdcd
}

/*# sourceMappingURL=style.css.map */