@import url("my_css/my_effect.css");

/*reset*/
* {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
    overflow-y: scroll;
}

/*=======================================*/
a:focus, a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    list-style: none;
}

.clear {
    display: block;
    clear: both;
}

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

ol, ul {
    margin: 0;
    padding: 0;
}

/*=======================================*/
#full {
    width: 1349px;
    margin: 0px auto;
}

/*commont*/
.text {
    text-align: justify;
    line-height: 2em;
}

.text img {
    max-width: 100%;
}

.clear {
    display: block;
    clear: both;
}

.l50 {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.r50 {
    width: 50%;
    float: right;
    padding-left: 10px;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
    vertical-align: middle;
}

.padding0 {
    padding: 0px
}

.paddingright0 {
    padding-right: 0px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.paddingleft0 {
    padding-left: 0px;
}

.top20 {
    margin-top: 20px;
}

.top15 {
    margin-top: 15px;
}

.top10 {
    margin-top: 10px;
}

.top5 {
    margin-top: 5px;
}

.row_min {
    margin: 0px;
}

.row_sanpham {
    margin-left: -15px;
    margin-right: -15px;
}

.inline_block {
    display: inline-block;
}

.transAll03 {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.transAll1 {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.center {
    text-align: center;
}

/*TOP*/
#top {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 4px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 100;
}

#top:hover {}

/*++++++++++Lien he+++++++++++*/
.tablelienhe {}

.tablelienhe span {
    color: #F00;
}

.tablelienhe .my_cell {
    padding: 5px 0px;
    vertical-align: top;
}

.tablelienhe .my_cell label {
    font-size: 12px;
    color: #404040;
    font-weight: bold;
}

.tablelienhe .cell_title {
    text-align: right;
    padding-right: 15px;
}

.tablelienhe .input {
    height: 32px;
    padding: 5px;
    border: 1px solid #d1d1d1;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
    outline: none;
    background: #fdfdfd;
    padding-left: 30px;
    width: 100%;
}

.tablelienhe textarea.input {
    padding: 10px;
}

.tablelienhe .input:focus {
    border-color: #33a3b3
}

;

.tablelienhe textarea {
    padding: 5px;
}

.tablelienhe .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.button {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    background: #f0f0f0;
    color: #000;
}

.button:hover {
    border: 1px solid #3399ff;
}

.left_lienhe {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    float: left;
}

.right_lienhe {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    float: right;
}

.fa-contact {
    width: 33px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 32px !important;
    font-size: 18px !important;
    text-align: center;
    color: #CCC1C1;
}

.box_input_contact {
    position: relative;
    margin-bottom: 10px;
}

.contain_map_lienhe {
    margin-top: 20px;
}

.tablelienhe .box_not_valid .fa-contact {
    color: #f00;
}

/*notify_input*/
.notify_input {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/commont/icon_tip.png) top left no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    cursor: pointer;
}

.content_notify_input {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background: #F2F2F2;
    padding: 2px 5px;
    border: 1px solid #999;
    top: -5px;
    display: none;
    margin-right: 3px;
}

.notify_input:hover .content_notify_input {
    display: block;
}

.fa-contact {
    position: absolute;
    left: 0px;
    top: 0px;
}

/*inner*/
.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*header*/
#header {
    position: relative;
    width: 1349px;
    margin: 0px auto;
    height: 70px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#languages {
    position: absolute;
    top: 0px;
    right: 0px;
}

/*banner*/
#banner {
    height: auto;
}

#banner h1 {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

#language {
    position: absolute;
    top: 10px;
    right: 0px;
}

.logo {
    position: absolute;
    float: left;
    z-index: 999;
    top: 1px;
}

.company {
    position: absolute;
    top: 3px;
    left: 280px;
}

#top_header {
    height: 40px;
    background: #08A238;
    font-size: 14px;
    color: #fff;
    font-family: 'Arial';
    line-height: 40px;
}

.social_top {
    float: right;
    padding-top: 3px;
}

.social_top img {
    margin-left: 5px;
}

.email {
    padding-left: 25px;
    box-sizing: border-box;
}

.giolamviec {
    position: absolute;
    right: 220px;
    top: 15px;
}

.giolamviec p {
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    margin-bottom: 4px;
}

.giolamviec span {
    font-family: 'OpenSansRegular';
    color: #6d6d6d;
    font-size: 14px;
}

.hotline_top {
    position: absolute;
    right: 0px;
    top: 10px;
    background: url(../images/icon_hotline.png) left center no-repeat;
    padding-left: 50px;
    height: 44px;
}

.hotline_top p {
    font-size: 18px;
    color: #f00;
    font-family: 'RobotoBold';
}

/*menu top*/
.fixed {
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

#menu {
    height: 45px;
    background: #fff;
    position: relative;
}

#menu::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 17px;
    background: url(../images/line_menu.png);
    left: 0px;
    bottom: -17px;
    z-index: 99;
}

#menu>.inner>ul {
    float: right;
}

#menu ul li {
    float: left;
    position: relative;
}

#menu>.inner>ul>li {
    padding-top: 5px;
    margin-left: 10px;
}

#menu ul li a {
    line-height: 35px;
    font-size: 15px;
    font-family: 'OpenSansRegular';
    padding: 0px 20px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

#menu ul li.menu_active a, #menu ul li a:hover {
    color: #fff;
    background: #08A238;
    border-radius: 10px 0px 10px 0px;
}

#menu ul li ul {
    width: 230px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 99999;
}

#menu ul li ul li {
    background: #08A238;
    display: block !important;
    float: none;
    border-bottom: 1px solid #008E2B;
}

#menu ul li ul li:last-child {
    border-bottom: none;
}

#menu ul li ul li a {
    background: none !important;
    color: #fff !important;
    line-height: normal !important;
    padding: 10px 25px;
}

#menu ul li ul li a:hover {
    color: #ff0 !important;
}

#menu ul li ul li ul {
    top: 0;
    left: 100%;
}

#menu ul li .fa {
    line-height: 45px;
    font-size: 18px;
}

/*search*/
#timkiem {
    width: 196px;
    height: 28px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
}

#timkiem input[type="text"] {
    outline: none;
    background: none;
    border: none;
    height: 28px;
    width: 155px;
    padding-left: 10px;
}

#timkiem #btn {
    height: 28px;
    width: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    outline: none;
    border: none;
}

/*slider*/
#slider {
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    box-shadow: none;
}

.contain_slider {
    position: relative;
}

.icon_slider {
    width: 355px;
    height: 264px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    z-index: 999;
}

/*left*/
#left {
    float: left;
    width: 270px;
}

.sub_left {
    margin-bottom: 20px;
}

.title_left {
    height: 35px;
    background: #2a8fed;
}

.title_left span {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    display: block;
}

/*main*/
#container {
    margin-top: 35px;
}

.sub_main {
    margin-bottom: 20px;
}

.title_main {
    margin-bottom: 10px;
    text-align: center;
}

.title_main span {
    color: #08A238;
    font-weight: normal;
    font-family: 'UVFLobster12';
    display: inline-block;
    font-size: 30px;
    height: 84px;
    line-height: 84px;
    background: url(../images/title.png)center center no-repeat;
    min-width: 248px;
    position: relative;
}

.title_main span::after {
    position: absolute;
    content: '';
    width: 76px;
    height: 62px;
    background: url(../images/after_title.png);
    left: -76px;
    top: 11px;
}

.title_main span::before {
    position: absolute;
    content: '';
    width: 83px;
    height: 62px;
    background: url(../images/before_title.png);
    right: -83px;
    top: 12px;
}

.product_hot {
    background: url(../images/line_main_top.png) left top no-repeat, url(../images/line_main_bottom.png) left bottom no-repeat, url(../images/bg_home.png);
    padding: 35px 0px;
    margin: 30px 0px;
}

/*list home*/
.img_list {
    width: 280px;
    height: 280px;
    margin: auto;
    background: url(../images/border_list.png) center center no-repeat;
    text-align: center;
    padding: 15px 17px 18px 17px;
    box-sizing: border-box;
}

.img_list img {
    border-radius: 100%;
    display: inline-block;
    transition: 0.3s all;
}

.img_list:hover img {
    opacity: 0.45;
}

.name_list {
    display: block;
    height: 64px;
    background: #FFB70A;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-family: 'UVFLobster12';
    width: 250px;
    margin: 20px auto 0px;
    font-size: 24px;
    border-radius: 30px 0px 30px 0px;
    position: relative;
}

.name_list::after {
    position: absolute;
    content: '';
    width: 38px;
    height: 36px;
    background: url(../images/ghim.png);
    left: 0px;
    right: 0px;
    margin: auto;
    top: -17px;
}

.qc {
    margin-bottom: 30px;
}

/*product*/
.box_sanpham {
    float: left;
    margin-bottom: 30px;
    background: #fff;
    padding: 6px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    margin-right: 34px;
    border-bottom-width: 3px;
}

.box_sanpham:nth-child(4n+4) {
    margin-right: 0px;
}

.img_sanpham {
    text-align: center;
    overflow: hidden;
}

.img_sanpham img {
    border-radius: 6px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.img_sanpham img:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

.name_sanpham {
    text-align: center;
    margin-top: 10px;
}

.name_sanpham h2 {
    font-size: 16px;
    color: #005DB3;
    font-weight: normal;
    font-family: 'OpenSansBold';
}

.gia_sanpham {
    text-align: center;
    margin-top: 5px;
    font-family: 'OpenSansRegular';
    font-size: 14px;
}

.gia_sanpham p:nth-child(2) span {
    color: #f00;
    font-family: 'OpenSansBold';
}

.list_sub_img_detail {
    position: relative;
}

.prev_sub_detail, .next_sub_detail {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon_next_prev_common_owl.png);
    z-index: 10;
    top: 50%;
    margin-top: -14px;
}

.prev_sub_detail {
    background-position: 0px -28px;
    left: 0px;
}

.prev_sub_detail:hover {
    background-position: 0px 0px;
}

.next_sub_detail {
    background-position: -28px -28px;
    right: 0px;
}

.next_sub_detail:hover {
    background-position: -28px 0px;
}

#sub_img_detail {
    margin-top: 5px;
}

.item_owl_sub {
    padding: 0px 2px;
}

/*product detail*/
.img_detail {
    width: 500px;
    float: left;
}

.item_detail {
    padding: 10px 0px;
    border-bottom: 1px dashed #cdcdcd;
}

.bottom_detail {
    margin-top: 20px;
}

.info_detail {
    box-sizing: border-box;
    width: 650px;
    float: right;
}

.item_info_detail {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.item_info_detail.name_detail h1 {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
}

.item_info_detail.gia_detail span {
    font-size: 18px;
    color: #f00;
}

.item_tab {
    text-decoration: none;
    float: left;
    color: #000;
    background: #fff;
    padding: 8px 20px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-bottom: none;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}

.item_tab:hover, .item_tab.active {
    display: inline-block;
    background: #0E70BB;
    color: #fff;
}

.contain_content_tab {
    border: 1px solid #e0e0e0;
    padding: 10px;
    background: #fff;
}

.content_tab {
    display: none;
}

.content_tab.active {
    display: block;
}

/*news*/
.box_news {
    width: 585px;
    float: left;
    margin-bottom: 20px;
}

.box_news:nth-child(2n+2) {
    float: right;
}

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

.box_news_img {
    float: left;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 200px;
}

.right_news {
    width: 375px;
    float: right;
}

.box_news_img a {
    display: block;
    position: relative;
}

.box_news_name h3 a {
    color: #000;
    font-family: 'RobotoBold';
    font-weight: normal;
    font-size: 17px;
}

.box_news_name h3 a:hover {
    color: #08A238;
}

.box_news_mota {
    text-align: justify;
    line-height: 22px;
    margin-top: 5px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.box_news_readmore {
    text-align: right;
    float: right;
}

.box_news_readmore a:hover {
    color: #000;
}

.box_news_readmore a {
    display: inline-block;
    color: #f00;
    font-weight: bold;
    font-style: italic;
}

/*news other*/
.title_news_other {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.item_news_other {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.name_news_other {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

.name_news_other:hover {
    color: #f00;
}

.img_news_other {
    width: 40%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.right_news_other {
    width: 60%;
    float: right;
}

/*news two column*/


/*footer*/
#footer {
    background: url(../images/bg_footer.png);
    padding: 15px 0px 38px 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

#footer::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 35px;
    background: url(../images/line_footer.png);
    top: -35px;
    left: 0px;
}

.left_footer {
    width: 477px;
    float: left;
    color: #fff;
    font-family: 'OpenSansRegular';
    font-size: 15px;
}

.mid_footer {
    width: 235px;
    margin-left: 55px;
    float: left;
    padding-top: 23px
}

.right_footer {
    width: 390px;
    float: right;
    padding-top: 23px
}

.title_footer {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSansBold';
    margin-bottom: 15px;
}

.mid_footer ul li a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}

.social-footer {
    margin-top: 15px;
}

.bottom {
    height: 45px;
    background: #008E2B;
    border-top: 1px solid #00A031;
    color: #fff;
    font-family: 'OpenSansRegular';
}

.copyright {
    font-size: 14px;
    line-height: 45px;
    width: 600px;
    float: left;
}

.counter {
    float: right;
}

.counter span {
    font-size: 14px;
    line-height: 45px;
    padding-left: 25px;
}

.content_main {
    padding: 10px 0px;
}

/*album*/
.box_fotorama {
    width: 100%;
    margin: 0px auto;
}

/*video*/
.box_video {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

#list_video {
    width: 100%;
    height: 40px;
    margin-top: 2px;
    border: none;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}


/*news scroll*/
.img_news_scroll {
    width: 30%;
    float: left;
}

.right_news_scroll {
    width: 68%;
    float: right;
}

.contain_news_scroll .vert, .contain_news_scroll .vert .simply-scroll-clip {
    height: 315px !important;
    width: 100% !important;
}

.contain_news_scroll .vert .simply-scroll-list li {
    width: 100% !important;
    height: auto !important;
    padding: 5px 0px;
}

.contain_news_scroll .vert .simply-scroll-list li img {
    max-width: 100% !important;
}

/*.name_news_scroll h3{font-size: 13px;color:#6c6c6c;line-height: 15px;font-weight: bold;}*/
.name_news_scroll a {
    font-size: 13px;
    color: #000;
    line-height: 15px;
    font-weight: bold;
    display: block;
    white-space: normal;
    overflow: ellipsis;
}

.des_news_scroll {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    max-height: 44px;
    overflow: hidden;
    text-align: justify;
    margin-top: 5px;
}

.date_news_scroll {
    margin: 3px 0px;
    color: #f00;
}


.contact_video_fanpage {
    background: url(../images/banner_news_video.png);
    height: 490px;
    padding: 40px 0px 0px;
    box-sizing: border-box;
}

.box_item {
    width: 382px;
    float: left;
    margin-right: 27px;
}

.box_item:last-child {
    margin-right: 0px;
}

.box_item:nth-child(1) {
    background: rgba(255, 255, 255, 0.55);
    height: 380px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.title_contact {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-family: 'OpenSansBold';
    color: #08A238;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.item_frm .icon {
    width: 50px;
    height: 40px;
    background: #08A238;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    font-size: 18px;
    float: left;
}

.item_frm .txt {
    width: 312px;
    height: 40px;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}

.item_frm {
    margin-bottom: 5px;
}

.item_frm .txts {
    height: unset;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Arial';
}

.btnFrm {
    float: right;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 70px;
    height: 35px;
}

.hotline_fix {
    height: 57px;
    width: 175px;
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 9999;
    background: #08A238 url(../images/icon_hotline_fix.png)left 17px center no-repeat;
    border-radius: 0px 0px 0px 30px;
    padding-left: 50px;
    padding-top: 10px;
    box-sizing: border-box;
}

.hotline_fix p {
    font-family: 'Arial';
    font-size: 14px;
    color: #fff;
}

.hotline_fix span {
    font-family: 'UTMImpact';
    font-size: 20px;
    color: #FFF600;
}

.box_album {
    width: 380px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.box_album:nth-child(3n+3) {
    margin-right: 0px;
}

.content_mail {
    height: 70px;
    background: url(../images/bg_dk_mail.png);
    margin: 10px 0px 30px 0px;
    border-radius: 10px;
}

.content_mail span {
    font-size: 34px;
    font-family: 'UVFLobster12';
    color: #fff;
    line-height: 70px;
    padding-left: 24px;
    float: left;
    display: inline-block;
}

.dangkymail {
    width: 665px;
    float: left;
    margin-left: 50px;
    padding-top: 15px;
}

.dangkymail input {
    width: 532px;
    height: 40px;
    background: #fff;
    border: none;
    float: left;
    border-radius: 2px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.dangkymail button {
    width: 123px;
    float: right;
    height: 40px;
    border: none;
    background: #E31818;
    border-radius: 2px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    color: #fff;
}

body>p {
    opacity: 0;
    height: 0;
}

.map-footer iframe {
    width: 390px;
    height: 300px;
}

.contain_map_lienhe iframe {
    width: 100%;
}