/*===== Edit by DTM for Desktop =====*/


/*===== Reset CSS =====*/


/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

.div-addthis-news {
    position: relative;
    z-index: 999999999999999999;
    margin-left: 10px;
}


/*.shares {
    position: relative;
    z-index: 99999;

}*/

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

caption,
th {
    text-align: left;
}

fieldset {
    border: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: none;
}


/*=====  =====*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/*===== End Reset CSS =====*/

a,
img,
li,
span {
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

a:hover,
a:focus {
    color: #ffffff;
    text-decoration: none;
}


/*===== Fonts =====*/

@font-face {
    font-family: 'RobotoRegular';
    src: url('font/font_roboto_regular/RobotoRegular.eot');
    src: url('font/font_roboto_regular/RobotoRegular.eot?#iefix'), /* IE4+ */
    url('font/font_roboto_regular/RobotoRegular.woff') format('woff'), url('font/font_roboto_regular/RobotoRegular.ttf') format('truetype'), /* font chuan */
    url('font/font_roboto_regular/RobotoRegular.svg#vni-courinormal') format('svg');
    /* iphone, ipad*/
}

body,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    */font-family: RobotoRegular !important;
    */ font-family: Roboto Condensed !important;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}


/*===== Header =====*/

.header_top_left {
    width: 100%;
    float: left;
    color: #dadada;
    font-size: 14px;
    padding: 0px 0;
}

.header_top_left span {
    padding-left: 5px;
    vertical-align: middle;
    color: white;
}

figure img {
    vertical-align: middle;
}

.header_middle .container {
    width: 70%;
    float: left;
}

.header_top {
    padding-bottom: 0px;
    width: 30%;
    display: flex;
    float: left;
}

.header_middle_account {
    float: right;
    width: 37%;
    text-align: right;
    margin: 12px 0 12px;
}

.header-box-cart {
    color: #6e6f71;
    font-size: 14px;
    float: right;
}

.header_middle {
    border-bottom: 2px solid #0e754b;
    width: 100%;
    background: #ffffff;
}

.header_middle.shirk {
    position: fixed;
    z-index: 9999;
    background: #fff;
    transition: all ease .5s;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
    border-bottom: none;
}

.header_middle.shirk .header_middle_account {
    display: none;
}

.header_middle.shirk .banner img {
    /* width: 100% !important; */
    /* height: auto !important; */
    width: 188px;
    height: auto;
}

.header_middle.shirk .nav-main {
    margin: 20px 0;
    height: 40px;
    line-height: 40px;
}

.box-search {
    margin: 0;
    width: 25%;
    position: relative;
    /* padding-top: 5px; */
    display: none;
}

.box-search .fa {
    position: absolute;
    right: 0;
    top: 0px;
    height: 34px;
    background: #f4680b;
    width: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}


/*a.link-logo img {
    width: 100%;
    height: auto;
}*/

.banner {
    margin: 0px 0p;
    transition: all ease .5s;
    width: 100%;
}

.input-text {
    width: 100%;
    background: none;
    border: none;
    border-left: 1px solid #8f8e8e;
    padding: 0 10px;
    height: 34px;
    font-size: 13px;
    color: #b7b7b7;
}

.input-text {
    width: 100%;
    background: none;
    border: none;
    border-left: 1px solid #f4680b;
    padding: 0 10px;
    outline-style: none;
    background: white;
}

ul.box-link-acount {
    float: left;
    margin: 5px 12px;
    display: none;
}

ul.box-link-acount li a,
ul.box-link-acount li .fa {
    color: #6e6f71;
    font-size: 14px;
}

ul.box-link-acount li a:hover,
.view-cart a:hover {
    text-decoration: underline;
}

ul.box-link-acount li {
    border-right: 1px solid #6f7072;
    display: inline;
    padding: 0px 10px;
    float: none;
}

.view-cart a {
    color: #6e6f71;
}


/*===== End Header =====*/


/*===== Menu =====*/

.nav-main {
    width: 100%;
    background: none;
    float: right;
    padding: 15px 2px 0px 0px;
}

ul.nav-menu {
    float: left;
    width: auto;
    height: auto;
    padding-left: 0px;
    padding: 3px;
}

ul.nav-menu li {
    padding: 0 5px;
}

ul.nav-menu li.active a {
    background: none;
    border-top: none;
    color: #006940;
    line-height: unset;
    font-weight: bold;
}

ul.nav-menu li a {
    font-family: Roboto-Bold;
    height: auto;
    line-height: unset;
    color: #006940;
    padding: 0px 5px;
    font-size: 15px;
    position: relative;
}

.box-top-video .list_player {
    padding-left: 40px;
    width: 50%;
    text-align: left;
    float: left;
}

ul.nav-menu li a:before {
    content: "";
    position: absolute;
    bottom: -7px;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    background: #0e754b;
    transition: all ease .5s;
}

ul.nav-menu>li>a:hover:before {
    transform: scaleX(1);
}

ul.nav-menu>li>ul>li>a:hover {
    color: #f4680b;
}

ul.nav-menu li:hover a {
    background: #ffffff;
    border-top: none;
    color: #6e6f71;
    line-height: unset;
}

ul.nav-menu li:last-child {
    padding: 0 0 0 13px;
}

ul.nav-menu li:hover ul.sub-menu {
    background: #f1f1f1;
    opacity: 1;
    visibility: visible;
    top: 33px;
    width: 250px;
}

ul.nav-menu>li>ul>li {
    padding-top: 5px !important;
    padding-bottom: 1px !important;
    border-bottom: 1px solid #ccc;
    padding-right: 0px !important;
    padding-left: 5px !important;
}

ul.nav-menu>li>ul>li:last-child {
    border-bottom: 0px;
}

ul.nav-menu>li>ul>li:before {
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 18px;
    left: 4px;
}

ul.nav-menu li ul.sub-menu {
    display: block;
}

ul.nav-menu li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all ease .5s;
    top: 34px;
    width: 230px;
    top: 100px;
    border-radius: 5px;
    z-index: 999;
    right: inherit;
}

ul.nav-menu li ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    top: -17px !important;
    left: 6px;
    z-index: 1;
}


/*===== End Menu =====*/


/*===== Slogan =====*/

.slogan {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 9px;
    background: rgba(255, 255, 255, 0.8);
}

.slogan_inner:before {
    content: "";
    content: "\f098";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    top: 0px;
    position: absolute;
    color: #0f6a37;
    left: 13px;
}

.slogan .row div:first-child>.slogan_inner {
    /* background: url("images/icon-vanchuyen.png") left center no-repeat; */
    display: none;
}

.slogan .row div:nth-child(2)>.slogan_inner {
    /* background: url('images/icon-doitra.png') left center no-repeat; */
}

.slogan .row div:nth-child(3)>.slogan_inner {
    /* background: url('images/icon-thanhtoan.png') left center no-repeat; */
    border: none;
}

.slogan .row div:nth-child(4)>.slogan_inner {
    /* background: url('images/icon-tuvan247.png') left center no-repeat; */
    border-right: none;
    display: none;
}

.slogan .slogan_inner {
    padding-left: 55px;
    border-right: thin solid #0f6a37;
    margin: 20px 2px;
    position: relative;
}

.txt_slogan {
    text-transform: uppercase;
    font-size: 12px;
    color: #0f6a37;
    font-weight: bold;
}

.cl_old {
    color: #0f6a37;
    font-size: 16px;
}

.cl_main {
    color: #0f6a37;
    font-size: 16px;
    font-weight: normal;
}


/*===== End Slogan =====*/


/*===== Slideshow =====*/

.slides .owl-pagination {}

.slides {
    position: relative;
    overflow: hidden;
}

.slides .owl-carousel img {
    max-width: 100%;
    object-fit: cover;
}

.slides .owl-theme .owl-controls .owl-buttons .owl-prev,
.slides .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all ease .5s;
}

.slides .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -100px;
}

.slides .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -100px;
}

.slides:hover .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
}

.slides:hover .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
}

.slides .owl-theme .owl-controls .owl-buttons div {
    background: #6e6f71;
}


/*===== End Slideshow =====*/


/*===== Element None =====*/

.box-marque,
ul.product-list li .price,
.body-container .col-mid .cate-header .txt-name-sub span,
.menu_mobile {
    display: none;
}


/*===== End Element None =====*/


/*===== Content =====*/

.body-container,
.box-menu-left {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.container-site {
    width: 100%
}

.container {
    position: relative !important;
    overflow: unset !important;
    background: none !important;
    margin: auto;
    float: none;
}


/*===== Products News =====*/

.body-container .col-mid .cate-header .txt-name-sub {
    border-bottom: none;
    text-transform: unset;
    width: auto;
    border-bottom: 1px solid #6e6f71;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #2c2c2c;
    color: #006940;
    font-family: Roboto-Bold;
    text-transform: uppercase;
}

.box-product-new {
    margin: 10px 0;
}

.box-pro-sale {
    margin-top: 14px;
}

ul.product-list li:hover {
    box-shadow: none;
    border: 1px solid #cfcfd0;
}

.body-container .col-mid {
    width: 76%;
    padding: 0 15px 0 15px;
    position: relative;
    z-index: 1;
}

.body-container .col-mid::after {
    clear: both;
    display: table;
    content: "";
}

.sub-top {
    margin-top: 4px !important;
}

.box-pro-home .sub-top a,
.box-news-home .header a,
.box-product-new .header a,
.box-news-home .header a,
.box-news-home .header a,
.body-container .col-mid .cate-header .txt-name-sub a {
    color: #2c2c2c;
    font-weight: bold;
}

.body-container .col-mid .cate-header {
    border-bottom: none;
    height: auto;
}

.box-news-home .body-news {
    border: none;
    padding: 0px;
}

.box-news-list .item-list a {
    display: block;
    clear: both;
}

.box-news-list .item-list>a:first-of-type {
    overflow: hidden;
}

.box-news-list .item-list>a:nth-of-type(2) {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
}

.box-news-home .body-news h4 a {
    font-size: 14px;
    font-weight: bold;
    color: #6e6f71;
    text-align: justify;
    margin: 0 0 10px;
}

.box-news-home .body-news h4 a:hover {
    color: #373435;
}

.box-news-home .body-news .item-list {
    margin-bottom: 0;
    width: 32%;
    float: left;
    clear: none;
    margin-bottom: 25px;
}

.box-news-home::after {
    clear: both;
    display: table;
    content: "";
}

.box-news-home .body-news .item-list:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
}

.box-news-home .body-news .news-more {
    float: right;
    position: relative;
    margin-top: 3px;
}

ul.pager-nav li.active a,
.box-news-home .body-news .news-more a {
    color: #ffffff;
    font-family: Roboto-Regular;
    background: #0f6a37;
    border-radius: 2px;
}

.box-sub-book-now.bookNowForm {
    padding: 10px;
}

.box-news-home .body-news .news-more a {
    padding: 3px 6px;
    font-size: 12px;
}

.box-news-home .body-news .news-more a:hover {
    color: #373435;
}

ul.product-list li {
    width: 25%;
    transition: all ease .5s;
    margin: 10px 0;
}

ul.product-list li .frame-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    transition: all ease .5s;
}

ul.product-list li .frame-img img:hover {
    transform: scale(1.1);
}

ul.product-list li .frame-img {
    padding: 0;
    overflow: hidden;
    height: 170px;
}

ul.product-list li .pro-name span:hover {
    color: #373435;
}

ul.product-list li .price-new {
    font-weight: bold;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: #515151 !important;
    background-position: center 22px;
    padding-bottom: 4px;
}

ul.product-list li {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid transparent;
}

ul.product-list li .frame-box {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}

ul.product-list li .frame-img {
    overflow: hidden;
    height: 190px;
    display: inline-block;
    padding: 10px;
}

ul.product-list li .frame-img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.product-list li .pro-name {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    display: table;
    position: relative;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold !important;
}

ul.product-list li .link-view-short {
    display: block;
    position: absolute;
    right: -100px;
    top: 90px;
    transition: all ease .5s;
    font-size: 12px;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
    border-radius: 0px;
}

ul.product-list li .pro-name span {
    font-weight: bold;
    display: block;
}

.box-pro-home {
    padding-bottom: 20px;
}

.box-pro-home::after {
    clear: both;
    display: table;
    content: "";
}

ul.product-list li:hover .link-view-short {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    right: 15px;
    display: block;
    padding: 0px 15px;
    position: absolute;
    background: #d90128;
    cursor: pointer;
    border-radius: 0px;
}

ul.product-list li .link-order {
    display: block;
    position: absolute;
    left: -100px;
    top: 90px;
    transition: all ease .5s;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 0;
}

ul.product-list li:hover .link-order {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    left: 15px;
    display: block;
    padding: 0px 22px;
    position: absolute;
    background: #d90128 !important;
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
}

ul.product-list li .link-order:hover,
ul.product-list li .link-view-short:hover {
    background: #373435;
}

ul.product-list li:hover .link-order,
ul.product-list li:hover .link-view-short {
    background: #d90128;
}

.view-container {
    font-size: 13px;
    display: block;
    overflow: hidden;
    height: 43px;
    text-align: justify;
}

.item-list.clearfix img {
    float: left;
    height: auto;
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}

.news-more:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #373435;
    right: -10px;
    bottom: 7px;
}

#ctl19_ucBookNow_btnSend {
    color: #ffffff !important;
}


/*===== End Products News =====*/


/*===== News Products =====*/

.body-container .col-left {
    width: 24%;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.box-support,
.face {
    margin-top: 10px;
}

.box-pro-sub .cate-header .drop-fillter {
    margin-right: 10px;
}

.box-adv-left .header:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}

.box-fillter-attributes .header:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}

ul.list_player {
    float: left;
}

.box-top-video .header:after {}

ul.list_player li a {
    font-size: 16px;
    color: #373435;
}

ul.list_player li {
    position: relative;
    padding-left: 16px;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 9px;
}

.box-top-video {
    margin-bottom: 10px;
    float: left;
    width: 66.666666667%;
    padding: 20px;
    margin-top: 0px;
    float: left;
}

.box-top-video .header {
    color: #666 !important;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border-left: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    border: none !important;
    margin: 0px;
    padding: 9px 0px;
    margin-bottom: 10px !important;
    /* margin: 10px; */
}

.list_player li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #f04655;
    border-radius: 100%;
    top: 20px;
    left: 4px;
}

ul#list_player li a {
    font-size: 16px;
    color: #373435;
}

ul#list_player li a:hover {
    color: #f4680b;
}

ul#list_player li {
    position: relative;
    padding-left: 16px;
    text-align: left;
    padding-top: 11px;
    padding-bottom: 9px;
}

.col-left .box-online-visit .header:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #0f6a37;
    left: 0;
}

.box-news-hot .header:after {}

.col-left .box-support .header:after,
.box-menu-left .header::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #0f6a37;
    left: 0;
}

.box-support .box-body .list-cate-online .list-online .header-support {
    font-style: normal;
}


/* .box-pro-home .sub-top:after {
    position: absolute;
    content: "";
    width: 13%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
} */

.box-product-new .header:after {
    position: absolute;
    content: "";
    width: 12%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}

.box-news-home .header:after {
    width: 20% !important
}

.box-product-motion .header:after {
    width: 18.3% !important;
}

.col-left .box-pro-sale .header:after {
    position: absolute;
    content: "";
    width: 57%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}

.box-product-new .header,
.box-news-home .header,
.box-news-home .header,
.box-pro-home .sub-top,
.box-support .header,
.box-news-hot .header,
.box-pro-sale .header,
.box-adv-left .header,
.box-online-visit .header,
.box-top-video .header,
.box-fillter-attributes .header,
.box-menu-left .header {
    background: none;
    border-left: 0;
    color: #006940;
    padding-left: 0;
    border-bottom: 1px solid #6e6f71;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.col-mid .box-pro-sub {
    padding-top: 5px;
}

.box-support .box-body .list-cate-online .header-cate {
    background: none;
    color: #6e6f71;
    border-bottom: 1px solid #6e6f71;
    margin: 10px 0 0;
    font-size: 13px;
    display: none;
}

.box-news-hot ul.body-news li,
.box-pro-sale ul.body-pro li,
.box-adv-left ul.body-adv li {
    margin: 10px 0;
}

.box-body img {
    width: auto;
    width: 30%;
    height: auto;
    margin: 10px 0;
    float: left;
}

.box-pro-sale .body-pro li a {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.box-pro-sale .body-pro li a img {
    width: 100%;
    height: auto;
}

.box-pro-sale .body-pro li h6 {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 10px;
}

.box-pro-sale .body-pro li h6 a {
    text-transform: uppercase;
    color: #d90128;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

ul.product-list {
    margin-top: 10px;
}

.box-news-event ul.body-news h5 {
    /* height: 35px; */
    overflow: hidden;
    /* background: #b0292e; */
    padding: 0px 10px;
    color: #FFF;
    font-family: Roboto-Bold;
    font-size: 14px;
    margin: 0px;
    float: left;
    width: 70%;
}


}
ul.menu-left-view {
    background: #f7f8fa;
}
.link-view,
.box-support .box-body .list-cate-online .list-online {
    font-size: 14px;
    transition: all ease .5s;
    background: none;
}
a.link-view {
    color: #6e6f71;
    font-weight: normal;
}
a.link-view:hover {
    color: #f4680b;
}
.menu-left-view li {
    position: relative;
    padding: 11.1px 0;
    cursor: pointer;
    border-bottom: rgba(199, 199, 199, 0.34) thin solid;
    background: #f7f8fa;
}
.menu-left-view li a {
    color: #2c2c2c;
    font-size: 14px;
    padding: 0 31px;
    position: relative;
}
.menu-left-view li a:before {
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    left: 15px;
}
ul.sub-menu li a {
    padding-left: 13px;
    height: auto;
    line-height: unset;
    float: none;
}
ul.sub-menu li a:hover {
    background: none !important;
    border: none;
    line-height: unset;
}
ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all ease .5s;
    top: 0;
    width: 100%;
    right: -361px;
    z-index: 999;
}
.call-icon {
    display: none;
}
ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #f7f8fa;
    top: 6px;
    left: -9px;
    z-index: 1;
}
.menu-left-view li:hover ul.sub-menu {
    opacity: 1;
    right: -260px;
    visibility: visible;
    z-index: 999;
}
.menu-left-view li a:hover {
    color: #373435;
    padding-left: 40px;
}

/*===== End News Products =====*/

/*===== Product Sale =====*/
.box-product-motion ul.body-pro li {
    width: 25%;
    transition: all ease .5s;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid transparent;
}
.box-product-motion ul.body-pro li .frame-img {
    overflow: hidden;
    height: 190px;
    display: inline-block;
    padding: 10px;
}
.box-product-motion ul.body-pro li .frame-img img {
    overflow: hidden;
    height: 170px
}
.box-product-motion ul.body-pro li .frame-img img:hover {
    transform: scale(1.1);
}
.box-product-motion ul.body-pro li .frame-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    transition: all ease .5s;
}
.box-product-motion ul.body-pro .pro-name {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    display: table;
    position: relative;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    color: #d90128;
    font-weight: bold !important;
}
.box-news-sub .cat-news.clearfix h4 a {
    color: #1c1c1c;
}
.box-product-motion ul.body-pro .price-new {
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: #373435 !important;
    background-position: center 22px;
    padding-bottom: 4px;
    font-weight: bold;
}
.price-new span {
    font-weight: bold;
}
.box-product-motion ul.body-pro .link-order {
    display: block;
    position: absolute;
    left: -100px;
    top: 90px;
    transition: all ease .5s;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 12px;
}
.box-product-motion ul.body-pro li .link-view-short {
    display: block;
    position: absolute;
    right: -100px;
    top: 90px;
    transition: all ease .5s;
    font-size: 12px;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
}
.box-product-motion ul.body-pro li .frame-box {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}
.box-product-motion ul.body-pro li:hover {
    border: 1px solid #cfcfd0;
}
.box-product-motion ul.body-pro li .frame-content,
.box-product-motion ul.body-pro li .link-views {
    display: none;
}
.box-product-motion ul.body-pro .link-order:hover,
.box-product-motion ul.body-pro li .link-view-short:hover {
    background: #373435;
}
.box-product-motion ul.body-pro li:hover .link-view-short {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    right: 15px;
    display: block;
    padding: 0px 15px;
    position: absolute;
    background: #d90128;
    cursor: pointer;
}
.box-product-motion ul.body-pro li {
    overflow: hidden;
}
.box-product-motion ul.body-pro li:hover .link-order {
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    top: 90px;
    left: 15px;
    display: block;
    padding: 0px 22px;
    position: absolute;
    background: #f74d88;
    cursor: pointer;
    font-size: 12px;
}
.box-product-motion ul.body-pro li:hover .link-order,
.box-product-motion ul.body-pro li:hover .link-view-short {
    background: #d90128 !important;
}
.box-product-motion ul.body-pro .link-order:hover,
.box-product-motion ul.body-pro .link-view-short:hover {
    background: #373435;
}
.price {
    clear: left;
    text-align: center;
}
ul.product-list-promo {
    margin-top: 10px;
    float: left;
}
.box-product-motion ul.body-pro li img {
    margin-right: 0px;
}
.frame-percent {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    background: transparent;
    color: #d90128;
    z-index: 999;
    border: 1px solid #d90128;
}
.box-product-motion ul.body-pro li .frame-img:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.box-product-motion ul.body-pro .pro-name span {
    font-weight: bold;
}
.price span {
    font-size: 14px;
    text-decoration: line-through;
    color: #6e6f71;
}

/*===== End Product Sale =====*/

/*===== Slide Center =====*/
.box-adv-center {
    clear: left;
}
.box-adv-center .header {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {}

/*===== Slide Center =====*/

/*===== Products Details =====*/
.col-mid-pro .box-pro-sub {
    width: 100%;
    position: static;
}
.col-mid-pro .box-pro-sub .cate-header.sub-top:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.col-mid-pro .box-pro-sub .cate-header.sub-top {
    border-bottom: 1px solid #6e6f71;
    height: 35px
}
.col-mid-pro .box-pro-sub .cate-header .txt-name-sub {
    border-bottom: none;
    background: transparent;
    border-left: 0px;
    border-bottom: 3px solid #d90128;
    color: #2c2c2c;
    padding: 0px 10px;
    padding-left: 0px;
    font-size: 14px;
    padding-right: 0px;
}
.col-right-sub .box-pro-sale .header:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}
.col-right-sub .box-support .header:after {
    position: absolute;
    content: "";
    width: 43%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}
.col-right-sub .box-online-visit .header:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #D90128;
    left: 0;
}
.col-right-sub .box-menu-left {
    display: none;
}
.body-container .col-mid-pro {
    width: 75%;
}
.body-container .col-right-sub {
    width: 25%;
}
.pro-detail {
    margin-top: 14px;
}
.tab_content img {
    max-width: 100% !important;
    margin: 10px 0;
}
.tab_content p {
    font-size: 14px;
    line-height: 25px;
}
.pro-detail .form-right h1 {
    width: 100%;
    height: auto;
    font-size: 23px;
    color: #484848;
    border-bottom: 1px dotted #d90128;
    padding-bottom: 7px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #d90128;
}
.col-right-sub .box-pro-sale {
    margin-top: 0px;
}
a#ctl16_ucLoadControl_ctl00_btnAdd {
    display: none;
}
.pro-detail .form-right .text-line {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    float: left;
    font-size: 14px;
}
.pro-detail .form-right .text-price {
    width: 100%;
    height: auto;
    margin-top: 7px;
    font-weight: bold;
    float: left;
    font-size: 14px;
}
.pro-detail .form-right .text-line {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    float: left;
    font-size: 14px;
}
.pro-detail .form-right .text-line .col-lg-6 {
    font-weight: bold;
    font-size: 14px;
}
.btn-add-card {
    width: 65%;
    height: 32px;
    line-height: 32px;
    background: #d90128;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    float: left;
}
.color-text-second {
    color: #d90128 !important;
    font-weight: bold;
    font-size: 20px !important;
}
span#total {
    color: #d90128 !important;
    font-weight: bold;
    font-size: 20px !important;
}
.pro-detail .form-right .info-sort {
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: left;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 10px;
}
ul.tabs-pro li.active {
    color: #2c2c2c;
    border-bottom: 3px solid #d90128;
}
ul.tabs-pro li {
    display: block;
    float: left;
    font-weight: 400;
    margin-right: 5px;
    padding: 7px 0px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: -2px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
ul.tabs-pro {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    width: 100%;
    border-bottom: 1px solid #6e6f71;
    float: left;
}
.col-mid-pro .box-pro-sub
/*===== End Products Details =====*/

/*===== News Details =====*/
.body-detailt img {
    max-width: 100% !important;
    margin: auto;
    text-align: center;
    float: none;
    width: 100% !important;
    margin: 10px 0;
}
.box-news-detailt .txt-name-sub {
    font-size: 19px !important;
    background: none !important;
    padding-bottom: 0 !important;
    text-align: left !important;
}
ul.ul-orther-news li {
    list-style: circle;
    list-style-position: inside;
    transition: all ease .5s;
}
ul.ul-orther-news li:hover {
    padding-left: 10px;
}
ul.ul-orther-news li a {
    font-size: 14px;
    color: #986f36;
    transition: all ease .5s;
}
ul.ul-orther-news li a:hover {
    color: #f4680b;
}
.news-detailt p {
    text-align: justify;
}
table.tplCaption {
    width: 100% !important;
}

/*===== End News Details =====*/

/*===== Form Contact =====*/
.info {
    margin: 0 15px;
    text-align: center;
}
.info .box-text-footer div {
    width: 100%;
    float: none;
}
.info p,
.info div,
.info strong,

}
.info .box-text-footer {
    width: auto;
}
.imgCaptcha img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: scale-down;
}
.form-control::after {
    clear: both;
    display: table;
    content:"";
}
#areaComment {
    display: none;
}
.form-control {
    margin-bottom: 10px;
}
a#ctl16_ucLoadControl_ctl00_btnSend {
    padding: 10px;
    background: #016d84;
    color: #fff;
}
a#ctl16_ucLoadControl_ctl00_btnReset {
    padding: 10px;
    background: #986f36;
    color: #fff;
}
a#ctl16_ucLoadControl_ctl00_btnSend:hover,
a#ctl16_ucLoadControl_ctl00_btnReset:hover {
    opacity: 0.9;
}

/*===== End Form Contact =====*/

/*===== End Content =====*/

/*===== Footer =====*/
.fa-angle-style {
    color: #fff;
    background: #6e6f71;
    padding: 10px;
    transition: all ease .5s;
    border: 1px solid #6e6f71;
}
.fa-angle-style:hover {
    color: #6e6f71;
    background: #fff;
    border: 1px solid #6e6f71;
}
.footer-col h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0;
    color: #373435;
}
.f-low-1 h5 {
    color: #da1818;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    line-height: 25px;
}
.f-low-1 {
    padding: 20px 30px;
}
.f-low-2 {
    margin-top: 35px;
}
.footer-col li {
    padding: 5px 0;
}
.footer-col .fa {
    font-size: 30px;
}
.footer-bottom {
    background: #373435;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.box-text-footer div {
    /*color: #ddd; */
}
footer a,
footer p {
    font-size: 14px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    font-weight: normal;
}
footer p {
    color: #ddd;
}
footer a {
    color: #373435;
}
footer a:hover {
    color: #ffffff;
}
.coppyright {
    font-size: 14px;
}
div#topcontrol {
    bottom: 47px !important;
}
.box-footer {
    background: rgb(51,
    51,
    51);
    padding: 0;
    color: #777 !important;
    border-top: none;
    padding-bottom: 10px;
    /* width: 1170px; */
    margin: 0px auto;
    float: left;
    padding: 0px;
    width: 100%;
}
.map {
    float: left;
    width: 50%;
    padding-top: 20px;
}
.footer-address {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
}
.box-footer .footer-address h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 0;
    color: #373435;
    font-weight: bold;
}
ul.links li {
    transition: all ease .5s;
}
ul.links li:hover {
    padding-left: 10px;
}
footer.footer_main {
    float: left;
    width: 100%;
    position: relative;
    border-top: 5px solid #fff;
    padding-top: 0px;
}
.views-priority .view-face {
    bottom: 0px;
    position: absolute;
    height: 94px;
    padding: 5px;
    background: rgb(0,
    121,
    192);
    width: 100%;
}
a.facebook {
    position: relative;
}
a.facebook:before {
    content: "\f09a";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    /* color: #7bbade; */
    font-size: 12px;
    top: 9px;
    color: #8c8c8c;
    left: 10px;
}
a.tweet {
    position: relative;
}
a.tweet:before {
    content: "\f099";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #7bbade;
    font-size: 13px;
    color: #8c8c8c;
    top: 9px;
    left: 10px;
}
a.googleplus {
    position: relative;
}
a.googleplus:before {
    content: "\f0d5";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #7bbade;
    font-size: 13px;
    top: 9px;
    color: #8c8c8c;
    left: 10px;
}
.box-social-network ul.body-social li {
    padding: 8px;
    float: left;
}
a.rss {
    position: relative;
}
a.rss:before {
    content: "\f09e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #7bbade;
    font-size: 13px;
    top: 9px;
    color: #8c8c8c;
    left: 10px;
}
ul.body-social li:nth-child(4) {
    display: none;
}
ul.body-social li:nth-child(3) {
    display: none;
}
ul.body-social li a span {
    display: none;
}
.box-social-network ul li a {
    width: 31px;
    height: 31px;
    line-height: -3px;
    display: inline-block;
    color: #7bbade;
    color: #8c8c8c;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-wight: 300;
    float: right;
    border: 2px solid #7bbade;
    color: #8c8c8c;
    border: solid 1px #484848;
    font-family: "FontAwesome";
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.box-social-network ul.body-social {
    float: left;
    /* margin-top: 18px; */
    /* margin-left: 28px; */
}
.box-social-network ul.body-social {
    float: left;
    /* margin-top: 18px; */
    /* margin-left: 28px; */
    width: 100%;
}
.views-priority .owl-controls {
    bottom: 35px;
    position: absolute;
    right: 10px;
    width: 100%;
    /* display: none !important; */
}
.box-social-network ul.body-social li:hover a {
    border: 1px solid #f27f22;
    color: red;
}
.box-social-network ul.body-social li:hover a:before {
    color: #f27f22;
}
ul.menu-footer {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px 20px 15px;
}
ul.menu-footer>li {
    float: left;
    width: 28%;
}
ul.menu-footer>li>h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0;
    color: #373435;
}
ul.menu-footer>li>ul>li {
    padding: 5px 0;
}
ul.menu-footer>li>ul>li {
    transition: all ease .5s;
}
ul.menu-footer>li>ul>li:hover {
    padding-left: 10px;
}
.design {
    clear: both;
    width: 100%;
    background: red;
}
.design:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.design {
    clear: both;
    width: 100%;
    background: #fff;
    color: white;
    font-size: 12px;
    padding: 27px 0px;
}
.design-ctent {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
ul.menu-footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a.facebook,
a.tweet,
a.youtube,
a.zing,
a.googleplus,
a.rss {
    /* background: url('images/social.png') no-repeat; */
    width: 20px;
}
ul.body-social li a {
    padding: 0px !important;
}
a.facebook {
    background-position-y: -2px
}
a.tweet {
    background-position-y: -91px;
}
a.youtube {
    background-position-y: -48px;
}
a.zing {
    background-position-y: -26px;
}
a.googleplus {
    background-position-y: -72px;
}
a.rss {
    background-position-y: -113px;
}
ul.body-social li a span {
    padding-left: 32px;
}
ul.body-social li:nth-child(1) {
    /* float: left; */
    /* width: 50%; */
    /* text-align: right; */
}
ul.body-social li:nth-child(2) {
    float: left;
    /* width: 50%; */
}
ul.body-social li:nth-child(3) {
    float: left;
    /* width: 50%; */
    text-align: right;
    padding-right: 14px;
}
ul.body-social li:nth-child(4) {
    float: left;
    /* width: 50%; */
}
ul.body-social li:nth-child(5) {
    float: left;
    /* width: 50%; */
    text-align: right;
    padding-right: 14px;
}
ul.body-social li:nth-child(6) {
    float: left;
    /* width: 50%; */
}

/*===== End Footer =====*/

/*===== dang ky website=====*/
.dang-ky-web-site {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    z-index: 999999;
    background: #18a4dd;
}
.dang-ky-web-site-content {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    font-size: 16px;
}
.dang-ky-left {
    float: left;
    padding: 9px;
    padding-left: 20px;
    position: relative;
}
.dang-ky-left:before {
    content: "";
    background: url("/theme/default/img/icon-back.png") no-repeat;
    width: 20px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 15px;
}
.popup-dang-ky {
    background: url("images/Poppup.png") no-repeat top center;
}
.dang-ky-web-site-content a {
    color: white;
    display: inline-block;
    padding-right: 20px;
}
.dang-ky-web-site-content span {
    color: white;
}
.dang-ky-right {
    float: right;
    padding: 5px;
    padding-right: 0px;
}
a#IconSkype {
    position: relative;
    padding-right: 40px;
}
a#IconSkype:after {
    content: "\f17e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 0px;
    right: 9px;
    font-size: 25px;
    color: #ffffff;
}
.btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 74px;
}

/*===== dang ky website=====*/
.trang-chu {
    float: left;
    width: 100%;
}
.noibat-content {
    /* background: black; */
    margin-top: 45px;
}
.content-bat {
    width: 1170px;
    margin: 0px auto;
    padding: 0px 10px;
    max-width: 100%;
}
.box-news-priority .header {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.box-news-priority ul {
    padding: 20px;
    float: left;
    width: 100%;
    padding-top: 0px;
}
.box-news-priority .div-news-container {
    display: block !important;
    float: left;
    width: 66%;
    padding: 15px;
    text-align: justify;
    margin-top: 20px;
}
.box-news-priority ul li a img {
    width: 100%;
    height: auto;
}
.box-news-priority ul.body-news h5 {
    height: 35px;
    overflow: hidden;
    background: #f4680b;
    padding: 11px 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
}
.box-news-priority ul.body-news h5 a {
    color: white;
    font-size: 15px;
    line-height: 14px;
}
.box-news-priority ul li {
    width: 44% !important;
    float: left;
    background: rgba(245,
    245,
    245,
    0.66);
    margin: 30px;
    padding-bottom: 19px;
}
.trang-chu-content {
    float: left;
    width: 100%;
    background: rgba(2,
    119,
    189,
    0.1);
    padding: 20px 0px;
}
.gruop-nhom {
    width: 1170px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}
.box-news-hot ul li a.img-view {
    display: none;
}
.box-news-hot {
    float: left;
    width: 33.3333%;
    padding: 20px;
    margin: 0px;
}
.box-news-hot ul.body-news li {
    float: left;
    height: auto;
    padding: 9px;
    margin: 0px;
    background-color: #f5f5f5;
    border-left: 5px solid transparent;
    margin-bottom: 19px;
    width: 100%;
}
.box-news-hot ul.body-news li:hover {
    border-left: 5px solid #0f6a37;
}
.box-news-hot .header,
.box-news-event .header {
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border-left: 0px;
    text-align: left;
    border: none;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    margin: 0px;
    padding: 9px 0px;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.box-news-event {
    float: left;
    width: 33.33333%;
    padding: 20px;
}
.box-news-event ul li a img {
    width: 100%;
    height: auto;
}
.box-news-event ul li a {
    display: block;
    float: left;
    width: 30%;
}
.div-news-container {
    /* display: block !important; */
}
.box-news-event ul {
    float: left;
    width: 100%;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix .clearfix {
    clear: none;
}
.box-news-event ul li {
    float: left;
    width: 100%;
    .box-news-event ul.body-news li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: left;
    }
    .box-news-event ul.body-news li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: left;
    }
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
}
.noibat-content:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: visible;
}
.box-news-priority ul li a.img-view {
    display: block;
    width: 30%;
    float: left;
    padding: 10px;
    margin-left: 15px;
    margin-top: 20px;
    height: 147px;
    float: left;
    overflow: hidden;
}

/*===== Reponsive Mobile By DTM =====*/
@media only screen and (max-width:1199px) {
    .header_middle_account {
        width: 46%;
    }
    nav-menu li {
        padding: 0 9px;
    }
    .txt_slogan {
        font-size: 9px;
    }
}
@media only screen and (max-width:1024px) {
    .header_middle.shirk {
        position: fixed;
        z-index: 9999;
        background: #0f6a37;
        transition: all ease .5s;
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
        border-bottom: none;
    }
    ul.nav-menu li.active a {
        background: none;
        border-top: none;
        color: #0f6a37;
        line-height: unset;
    }
    ul.nav-menu li a {
        font-weight: normal;
        height: auto;
        line-height: unset;
        color: #ffffff;
        padding: 0;
        font-size: 13px;
        position: relative;
    }
    .menu_mobile {
        display: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 13px;
        float: right;
        margin: 0 auto;
        font-family: arial;
        width: 100%;
        text-align: right;
    }
    .hidden-sm,
    .hidden-xs {
        display: block !important;
    }
    .header_middle_account {
        width: 59%;
        display: none;
    }
    .header_middle.shirk .menu_mobile {
        margin: 30px 0 20px;
    }
    .header_middle.shirk .nav-main {
        margin: 0;
        height: auto;
        line-height: unset;
    }
    .form-control,
    label.control-label.col-md-3 {
        margin: 5px 0;
    }
    .body-container .col-mid-pro,
    .body-container .col-mid {
        width: 100%;
        padding: 0;
    }
    .body-container .col-left {
        display: none;
    }
    .box-text-footer,
    .box-news-home .body-news .item-list {
        width: 100%;
    }
    .body-container .col-right-sub {
        display: none;
    }
    ul.nav-menu li:hover a {
        background: transparent;
        border-top: none;
        color: #ffffff;
        line-height: 40px;
    }
    ul.sub-menu li a {
        border-bottom: 1px solid white;
    }
    ul.nav-menu li:hover ul a {
        background: none;
        border-top: 0px solid #ffd401 !important;
        color: #ffffff;
        font-weight: normal;
    }
    ul.nav-menu>li>ul>li {
        padding-top: 5px !important;
        padding-bottom: 1px !important;
        border-bottom: none;
        padding-right: 0px !important;
        padding-left: 5px !important;
    }
    ul.nav-menu>li>ul>li>a:hover {
        color: #ffffff;
    }
    ul.nav-menu>li>ul>li:before {
        content: "\f0da";
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        top: 18px;
        left: 4px;
        color: white;
    }
    ul.nav-menu li:hover ul.sub-menu {
        background: transparent;
        opacity: 1;
        visibility: visible;
    }
    ul.nav-menu li ul.sub-menu:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        top: -17px !important;
        left: 6px;
        z-index: 1;
    }
    ul.nav-menu li ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        transition: all ease .5s;
        top: 34px;
        width: 230px;
        top: 100px;
        border-radius: 5px;
        z-index: 999;
        width: 100%;
        background: transparent;
        right: inherit;
        padding-left: 20px;
    }
    .menu_mobile {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        float: right;
        margin: 0 auto;
        font-family: arial;
        width: 100%;
        text-align: right;
        margin-top: 17px;
    }
    .menu_mobile .fa,
    .menu_mobile .text_menu {
        font-size: 16px;
    }
    .menu_mobile .text_menu {
        font-family: arial;
    }
    .nav-main {
        width: 100%;
        height: auto;
    }
    ul.nav-menu {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        border-top: 1px solid #fff;
        /*height: 245px;*/
        /*overflow-y: auto;*/
        
        display: none;
        width: 100%;
    }
    ul.nav-menu li {
        display: block;
        float: none;
        padding: 0;
    }
    ul.nav-menu li a,
    ul.nav-menu li:last-child {
        float: none;
        padding: 6px;
    }
    ul.nav-menu li.active a,
    ul.nav-menu li a {
        line-height: 40px;
    }
    padding: 6px;
    ul.product-list li,
    .box-text-footer div {
        width: 50%;
    }
    .box-news-priority ul li {
        width: 43% !important;
        float: left;
        background: rgba(245, 245, 245, 0.66);
        margin: 30px;
        padding-bottom: 19px;
    }
    .header_middle {
        border-bottom: 2px solid #c7c7c7;
        background: #0f6a37;
    }
}
@media only screen and (max-width:992px) {
    .at4-hide {
        display: block !important;
        opacity: 1 !important;
        background: transparent;
    }
    .hidden-sm,
    .hidden-xs {
        display: block !important;
    }
    .header_middle_account {
        width: 59%;
        display: none;
    }
    .header_middle.shirk .menu_mobile {
        margin: 30px 0 20px;
    }
    .header_middle.shirk .nav-main {
        margin: 0;
        height: auto;
        line-height: unset;
    }
    .form-control,
    label.control-label.col-md-3 {
        margin: 5px 0;
    }
    .body-container .col-mid-pro,
    .body-container .col-mid {
        width: 100%;
        padding: 0;
    }
    .body-container .col-left {
        display: none;
    }
    .box-text-footer,
    .box-news-home .body-news .item-list {
        width: 100%;
    }
    .body-container .col-right-sub {
        display: none;
    }
    .menu_mobile {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        float: right;
        margin: 0 auto;
        font-family: arial;
        width: 100%;
        text-align: right;
        margin-top: 17px;
    }
    .menu_mobile .fa,
    .menu_mobile .text_menu {
        font-size: 16px;
    }
    .menu_mobile .text_menu {
        font-family: arial;
    }
    .nav-main {
        width: 100%;
        height: auto;
        border-top: 2px solid #0f6a37;
    }
    ul.nav-menu {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        border-top: 1px solid #fff;
        height: auto;
        overflow-y: auto;
        display: none;
        width: 100%;
    }
    ul.nav-menu li {
        display: block;
        float: none;
        padding: 0;
    }
    ul.nav-menu li a,
    ul.nav-menu li:last-child {
        float: none;
        padding: 6px;
        color: #333333;
    }
    ul.nav-menu li.active a,
    ul.nav-menu li a {
        line-height: 40px;
    }
    padding: 6px;
    ul.product-list li,
    .box-text-footer div {
        width: 50%;
    }
    #sync2 .item img {
        height: 43px;
    }
    .slogan .row div:nth-child(2)>.slogan_inner {
        border: none;
    }
    .tab_content img {
        width: 100% !important;
        height: auto !important;
    }
}
@media only screen and (max-width:768px) {
    div#at-share-dock {
        display: block !important;
    }
    .at4-hide {
        display: block !important;
        opacity: 1 !important;
        background: transparent;
    }
    ul.nav-menu li:hover a {
        background: transparent;
        border-top: none;
        color: #ffffff;
        line-height: 40px;
    }
    ul.sub-menu li a {
        border-bottom: 1px solid white;
    }
    ul.nav-menu li:hover ul a {
        background: none;
        border-top: 0px solid #ffd401 !important;
        color: #ffffff;
        font-weight: normal;
    }
    ul.nav-menu>li>ul>li {
        padding-top: 5px !important;
        padding-bottom: 1px !important;
        border-bottom: none;
        padding-right: 0px !important;
        padding-left: 5px !important;
    }
    ul.nav-menu>li>ul>li>a:hover {
        color: #ffffff;
    }
    ul.nav-menu>li>ul>li:before {
        content: "\f0da";
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        top: 18px;
        left: 4px;
        color: white;
    }
    ul.nav-menu li:hover ul.sub-menu {
        background: transparent;
        opacity: 1;
        visibility: visible;
    }
    ul.nav-menu li ul.sub-menu:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        top: -17px !important;
        left: 6px;
        z-index: 1;
    }
    ul.nav-menu li ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        transition: all ease .5s;
        top: 34px;
        width: 230px;
        top: 100px;
        border-radius: 5px;
        z-index: 999;
        width: 100%;
        background: transparent;
        right: inherit;
        padding-left: 20px;
    }
    .slogan {
        width: 100%;
        float: left;
        position: absolute;
        bottom: 9px;
        background: rgba(255, 255, 255, 0.8);
        display: none;
    }
    .box-news-priority ul li {
        width: 100% !important;
        float: left;
        background: rgba(245, 245, 245, 0.66);
        margin: 0px;
        padding-bottom: 19px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}
@media only screen and (max-width:767px) {
    ul.nav-menu li:hover a {
        background: transparent;
        border-top: none;
        color: #0f6a37;
        line-height: 40px;
    }
    ul.sub-menu li a {
        border-bottom: 1px solid white;
    }
    ul.nav-menu li:hover ul a {
        background: none;
        border-top: 0px solid #ffd401 !important;
        color: #ffffff;
        font-weight: normal;
    }
    ul.nav-menu>li>ul>li {
        padding-top: 5px !important;
        padding-bottom: 1px !important;
        border-bottom: none;
        padding-right: 0px !important;
        padding-left: 5px !important;
    }
    ul.nav-menu>li>ul>li>a:hover {
        color: #ffffff;
    }
    ul.nav-menu>li>ul>li:before {
        content: "\f0da";
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        top: 18px;
        left: 4px;
        color: white;
    }
    ul.nav-menu li:hover ul.sub-menu {
        background: transparent;
        opacity: 1;
        visibility: visible;
    }
    ul.nav-menu li ul.sub-menu:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        top: -17px !important;
        left: 6px;
        z-index: 1;
    }
    ul.nav-menu li ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        transition: all ease .5s;
        top: 34px;
        width: 230px;
        top: 100px;
        border-radius: 5px;
        z-index: 999;
        width: 100%;
        background: transparent;
        right: inherit;
        padding-left: 20px;
    }
    .menu_mobile .fa,
    .menu_mobile .text_menu {
        font-size: 19px;
        color: #0f6a37 !important;
    }
    .header_middle.shirk .menu_mobile .fa {
        margin: 23px 0px;
        color: #0f6a37 !important;
    }
    .header_middle.shirk .menu_mobile span {
        color: black
    }
    .header_middle {
        border-bottom: 2px solid #0f6a37;
        background: transparent;
        padding: 0px;
    }
    .header_top {
        background: transparent;
        padding-bottom: 5px;
    }
    .header_top_left {
        width: 100%;
        float: left;
        color: #dadada;
        font-size: 14px;
        padding: 8px 0;
    }
    .header_top_right {
        display: none;
    }
    .txt-header-letter {
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 15px;
        font-weight: bold;
        margin-top: 0px;
        text-transform: uppercase;
        float: left;
    }
    .txt-letter {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-style: italic;
        float: left;
        clear: both;
    }
    .box-input.boder-color {
        float: left !important;
        height: 38px;
        margin-top: 16px !important;
        background: #ffffff;
        border-radius: 3px;
        color: #404040;
        position: relative;
        width: 520px;
        border: none;
    }
    ul#list_player {
        float: left;
        width: 100%;
    }
    .box-top-video {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        padding: 20px;
        margin-top: 0px;
    }
    .box-news-event {
        float: left;
        width: 100%;
        padding: 20px;
    }
    .box-news-hot {
        float: left;
        width: 100%;
        padding: 20px;
        margin: 0px;
    }
    .box-news-priority .header {
        margin-bottom: 20px;
    }
    .box-news-priority ul li {
        width: 100%;
        float: left;
        background: rgba(245, 245, 245, 0.66);
        margin: 0px;
        padding-bottom: 19px;
        margin-bottom: 30px;
    }
    .slogan {
        display: none;
    }
    .col-mid .box-pro-sub .box-body h3 img {
        width: 100% !important;
        height: auto !important;
    }
    .box-footer {
        padding: 0px 10px;
    }
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 182px;
        right: -8px;
    }
    .box-social-network .body-network {
        position: absolute;
        top: 30px;
        right: -83px;
    }
    .box-social-network .header {
        display: block;
        width: 58%;
        float: right;
        text-align: left;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }
    ul.menu-footer>li {
        float: left;
        width: 50%;
    }
    ul.box-link-acount {
        float: right;
        margin: 5px 12px;
        display: none;
    }
    .box-product-motion ul.body-pro li {
        width: 50%;
        transition: all ease .5s;
        margin: 10px 0;
        overflow: hidden;
        border: 1px solid transparent;
    }
    .banner {
        margin-top: 15px;
        margin-bottom: 0px;
        transition: all ease .5s;
        width: 100%;
        margin: 0px auto;
        float: none;
    }
    .banner a.link-logo img.img-logo {
        width: 100%;
        height: auto;
    }
    .menu_mobile {
        display: block;
        color: #6e6f71;
        text-transform: uppercase;
        font-size: 15px;
        float: right;
        margin: 0 auto;
        font-family: arial;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
        margin: 0px !important;
        padding: 10px;
    }
    div#loadFillter .cate-header.sub-top .txt-name-sub a {
        border: none !important;
    }
    .news-detailt p img {
        width: 100% !important;
        height: auto !important;
    }
    header.header_main.container {
        padding: 0;
        margin: 0;
    }
    .box-text-footer div {
        padding: 10px 15px;
    }
}
@media only screen and (max-width:667px) {
    .box-social-network .header {
        width: 54% !important;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -36px !important;
    }
}
@media only screen and (max-width:736px) {
    .box-social-network .header {
        width: 52%;
    }
    .box-social-network .body-network {
        position: absolute;
        top: 30px;
        right: -3px;
    }
}
@media only screen and (max-width:640px) {
    .menu_mobile {
        margin: 19px 0;
        width: auto;
    }
    .header_middle_account,
    .header_top_left {
        /* display: none; */
    }
    .box-search {
        width: 100%;
    }
    .slogan .slogan_inner {
        padding-left: 51px;
    }
}
@media only screen and (max-width:568px) {
    .box-social-network .header {
        width: 59% !important;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -89px !important;
    }
    .box-top-video #myElement,
    .box-top-video #list_player {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .box-top-video #list_player {
        padding-left: 0px !important;
    }
}
@media only screen and (max-width: 480px) {
    .box-pro-home {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.product-list li {
        border: 1px solid #e5e5e5;
    }
    .box-news-home .body-news .item-list:nth-child(3n+2) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-news-home .body-news .news-more a {
        padding: 3px 6px;
    }
    .box-top-video .list_player {
        padding-left: 0px;
        width: 100%;
        text-align: left;
        float: left;
    }
    .hotline {
        bottom: 60% !important;
        border-radius: 5px;
    }
    .hotline a:nth-child(1),
    .hotline a:nth-child(2) {
        display: none;
    }
    .call-icon {
        display: block;
    }
    .box-input.boder-color {
        width: 100% !important;
    }
    .box-news-priority .div-news-container {
        display: block !important;
        float: left;
        width: 100%;
        padding: 15px;
        text-align: justify;
        margin-top: 20px;
    }
    .box-news-priority ul li a.img-view {
        display: block;
        width: 100%;
        float: left;
        padding: 10px;
        margin-left: 15px;
        margin-top: 20px;
        margin: 0px;
    }
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 546px;
        left: -198px;
    }
    .footer-address {
        width: 1170px;
        max-width: 100%;
        margin: 0px auto;
    }
    .box-social-network .header {
        width: 53%;
    }
    .box-social-network .header {
        display: none;
    }
    ul.body-social li {
        width: 15% !important;
    }
    ul.menu-footer>li {
        float: left;
        width: 100%;
    }
    ul.body-social li a span {
        display: none;
    }
    ul.body-social li a {
        display: block;
        width: 20px;
        height: 20px;
    }
    .box-news-detailt .cate-header.sub-top .txt-name-sub {
        font-size: 14px !important;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix h4 {
        float: left;
        width: 100% !important;
        text-align: justify;
        padding: 10px;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix>a {
        display: inline-block;
        width: 100% !important;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix .clearfix {
        width: 100% !important;
        float: left;
        clear: none;
        font-size: 15px;
        line-height: 20px;
        text-align: justify;
        padding: 10px;
    }
    .col-mid .box-news-sub .box-body.homepage.clearfix .news-more {
        float: none;
        margin-right: 0px;
        text-align: center;
    }
    .pro-detail .form-left {
        width: 100% !important;
    }
    .box-body-sub .row:last-child {
        width: 100% !important;
        float: left !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .pro-detail .form-right {
        width: 100% !important;
        height: auto;
        padding-left: 15px;
        float: left;
        margin-top: 10px;
    }
    .news-detailt p img {
        width: 100% !important;
        height: auto !important;
    }
    .lien-he {
        display: none;
    }
    .header_middle.shirk .banner img {
        width: 100% !important;
        height: auto !important;
    }
    .banner {
        margin: 10px 0;
        transition: all ease .5s;
        width: 100%;
    }
    .menu_mobile .fa,
    .menu_mobile .text_menu {
        font-size: 20px;
    }
    .menu_mobile {
        margin: 33px 0;
        width: auto;
    }
    ul.product-list li,
    .box-text-footer div {
        width: 100%;
    }
    ul.product-list li .frame-img img,
    .box-news-home .body-news {
        padding: 10px 0;
    }
    .box-pro-home .sub-top a,
    .box-product-new .header,
    .box-news-home .header,
    .box-news-home .header,
    .body-container .col-mid .cate-header .txt-name-sub a,
    .header a {
        font-size: 20px;
        background-position: center bottom;
    }
    ul.product-list li .frame-img {
        height: auto;
    }
    .box-product-motion ul.body-pro li {
        width: 100%;
    }
}
@media only screen and (max-width: 414px) {
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: 8px !important;
    }
}
@media only screen and (max-width: 375px) {
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 546px;
        left: -252px;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -83px !important;
    }
}
@media only screen and (max-width: 420px) and (min-width: 320px) {
    .box-news-detailt .cate-header.sub-top .txt-name-sub {
        font-size: 12px !important;
    }
    .header_middle.shirk .banner img {
        width: 100% !important;
        height: auto !important;
    }
    .banner {
        margin: 10px 0;
        transition: all ease .5s;
        width: 300%;
    }
    .menu_mobile {
        margin: 0px;
        width: auto;
        padding: 23px 0px;
    }
    img.img-logo {
        width: 100%;
        height: auto;
    }
    .header_middle.shirk .menu_mobile {
        margin: 0px;
        padding: 0px;
        color: white;
    }
    .item-list.clearfix img {
        float: left;
        height: auto;
        width: 100%;
        max-width: 100% !important;
        object-fit: cover;
        margin: 10px 0;
    }
    .view-container {
        margin: 10px 0;
    }
    .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        width: 100%;
    }
    .slogan .row div:first-child>.slogan_inner,
    .slogan .row div:nth-child(3)>.slogan_inner {
        border: none;
    }
    .footer-inner {
        text-align: center;
    }
}
@media only screen and (max-width: 320px) {
    .box-news-detailt .cate-header.sub-top .txt-name-sub {
        font-size: 12px !important;
    }
    .box-social-network {
        width: 100%;
        height: auto;
        z-index: 999;
        position: absolute;
        float: none;
        top: 546px;
        left: -198px;
    }
    .box-social-network .body-network {
        position: absolute !important;
        top: 30px !important;
        right: -81px !important;
    }
}
@media screen and (min-width:481px) and (max-width:768px) {
    .box-news-home .body-news .item-list {
        width: 48%;
        height: auto;
        margin: 0px;
        margin-bottom: 25px;
    }
    .box-news-home .body-news .news-more a {
        padding: 3px 5px;
    }
    .box-news-home .body-news .item-list:nth-child(3n+2) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-news-home .body-news .item-list:nth-child(even) {
        margin-left: 15px !important;
    }
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .box-news-home .body-news .item-list {
        width: 31%;
        height: auto;
        margin: 0px;
        margin-bottom: 25px;
    }
    .box-news-home .body-news .news-more a {
        padding: 3px 5px;
    }
    .box-news-home .body-news .item-list:nth-child(3n+2) {
        margin-left: 15px;
        margin-right: 15px;
    }
    .box-news-list .item-list>a:nth-of-type(2) {
        height: 50px;
        overflow: hidden;
    }
}

/*===== End Reponsive Mobile By DTM =====*/

/*===== Product-page=====*/
div#loadFillter>.cate-header.sub-top:first-child {
    /*    display: none;*/
}
div#loadFillter .cate-header.sub-top .txt-name-sub a {
    border-bottom: 3px solid red;
    padding: 6px 0px;
}
div#loadFillter .cate-header.sub-top {
    margin-top: 0px !important;
}

/*===== Product-page=====*/

/*===== Facebook-comment=====*/
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
}
._2pi8 {
    padding-left: 8px;
    padding-right: 0px !important;
}
.fb-comments.fb_iframe_widget span {
    width: 100% !important;
    max-width: 100% !important;
}
._42ef {
    overflow: hidden;
    width: 100% !important;
}
.fb_ltr {
    width: 100% !important;
}

/*===== End-Facebook-comment=====*/
.col-mid .box-pro-sub .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid #6e6f71;
    height: 35px;
}
.col-mid .box-pro-sub .cate-header.sub-top .txt-name-sub {
    border-bottom: 3px solid #0f6a37;
    float: left;
    width: auto;
    padding: 0px 0px;
    color: #006940;
    font-size: 16px;
    font-weight: normal;
}
.col-mid .box-pro-sub .box-body {
    float: left;
    margin-top: 10px;
}
.col-mid .box-pro-sub .box-body p {
    font-size: 14px;
    line-height: 20px;
}
.col-mid .box-pro-sub .box-body h3 {
    text-align: justify;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.UFIImageBlockContent._42ef {
    width: 100%;
}
.col-mid .box-news-sub .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid #6e6f71;
    height: 37px;
}
.col-mid .box-news-sub .cate-header.sub-top .txt-name-sub {
    color: #006940;
    border-bottom: 3px solid #0f6a37;
    padding: 0px 0px;
    height: 38px;
    width: auto;
    font-size: 16px;
    font-weight: normal;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix>a {
    display: inline-block;
    width: 30%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix {
    border: 1px solid #ccc;
    margin: 10px 0px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .clearfix {
    width: 70%;
    float: left;
    clear: none;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-right: 10px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix {
    margin-top: 10px;
    float: left;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .news-more {
    float: right;
    margin-right: 20px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix .news-more a {
    display: inline-block;
    /* padding: 5px 20px;
     background: #f4680b; */
    color: white;
    font-size: 12px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix h4 {
    float: left;
}
.col-mid .box-news-sub .box-body.homepage.clearfix a img {
    margin: 0px;
}
.col-mid .box-news-sub .box-body.homepage.clearfix h4 a {
    font-size: 15px;
    font-weight: bold;
    color: #006940;
    line-height: 20px;
}
.box-news-detailt .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid #6e6f71;
    height: 37px;
}
.box-news-detailt .cate-header.sub-top .txt-name-sub {
    width: auto;
    padding: 0px;
    height: 38px;
    border-bottom: 3px solid #0f6a37;
    font-size: 16px !important;
    color: #006940;
}
.box-news-detailt .body-detailt {
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
}
ul.ul-orther-news {
    float: left;
    margin: 10px 0px;
}
ul.ul-orther-news li a {
    font-size: 14px;
    color: #2c2c2c;
}

/*===== Contact=====*/
.box-sub-contact .cate-header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 37px !important;
    border-bottom: 1px solid #6e6f71 !important;
}
.box-sub-contact .cate-header .txt-name-sub {
    height: 38px !important;
    border-bottom: 3px solid #0f6a37 !important;
    width: auto !important;
    color: #2c2c2c !important;
    padding-right: 0px !important;
}
.box-sub-contact .box-body-sub {
    margin-top: 20px;
}
.box-sub-contact .box-body-sub {
    width: 100%;
    height: auto;
    float: left;
}
.box-body-sub .row:first-child {
    position: relative;
    border: 1px solid #ccc;
}
.box-body-sub .row:first-child .info {
    padding:0px;
    margin: 0px;
}
.box-body-sub .row {
    margin-left: 0px;
    margin-right: 0px;
}
.lien-he {
    position: absolute;
    bottom: -184px;
    right: 0px;
    width: 47%;
}
.lien-he h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid #d90128;
    padding-left: 10px;
    text-align: left;
}
p.ct-lh {
    font-weight: bold;
    color: #353535;
    margin-bottom: 14px;
    text-align: left;
    padding-left: 20px;
}
.lien-he ul li {
    line-height: 30px;
    padding-left: 15px;
    text-align: left;
}
li.li1 {
    background: url('images/a1.png') no-repeat left 4px;
}
li.li2 {
    background: url('images/a2.png') no-repeat left 7px;
    display: none;
}
li.li3 {
    background: url('images/a3.png') no-repeat left 9px;
}
li.li4 {
    background: url('images/a4.png') no-repeat left 9px;
}
span.n {
    color: #353535;
    font-weight: bold;
}
.lien-he ul li span {
    color: #353535;
}
.box-body-sub .row:last-child {
    width: 100%;
    margin-top: 30px;
}
p.ph-tt {
    padding-left: 10px;
    font-size: 14px;
    color: #353535;
    font-weight: bold;
    border-left: 3px solid #ff7200;
}
.form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a#ctl14_ucLoadControl_ctl00_btnReset {
    display: none;
}
a#ctl14_ucLoadControl_ctl00_btnSend {
    font-size: 14px;
    color: white;
    display: inline-block;
    padding-left: 54px;
    padding-right: 55px;
    background: #a31624;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: bold;
}
a#ctl16_ucLoadControl_ctl00_btnSend {
    font-size: 14px;
    color: white;
    display: inline-block;
    padding-left: 54px;
    padding-right: 55px;
    background: #f4680b;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: bold;
    border-radius: 30px;
}
a#ctl16_ucLoadControl_ctl00_btnReset {
    display: none;
}
.lien-he ul li span {
    font-size: 14px;
}
.form-group {
    margin-bottom: 0px;
    font-size: 14px;
}
.body-detailt p img {
    width: 100% !important;
    height: auto !important;
}

/*===== End - Contact=====*/
.table-cart-list {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
}
.box-cart-sub .cate-header.sub-top {
    margin-top: 0px !important;
    border-bottom: 1px solid;
    height: 37px;
}
.box-cart-sub .cate-header.sub-top .txt-name-sub {
    border-bottom: 3px solid #d90128;
    float: left;
    width: auto;
    padding: 0px;
    height: 38px;
    color: #373435;
}
caption,
th {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
}
.table-cart-list thead {
    width: 100%;
    height: 35px;
    padding: 3px;
    background: #d90128;
    color: white;
    padding: 0px 10px;
    border-left: 1px solid #d90128;
    border-right: 1px solid #d90128;
}
table.table-cart-list tr td {
    border: 1px solid #c1c1c1;
    font-size: 13px;
    padding: 10px;
    color: #d90128;
    font-weight: 600;
}
table.table-cart-list tr td a {
    font-size: 13px;
    padding: 10px;
    color: #d90128;
    font-weight: 600;
}
table.table-cart-list tr td a span {
    font-weight: 600 !important;
}
table.table-cart-list tr td span {
    font-weight: 600
}
td.view-price span {
    font-weight: bold;
    font-size: 18px;
    color: #373435;
}
.cartlist_button {
    float: left;
    margin-top: 10px;
}
.cartlist_button a span {
    color: white;
    font-size: 12px;
}
.button-order {
    float: left;
    padding: 5px 10px;
    background: #d90128;
}
.next-buy {
    float: left;
    padding: 5px 10px;
    background: #d90128;
    margin-left: 10px;
}
.body-cart {
    float: left;
    overflow: scroll !Important;
    width: 100%;
}
.body-cart:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.box-cart-sub {
    margin-bottom: 20px;
}
.box-cart-sub:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.list-online {
    position: relative;
}
.nickTell {
    right: 0;
    text-align: right;
    top: 38px;
    color: #f4680b;
    font-weight: bold;
    font-size: 15px;
}
.skype-style {
    width: 50px;
    float: right;
    position: absolute;
    bottom: -12px;
    right: 16px;
}
.nickEmail {
    position: absolute;
    font-weight: bold;
    padding-left: 5px;
    display: none;
}
.box-support .box-body .list-cate-online .list-online {
    padding: 10px 10px;
    background: #f7f8fa;
}
.box-menu-left .header {
    margin-bottom: 10px;
}
#histats_counter {
    margin-top: 0px;
    padding-top: 20px;
}
.body-online-visit {
    background: #f7f8fa;
}
.nickYahoo {
    float: left;
    text-align: center;
    width: 50%;
    margin-top: -7px;
    padding-left: 15px;
}
.nickEmail a {
    font-weight: bold;
    color: #d90128;
    padding-left: 5px;
}

/*===== face=====*/
.face {
    float: left;
}
.face .header {
    background: none;
    border-left: 0;
    color: #006940;
    padding-left: 0;
    border-bottom: 1px solid #6e6f71;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 0px;
    width: 100%;
    font-weight: bold;
}
.face .header:after {
    position: absolute;
    content: "";
    width: 32%;
    height: 3px;
    display: inline;
    bottom: -2px;
    background: #0f6a37;
    left: 0;
}
iframe div#u_0_0 ._2p3a {
    min-width: 180px !important;
    width: 100% !important;
}
.box-top-video iframe {
    width: 100% !important;
    border: none !important;
    height: 213px !important;
    overflow: hidden;
}
.box-face {
    margin-top: 0px;
    overflow: hidden;
    height: 230px;
}
.box-face iframe {
    border:0px;
}
.box-sub-contact #ctl19_ucLoadControl_ctl00_btnReset,
.box-sub-contact #ctl19_ucLoadControl_ctl00_btnSend {
    padding:8px 20px;
    border-radius: 2px;
    background: #0f6a37;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 15px;
}
.dangky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}
.header_main {
    padding-top: 0px;
    position: relative;
    z-index: 9;
}

/*=====End  face=====*/
.box-news-event .header-content {
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border-left: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    margin: 0px;
    padding: 9px 0px;
    margin-bottom: 10px;
}
.box-news-event ul.body-news h5 a {
    width: 100%;
}
.box-input.boder-color {
    float: right;
    height: 38px;
    margin-top: -15px;
    background: #ffffff;
    border-radius: 3px;
    color: #404040;
    position: relative;
    width: 520px;
    border: none;
}
.news-letter .box-input .input-text {
    height: 38px;
}
.news-letter .box-input .btn-letter {
    background: none;
    color: #252525;
    float: left;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    position: absolute;
    right: 0px;
    top: 7px;
    border-left: 1px solid #c7c7c7;
    text-transform: uppercase;
    width: auto;
}
.content-fa {
    float: left;
    width: 100%;
    background: #333;
}
.txt-header-letter {
    width: auto;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
    float: left;
}
.content-map {
    background: rgb(51,
    51,
    51);
    padding: 0;
    color: #777 !important;
    border-top: none;
    padding-bottom: 10px;
    width: 1170px;
    margin: 0px auto;
    float: none;
    padding: 15px 15px;
}
.map iframe {
    width: 100%;
    height: auto;
}
.box-social-network .body-network {
    position: static;
    top: 30px;
    right: 10px;
}
.ket-noi {
    float: left;
    width: 50%;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix {
    width: 100%;
    float: left;
    clear: none;
    border-bottom: 1px solid #f1f1f1;
    transition: all ease .5s;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix>a {
    display: block;
    /* width: 100%; */
    width: 41.66666667%;
    height: auto;
    margin-bottom: 11px;
    overflow: hidden;
    float: left;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix a img {
    width: 100%;
    height: auto;
    color: black;
    object-fit: scale-down;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix h3 {
    width: 58.33333333%;
    float: left;
    padding-left: 20px;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix .clearfix {
    text-align: justify;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    clear: none;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #898989;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #ebebeb; */
    margin-bottom: 20px;
    width: 58.33333333%;
    float: left;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix .news-more {
    display: block;
    padding: 5px 20px;
    float: right;
    background: #bf1e2e;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    /* border: 1px #bf1e2d solid; */
    font-weight: 600;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s,
    background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
    border-radius: 0px;
    background: #c1c1c1;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix:hover {
    border-bottom: 1px solid #0f6a37;
    transition: all ease .5s;
}
.body-container .col-mid .box-news-sub .box-body.clearfix {}
.body-container .col-mid .box-news-sub .cat-news.clearfix h3 a {
    color: #212121;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 35px;
    color: #363636;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix .news-more:hover {
    background: #0f6a37 !important;
    color: #fff;
    /* border: 1px solid #f7971e; */
}
.body-container .col-mid .box-news-sub .cat-news.clearfix .news-more {
    display: block;
    padding: 5px 20px;
    float: right;
    background: #0f6a37;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    transition: color 300ms ease-in-out 0s,
    background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
    border-radius: 0px;
}
.body-container .col-mid .box-news-sub .cat-news.clearfix .news-more a {
    color: white
}
.newPriority-viewmore {
    */display: block;
    */ padding: 8px
}
.col-left .header {
    text-transform: uppercase;
    font-family: Roboto-Bold;
}
.js-marquee img {
    margin: 0 6px;
}
.js-marquee {
    margin-right: 0px !important;
}
#FBMes img {
    width: 30%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: -webkit-box;
}
#FBMesButton1 {
    float: left;
    text-align: right;
}
#FBMesButton1 img {
    width: 111%;
    padding: 0 9px 0 0;
    position: relative;
}
.addthis_native_toolbox {
    float: left;
}
.box-sub-book-now {}
.box-sub-book-now .box-body-sub .row {
    border: none;
    background: #eaeaea none repeat scroll 0 0;
    width: 100%;
}
.box-sub-book-now a#ctl16_ucBookNow_btnSend {
    font-size: 14px;
    color: white;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    background: #f4680b;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: bold;
    border-radius: 5px;
}
.box-sub-book-now textarea.form-control {
    height: 92px;
}
p.ph-da {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    background: #ff7700;
    /* padding-left: 16px; */
    padding: 9px;
    border-radius: 5px 5px 0px 0px;
    padding-left: 20px;
    color: white;
}
p.ph-da {
    background: url(images/dang-ky-ngay.png) no-repeat top center;
    background-position-y: 2px;
    background-size: 228px;
    height: 73px;
    width: 360px;
}
.box-sub-book-now .box-body-sub .row:last-child {
    margin: 0px;
}
.box-sub-book-now .form-group {
    margin-bottom: 0px;
    font-size: 14px;
    display: block !important;
}
.fb-send {
    width: auto;
    float: left;
}
.box-news-hot ul.body-news li:hover a {
    color: #f4680b;
}
.closeBookNow {
    display: none;
    float: right;
    top: 12%;
    right: -3%;
    position: absolute;
    background: #eaeaea;
    border-radius: 50%;
    padding: 4px 8px;
}
ul.nav-menu li:hover li {
    line-height: 37px;
}
a.addthis_button_facebook_share.at_native_button.at300b {
    display: none;
}
.item-list em {
    font-style: normal;
}

/* Bonus 11/3/2017 */
.box-news-sub .cate-header {
    border-bottom: none;
    float: left;
    height: 36px;
    margin-top: 0px !important;
    width: 100%;
}
.box-news-sub .box-body.clearfix {
    width: auto;
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.box-news-home,
.box-pro-home {
    width: 80%;
    height: auto;
    float: none;
    margin: 5px auto;
}
.box-news-sub .cat-news.clearfix {
    width: 33.33333%;
    float: left;
    clear: none;
}
.box-news-sub .cat-news.clearfix>a {
    display: block;
    width: 100%;
    max-height: 197px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-news-sub .cat-news.clearfix a img {
    width: 100%;
    height: auto;
}
.box-news-sub .cat-news.clearfix>h4 {
    text-align: justify;
    height: 35px;
    overflow: hidden;
}
.box-news-sub .cat-news.clearfix>h4>a {
    /*font-family: RobotoRegular !important;*/
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
blockquote,
code,
pre {
    font-size: 15px;
}
.box-news-sub .cat-news.clearfix h4 a {
    color: #1c1c1c;
}
.box-news-sub .cat-news.clearfix .clearfix {
    text-align: justify;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
}
.box-news-sub .cat-news.clearfix .news-more {
    display: block;
    padding: 5px 20px;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s,
    background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
    border-radius: 0px;
    background: #0f6a37;
}
.box-news-sub .cat-news.clearfix .news-more a {
    color: #fff;
}
.herald-mod-wrap {
    position: relative;
    width: 100%;
}
.herald-mod-wrap .herald-mod-head {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.herald-mod-wrap .herald-mod-h {
    /*padding: 4px 14px 5px;*/
    border-radius: 2px 2px 0 0;
}
.herald-mod-h a {
    color: #0f6a37;
    float: left;
    /*height: 36px;
    line-height: 36px;*/
    padding-right: 0px;
    text-transform: none;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
}
.herald-mod-title {
    display: inline-block;
}
.herald-mod-head:after,
.herald-mod-title .herald-color,
.widget-title:after,
.widget-title span {
    color: #ffffff;
    background-color: #0f6a37;
}
.herald-mod-wrap .herald-mod-head:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
}
.herald-section article {
    position: relative;
    min-height: 1px;
    display: block;
    vertical-align: top;
}
.herald-lay-a {
    width: 100%;
    margin-bottom: 40px;
    /*max-width: 1020px;*/
}
.herald-post-thumbnail {
    position: relative;
    text-align: center;
    /*background-color: rgba(0,0,0,.05);*/
}
.herald-post-thumbnail a {
    color: #0288d1;
}
.herald-post-thumbnail img {
    /*width:1079px*/
    width: 100%;
    height: auto;
}
.herald-no-pad {
    padding: 0 15px 0 0!important;
}
.herald-lay-a .herald-lay-over {
    position: absolute;
    top: 40%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 740px;
    z-index: 10;
    padding: 35px 30px;
    background: #ffffff;
}
.herald-lay-a .entry-header {
    margin-bottom: 20px;
}
.entry-title a {
    display: block;
    clear: both;
    color: #000;
}
.herald-lay-a .herald-lay-over .herald-read-more {
    margin-top: 16px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid;
    padding: 5px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #006940;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.entry-title {
    text-transform: none;
}
@media (max-width: 1439px) and (min-width: 1250px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 1439px) and (min-width: 768px) {
    .herald-module .row>.herald-lay-f,
    .herald-module .row>.herald-lay-g,
    .herald-module .row>.herald-lay-h,
    .herald-site-content .herald-related .herald-lay-f,
    .herald-site-content .herald-related .herald-lay-g,
    .herald-site-content .herald-related .herald-lay-h,
    .herald_posts_widget .row>.herald-lay-f {
        width: 33.33%;
        margin-bottom: 30px;
    }
}
@media (min-width: 1201px) {
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
}
.box-news-list .header,
.box-pro-home .txt-name-sub {
    border-bottom: 0px;
}
.box-pro-home .sub-top {
    width: 100%;
}
.box-news-sub .txt-name-sub a,
.box-news-list .header a,
.box-pro-home .txt-name-sub a {
    border-bottom: 2px solid #0f6a37;
    color: #0f6a37;
    float: left;
    height: 36px;
    line-height: 36px;
    padding-right: 0px;
    text-transform: none;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
}
.herald-lay-g img {
    width: 113px;
    height: auto;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.box-sub-contact .form-group::after {
    clear: both;
    display: table;
}
.box-sub-contact .form-group {
    margin-bottom: 15px;
}
.box-sub-contact .form-group .control-label.col-md-3 {
    display: none;
}
.box-sub-contact .form-group .col-md-7 {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.box-sub-contact .form-group:nth-child(2),
.box-sub-contact .form-group:nth-child(3),
.box-sub-contact .form-group:nth-child(4),
.box-sub-contact .form-group:nth-child(5),
.box-sub-contact .form-group:nth-child(6),
.box-sub-contact .form-group:nth-child(7) {
    width: 33.333333%;
    float: left;
}
.box-sub-contact .form-group textarea {
    height: 150px;
}
.box-sub-contact .form-group::before {
    clear: both;
    display: table;
    content:"";
}

/*=== responsive ===*/
.content-map::after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 480px) {
    .box-sub-contact .form-group:nth-child(2),
    .box-sub-contact .form-group:nth-child(3),
    .box-sub-contact .form-group:nth-child(4),
    .box-sub-contact .form-group:nth-child(5),
    .box-sub-contact .form-group:nth-child(6),
    .box-sub-contact .form-group:nth-child(7) {
        width: 100%;
    }
    .box-sub-contact .form-group .col-md-7 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .body-container .col-mid .box-news-sub .box-body.clearfix {
        padding: 0px;
    }
    .box-news-sub .cat-news.clearfix>h4 {
        height: auto;
    }
    .body-container .col-mid .box-news-sub .cat-news.clearfix .clearfix {
        padding-left: 10px;
    }
    .box-footer {
        padding: 10px 0px;
    }
    .herald-lay-a .herald-lay-over {
        padding: 0px !important;
        left: 0 !important;
        position: relative !important;
        width: 100% !important;
        top: 35% !important;
    }
    .box-news-home,
    .box-news-index {
        width: 92% !important;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .row>.col-lg-4.col-xs-3.col-sm-4 {
        width: 40% !important;
        float: left;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .col-lg-8.col-xs-9.col-sm-8.herald-no-pad {
        width: 60% !important;
        float: left;
    }
    .herald-lay-g {
        width: 100% !important;
        margin-top: 15px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .herald-lay-g .row {
        padding: 5px 0px;
    }
    .box-news-sub .cat-news.clearfix {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .box-body.homepage.clearfix {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .box-news-home .cate-header.sub-top {
        margin-bottom: 55px;
        padding-top: 15px;
    }
    .ket-noi,
    .map,
    .content-map {
        width: 100% !important;
    }
    .header_middle .container {
        float: none;
        width: auto !important;
    }
    .nav-main {
        position: static !important;
        left: 0 !important;
    }
    .menu_mobile {
        margin-top: 28px !important;
    }
    .herald-lay-over h2 a {
        font-size: 24px !important;
    }
    .hotline {
        left: 0px !important;
    }
    .dk-all {
        right: 0px !important;
    }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
    .col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix>a {
        padding: 0px;
    }
    .box-sub-contact .form-group:nth-child(2),
    .box-sub-contact .form-group:nth-child(3),
    .box-sub-contact .form-group:nth-child(4),
    .box-sub-contact .form-group:nth-child(5),
    .box-sub-contact .form-group:nth-child(6),
    .box-sub-contact .form-group:nth-child(7) {
        width: 100%;
    }
    .box-sub-contact .form-group .col-md-7 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .herald-lay-a .herald-lay-over {
        padding: 0px !important;
        left: 0 !important;
        position: relative !important;
        width: 100% !important;
        top: 28% !important;
    }
    .box-news-home,
    .box-news-index {
        width: 92% !important;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .row>.col-lg-4.col-xs-3.col-sm-4 {
        width: 26% !important;
        float: left;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .col-lg-8.col-xs-9.col-sm-8.herald-no-pad {
        width: 60% !important;
        float: left;
    }
    .herald-lay-g {
        width: 100% !important;
        margin-top: 15px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .herald-lay-g .row {
        padding: 5px 0px;
    }
    .box-news-sub .cat-news.clearfix {
        width: 50% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        float: left;
    }
    .box-body.homepage.clearfix {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    .box-news-home .cate-header.sub-top {
        margin-bottom: 55px;
        padding-top: 15px;
    }
    .ket-noi,
    .map,
    .content-map {
        width: 100% !important;
    }
    .body-network {
        display: none;
    }
    .header_middle .container {
        float: none;
        width: auto !important;
    }
    .nav-main {
        position: static !important;
        left: 0 !important;
    }
    .menu_mobile {
        margin-top: 18px !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
    .col-mid .box-news-sub .box-body.homepage.clearfix .cat-news.clearfix>a {
        padding: 0px;
        display: block;
        width: 35%;
        float: left;
        margin-right: 15px;
    }
    .body-container .col-mid .box-news-sub .cat-news.clearfix .clearfix {
        clear: none;
    }
    .herald-lay-a .herald-lay-over {
        left: 16% !important;
        padding: 12px;
        position: absolute !important;
        top: 33% !important;
        width: 69% !important;
    }
    .box-news-home,
    .box-news-index {
        width: 92% !important;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .row>.col-lg-4.col-xs-3.col-sm-4 {
        width: 35% !important;
        float: left;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .col-lg-8.col-xs-9.col-sm-8.herald-no-pad {
        width: 60% !important;
        float: left;
    }
    .herald-lay-g {
        width: 50% !important;
        margin-top: 15px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .herald-lay-g .row {
        padding: 5px 0px;
    }
    .box-news-sub .cat-news.clearfix {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        float: left;
    }
    .box-body.homepage.clearfix {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .box-news-home .cate-header.sub-top {
        margin-bottom: 25px;
        padding-top: 15px;
    }
    .ket-noi,
    .map,
    .content-map {
        width: 100% !important;
    }
    .trang-chu-content .box-news-event ul.body-news {
        margin-top: 50px;
    }
    .header_middle .container {
        float: none;
        width: auto !important;
    }
    .nav-main {
        position: static !important;
        left: 0 !important;
    }
    .menu_mobile {
        margin-top: 28px !important;
        width: 70% !important;
    }
}
@media screen and (min-width: 801px) {
    .box-news-sub .box-body.homepage.clearfix {}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
    .header_main .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        width: 33% !important;
    }
    .nav-main {
        margin-top: 20px !important;
    }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
    .herald-lay-a .herald-lay-over {
        left: 16% !important;
        padding: 12px;
        position: absolute !important;
        top: 38% !important;
        width: 69% !important;
    }
    .header_middle .container {
        float: none;
        width: auto !important;
    }
    .nav-main {
        position: static !important;
        left: 0 !important;
    }
    .menu_mobile {
        margin-top: 35px !important;
        width: 70% !important;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .row>.col-lg-4.col-xs-3.col-sm-4 {
        width: 45% !important;
        float: left;
    }
    .row.herald-posts.row-eq-height .herald-lay-g .col-lg-8.col-xs-9.col-sm-8.herald-no-pad {
        width: 50% !important;
        float: left;
    }
    .trang-chu-content .box-news-event ul.body-news {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1024px) {
    ul.nav-menu,
    .nav-main-menu {
        display: block !important;
        overflow: none !important;
    }
    .nav-main {
        left: -100px !important;
        position: relative;
    }
    .ul.nav-menu {
        height: auto !important;
        overflow-y: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .nav-main {
        display: block !important;
    }
    .dk-all {
        right: 104px !important;
    }
}
.hotline a {
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto-Regular;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*========= FIX ========*/
@font-face {
    font-family: Roboto-Regular;
    src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('fonts/Roboto-Bold.ttf')
}
@font-face {
    font-family: Roboto-Italic;
    src: url('fonts/Roboto-Italic.ttf')
}
.hotline {
    position: fixed;
    bottom: 0px;
    left: 30px;
    z-index: 1000;
}
.dk-all .form-group label.col-md-3,
.box-sub-book-now .header {
    display: none;
}
.dk-all .form-group .col-md-9 {
    width: 100%;
}
.dk-all {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 99999999;
    color: #333333;
    width: 280px;
    background: #eaeaea none repeat scroll 0 0;
}
.header-dk {
    background: #0f6a37;
    padding: 7px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto-Regular;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.dk-all .form-group .control-label.col-md-4 {
    display: none;
}
.dk-all .form-group .col-md-8 {
    width: 100%;
}
.dk-all .form-group:last-child .col-md-9 {
    background: #0f6a37;
    padding: 5px 0px;
    text-align: center;
    border-radius: 3px;
}
#ctl18_ucBookNow_btnSend {
    color: #ffffff;
    font-size: 15px;
    font-family: Roboto-Regular;
}
.fa-caret-down {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #0f6a37;
    padding-right: 5px;
    transition: 0.5s;
}
.fa-caret-down_1 {
    transition: 0.5s;
    transform: rotateX(180deg);
}
.box-news-hot ul.body-news li {
    padding: 9px 3px;
}
#ctl18_ucLoadControl_ctl00_btnSend,
#ctl18_ucLoadControl_ctl00_btnReset {
    color: #ffffff;
    padding: 8px 20px;
    font-size: 15px;
    background: #0f6a37;
}
.box-news-sub::after {
    display: table;
    content: "";
    clear: both;
}
.owl-wrapper-outer img {
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
    top: 30px;
    border-radius: 0px;
}
.header-dk {
    position: relative;
    z-index: 10000000000;
}
.to-top {
    position: fixed;
    padding:8px 12px;
    background: rgba(0,
    0,
    0,
    .5);
    bottom: 60px;
    right: 15px;
    z-index: 20;
}
.to-top .fa {
    font-size: 20px;
    color: #ffffff;
}
.cate-header.sub-top::after {
    clear: both;
    display: table;
    content: "";
}
.box-news-detailt .body-detailt {
    margin-top: 25px;
}
.hotline {
    padding: 8px 12px;
    background: #f32e32;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.herald-lay-over>a {
    color: #ffffff !important;
}

/* ======== FIX ======== */
.box-top-video #myElement::after {
    clear: both;
    display: table;
    content:"";
}
.box-top-video #myElement {
    float: left;
    width: 50%;
}
.box-top-video #list_player {
    padding-left: 40px;
    width: 50%;
    text-align: center;
}

/*==== phone ====*/
.description {
    position: fixed;
    left: 25px;
    bottom: 8px;
    z-index: 9;
    width: 90px;
    z-index: 99999;
}
.phone_animation_circle_fill_img {
    height: 45px;
    width: 45px;
    background:#0f6a37;
    border-radius: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.phone_animation_circle_fill_img .fa {
    font-size: 26px;
    color: #ffffff !important;
    animation: img-phone 2s ease-in-out 0.5s infinite alternate;
    line-height: 45px;
}
@keyframes img-phone {
    0% {
        transform: rotate(-20deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-20deg);
    }
    60% {
        transform: rotate(20deg);
    }
    80% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
.phone_animation_circle {
    border: 4px solid rgba(70,
    141,
    198,
    0.5);
    border-radius: 100%;
    height: 45px;
    width: 45px;
    position: absolute;
    bottom: 10px;
    animation: phone 1s linear 0.3s infinite alternate;
}
.phone_animation_circle_1 {
    border: 4px solid rgba(70,
    141,
    198,
    0.5);
    border-radius: 100%;
    height: 45px;
    width: 45px;
    position: absolute;
    bottom: 10px;
    animation: phone_1 1s linear 0.8s infinite alternate;
}
@keyframes phone {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    25% {
        transform: scale(1.3);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    75% {
        transform: scale(1.7);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes phone_1 {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    25% {
        transform: scale(1.3);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    75% {
        transform: scale(1.7);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.phone_animation_circle_fill {
    border-radius: 100%;
    height: 45px;
    width: 45px;
    position: absolute;
    bottom: 10px;
    animation: phone-fix 0.6s linear 0.6s infinite alternate;
    background: rgba(70,
    141,
    198,
    0.5);
}
@keyframes phone-fix {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}
.number-phone {
    position: absolute;
    bottom: 2px;
    left: 90px;
    opacity: 0;
    transition: 0.5s;
    background: #e82525;
    padding: 8px 20px;
    font-size: 16px;
    color: #ffffff;
    font-family: Roboto-Regular;
    font-style: initial;
    font-weight: 400;
    visibility: hidden;
}
.description:hover .number-phone::before {
    font-family: FontAwesome;
    content: "\f0d9";
    color: #e82525;
    font-size: 16px;
    bottom: 19px;
    left: -5px;
    position: absolute;
}
.description:hover .number-phone {
    opacity: 1;
    left: 70px;
    visibility: initial;
}