.h1,
.h2,
.h3,
h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

::-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;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

.vshd {
    height: 0px;
    display: none;
    overflow: hidden;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

#wapper {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.head {
    border-bottom: 1px #fff solid;
}

.header-c {
    max-width: 1200px;
    width: 98%;
    margin: auto;
    position: relative;
    padding: 10px 0;
}

.logo {
    float: left;
    width: 18%;
}

.logo img {
    position: relative;
    z-index: 1;
}

.banner {
    float: left;
}

.right_head {
    position: absolute;
    right: 0px;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}

.hotline {
    float: left;
    background: url(/images-new/tel.png) no-repeat 0px 0px;
    font-size: 18px;
    color: #333;
    padding-left: 45px;
    /* font-family: 'Roboto-Medium'; */
    margin-bottom: 10px;
    line-height: 1;
}

.hotline div {
    font-size: 20px;
    color: #d60c0c;
    /* font-family: 'Roboto-Bold'; */
    line-height: 1;
}

.box_lang {
    margin-bottom: 10px;
}

.box_lang img {
    max-height: 25px;
    border: 1px solid #ccc;
}

#search {
    width: 170px;
    border-radius: 20px;
    margin-top: 5px;
    border: 1px solid #9ca4a5;
    background: #fff;
    outline: none;
    position: relative;
    float: right;
    float: right;
}

#search input {
    width: calc( 100% - 30px);
    height: 28px;
    /* font-family: 'Roboto-Light'; */
    font-size: 12px;
    color: #767676;
    border: none;
    background: none;
    padding: 0 10px;
    outline: none;
    float: left;
    outline: none;
    position: relative;
}

#search input::-webkit-input-placeholder {
    color: #767676;
}

#search input::-moz-placeholder {
    color: #767676;
}

#search input:-ms-input-placeholder {
    color: #767676;
}

#search input:-moz-placeholder {
    color: #767676;
}

#search button {
    height: 28px;
    border: none;
    width: 30px;
    color: #445655;
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    font-size: 12px;
    outline: none;
}

.wrap_menu1 {
    height: 42px;
}

.wrap_menu {
    width: 100%;
    background: #0a3f81;
    height: 42px;
    z-index: 101;
    position: relative;
    margin: auto;
}

.fix-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.menu {
    margin: auto;
    width: 98%;
    text-align: center;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    transition: all 0.5s;
}

#smoothmenu1 {
    width: calc( 1200px - 170px);
    float: left;
}

#smoothmenu1 ul {
    margin: 0px;
}

#smoothmenu1 .mn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#smoothmenu1 .last {
    float: left;
    position: relative;
    height: 100%;
    -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
}

#smoothmenu1 li.last a.c1 {
    font-size: 16px;
    /* font-family: 'OpenSans-Bold'; */
    display: block;
    color: #fff;
    height: 42px;
    line-height: 42px;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    margin: auto;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.m a.c1,
#smoothmenu1 li.last:hover a.c1 {
    color: #ff0 !important;
}

#smoothmenu1 ul {
    list-style: none;
}

#smoothmenu1 ul li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    display: none;
    visibility: hidden;
    min-width: 220px;
    width: 100%;
    top: 100%;
    overflow: visible;
    text-align: left;
    transition: all 0.3s;
}

#smoothmenu1 ul li ul li {
    display: list-item;
    float: none;
    height: 41px;
    background: #fff !important;
    border-bottom: 1px solid #dfdfdf;
}

#smoothmenu1 ul li ul li:hover {
    background: #0a3f81 !important;
}

#smoothmenu1 ul li ul li a {
    color: #333;
    /* font-family: 'Roboto-Regular'; */
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background: none;
}

#smoothmenu1 ul li:hover ul li a {
    background: none !important;
}

#smoothmenu1 ul li:hover ul li:hover a {
    background: none !important;
}

#smoothmenu1 ul li:hover ul li a {
    color: #333 !important;
}

#smoothmenu1 ul li:hover ul li:hover a {
    color: #fff !important;
}

#smoothmenu1 ul li ul li {
    width: 100%;
    text-align: left;
}

#smoothmenu1 ul li ul li ul {
    top: 0px;
    padding-top: 0px !important;
}

#smoothmenu1 ul li ul li ul li ul {
    min-width: 120px;
    top: 0px;
    padding-top: 0px !important;
}

#smoothmenu1 ul li:hover ul li:hover ul li a {
    color: #333 !important;
}

#smoothmenu1 ul li:hover ul li:hover ul li:hover a {
    color: #fff !important;
}

#smoothmenu1 ul li:hover ul li:hover ul li:hover ul li a {
    color: #333 !important;
}

#smoothmenu1 ul li:hover ul li:hover ul li:hover ul li:hover a {
    color: #fff !important;
}

#smoothmenu1 ul li ul {
    position: absolute;
    display: none;
    visibility: hidden;
    min-width: 220px;
    top: 100%;
    overflow: visible;
    text-align: left;
    transition: all 0.3s;
}

#smoothmenu1 ul li ul li {
    display: list-item;
    float: none;
    height: 43px;
    background: #fff !important;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px;
}

.wrap-slider {
    width: 100%;
    margin: auto;
}

#slider {
    color: #fff;
    position: relative;
}

#slider #owl-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

#slider #owl-slider.owl-theme .owl-dots .owl-dot.active span,
#slider #owl-slider.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #e51515 !important;
}

#slider #owl-slider.owl-theme .owl-dots .owl-dot.active span::before,
#slider #owl-slider.owl-theme .owl-dots .owl-dot:hover span::before {
    background: #e51515;
}

#slider #owl-slider .ms-img {
    display: block;
    position: relative;
}

#slider #owl-slider .ms-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

#slider #owl-slider .ms-img .ms-desc {
    position: absolute;
    top: 50%;
    right: 60%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    padding-left: 120px;
}

#slider #owl-slider .ms-img .ms-desc .line-1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 5px;
    color: #18397e;
    /* font-family: 'Oswald-Light'; */
}

#slider #owl-slider .ms-img .ms-desc .line-2 {
    text-align: justify;
    color: #282828;
    font-size: 15px;
    /* font-family: 'OpenSans-Regular'; */
    margin: 20px 0 20px;
    letter-spacing: 1px;
}

#slider #owl-slider .ms-img .ms-desc a {
    margin-top: 10px;
    display: inline-block;
    color: #282828;
    border: 1px #8da2cd solid;
    border-radius: 5px;
    padding: 6px 25px;
    font-size: 14px;
    /* font-family: 'OpenSans-Regular'; */
}

#slider #owl-slider .ms-img .ms-desc a:hover {
    background: #18397e;
    color: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(24, 57, 126, 0.3);
    box-shadow: 0 0 20px 5px rgba(24, 57, 126, 0.3);
}

#slider #owl-slider .ms-img .ms-desc a:hover span {
    background: #fff;
}

#slider #owl-slider.owl-theme {
    position: relative;
}

#slider #owl-slider.owl-theme:hover .owl-next,
#slider #owl-slider.owl-theme:hover .owl-prev {
    opacity: 1;
}

#slider #owl-slider.owl-theme .owl-next,
#slider #owl-slider.owl-theme .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: calc(50% - 25px);
    margin: 0px;
    padding: 0px;
    color: #fff;
    background: none;
    opacity: 0;
    border-radius: 50%;
}

#slider #owl-slider.owl-theme .owl-next:hover,
#slider #owl-slider.owl-theme .owl-prev:hover {}

#slider #owl-slider.owl-theme .owl-prev {
    left: 50px;
}

#slider #owl-slider.owl-theme .owl-next {
    right: 50px;
}

#slider #owl-slider.owl-theme .owl-dot span::before {
    background: #fff;
}

#slider #owl-slider.owl-theme .owl-item.active .ms-desc {
    /*display: block;*/
}

.owl-theme .owl-nav {
    margin: 0 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0 !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: 0 !important;
    border: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background: #5a6069;
}

.owl-theme .owl-dots .owl-dot {
    position: relative !important;
    margin: 0 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #e51515 !important;
}

.owl-theme .owl-dots .owl-dot.active span::before {
    background: #e51515 !important;
}

.owl-theme .owl-dots .owl-dot:hover span::before {
    background: #e51515 !important;
}

/*-----------end slider-------------*/

.inner {
    width: 97%;
    max-width: 1200px;
    margin: auto;
}

.bg_about {
    position: relative;
    padding: 50px 0;
}

.bg_about .inner {
    display: flex;
}

.left_about {
    width: 59%;
    float: right;
    align-self: center;
    position: relative;
}

.right_about {
    width: 41%;
    align-self: center;
    float: left;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

.title_about1 {
    /* font-family: 'Roboto-Bold'; */
    text-align: center;
    padding-bottom: 25px;
    background: url(/images-new/line.png) no-repeat bottom center;
    position: relative;
    line-height: 1;
    color: #0b4388;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mota_about {
    color: #455556;
    font-size: 16px;
    /* font-family: 'Roboto-Regular'; */
    line-height: 1.6;
    margin-bottom: 15px;
}

.xemthem {
    background: url('images-new/b.png') repeat-y;
    background-size: 100% auto;
    color: #fff;
    font-size: 15px;
    text-align: center;
    /* font-family: 'Roboto-Regular'; */
    display: inline-block;
    padding: 7px 20px;
    position: relative;
}

.xemthem:hover {
    color: #ff0;
}

.flex {
    display: flex;
}

.main_content {
    width: 98%;
    padding: 30px 0;
    max-width: 1200px;
    margin: auto;
}

.box_sp {
    margin-bottom: 20px;
}

.title {
    margin-bottom: 30px;
    position: relative;
    background: url(/images-new/line.png) no-repeat bottom center;
    text-align: center;
    /* font-family: 'Roboto-Bold'; */
    position: relative;
    color: #0b3181;
    font-size: 24px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.title_nb {
    text-align: center;
    margin-bottom: 30px;
}

.title_nb span {
    text-align: center;
    display: inline-block;
    margin: 5px;
    font-size: 17px;
    /* font-size: 'OpenSans-Regular'; */
    text-transform: uppercase;
    padding: 6px 20px;
    position: relative;
    cursor: pointer;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-25deg) skewY(0deg) translate(0, 0);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
}

.title_nb span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #606060;
}

.title_nb span i {
    font-style: normal;
    display: inline-block;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(25deg) skewY(0deg) translate(0, 0);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(25deg, 0deg) translate(0, 0);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(25deg, 0deg) translate(0, 0);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(25deg, 0deg) translate(0, 0);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(25deg, 0deg) translate(0, 0);
}

.title_nb span:hover,
.title_nb span.active {
    color: #fff;
    background: url(/images-new/b.png) repeat-y;
    background-size: 100% auto;
}

.title_nb span:hover::before,
.title_nb span.active::before {
    display: none;
}

.grid-item1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.grid-item1 .col_sp {
    position: relative;
    width: calc( 100% / 5);
    padding: 7px;
}

.grid-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.grid-item .col_sp {
    position: relative;
    width: calc( 100% / 5);
    padding: 7px;
}

.item1 {
    position: relative;
    width: 100%;
    border: 1px solid #c3c3c2;
    padding: 8px;
}

.item1 .box_item_img {
    position: relative;
    width: 100%;
    padding-bottom: 6px;
    overflow: hidden;
}

.item1 .box_item_img a {
    display: block;
    position: relative;
}

.item1 .imgsp {
    width: 100%;
}

.item1 .item_content {
    position: relative;
}

.item1 .name {
    position: relative;
    text-align: center;
}

.item1 .name a {
    /* font-family: 'OpenSans-SemiBold'; */
    font-size: 15px;
    color: #181818;
    transition: all 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item1:hover .name a {
    color: #f00;
    transition: all 0.2s;
}

.item1 .gia {
    /* font-family: 'OpenSans-Bold'; */
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 14px;
}

.item1 .gia span {
    /* font-family: 'OpenSans-Regular'; */
    color: #ff0101;
}

.wraplist {
    padding: 20px 0;
}

.list_item {
    margin: 10px;
}

.list_item a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.6);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.6);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.6);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.list_item a img {
    display: block;
    width: 110px !important;
    transform: scale(1);
    transition: all 0.3s;
}

.list_item:hover a img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.list_item a img {
    display: block;
    width: 110px !important;
}

.list_item a .clist {
    width: calc(100% - 110px);
    display: flex;
    position: absolute;
    top: 0px;
    left: 110px;
    padding: 10px;
    padding-left: 0px;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    text-shadow: 0 0 3px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
}

.list_item a .clist::before {
    content: '';
    width: 110px;
    position: absolute;
    top: 0px;
    left: -27px;
    height: 100%;
    background: inherit;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-25deg) skewY(0deg) translate(0, 0);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-25deg, 0deg) translate(0, 0);
}

.list_item a .clist .listname {
    /* font-family: 'OpenSans-Bold'; */
    align-self: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    line-height: 1.3;
    text-transform: uppercase;
}

.wrap-bottom {
    padding: 40px 0;
    background: #f6f6f6
}

.wrap-bottom .bottom {
    width: 98%;
    max-width: 1200px;
    margin: auto;
}

.left_bottom {
    width: 49%;
    float: left;
}

.right_bottom {
    width: 49%;
    float: right;
}

.title_bt {
    color: #0b4388;
    font-size: 24px;
    margin-bottom: 20px;
    /* font-family: 'OpenSans-Bold'; */
}

.left_news {
    width: 52%;
    float: left;
}

.news1 {
    width: 100%;
    position: relative;
}

.news1 .img-news {}

.news1 .img-news img {
    display: block;
    width: 100%;
}

.news1 .box_content_news {
    padding-top: 10px;
    color: #fff;
}

.news1 .box_content_news .n_name a {
    color: #222;
    /* font-family: 'OpenSans-SemiBold'; */
    font-size: 16px;
    transition: all 0.4s;
}

.news1:hover .n_name a {
    color: #f00;
    text-decoration: none;
    transition: all 0.4s;
}

.news1 .box_content_news .n_mota {
    color: #333;
    /* font-family: 'OpenSans-Regular'; */
    font-size: 15px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.right_news {
    width: 46%;
    float: right;
}

.right_news ul {
    list-style: none;
    padding: 0;
}

.news {
    width: 100%;
    margin: auto;
    position: relative;
}

.news .img-news {
    display: block;
    width: 40%;
    float: left;
    position: relative;
}

.news .img-news a {
    display: block;
    overflow: hidden;
    position: relative;
}

.news .img-news a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.news:hover .img-news a:before {
    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.news img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s;
    display: block;
}

.news:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.news .n_name {
    line-height: 1.2;
    margin-bottom: 5px;
}

.news .n_name a {
    color: #222;
    /* font-family: 'OpenSans-SemiBold'; */
    font-size: 16px;
    transition: all 0.4s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news:hover .n_name a {
    color: #f00;
    text-decoration: none;
    transition: all 0.4s;
}

.news .box_content_news {
    width: 58%;
    float: right;
}

.news .n_mota {
    color: #181818;
    /* font-family: 'OpenSans-Regular'; */
    font-size: 15px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-item {
    position: relative;
    padding-bottom: 55%;
    display: block;
    width: 75%;
    float: left;
}

.video-item span {
    width: 60px;
    height: 60px;
    background: url(/images-new/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50%);
    z-index: 1;
}

.grid-video {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col_video {
    padding: 10px;
    width: calc( 100% / 3);
}

.video-item2 {
    position: relative;
    padding-bottom: 60%;
    display: block;
    width: 100%;
}

.video-item2 span {
    width: 50px;
    height: 50px;
    background: url(/images-new/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50%);
    z-index: 1;
}

.video-item2 .name_video {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 6px 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-vertical {
    width: 24%;
    float: right;
}

.video-item1 {
    position: relative;
    padding-bottom: 72%;
    margin-bottom: 5px;
}

.video-item1 span {
    width: 30px;
    height: 30px;
    background: url(/images-new/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50%);
    z-index: 1;
}

.end {
    position: relative;
    width: 100%;
}

.footer_content {
    width: 98%;
    max-width: 1200px;
    margin: auto;
    /* font-family: 'OpenSans-Regular'; */
    font-size: 14px;
    z-index: 9;
    color: #fff;
    padding: 30px 0;
}

.ft_info1 {
    width: 33%;
    float: left;
    padding-right: 3%;
}

.ft_info2 {
    width: 30%;
    float: left;
}

.ft_info3 {
    width: 29%;
    float: right;
}

.ft_tt {
    position: relative;
    color: #1caae6;
    font-size: 20px;
    margin-bottom: 15px;
    /* font-family: 'OpenSans-SemiBold'; */
    margin-bottom: 20px;
}

.box-dk {}

#box-dk .item-mail {
    margin-bottom: 10px;
}

#box-dk .item-mail input {
    display: block;
    color: #fff;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
}

#box-dk .item-mail input::-webkit-input-placeholder {
    color: #fff;
}

#box-dk .item-mail input::-moz-placeholder {
    color: #fff;
}

#box-dk .item-mail input:-ms-input-placeholder {
    color: #fff;
}

#box-dk .item-mail input:-moz-placeholder {
    color: #fff;
}

#box-dk textarea {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
}

#box-dk textarea::-webkit-input-placeholder {
    color: #fff;
}

#box-dk textarea::-moz-placeholder {
    color: #fff;
}

#box-dk textarea:-ms-input-placeholder {
    color: #fff;
}

#box-dk textarea:-moz-placeholder {
    color: #fff;
}

#box-dk button {
    color: #fff;
    /* font-family: 'OpenSans-SemiBold'; */
    font-size: 15px;
    float: right;
    border: none;
    background: #ed1c24;
    padding: 5px 20px;
}

.ft_map {}

.ft_map iframe {
    display: block;
    height: 400px;
    width: 100%;
}

.copy {
    background: #223435;
}

.copy-content {
    width: 98%;
    padding: 10px 0;
    color: #919191;
    font-size: 14px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.copy-content div:nth-child(1) {
    float: left;
}

.copy-content div:nth-child(2) {
    float: right;
}

.bx_ww_content .pagination {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

ul.pages_ajax {
    float: left;
    margin: auto;
    display: inline-block;
    text-align: center;
    color: #3C8DBC;
}

.total {
    float: left;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    color: #3C8DBC;
}

ul.pages_ajax li {
    display: inline;
    padding: 0 3px;
    float: left;
}

ul.pages_ajax a,
ul.pages_ajax span {
    color: #3C8DBC;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cde0dc;
    text-decoration: none;
}

ul.pages_ajax a:hover,
ul.pages_ajax a.current {
    background: #3C8DBC;
    color: #fff;
}

/*-----------phÃƒÂ¢n trang---------------*/

.phantrang {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.phantrang a {
    background: #fff;
    display: inline-block;
    color: #666;
    padding: 5px 8px;
    border: 1px #d9e2e7 solid;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    font-weight: bold;
}

.phantrang a:hover {
    background: #0473bd;
    border: 1px #0473bd solid;
    color: #fff;
}

.phantrang span {
    background: #0473bd;
    border: 1px #0473bd solid;
    padding: 5px 8px;
    color: #fff;
}

/*------------------------------------*/

.lh_cont {
    width: 49%;
    float: left;
}

.frm_lienhe {
    width: 49%;
    float: right;
}

.bando {
    width: 100%;
    margin-top: 30px;
}

.bando iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.ipct {
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    margin-bottom: 8px;
    color: #333;
    outline: none;
    background: #fff;
}

.ipct:nth-child(3n),
.ipct:nth-child(4n) {
    float: left;
    width: 49%
}

.ipct:nth-child(4n) {
    float: right;
}

.ipct:nth-child(4n+1) {
    clear: both;
}

.ipct::-webkit-input-placeholder {
    color: #cccccc;
}

.ipct::-moz-placeholder {
    color: #cccccc;
}

.ipct:-ms-input-placeholder {
    color: #cccccc;
}

.ipct:-moz-placeholder {
    color: #cccccc;
}

.tact {
    border: 1px solid #cccccc;
    color: #333;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    outline: none;
}

.tact::-webkit-input-placeholder {
    color: #cccccc;
}

.tact::-moz-placeholder {
    color: #cccccc;
}

.tact:-ms-input-placeholder {
    color: #cccccc;
}

.tact:-moz-placeholder {
    color: #cccccc;
}

.btnct {
    background: #df1010;
    padding: 5px 20px;
    border: none;
    font-size: 16px;
    /* font-family: 'Roboto-Medium'; */
    border-radius: 3px;
    color: #fff;
}

.chitietsanpham {
    width: 100%;
    margin-bottom: 20px;
}

.slider-for {
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.slider-nav {
    width: 100%;
    float: left;
}

.zoom_slick {
    width: 40%;
    float: left;
}

.product_info {
    width: 58%;
    float: right;
    color: #272727;
}

.detail1 {}

.addfont {
    font-size: 20px;
    color: #f00;
    /* font-family: 'MavenPro-SemiBold'; */
}

.detail {
    /* font-family: arial; */
    font-size: 14px;
    padding: 2px 0;
}

.detail .pr {
    padding: 0;
    font-size: 18px;
    /* font-family: 'MavenPro-SemiBold'; */
    color: #f00;
}

.detail font {
    margin-left: 30px;
    font-size: 14px;
    color: #a6a4a3;
    text-decoration: line-through;
}

.grid-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.box_news {
    padding: 7px 0;
    border-bottom: 1px dotted #A0A0A4;
}

.box_news:nth-child(2) {
    margin-right: 0px;
}

.box_news:nth-child(2+1) {
    clear: both;
}

.box_news h3 a {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 6px;
    transition: 0.4s;
}

.box_news:hover h3 a {
    color: #F00;
    transition: 0.4s;
}

.box_news a.chitiet {
    color: #00F;
}

.box_news a {
    text-decoration: none;
}

.box_news a img {
    float: left;
    margin: 4px 15px 3px 0px;
    max-width: 35%;
    height: auto;
    transition: 1s;
}

.box_news a img:hover {
    opacity: 0.4;
    transition: 1s;
}

.othernews {
    padding: 10px;
    background: #f7f7f7;
    border: 1px #dcdcdc solid;
}

.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box {
    bottom: 70px;
    right: 15px
}

.js-facebook-messenger-box {
    background: #1182fc
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out
}

.js-facebook-messenger-container {
    transform: translateY(50px);
    bottom: 110px;
    right: 35px
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 300px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 300px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    display: none;
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc
}

.js-facebook-messenger-box {
    background: #1182fc
}

.js-facebook-messenger-top-header {
    width: 100%
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box {
    bottom: 95px;
    right: 15px
}

.js-facebook-messenger-container {
    transform: translateY(50px);
    bottom: 135px;
    right: 35px
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    display: block;
    z-index: 1000;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

#btn-zalo {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 175px;
    z-index: 999;
}

#btn-zalo i {
    top: 0;
    right: 0;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
    z-index: 9999;
}

#btn-zalo i img {
    vertical-align: middle;
    width: 40px
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.toolbar {
    background: #0a3f81;
    display: none;
    width: 100%;
    padding: 2px;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
    border-top: 1px solid #cbcbcb;
}

.toolbar ul {
    list-style: none;
}

.toolbar ul li {
    text-align: center;
    float: left;
    width: 25%;
}

.toolbar ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.toolbar ul li a img {
    height: 18px !important;
    width: auto;
}

.toolbar ul li a span {
    /* font-family: arial; */
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

.menu-mobile {
    display: none;
    /* font-family: 'Roboto-Medium'; */
}

.menu-mobile svg {
    width: 15px;
    margin-right: 5px;
    float: left;
}

.menu-mobile svg path {
    fill: #fff;
}

@media (max-width: 1060px) {
    .menu-mobile {
        display: block;
        color: #fff !important;
        font-size: 16px;
        float: left;
        height: 42px;
        line-height: 42px;
    }
    .menu-mobile svg {
        margin-top: 15px;
    }
    .toolbar {
        display: block;
    }
    #btn-zalo,
    .js-facebook-messenger-box {
        display: none
    }
    #smoothmenu1 {
        display: none;
    }
    .left_bottom {
        width: 100%;
        margin-bottom: 20px;
    }
    .left_news {
        width: 45%;
    }
    .right_news {
        width: 53%;
    }
    .right_bottom {
        width: 100%;
    }
    .right_about {
        width: 50%;
    }
    .left_about {
        width: 50%;
    }
    .list_item a .clist .listname {
        font-size: 22px;
    }
    .grid-item .col_sp {
        width: calc( 100% / 4);
    }
    .ft_info1 {
        width: 38%;
        padding-right: 2%;
    }
}

@media (max-width: 991px) {
    .grid-news {
        grid-template-columns: 1fr;
    }
    .hotline {
        display: none;
    }
    .logo {
        width: auto;
        padding-right: 10px;
    }
    .box_lang {
        margin-bottom: 0;
    }
    .right_head {
        position: absolute;
        right: 0px;
        top: auto;
        transform: translateY(0%);
        bottom: 10px;
    }
    .grid-video {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .col_video {
        padding: 10px;
        width: calc( 100% / 2);
    }
}

@media (max-width:770px) {
    .grid-item .col_sp {
        width: calc( 100% / 3);
    }
    div#tabs {
        padding: 5px;
    }
    div#content_tabs {
        padding: 5px;
    }
    .title a {
        display: none;
    }
    .right_about {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .left_about {
        width: 100%;
    }
    .bg_about .inner {
        display: block;
    }
    .ft_info1 {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .ft_info2 {
        width: 49%;
    }
    .ft_info3 {
        width: 49%;
    }
    .title,
    .title_about1 {
        font-size: 24px;
    }
}

@media (max-width:700px) {
    .header-c {
        padding-bottom: 22px;
    }
    .right_head {
        bottom: 4px;
    }
    .logo {
        width: 14%;
    }
    .banner {
        width: 86%;
        text-align: center;
    }
}

@media (max-width:650px) {
    .list_item a .clist .listname {
        font-size: 17px;
    }
    .lh_cont {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .frm_lienhe {
        width: 100%;
        float: right;
    }
    .header-c {
        padding-bottom: 25px;
    }
}

@media (max-width:590px) {
    .zoom_slick {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .product_info {
        width: 100%;
        float: right;
        color: #272727;
    }
}

@media (max-width:500px) {
    .grid-video {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .col_video {
        padding: 10px;
        width: 100%;
    }
    .grid-item .col_sp,
    .grid-item1 .col_sp {
        width: 50%;
    }
    .ft_info1,
    .ft_info2,
    .ft_info3 {
        width: 100%;
    }
    .ft_info2 {
        margin-bottom: 20px;
    }
    .menu-mobile svg {
        margin-top: 12px;
    }
    .left_news {
        width: 100%;
        margin-bottom: 20px;
    }
    .right_news {
        width: 100%;
    }
    .title_nb span {
        margin: 4px;
        font-size: 14px;
    }
    .box_lang img {
        max-height: 20px;
    }
    .right_head {
        bottom: 1px;
    }
}

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

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