@import url("fonts.css");


body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto
}

.container {
    width: 1200px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype'),
        url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf') format('truetype'),
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/RobotoBlack.eot');
    src: url('../fonts/RobotoBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoBlack.woff') format('woff'),
        url('../fonts/RobotoBlack.ttf') format('truetype'),
        url('../fonts/RobotoBlack.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaRegular';
    src: url('../fonts/HelveticaRegular.eot');
    src: url('../fonts/HelveticaRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaRegular.woff') format('woff'),
        url('../fonts/HelveticaRegular.ttf') format('truetype'),
        url('../fonts/HelveticaRegular.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBold.woff') format('woff'),
        url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMImpact';
    src: url('../fonts/UTMImpact.eot');
    src: url('../fonts/UTMImpact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMImpact.woff') format('woff'),
        url('../fonts/UTMImpact.ttf') format('truetype'),
        url('../fonts/UTMImpact.svg#UTMImpact') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMHelvetIns.woff') format('woff'),
        url('../fonts/UTMHelvetIns.ttf') format('truetype'),
        url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
    font-weight: normal;
    font-style: normal;
}


ul#main-nav a {
    font-family: 'HelveticaRegular';
}

#bandoiframe iframe {
    width: 100% !important;
}

.rel {
    position: relative
}

.red {
    color: red
}

.over-hide {
    overflow: hidden
}

.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}

.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}

.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}

.blue {
    color: blue
}

.btn-effect {
    background: #35414D;
    color: #fff;
    padding: 10px 18px;
    font-family: Avo;
    padding-top: 11px;
    font-size: 17px;
}

.btn-effect:hover {
    background: #1BBC9B;
    color: #fff;
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
    box-shadow: chartreuse;
}

.phantrang {
    margin-left: 15px;
    text-align: center;
}

.pagination>li>a.current {
    background: #ddd
}

.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.tooltip-inner {
    border-radius: 0 !important
}

.link-transpare-border:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
}

.empty-content {
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.title-child {
    font-family: Alter-gothic;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
}

.inner-max-width img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: white;
}

header .wrap-top {
    /* padding: 5px 0; */
}

header nav {
    z-index: 12;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu_nav {
    width: 85%;
}

ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 2;
    display: table;
    width: 100%;
    float: left;
}

ul#main-nav>li:hover>div>a,
ul#main-nav li.active>div>a {
    color: #fff;
}

ul#main-nav>li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    padding: 0;
    padding: 0;
    margin: 0;
}



ul#main-nav li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav li a:hover {
    color: rgb(253, 253, 253) !important;
}

ul#main-nav>li a {
    color: #F9F9F9;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    padding: 10px 0px;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

ul#main-nav li:hover>a {
    color: #fff;
}

ul#main-nav>li a:hover,
ul#main-nav>li.active>a {
    text-decoration: none;
    color: #fff;
}

ul#main-nav>li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 1000px;
    left: 0;
    max-width: 300px;
    z-index: 2;
    text-align: left;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav>li ul ul {
    left: 100%;
    top: 0;
}

ul#main-nav>li ul li {
    padding: 10px 5px;
    min-width: 200px;
    position: relative;
    background-color: #0069AD;
    border-bottom: 1px solid rgba(245, 245, 245, 0.53);
}

ul#main-nav>li ul li a {
    padding-left: 5px;
    text-transform: inherit;
    color: #F5F5F5;
    padding: 5px !important;
    line-height: 16px;
    font-size: 15px;
    text-transform: capitalize;
    float: none;
}

ul#main-nav>li:hover>ul {
    display: block !important;
    opacity: 1;
}

ul#main-nav li:hover>ul {
    display: block !important;
}

#page-wrapper {
    position: relative;
    z-index: 23;
    background-color: #fff;
}

#social-air a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px 3px;
    text-align: center;
}

.video-wrapper iframe {
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 37.55%;
    height: 0;
}

.zoomContainer {
    z-index: 120
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

ul#light-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#light-gallery li .inner {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}

.grid-item {
    margin-bottom: 16px;
}

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

.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}

@media (max-width: 500px) {}

.news-content .header .date {
    font-style: italic;
    font-size: 13px;
    margin: 5px 2px;
    color: #8a8888;
    font-size: 11pt;
}

.ttintar123 {
    text-align: center;
    background: url(../img/afspmoi.png) center bottom no-repeat;
    font-family: RobotoBold;
    text-transform: uppercase;
    color: #000;
    font-size: 20pt;
    padding-bottom: 18px;
    margin: 15px 0px;
}

.ttdv {
    font-family: OpenSans-Bold;
    text-align: center;
    color: #000;
    font-size: 25pt;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url(../img/afspmoi.png) center bottom no-repeat;
}

body a:hover {
    text-decoration: none;
}

.titletintuc {
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    color: #000000;
    font-size: 18pt;
    margin-bottom: 15px;
    background: url(../img/gachdup.png) left bottom no-repeat;
}

.hinhtintucone img {
    width: 100%;
}

.tentintucone a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 12pt;
    display: inline-block;
    padding: 15px 0 5px 0px;
}

.motatintucone {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    color: #555555;
    font-size: 14px;
}

.xemthemttone a {
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #fff;
    background: #015488;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dvtintuccroll {
    padding: 10px 0px;
}

.tintuccroll {
    padding-left: 0px;
}

.hinhtintuccroll {
    width: 38%;
    float: left;
}

.noidungtintuccroll {
    width: 62%;
    float: left;
    padding-left: 15px;
}

.noidungtintuccroll a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 14px;
    display: inline-block;
    padding: 0px 0 5px 0px;
}

.motatintuccroll {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    color: #555555;
    font-size: 13px;
}

.baovideo .embed-responsive-16by9 {
    padding-bottom: 73.25%;
}

.ttbaivietkhac {
    text-transform: uppercase;
    font-size: 14pt;
    color: black;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px;
    margin-bottom: 10px;
}

.baivietkhac a:hover {
    color: red;
}

.hinhcon {
    display: none;
}

.colvideo {
    margin: 10px 0;
}

.tenvideo {
    background: #000;
    color: white;
    font-family: 'RobotoRegular';
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    text-transform: uppercase;
}

div.breadcrumb {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: 'RobotoRegular';
    background: #F3F3F3;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    display: none;
}

#inner {
    padding-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

#inner li:nth-last-child(1) span {
    display: none;
}

#inner li {
    display: inline-block;
    float: left;
    list-style: none;
}

#inner a {
    padding: 0 10px;
}

div.breadcrumb a {
    color: #000;
}

div.breadcrumb a:hover {
    color: #f15a25;
}

#owl-video {
    margin-top: 10px;
}

.title_tintuc_video {
    font-family: OpenSans-Bold;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url(../img/gachdup.png) left bottom no-repeat;
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}

.fancybox-thumbs>ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

.share_toolbox_nss {
    display: flex;
    align-items: center;
    justify-content: start;
}

.zalo-share-button {
    height: 26px !important;
    background: #03A5FA;
    margin-top: -5px;
    padding: 3px 0;
}

.effect-rotate,
.effect-scale {
    overflow: hidden;
}

.effect-scale img {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.effect-scale img:hover {
    transform: scale(1.1);
}

.effect-rotate img {
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.effect-rotate:hover img {
    transform: rotate(360deg);
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.img_ {
    position: relative;
    overflow: hidden;
}

.img_ img {
    margin: 0 auto;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.img_:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-sr {
    width: 25px;
    float: right;
    height: 0px;
}

a.search {
    width: 25px;
    height: 23px;
    position: absolute;
    z-index: 100;
    background: url(../img/timkiem.png) no-repeat center center;
    font-size: 0;
    text-indent: -9999px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
}

.search-form {
    margin-top: 45px;
    background-color: #fff;
    width: 0px;
    height: 35px;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    top: 0px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(220, 220, 220, 1);
    opacity: 0;
    right: 15px;
    z-index: 23;
}

.form-row-search {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.box_search {
    position: absolute;
    font-family: 'fontB';
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    bottom: 66px;
    right: 163px;
}

#search_frm_vi {
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-row-search input[type="text"] {
    border: none;
    background: none;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 20px 0 20px 20px;
    -o-border-radius: 20px 0 20px 20px;
    -ms-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
}

header #lang-bar {
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
}

.wrap-top-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    width: 19%;
}

.wrap-top-right {
    width: 75%;
    padding: 0 0 0 40px;
}

.wrap-top-right-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 5px 0;
}

.banner span {
    font-size: 30px;
    font-family: UTMImpact;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 1px #353535b3;
}

.info_header {
    text-align: right;
}

.info_header .map_header {
    font-family: HelveticaRegular;
    font-size: 14px;
    color: #fff;
    display: block;
}

.hotl_header {
    display: inline-block;
    font-family: Helvetica-Bold;
    font-size: 15px;
    padding: 2px 0 2px 20px;
    background: url(../img/hot.png) left center no-repeat;
    color: #fff;
}

.banner {
    flex-grow: 1;
    text-align: center;
}

.gioithieu {
    height: 633px;
    padding: 80px 0 0 0;
}

.ndgt {
    width: 60%;
    padding: 0 40px 0 0;
    float: left;
}

.gioithieuname {
    text-transform: uppercase;
    color: #CF0000;
    font-family: UTMHelvetIns;
    font-size: 33px;
    line-height: 35px;
}

.gioithieuname span {
    color: #585858;
    display: block;
    font-size: 25px;
    font-family: HelveticaRegular;
}

.gioithieumota {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #585858;
    font-size: 15px;
    font-family: HelveticaRegular;
    margin: 15px 0 10px;
    line-height: 25px;
    text-align: justify;
}

.gioithieuxemthem a {
    color: #4D4D4D;
    border: 1px solid #D7D7D7;
    background: #fff;
    padding: 8px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: HelveticaRegular;
}

.linhvuc {
    background: #F4F4F4;
    padding: 30px 15px;
    width: 40%;
    float: right;
}

.title_linhvuc {
    text-align: center;
    text-transform: uppercase;
    color: #002E53;
    font-family: UTMHelvetIns;
    font-size: 28px;
    padding: 0 0 10px 0;
}

.link_linhvuc div {
    padding: 0px 20px;
    position: relative;
}

.link_linhvuc div:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #F5F5F5 0%, #fff 50%, #F5F5F5 100%);
}

.link_linhvuc div:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #F2F2F2 0%, #DBDBDB 50%, #F2F2F2 100%);
}

.link_linhvuc a {
    color: #002E53;
    display: block;
    font-family: HelveticaRegular;
    font-size: 17px;
    padding: 9px 0;
}

.box_thongke {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    font-family: HelveticaRegular;
    font-size: 17px;
}

.counter {
    font-size: 48px;
    font-family: Helvetica-Bold;
}

.dichvu {
    padding: 40px 0 50px;
}

.dichvu_box {
    margin: 10px 0;
    padding: 5px 5px 0 5px;
    background: #fff;
    text-align: center;
}

.dichvu_name a {
    font-family: Helvetica-Bold;
    text-transform: uppercase;
    color: #0B0B0B;
    font-size: 16px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 0;
}

.dichvu_describe {
    color: #969696;
    font-size: 14px;
    font-family: HelveticaRegular;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 15px 0;
}

.dichvu_seemore a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #D9D9D9;
    font-family: Helvetica-Bold;
    text-transform: capitalize;
    color: #0B0B0B;
    font-size: 14px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px #7d7a7a;
}

.title_dichvu {
    text-align: center;
    font-family: UTMHelvetIns;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0;
    padding: 0 0 10px 0;
    position: relative;
}

.title_dichvu:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 170px;
    height: 2px;
    background: #fff;
}

.owl-dichvu .owl-prev {
    width: 37px !important;
    height: 53px !important;
    background: url(../img/l.png) no-repeat !important;
    position: absolute;
    top: calc(30% - 27px) !important;
    left: -22px !important;
}

.owl-dichvu .owl-next {
    width: 37px !important;
    height: 53px !important;
    background: url(../img/r.png) no-repeat !important;
    position: absolute;
    top: calc(30% - 27px) !important;
    right: -22px !important;
}

.why_form {
    padding: 45px 0;
}

.why_content {
    width: 25%;
    float: left;
    padding: 0 20px 0 0;
}

.form_index {
    width: calc(75% - 511px);
    float: right;
    padding: 0 0 0 20px;
}

.why_icon {
    width: 35%;
    float: left;
    position: relative;
    width: 511px;
    height: 496px;
    font-family: UTMImpact;
    color: #fff;
    /* font-size: 22px; */
    text-transform: uppercase;
}

.text_why {
    width: 100px;
    height: 100px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size: 22px;
}

.text1_lg {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.text2_lg {
    position: absolute;
    top: 160px;
    left: 30px;
}

.text3_lg {
    position: absolute;
    top: 160px;
    right: 30px;
}

.text4_lg {
    position: absolute;
    bottom: 32px;
    left: 99px;
}

.text5_lg {
    position: absolute;
    bottom: 32px;
    right: 97px;
}

.why_name {
    color: #101010;
    font-family: RobotoRegular;
    font-size: 15px;
    text-transform: capitalize;
}

.why_name span {
    text-transform: uppercase;
    display: block;
    font-family: UTMImpact;
    font-size: 22px;
    color: #015588;
}

.why_describe {
    color: #4D4D4D;
    font-size: 14px;
    font-family: HelveticaRegular;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
    line-height: 25px;
    text-align: justify;
}

.title_indexp {
    text-transform: uppercase;
    color: #015488;
    font-size: 25px;
    font-family: UTMHelvetIns;
}

.title_index {
    text-align: center;
    text-transform: uppercase;
    color: #015488;
    font-size: 25px;
    font-family: UTMHelvetIns;
    padding: 0 0 10px 0;
    margin: 10px 0;
    background: url(../img/line.png) bottom center no-repeat;
}

.slg_form {
    color: #2A2A2A;
    font-size: 14px;
    font-family: RobotoRegular;
    margin: 5px 0 15px 0;
}

.input_index,
.textarea_index {
    display: block;
    padding: 5px 0;
    position: relative;
}

.input_index input {
    background: #fff;
    border: 1px solid #F4F4F4;
    height: 40px;
    border-radius: 0;
    text-indent: 40px;
    padding: 5px 0;
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    box-shadow: none;
}

.textarea_index textarea {
    background: #fff;
    border: 1px solid #F4F4F4;
    height: 100px;
    border-radius: 0;
    text-indent: 40px;
    padding: 5px 0;
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    box-shadow: none;
}

.input_index input::-webkit-input-placeholder,
.textarea_index textarea::-webkit-input-placeholder {
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
}

.input_index i {
    color: #AAAAAA;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    font-size: 15px;
}

.textarea_index i {
    color: #AAAAAA;
    position: absolute;
    left: 12px;
    top: 14px;
    height: 10px;
    font-size: 15px;
}

.buttong_index {
    padding: 10px 0 0;
}

.buttong_index input {
    background: #D40000;
    border: none;
    height: 40px;
    border-radius: 0;
    text-indent: 0px;
    padding: 5px 20px;
    color: #fff;
    font-family: RobotoBlack;
    font-size: 16px;
    box-shadow: none;
    text-transform: uppercase;
}

.media_index {
    padding: 35px 0;
    background: #F4F4F4;
}

.title_indexn {
    text-transform: uppercase;
    color: #015488;
    font-size: 25px;
    font-family: UTMHelvetIns;
    margin: 0 0 15px 0;
}

.motadoitac {
    color: #242424;
    font-size: 14px;
    font-family: Helvetica;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px 0;
}

.row_lg_dt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.item_lg_dt {
    width: calc(100% / 3);
    padding: 5px;
}

.item_lg_dtin {
    width: 20%;
}

.item_lg_dt img {
    max-width: 100% !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.item_lg_dt img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.xemthemgdoitac a {
    background: #0069AD;
    color: #fff;
    font-family: Helvetica-Bold;
    font-size: 15px;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer {
    padding: 40px 0 40px;
    color: #fff;
    position: relative;
}

.footer1 {
    width: 35%;
    float: left;
}

.footer2 {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.footer3 {
    width: 22%;
    float: left;
    padding: 0 15px;
}

.footer4 {
    width: 23%;
    float: right;
}

.ttft1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-family: 'Helvetica-Bold';
    padding-bottom: 20px;
}

.footer2 a {
    color: #Fff;
    display: block;
    padding: 0px 0 10px 0;
    font-family: 'HelveticaRegular';
}

.thongke p {
    margin: 0 0 2px 0;
    padding: 5px 0 5px 28px;
    font-family: HelveticaRegular;
}

.thongke p:nth-child(1) {
    background: url(../img/tk1.png) left center no-repeat;
}

.thongke p:nth-child(2) {
    background: url(../img/tk2.png) left center no-repeat;
}

.thongke p:nth-child(3) {
    background: url(../img/tk3.png) left center no-repeat;
}

.thongke p:nth-child(4) {
    background: url(../img/tk4.png) left center no-repeat;
}

.thongke p span {
    width: 45%;
    display: inline-block;
}

.coppyright {
    text-align: center;
    padding: 15px 0;
    background: #004E7B;
    color: #fff;
    font-family: HelveticaRegular;
}

.footer2 a:hover {
    color: yellow;
}

.tentintucone:hover a,
.dvtintuccroll:hover a,
.link_linhvuc a:hover {
    color: #D40000;
}

.buttong_index input:hover {
    background: #f71b1b;
}

.dichvu_seemore a:hover {
    background: #0069ad2e;
}

.gioithieuxemthem a:hover {
    border: 1px solid #d85858;
}

header .wrap-top.fixeds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-size: unset !important;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

.effect-apollo {
    position: relative;
    overflow: hidden;
    display: block;
}

.effect-apollo img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.effect-apollo::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    z-index: 1;
}

.effect-apollo:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.effect-apollo:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.header__sohl {
    background: #fff url(../img/header__ich.png) no-repeat 7px;
    padding: 12px 20px 12px 50px;
    display: none;
    text-align: left;
}

.header__sohl.fix-hl {
    position: fixed;
    right: 5px;
    top: 84px;
    z-index: 999;
    border-radius: 20px;
    display: inline-block;
}

.header__sohl p {
    font-family: RobotoBlack;
    color: #ed1c24;
    font-size: 18px;
    padding-top: 13px;
    width: 165px;
    margin: 0;
}

ul#main-nav>li:hover,
ul#main-nav li.active {
    background-color: #015286;
}

.text_why:hover {
    font-size: 25px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.link_linhvuc {
    height: 350px;
    overflow-x: scroll;
}

header .wrap-top.fixeds .wrap-top-right-top {
    padding: 2px 0 0px 0;
}

header .wrap-top.fixeds ul#main-nav>li a {
    padding: 5px 0px;
}

header .wrap-top.fixeds a.search {
    top: 5px;
}

header .wrap-top.fixeds .search-form {
    right: 22px;
    margin-top: 0px;
}