
@import url('css/fonts.css');
@import url('css/normalize.css');
@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Pacifico');
/* .classwidthall {
    width: 1366px !important;
} */
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/RobotoBold.eot');
    src: url('fonts/RobotoBold.eot') format('embedded-opentype'),
         url('fonts/RobotoBold.woff2') format('woff2'),
         url('fonts/RobotoBold.woff') format('woff'),
         url('fonts/RobotoBold.ttf') format('truetype'),
         url('fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}




a:hover {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}
* {
    
    margin: 0px;
    padding: 0px;
}

strong,
b {
    font-family: 'OpenSansBold';
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

@-webkit-keyframes rotate {
    from{
        transform: rotate(180deg);
    }
    to{
        transform: rotate(0deg);
    }
}
@-webkit-keyframes AnHien {
    0% {opacity: 0;}
    25% {opacity: 0.25;}
    50% {opacity: 0.5;}
    75% {opacity: 0.75;}
    100% {opacity: 1;}
    
}
@-webkit-keyframes AnHien2 {
    0% {opacity: 0;}
    25% {opacity: 0;}
    50% {opacity: 0;}
    75% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes BorderXoay {
    0% {
        opacity: 0;
        border-top: 5px solid white;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        opacity: 0.8;
        border-top: 5px solid white;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        opacity: 1;
        border-top: 5px solid white;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        opacity: 0.9;
        border-top: 5px solid white;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        opacity: 0.5;
        border-top: 5px solid white;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes ChayMuiTen {
    from {
        opacity: 0;
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}
@-webkit-keyframes ToNho {
    from {
        opacity: 0.1;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1.0.5);
        -moz-transform: scale(1.0.5);
        -ms-transform: scale(1.0.5);
        -o-transform: scale(1.0.5);
        transform: scale(1.0.5);
    }
}
@-webkit-keyframes LenXuong {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        -o-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        -o-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}
@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.mui-ten {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(90deg);
    

}
.mui-ten span {
    color: #fff;
    font-size: 40px;
    animation: LenXuong 800ms ease-in-out infinite;
}
.jssor-edit1 {
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:1366px;
    height:500px;
    overflow:hidden;
    visibility:hidden;
}
.jssor-edit2 {
    cursor:default;
    position:relative;
    top:0px;
    left:0px;
    width:1366px;
    height:500px;
    overflow:hidden;
}
.mfix {
    margin-top: 0px !important;
    position: fixed !important;
    top: 0px !important;
    height: auto !important;
    z-index: 100001 !important;
    background: rgba(235, 149, 50, 0.7) !important;
    
}
.mfix ul.menu > li > a {
    /* color: #fff !important; */
}
.mfix .box-top {
    display: none;
}

.mfix .search-menu {
    display: flex;
}

.hidden {
    display: none;
    font-size: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999999px;
}

.an_title {
    font-size: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    text-indent: -99999999px;
    padding: 0px !important;
}

body {
    overflow-x: hidden;
    font-size: 14px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #FFF;
    padding: 0 !important;
}

#top {
    z-index: 200;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    width: 48px;
    padding: 6px 0;
    position: fixed;
    bottom: -45px;
    right: 24px;
    cursor: pointer;
    background-color: silver;
    border-radius: 2px;
    font-size: 20px;
    font-family: 'OpenSansRegular';
    transition: all 0.6s;
    border: 3px double #fff;
}

.top_ani {
    bottom: 54px !important;
}

.h390 {
    height: 410px;
}

#top:hover {
    background: #990004;
    background: -webkit-linear-gradient(top, #D60004 0%, #990004 100%);
    background: -moz-linear-gradient(top, #D60004 0%, #990004 100%);
    background: -ms-linear-gradient(top, #D60004 0%, #990004 100%);
    background: -o-linear-gradient(top, #D60004 0%, #990004 100%);
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px;
}

#full-page {
    max-width: 1366px !important;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

.content-popup img {
    max-width: 800px;
}

/* Chung */
.box-page {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 50px;
}

.title {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #699d0d;
}

.mb--b {
    margin-bottom: -70px;
}

.title > a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: 'Roboto';
    display: block;
    height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 15px;
    white-space: nowrap;
    font-style: italic;
}

.title > a:hover {
    background: #eee;
    color: #FF0000;
}

.title h5 {
    font-size: 15px;
    font-family: 'OpenSansBold';
    color: #FFF;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0px 10px 0px;
}

.title h3,
.title h1,
.title h2 {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    /*font-weight: bold;*/
    text-transform: uppercase;
    padding: 9px 30px 5px;
    background: #699d0d;
    border: 1px solid #fff;
    outline: 1px solid #699d0d;
    margin-bottom: 0;
}

.title h3 a,
.title h1 a,
.title h2 a {
    font-size: 25px;
    font-family: 'UTM HelvetIns';
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title h4 {
    font-family: 'SVNBeloved';
    font-size: 50px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    text-shadow: 0px 0px 5px #333;
}

.title p {
    font-size: 15px;
    font-family: 'OpenSansRegular';
    color: #333;
    line-height: 24px;
}

.listindex {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.listindex li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #CCC;
}

.listindex li:first-child {
    border-left: 0px solid #CCC;
}

.listindex li a {
    color: #333;
    font-size: 16px;
    font-family: 'OpenSansBold';
}

.listindex li a.active {
    color: #00a859;
}

.title1 {
    position: relative;
    text-align: center;
}
.title1 img {
    margin-top: -10px;
}

.doitac-top {
    margin-top: 35px;
    position: relative;
    z-index: -500;
    background:  #e6fff7;   
}

.title1 > h5 {
    position: relative;
    z-index: 200;
    font-family: SVN-Bear;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}
.title1 div {
    margin-left: 4%;
    width: 92%;
    height: 1px;
    border: 1px solid #b9d72a;
}
.title2 {
    position: relative;
    border-bottom: 1px dashed #CCC;
}

.title2 h4 {
    font-size: 20px;
    font-family: 'OpenSansBold';
    color: #333;
    line-height: 35px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.title2 h4:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 70px;
    height: 1px;
    background: #00a859;
    left: 0px;
}

.title2 h4 a {
    color: #333;
    font-family: 'OpenSansBold';
}

.brt-none {
    border-bottom: 0px;
}
.show-temp {
    margin-top: 50px;
}
.dkdn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 10px 10px 0;*/
}
.dkdn > i {
    margin-right: 10px;
}
.dkdn a {
    padding: 0 5px;
}
.dkdn1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
}
.dkdn1 > div {
    margin-right: 10px;
    
}
.dkdn1 > div:hover {
    cursor: pointer;
}
.dkdn1 > div > i {
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.inout-dnhap > div {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    border: 1px solid aqua;
    box-shadow: 2px 2px 3px;
    padding: 10px;
    border-radius: 6px;
    z-index: 999;
}
.inout-dnhap a {
    font-size: 11px !important;
    padding: 5px;
    box-shadow: 0px 1px 0px #ddd;
    line-height: 25px;
    display: block;
}
.inout-dnhap i {
    font-size: 20px !important;
    margin-right: 15px;
}
#thongtincanhan {
    background: aliceblue;
    padding: 25px;
}
.nav-account > div {
    width: 80px;
    margin-bottom: 25px;
}
.nav-account .border-xoay {
    border: 5px solid #dd2233;
}
.nav-account .border-xoay2 h6 {
    color: #dd2233;
}
.nav-account .border-xoay2 > div > div {
    background: #dd2233;
}

.r-edt {
    justify-content: flex-end;
}
.r-edt i {
    font-size: 30px;
    color: #fff;

}
.r-edt p {
    font-family: 'Roboto';
    font-size: 27px;
}
.r-edt p:first-child {
    color: #fff;
}
.r-edt p:last-child {
    color: #000;
}
.cen-edt {
    justify-content: center;
}
/* Top */
#top-page {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 120px 0;
    
}

#top-page img {
    max-width: 100%;
    vertical-align: middle;
    display: flex;
    margin: 0 auto;
}

.banner-page {
}

ul.top-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.top-page li {
    padding: 10px 0px;
}

ul.top-page li p {
    display: inline-block;
    margin-right: 50px;
    font-size: 13px;
    font-family: 'OpenSansRegular', sans-serif;
    font-weight: 500;
    line-height: 17px;
    color: #383838;
}

ul.top-page li a {
    color: #383838;
    display: inline-block;
    margin-left: 40px;
    position: relative;
    float: left;
}

ul.top-page li a:after {
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px dashed  #383838;
    content: '';
    top: 0px;
    left: -20px;
}

ul.top-page li a:first-child:after {
    display: none;
}

ul.top-page li a:hover {
    color: #FF0000;
}


#menuphu .mfix {
    background: transparent;
}
#menuphu {
    z-index: 2 !important;
    width: 100%;
    margin-top: 45px;
    background: transparent !important;
}
.menuphu {
    margin-bottom: 0;
    height: 50px;
    align-items: center;
    background: #eba029 ;
    display: flex;
    justify-content: space-around;
}
.menuphu li {
    padding: 0 15px;
    color: #fff;
}
.menuphu li a {
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
.tab-menuphu h2 {
    background: #eba029;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
}













/* Header */
#nav-bar {
   /*  background-image: linear-gradient(to right, #f1f1f1 , #dcdcdc); */
}
.top-edit {

}
.top-edit p {
    margin-bottom: 0;
}
.top-edit span {
    font-size: 26px;
    padding: 0 8px; 
}
.header-top {
    display: flex;
    width: 100%;
}
.right-header {

}
.right-header ul {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}
.right-header ul li {
    border-left: 1px solid #ccc;
}
.right-header ul li:first-child {
    border-left: 0;
}
.right-header ul li a {
    margin: 0 10px;
}
.right-header ul li:last-child a {
    margin: 0 0 0 10px;
}
.right-header ul li a span {
    color: #333;
    font-size: 13px;
}
.right-header ul li a:hover span {
    color: red;
}
.right-header ul li a i {
    display: none;
}
.hl-email {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.hl-email span:nth-child(2) {
    color: red;
    margin: 0 5px;
}
.hl-email a {
    color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 15px;
}
.hl-email a:hover {
    color: red;
}
.hl-email a img {
    margin-right: 5px;
}
.flex-topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
}
.kttm h2 {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.kttm h2:after {
    content: '';
    display: block;
    height: 20px;
    background: url(images/page_title_star.png) no-repeat center bottom;
}
#checkdomain input[name="domain"] {
    height: 46px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    padding-left: 25px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#checkdomain button {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    background-color: #ee7104;
    color: #fff;
    border-radius: 0;
}
.form-group {
    margin-bottom: 15px;
}
.line-through {
    text-decoration: line-through;
}
.head-cty {
    text-align: center;
    padding: 10px 0;
}
.head-cty h1 {
    margin: 0 0 10px;
    font-size: 90px;
    font-weight: 900;
    color: #0a873d;
    font-family: SFUDinEngAlt;
    text-transform: uppercase;
}
.head-cty h3 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 500;
    color: #0a873d;
    font-family: SFUDinEngAlt;
}
.slogan {
    border-left: 2px solid #ffbf06;
    border-right: 2px solid #ffbf06;
    width: 50%;
    overflow: hidden;
    padding: 0 10px;
}

.marquee {
    width: 50%;
}
.slogan-head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan-head .fa-volume-up {
    font-size: 30px;
    padding: 0 10px;
    color: #ffbf06;
}
.slogan-head .js-marquee {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffbf06;
    font-weight: 600;
}
.content-sp {
    position: absolute;
    bottom: -22px;
    left: -102px;
    text-align: center;
    color: #fff;
    background-size: auto 100%;
    font-family: 'Roboto';
    width: 300px;
}
.content-sp h1 {
    font-size: 50px;
    margin: 0;
    padding: 28px 0 0;
    display: flex;
    justify-content: center;
}
.content-sp > h2 {
    font-size: 30px;
}
.content-sp > h2 span {
    color: #ffe400;
}
.content-sp > h3 {
    font-size: 30px;
    text-align: right;
}
.content-sp > h1 > span > img {
    position: relative;
    top: 0;
}
.chuthich {
    position: relative;
    display: flex;
    max-height: 28px;
    margin-top: -8px;
}
.chuthich p.hidden-tooltip {
    opacity: 0;
    visibility: hidden;
    background-color: #31b0d5;
    width: 220px;
    height: 120px;
    border-radius: 6px 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    transition: opacity 0.3s;
    color: #fff;
    font-size: 14px;
    top: 0;
    left: 100%;
    margin-left: 5px;
    margin-bottom: 0;
    border: 1px solid #269abc;
}
.chuthich p.hidden-tooltip::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0%;
  margin-left: -11px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #269abc transparent transparent;
}
.chuthich:hover p.hidden-tooltip {
  visibility: visible;
  opacity: 1;
}
.content-sp .danhgia {
    padding: 10px 0;
}
.content-sp .danhgia i {
    font-size: 25px;
}
.pic .danhgia {
    padding: 10px 0;
}
.pic .danhgia i {
    font-size: 25px;
    color: #fff;
}
#mau-star1 i {
    color: #FF0;
}
#mau-star2 i {
    color: #fff;
}
.dat-hang {
    padding: 30px 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dat-hang a {
    padding: 5px 35px;
    text-transform: uppercase;
    font-size: 24px;
    border: 3px solid #fff;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #cccc00, #999900, #808000);
}
.dat-hang a:hover {
    color: #fff;
    background: linear-gradient(180deg, #ffff00, #cccc00, #b3b300);
    box-shadow: 0px 0px 5px #ddd;
}
.dat-hang1 {
    display: block;
    width: 100%;
    padding: 0 25px;
}
a.dat-hang2 {
    padding: 5px 35px;
    text-transform: uppercase;
    font-size: 24px;
    border: 3px solid #fff;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #01597a, #003e55, #002837);
    display: block;
    text-align: center;
    margin: 20px 0;
}
a.dat-hang2:hover {
    color: #fff;
    background: linear-gradient(180deg, #02b0f4, #027eae, #005472);
    box-shadow: 0px 0px 5px #ddd;
}
.dat-hang3 a {
    color: #ccb08a;
    font-family: 'Myriad Pro';
    /*padding: 7px 40px;*/
    font-size: 19px;
    
}
.dat-hang3 a:hover {
    color: #fff;
}
.dat-hang3 {
    background: url(images/2133.png) center bottom no-repeat;
    background-size: 100% 100%;
    padding: 0 15px;
}





















.head-phone {
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.head-phone .fa-phone-volume {
    font-size: 43px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 50%;

}
.head-phone h5 {
    font-size: 35px;
    font-family: SFUDinEngAlt;
}
.head-page-bottom {
    position: relative;
    display: flex;
    /*align-items: center;*/
}

.headtop {
    padding: 0px;
}

.headtop ul {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.headtop ul li {
    display: flex;
    font-size: 15px;
    font-family: 'RobotoRegular';
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.headtop ul li:nth-child(1) {
   justify-content: flex-start;
}

.headtop ul li:nth-child(1) p {
    color: #fff;
    width: 100%;
    font-family: SVN-Rex;
    font-size: 28px;
    font-weight: 500;
    line-height: 43px;
}

.headtop ul li:nth-child(1) p a {
    padding-right: 13px;
    margin-right: 10px;
    border-right: 1px solid #000000;
}

.headtop ul li:nth-child(1) p a:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #000000;
}

.headtop ul li:nth-child(3) {
    margin-bottom: 0;
    justify-content: space-between;
    
}
.headtop ul li:nth-child(2) {
    justify-content: center;
}
.headtop ul li:nth-child(2) p {
    margin-bottom: 0;
    color: #fff;
    font-family: SVN-Newton;
    font-size: 14px;
}
.headtop ul li.top-edit .css-ngonngu a {
    margin-left: 5px;
}
.headtop ul li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
}

.headtop ul li a:hover {
    /*animation: ToNho 700ms ease-in-out infinite;*/
    text-decoration: none;
    color: #ffe400;
}

.headtop ul li i {
    margin-top: 0px;
    float: left;
}

.headtop ul li:nth-child(2) a {
    color: #FFF;
    display: inline-block;
    position: relative;
}

.headtop ul li:nth-child(2) a i.fa-shopping-bag {
    margin-right: 20px;
}

.headtop ul li:nth-child(2) a span {
    /* position: absolute;
    left: 15px;
    bottom: 2px;
    background: #FF0000;
    color: #FFF;
    padding: 5px;
    min-width: 5px;
    font-size: 12px;
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; */
}

.heademenu {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 21px 0px;
    width: 100%;
}

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

.logo-left img,
.logo-right img {

    /* float: left; */
}
.box-temp {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    border: 6px solid transparent;
    border-image: url(images/bg-color.png) 7 round;
}
.do-bong {
}
.do-bong > img {
    
}

.banner {
}

.banner a {
}

.logo-left {
    display: flex;
    align-items: center;
    transition: all 0.6s;
}

.banner img {
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.6s;
    
}
.header-center {
    float: left;
    max-width: 100%;
    transition: all 0.6s;
}
.header-center img {
    max-width: 100%;
    transition: all 0.6s;
}

.search-mobile {
    float: right;
    height: 50px;
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.search-mobile div.icon-s {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    width: 31px;
    background: #0e9d49;
    color: #FFF;
}

.box-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.search {
    margin-left: 7px;
    width: 285px;
    box-shadow: 3px 3px 6px 6px #e5e5e5;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    margin-top: 5px;
}

.search-top {
    width: 300px;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotline {
    float: right;
    
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.hotline div > p {
    font-size: 25px;
    text-transform: uppercase;
    
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    text-shadow: -1px -1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    1px 1px #fff,
    -1px -1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    1px 1px 1px #000,
    0px 3px 0px #b2a98f, 0px 3px 0px rgba(0,0,0,0.15), 5px 9px 2px rgba(0,0,0,0.1), 0px 0px 0px rgba(0,0,0,0.1);

}

.hotline div > p:nth-child(2) {
    font-weight: 600;
    font-size: 30px;
    /* line-height: 30px; */
    color: red;
    text-shadow: -1px -1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    1px 1px #fff,
    -1px -1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    1px 1px 1px #000,
    0px 3px 0px #b2a98f, 0px 3px 0px rgba(0,0,0,0.15), 5px 9px 2px rgba(0,0,0,0.1), 0px 0px 0px rgba(0,0,0,0.1);
}

.hotline span > img {
    margin-top: 6px;
    margin-right: 10px;
    vertical-align: middle;
}

.hotline span i {
    font-size: 30px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    top: -5px;
}

.giohang {
    font-size: 14px;
    width: 42%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giohang a {
    color: #333;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}

.chinhhang {
    font-size: 14px;
    width: 54%;
}

.chinhhang a {
    color: #333;
    display: block;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    color: #FF0000;
    line-height: 22px;
}

.chinhhang span {
    display: inline-block;
    float: right;
    width: calc(100% - 57px);
    padding: 5px 0px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}

.search-top a img {
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.hotrotructuyen {
    font-weight: 300;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    line-height: 20px;
}

.hotro_item {
    float: left;
    padding-left: 35px;
    line-height: 32px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.hotro_item.phone {
    background: url('images/icon-hotline.png') no-repeat left center;
}

.hotro_item.email {
    background: url('images/icon-email.png') no-repeat left center;
}

.hotro_item a {
    color: #FFF;
}

.search-bottom {
    width: 550px;
    float: left;
    background: #FFF;
    position: relative;
    margin-top: 0px;
    border: 2px solid #00a859;
    box-sizing: border-box;
    overflow: hidden;
}

.select-search {
    width: 145px;
    background: #e7e7e7;
    border: none;
    height: 50px;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: 'OpenSansRegular';
    color: #666;
    float: left;
}

.text-search {
    width: calc(100% - 35px);
}
input.button-search {
    width: 21px;
} 
.button-search {
    right: 0;
    top: 0%;
    background: url('images/top-icon1.png') no-repeat;
    width: 21px;
    height: 21px;
    transform: scale(0.9);
}
.button-search:hover {
    transform: scale(1);
}

.click-search {
    width: 42px;
    height: 78px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.click-search.active i {
    font-size: 30px;
}

#frm-search {
    padding: 5px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#frm-search select {
    background: transparent;
    border: none;
    height: 44px;
    outline: none;
    padding: 0px 10px;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 13px;
    color: #333;
    float: left;
    box-sizing: border-box;
    width: 140px;
    border-right: 2px solid #00a859;
}

#frm-search-m {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

#frm-search-m select {
    background: transparent;
    border: none;
    height: 34px;
    outline: none;
    padding: 0px 10px;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 13px;
    color: #333;
    float: left;
    box-sizing: border-box;
    width: 140px;
    border-right: 2px solid #00a859;
}

.input-control {
    width: 100%;
    background: transparent;
    border: none;
    height: 40px;
    outline: none;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 13px;
    color: #333;
    float: left;
    box-sizing: border-box;
}

#frm-search-m .input-control {
    width: calc(100% - 140px);
    background: transparent;
    border: none;
    height: 34px;
    outline: none;
    padding: 0px 10px;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 13px;
    color: #333;
    float: left;
    box-sizing: border-box;
}

#frm-search-m .button-search {
    width: 40px;
    height: 34px;
    background: #00a859;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a859;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: 'OpenSansBold';
    font-size: 15px;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 2px solid #FFF;
}
.mn-logo-right {
    display: none;
}
#cart {
    position: fixed;
    top: 40%;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #444;
    cursor: pointer;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

#cart i {
    color: #FFF;
    font-size: 30px;
}

#cart span {
    position: absolute;
    top: -8px;
    left: -8px;
    display: inline-block;
    padding: 3px 5px;
    background: #FF0000;
    color: #FFF;
    border-radius: 5px;
}

.input-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #333;
    font-family: 'OpenSansRegular'
}

.input-control:-moz-placeholder {
    font-size: 13px;
    color: #333;
    font-family: 'OpenSansRegular'
}

.input-control::-moz-placeholder {
    font-size: 13px;
    color: #333;
    font-family: 'OpenSansRegular'
}

.input-control:-ms-input-placeholder {
    font-size: 13px;
    color: #333;
    font-family: 'OpenSansRegular'
}

.menu-mobile {
    width: 40px;
    height: 40px;
    float: right;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px;
    overflow: hidden;
    display: none;
    margin-top: 20px;
}

.menu-mobile span {
    width: 100%;
    margin-bottom: 7px;
    height: 3px;
    float: left;
    background: #413C38;
}

.top-mobile {
    display: none;
}

.cart-menu {
    width: 130px;
    display: flex;
    align-items: center;
}

.cart-menu img {
    vertical-align: middle;
}

.cart-menu span {
    background: #00a859;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}

.cart-menu a {
    color: #FFF;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.cart-menu-imt {
    height: 50px;
    line-height: 50px;
    right: 0px;
    display: block;
}

.cart-menu-imt a {
    color: #FFF;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    background: #00a859;
    padding: 5px 10px;
}

.cart-menu-imt-icon {
    height: 50px;
    line-height: 50px;
    right: 0px;
    display: none;
}

.cart-menu-imt-icon a {
    color: #FFF;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    background: #00a859;
    padding: 5px 10px;
}

.menu-but {
    width: 55px;
    height: 48px;
    line-height: 48px;
    display: none;
    padding-left: 35px;
}

.menu-but a {
    color: #FFF;
    font-family: 'RobotoBold';
    font-size: 18px;
    text-transform: uppercase;
}

.left-0 {
    left: 0px !important;
}

/* Menu */
.menu-bound {
    width: 270px;
    height: 40px;
    position: relative;
}

.menu-bound:hover .left-top {
    display: block !important;
}

.left-top {
    top: 40px;
    left: 0px;
    width: 100%;
    background: #FFF;
    z-index: 99;
}

.navigator-category-text {
    background: #378FCC;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    padding-left: 48px;
    padding-top: 10px;
    position: relative;
    height: 30px;
    z-index: 9999999;
    font-size: 20px;
    border-radius: 4px 4px 0 0;
    font-family: 'RobotoBold';
}

.navigator-category-text:before {
    content: "";
    border: transparent;
    border-top-color: #378FCC;
    border-style: solid;
    border-width: 10px 135px 0;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 0;
    width: 0;
}

.expand-alias {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 2;
    width: 31px;
    height: 31px;
    background: #00a859;
}

.expand-alias span {
    background-color: #fafafa;
    font-size: 0;
    width: 16px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 6px;
    border-radius: 2px;
}

.expand-alias span:before {
    transform: translateY(-6px);
    width: 22px !important;
}

.expand-alias span:after {
    transform: translateY(6px);
    width: 12px !important;
}

.expand-alias span:after,
.expand-alias span:before {
    content: "";
    background-color: #fafafa;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    border-radius: 2px;
}

.menu-hx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-logo {
    width: 206px;
    float: left;
    margin-right: 50px;
}

.menu-lx {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.6s;
}

.search-menu {
    width: calc(100% - 278px);
    box-sizing: border-box;
    display: flex;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

.logo-menu {
    width: 140px;
}

.logo-menu img {
    max-height: 48px;
    display: block;
    max-width: 100%;
}

.search-m {
    width: 120px;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.search-mn {
    width: 550px;
    float: left;
    background: #FFF;
    position: relative;
    margin-top: 0px;
    border: 2px solid #00a859;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 10px;
}

.giohang-m {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giohang-m img {
    max-height: 30px;
    float: left;
    margin-right: 10px;
}

.giohang-m a {
    color: #333;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
#slider-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vitrilogo {
}
.mfix .menu-top1 ul.menu > li > a {
    color: #fff;
}
.mfix .xoaybg {
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* padding: 20px 0; */
    background: none;
}
.xoaybg {
    background: url('images/bg-logo-2.png') no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 204px;
    padding: 0 25px;
    margin: -10px -25px 0;
}
.xoaybg > img {

}
.xoaybg > a > img {
}
.ds-block {
    position: relative;
    transition: all 0.2s;
}
.border-xoay:hover {
    /*border-top: 5px solid red;*/
    /*border-right: 5px solid white;*/
    /*border-bottom: 5px solid green;*/
    /*border-left: 5px solid black;*/
    border-radius: 50%;
    animation: BorderXoay 1.3s linear;
}
.border-xoay2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    width: 150px;
    height: 100%;
    transform: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.border-xoay:hover .border-xoay2 {
    animation: AnHien2 1.3s linear;
    transition: all 1.3s ease-in;
    opacity: 1;
}
.border-xoay2 h6 {
    font-size: 19px;
    color: #fff;
    margin: 0;
    font-family: 'SFUEurostileBoldCondensed';

}
.border-xoay2 h6:first-child {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.border-xoay2 h6:last-child {
    margin-top: 10px;
}
.border-xoay2 > div > div {
    width: 100%;
    height: 5px;
    background: #fff;
    border-radius: 20px;
}
.ds-block img {
    padding: 5px 0;
}
.border-xoay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-radius: 50%;
}
.gh-m {
    display: none !important;
}
.mfix li.banner a.ds-block img {
    height: 50px;
}
.mfix .menu-top1 ul.menu > li img {
    
}
.mfix .menu-top1 ul.menu {
}
.menu-top1 {
    width: 100%;
    position: relative;
    z-index: 9;
}

.menu-top1 ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.menu-top1 ul.menu > li img {
    float: left; 
}

.menu-top1 ul.menu > li {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.6s;
}
.menu-top1 ul.menu > li:hover,
.menu-top1 ul.menu > li.active {
    background: #d17915;
}

.menu-top1 ul.menu > li > a {
    color: #000;
    font-size: 16px;
    display: block;
    font-family: 'Roboto';
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
    text-decoration: none;
    line-height: 45px;
    width: 100%;
}

.menu-top1 ul.menu > li:hover > a,
.menu-top1 ul.menu > li.active > a {
    /*background: #699d0d;*/
    opacity: 1;
    color: #fff;
}
.menu-top1 ul.menu > li:hover {
    color: #FFF;
}

.menu-top1 ul.menu > li:hover > ul {
    
    /* background-image: linear-gradient(to right, #f1f1f1 , #dcdcdc); */
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(6%, rgba(239,239,239,1)), color-stop(59%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -o-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -ms-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: linear-gradient(135deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );



    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top1 ul.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top1 ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0px;
    
    text-align: left;
    white-space: nowrap;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: 9999;
    padding: 0px;
    box-sizing: border-box;
}

.menu-top1 ul.menu > li > ul li {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 10px 10px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-top1 ul.menu > li > ul > li a {
    color: #000;
    font-size: 14px;
    font-family: Roboto;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

.menu-top1 ul.menu > li > ul > li > ul {
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 250px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    box-sizing: border-box;
}
.menu-top1 ul.menu > li > ul > li:hover > ul {
    margin-left: 3px;
    /* background-image: linear-gradient(to right, #f1f1f1 , #dcdcdc); */
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(6%, rgba(239,239,239,1)), color-stop(59%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -o-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -ms-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: linear-gradient(135deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );



}

.menu-top1 ul.menu > li > ul > li:hover > a,
.menu-top1 ul.menu > li > ul > li.active > a {
    /* opacity: 1; */
    animation: AnHien 500ms ease-in-out;
    /* animation: moveFromRight 200ms ease-in-out; */
    /* color: #dd2233; */
}

.menu-top1 ul.menu > li > ul > li > ul > li:hover > a,
.menu-top1 ul.menu > li > ul > li > ul > li.active > a {
    animation: AnHien 500ms ease-in-out;
    /* opacity: 1; */
    /* animation: moveFromLeft 200ms ease-in-out; */
    color: #000;
    transition: 0.3s;
    
}


.menu-top1 ul.menu > li > ul > li:hover {
    background: #e6e6e6;
    
    
}
.menu-top1 ul.menu > li > ul > li:hover {

    opacity: 1;
    z-index: 9999;
    background: #E2F4F7;
    /* animation: moveFromLeft 200ms ease-in-out; */
    transition: 0.3s;
    /* animation: none; */
    border-bottom: 1px solid #009966;
    border-right: 1px solid #009966;
    box-shadow: 1px 1px 5px #009966;
    
}

.menu-top1 ul.menu > li > ul > li > ul > li:hover {
    background: #E2F4F7;
    /* animation: none; */
    border-bottom: 1px solid #009966;
    border-right: 1px solid #009966;
    box-shadow: 1px 1px 5px #009966;
}
/*cap 3*/
.menu-top1 ul.menu > li > ul > li > ul > li > ul {
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 250px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    box-sizing: border-box;
}
.menu-top1 ul.menu > li > ul > li > ul > li:hover > ul {
    margin-left: 3px;
    /* background-image: linear-gradient(to right, #f1f1f1 , #dcdcdc); */
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(6%, rgba(239,239,239,1)), color-stop(59%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -o-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: -ms-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    background: linear-gradient(135deg, rgba(237,237,237,1) 0%, rgba(239,239,239,1) 6%, rgba(255,255,255,1) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );

    visibility: visible;
    opacity: 1;
    top: 0;
}
.menu-top1 ul.menu > li > ul > li > ul > li > ul > li:hover {
    background: #E2F4F7;
    /* animation: none; */
    border-bottom: 1px solid #009966;
    border-right: 1px solid #009966;
    box-shadow: 1px 1px 5px #009966;
}

/* Slider */
.wh100 {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wh100:hover {
    cursor: auto;
}
.nd-slider {
    display: block;
    justify-content: center;
}
.nd-slider h2 {
    font-family: SVN-TimesNewRoman;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.nd-slider h4 {
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.span-ed {
    margin-top: 30px;
    text-align: center;
}
.span-ed > a:hover {
    text-decoration: none;
}
.span-ed span {
    text-align: center;
    padding: 5px;
    border: 3px solid #fff;
    font-size: 20px;
    color: #fff;
}
#slider-top {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
#slider-top img {
   
}
#duandangmoban {
    padding: 40px 0;
}
.canchinh {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.canchinh div:nth-child(1),
.canchinh div:nth-child(3) {
    height: 1px;
    width: 15%;
    background: #115332;
}
.canchinh img {
    margin: 0 15px;
}
/*dich vu*/
#dichvunb {
    padding: 60px 0;
    background: url(images/ketren.png) top left no-repeat, url(images/ketren.png) bottom left no-repeat, #000;
}
#tintuc .tde-dvu {
    margin-bottom: 0;
}
.tde-dvu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.tde-dvu a h4 {
    text-align: center;
    font-size: 30px;
    color: #699d0d;
    text-transform: uppercase;
    font-family: RobotoBold;
    background: url(images/bottom-title.png) center bottom no-repeat;
    padding-bottom: 20px;
}
.tde-dvu a:hover {
    text-decoration: none;
}
.tde-dvu a h4 span {
    border-bottom: 2px solid #115332;
}
.tde-dvu p {
    text-align: center;
    font-size: 15px;
    font-family: RobotoRegular;
    color: #333333; 
}

#edit-bds {
    margin-top: 25px;
}


.adv {
    width: calc(100% + 50px);
    margin: 30px -25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.adv .img {
    width: calc(100% / 2);
    text-align: center;
    box-sizing: border-box;
    padding: 0px 25px;
}

.adv .img a img {
    max-width: 100%;
}

.adv-w {
    width: 100%;
    position: relative;
}

.adv-w img {
    display: block;
    max-width: 100%;
}

.box-adv {
    position: absolute;
    width: 275px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advd {
    width: 175px;
    height: 150px;
    background: #20b2aa;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
    line-height: 25px;
    box-shadow: 4px 4px 8px #333;
}

.advd a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

/* About us */
#gioithieu {
    padding: 90px 0 150px;
}
.content-gioithieu {

}
.content-gioithieu h2 {
    color: #fff;
    font-family: 'SFUAdineKirnberg';
    font-size: 99px;
    text-align: center;
    margin-bottom: 30px;
}
.vongtron-gt {
    width: 100px;
    height: 100px;
    margin: 55px auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
}
.vongtron-gt:hover {
    background: #ffe400;
}
.dangky-gt {
    margin: 60px auto 0;
    font-size: 18px;
    width: 500px;
    border-radius: 26px;
    border: 3px solid #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 40px;
}
.dangky-gt a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    font-weight: 600;
}
.dangky-gt a:hover {
    color: #ffe400;
}

.dangky-gt p {
    color: #fff;
    font-size: 20px;
    margin: 0 15px 0;
}
.gt-change {
    text-align: center;
}
.padd-gioithieu {
    padding: 50px 0px 150px;
}

.gt-change h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #d6d6d6;
    letter-spacing: 20px;
    font-size: 18px;
}
.gt-change h4 {
    text-align: justify;
    margin-bottom: 30px;
}
.gt-change a:hover {
    text-decoration: none;
    color: #fff;
}
.gt-change a {
    margin-top: 20px;
}
.txt-ed {
    padding: 10px;
    background: #115332;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.box-gioithieu {
    width: 650px;
    box-sizing: border-box;
    padding: 20px 40px;
    box-shadow: 1px 1px 10px #999;
    background: #FFF;
}
.gthieu-css {

}
.gthieu-top {
    
}
.gthieu-bottom {

}
.tieude-gioithieu h4 {
    font-size: 50px;
    color: #646464;
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.tieude-gioithieu h4 a {
    color: #646464;
    font-family: 'SVNBeloved';
}

.desc-gioithieu {
    font-size: 14px;
    color: #474647;
    line-height: 24px;
    text-align: justify;
}

.desc-gioithieu p {
    text-align: right;
    margin-top: 10px;
}

.desc-gioithieu p a {
    font-size: 14px;
    color: #474647;
    font-style: italic;
    line-height: 24px;
    font-family: 'OpenSansRegular';
    text-decoration: underline;
}
/*tin tuc*/

.bg-tintuc {
    background: #eeeeee;
    padding-bottom: 25px;
}
.tde-dvu2 {
    width: 100%;
}
.tde-dvu2 h4 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.tde-dvu2 p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.can-chinh {
    padding: 30px 0 15px;
}
.can-chinh2 {
    padding-bottom: 30px;
}
.hanh-ttvd {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    margin: 0 30px;
}
.hanh-ttvd div:nth-child(1),
.hanh-ttvd div:nth-child(3) {
    height: 1px;
    background: #fff;
    width: 25%;
}

.slickTinTuc .slick-slide:after {
    background: none;
    display: none;
}


.tieude-tintuc {
    padding: 10px 0;
    display: flex;
}
.tieude-tintuc2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*vi sao*/
#visao {
    padding: 40px 0;
    background: #f9f9f9;
}
.box-slide-new {
    width: calc(100% + 20px);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px -10px;
    display: flex;
    justify-content: space-between;
}

p.xem1them {
    text-align: center;
}

p.xem1them a {
    font-size: 14px;
    color: #474647;
    line-height: 24px;
    font-family: 'OpenSansRegular';
    padding: 6px 40px 8px;
    border: 1px solid #e60f1e;
    border-radius: 30px;
}

#gallery {
    background: #FFF;
}

.box-gallery {
    width: calc(100% + 20px);
    margin: 0px -10px;
    float: left;
    display: flex;
    flex-flow: wrap;
}

.box-gallery-item1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 0px;
    float: left;
}

.box-gallery-item1 .img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.box-gallery-item1 .img img {
    float: left;
    max-width: 100%;
    transition: all 0.6s;
}

.box-gallery-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 10px;
    float: left;
}

.box-gallery-item .img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.box-gallery-item .img img {
    float: left;
    max-width: 100%;
    transition: all 0.6s;
}

.box-gallery-item .desc {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background: #FFFFFF;
    position: relative;
    z-index: 4;
    top: -2px;
}

.box-gallery-item .desc a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    transition: all 0.6s;
    line-height: 24px;
}

.box-gallery-item:hover div.img img {
    transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}

.box-gallery-item:hover div.desc a {
    color: #94478f;
}
#duantieubieu {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: #f2f2f2;
}
.about-duan .gt-index2 {
    position: relative !important;
    width: 100%;
}
.about-duan .gt-index2 a {
    margin-bottom: 20px;
}
.datb-set > div {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 7px #ddd;
}
.datb-set p {
    font-size: 15px;
    font-family: RobotoBold;
    color: #646464;
    text-align: left;
    margin: 0;
}
.datb-set p:nth-child(2) {
    color: #000;
}
.tx-datb {
    width: 100%;
    display: flex;
    align-items: center;
}
.tx-datb a {
    line-height: 45px;
    font-size: 20px;
    color: #337ab7;
    font-family: RobotoBold;
    text-transform: uppercase;
}
.tx-datb a:hover {
    color: #000;
    font-weight: 500;
}
.tx-datb img {
    position: absolute;
}
.fll-datb {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.fll-datb2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    /* background: url('images/Untitled-9.png') no-repeat center; */
    /* background-size: 100% 100%; */
    height: 70px;
}
.ttuc-box {
    display: flex;
    padding: 5px;
    overflow: hidden;
}
.ttuc-box .product-img {
    min-width: 140px;
    max-width: 140px;
    max-height: 120px;
    min-height: 120px;
}
.ttuc-box .box-td-datb {
    width: 100%;
    margin: 5px 10px;
    max-height: 110px;
    min-height: 110px;
    overflow: hidden;
}
.ttuc-box .tx-datb a {
    font-size: 15px;
    line-height: normal;
}

.ttuc-box .fll-datb {
    text-align: left;
}
.ttuc-box .fll-datb2 {
    height: auto;
    margin: 5px 0;
}
.ttuc-box .fll-datb2 p {
    font-family: RobotoRegular;
    color: #979797;
    font-size: 12px;
}
.box-text-tt p {
    color: #000;
    font-family: RobotoRegular;
}


.ttuc-box2 {
    display: flex;
}
.ttuc-box2 .product-img {
    min-width: 150px;
    max-width: 150px;
}
.ttuc-box2 .box-td-datb {
    width: 100%;
    padding: 5px 15px;
}
.ttuc-box2 .tx-datb a {
    font-size: 15px;
    line-height: normal;
}

.ttuc-box2 .fll-datb {
    text-align: justify;
}
.ttuc-box2 .fll-datb2 {
    height: auto;
}
.ttuc-box2 .fll-datb2 p {
    font-family: RobotoRegular;
    color: #979797;
    font-size: 13px;
}
#box-mnp {
    padding: 0 30px;
}
.bvnb {
    background: #699d0d;
    border: 1px solid #fff;
}
.bvnb h3 {
    margin: 0;
    font-family: Roboto;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}






.about-duan {
    margin-top: 30px;
}
.over-img {
    margin: 15px 0;
    overflow: hidden;
}
.over-img > img {
    height: 350px;
    width: 100%;
}
.wh-custom1 {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 550px;
    height: 300px;
    background: #f9f9f9;
    transform: skew(25deg);
    margin-right: -70px;
}
.wh-custom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 550px;
    height: 300px;
    background: #f9f9f9;
    transform: skew(-25deg);
    margin-left: -70px;
}
.wh-custom3 {
    top: 10px;
    left: 10px;
    position: absolute;
    width: 550px;
    height: 300px;
    background: #fff;
    transform: skew(0);
    margin-right: -70px;
}
.wh-custom2 {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 550px;
    height: 300px;
    background: #fff;
    transform: skew(0);
    margin-left: 70px;
}
.rs-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-25deg);
    margin-right: 70px;
}
.rs-image1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(25deg);
    margin-left: 70px;
}
.rs-image img {
    opacity: 0.2;
}
.rs-image1 img {
    opacity: 0.2;
}
.ten-duan {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.text-duan {
    width: 400px;
    display: block;
    
}
/* Propduct */
.box-index {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    box-sizing: border-box;
    margin: 0px -16px;
}

.col-9 {
    width: calc(80% + 12px - 10px);
    margin: 0px -6px;
}

.col-3 {
    width: 20%;
}

.show-product {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0px -16px;
}

.hover-product {
    border: 1px solid #FFF;
}

.hover-product:hover {
    border: 1px solid #CCC;
    box-shadow: 0px 0px 2px #CCC;
}

.product-slide.cl-2 {
    width: calc(100% / 2);
}

.product-slide.cl-3 {
    width: calc(100% / 3);
}

.product-slide.cl-4 {
    width: calc(100% / 4);
}

.product-slide.cl-5 {
    width: calc(100% / 4);
}

.product-img {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

span.giamgia {
    position: absolute;
    padding: 0px 5px;
    background: #ff0000;
    right: 0px;
    top: 0px;
    line-height: 22px;
    color: #FFF;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.cart {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 22px;
    color: #FFF;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product:hover .product-img img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}

.product-img h5 a {
    font-size: 20px;
    color: #FFF;
    display: block;
    padding: 10px 0px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #999;
}

.product-img:hover img {
    opacity: 1;
    /*transform: scale(0.99); */

}
.product-img div.midded {
    background: url('images/icon-eye-w.png') no-repeat center,rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.product-img:hover div.midded {
    opacity: 1;
    cursor: pointer;  
}
.xthem-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.xthem-sp a {
    
}
.xthem-sp a i {
    font-size: 60px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.xthem-sp a:hover i {
    animation: ToNho 0.2s;
    color: #ffe600;
}
#content-loadsp {
    padding: 60px 0;
    background: #000;
}
#content-loadsp2 {
    padding: 40px 0;
}
.content-temp {
    margin: 15px 0;
    min-height: 300px;
}
.content-temp .product-img {
    /*border: 2px solid #fff;*/
    /*height: 550px;*/
    position: relative;
    overflow: hidden;
}
.content-temp .product-img img {
    transition: all 5s ease-in-out;
    top: 0;
    left: 0;
    position: relative;
}
.content-temp .product-img:hover img {
    opacity: 0.9;
    /*transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    top: 100%;*/
}
.content-temp .dat-hang a {
    font-size: 17px;
}
.product-img div.pic {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.product-img:hover div.pic {
    opacity: 0.97;
    cursor: pointer;  
}
.pic > div {
    width: 100%;
}
.pic p {
    color: #fff;
    font-size: 16px;
    font-family: 'SVN-Rex';
    text-align: left;
}
.pic h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'SVN-Rex';
    text-align: left;
}
.pic h1 {
    color: #fff;
}
#kiemtratenmien {
    padding: 30px 0;
}
#quyttrinhlv {
    padding: 40px 0 100px;
}
#quyttrinhlv .bg-quytrinhlv {
    /*background: rgba(255,255,255,0.2);*/
}
.about-quytrinh {
}
.content-quytrinh1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content-quytrinh1 .box-quytrinh2 {
    justify-content: flex-end;
    align-items: flex-end;
}
.content-quytrinh2 {
    display: flex;
    justify-content: center;
}
.content-quytrinh2 .box-quytrinh2 {
    justify-content: flex-end;
    align-items: flex-start;
}
.content-quytrinh2 .box-quytrinh2 i {
    transform: rotateX(180deg);
}

@-webkit-keyframes animate-logo {
  0% {
    background-position: 0 3200px;
  }
  100% {
    background-position: 3200px 0;
  }
}

.box-quytrinh1 {
    width: calc(100% / 5);
    padding: 20px;
    height: 350px;
}
.box-quytrinh2 {
    width: 150px;
    background: transparent;
    height: 300px;
    display: flex;
}
.box-quytrinh2 i {
    font-size: 60px;
    color: rgba(0,0,0,0.6);
    overflow: hidden;
    text-align: center;
    background: -webkit-linear-gradient(left, #fffce6, #fff599, #ffed4d, #ffe600, #ffed4d, #fff599, #fffce6);
    background: linear-gradient(left, #f2f2f2, #808080, #d9d9d9, #ffe600, #d9d9d9, #808080);
    background-size: 3200px 200px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: animate-logo;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    transition: font-size 500ms ease-in-out;
}
.mn-trai-dv {
    background: #f1f1f1;
    margin-bottom: 25px;
    box-shadow: 2px 2px 10px #ddd;
    border: 1px solid #ddd;
}
.mn-trai-sp {
    background: #f1f1f1;
    box-shadow: 2px 2px 10px #ddd;
    border: 1px solid #ddd;
}
.cl-sp {
    padding-top: 15px;
}
.cl-sp a {
    color: rgba(6, 125, 186, 1);
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 30px;
    text-shadow: 2px 2px 10px #ddd;
    font-weight: 500;
}
.cl-sp a:hover {
 color: rgba(6, 125, 186, 0.7);
}
.cl-sp span {
    margin-right: 10px;
    font-size: 15px;
}
.sp-space {
    padding-left: 15px;
}
.sp-space a {
    color: #626161;
}
.responsive-pt a {
    flex-wrap: wrap;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    padding: 3px;
    margin-bottom: 16px;
}
.responsive-pt a:hover {
    color: #009966;
}
.status {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    background: #ed1505;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}

.product-img img {
    transition: all 0.6s;
    max-width: 100%;
}

.product-slide:hover .product-desc {
    opacity: 1;
    transform: scale(1);
}

.product-desc {
    cursor: pointer;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    opacity: 1;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    bottom: 20px;
    width: 80%;
    left: 10%;
}

.product-desc h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}
.product-desc h4 a{
    color: #00a859;
}

.product-title {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 0px 0px;
    text-align: center;
}

.product-title h4 {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #444444;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-title h4 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;

}
.flex-pr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-pr p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300 !important;
    text-align: center;
    font-style: italic;
    color: #646464 !important;
    margin-bottom: 5px;
}
.dis-none {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
}
/* .product-title p {
    font-size: 20px;
    line-height: 20px; 
    font-weight: bold;
    text-align: center;
    color: #ff6600;
    margin-bottom: 5px;
    padding: 10px 0;
} */
.product-title p a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px 5px;
    background: #00a859;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}
.product-title h4 {
    text-decoration: none;
    display: inline-block;
   /*  padding: 20px 10px 20px; */
   /*  background: #00a859; */
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}
.product-title h4:hover {
    /* background: #ff9900; */
}
.product-title p:hover a {
    background: #ff9900;
}
.product:hover h4 a,
.product.active h4 a {
    color: #00a859;
}
.product:hover .product-title p a
{
    cursor: pointer;
    
}





.giaca-edit {
    display: flex;
    overflow: hidden;
}
.giaca-edit > div:nth-child(2) > p {
    font-size: 13px;
    font-family: Roboto;
    color: #ddd;
    padding: 0;
    margin-bottom: 10px;
}
.giaca-edit > div:nth-child(1) > p {
    font-size: 13px;
    font-family: Roboto;
    color: #ddd;
    padding: 10px 0 0;
    margin-bottom: 0;
    text-align: center;
}
.giaca-edit > div:nth-child(1) {
    /* padding: 10px 0; */
    
    width: 50%;
    

}
.giaca-edit > div:nth-child(1) > div {
    margin: 0 2px 0 -10px;
    background: #e72b2a;
    height: 40px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-25deg);
}
.giaca-edit > div:nth-child(1) > span {
    
    padding: 10px;
    color: #fff;

}
.giaca-edit > div:nth-child(2) {
    width: 50%;
}

.giaca-edit > div:nth-child(2) > div {
    height: 40px;
    margin: 5px -10px 5px 2px;
    background: #ffc922;
    color: #fff;
     font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-25deg);
    text-decoration: line-through;
}
.giaca-edit > div:nth-child(2) span {
    color: #fff;
    
    padding: 10px;

}

.giaban-edit > p {
    color: #fff;
    font-size: 17px;
    transform: skew(25deg);
    margin-bottom: 0;
}

.img-d {
}

.img-d,
.img-b {
    margin: 0 auto;
}

.product:hover .img-d,
.product.active .img-d {
    display: none;
}

.img-b {
    display: none;
}

.product:hover .img-b,
.product.active .img-b {
    display: block;
}

.product-title p span {
}

.product-title p span.addcart {
    display: inline-block;
    padding: 3px 10px;
    background: #0072b0;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
}

.product-title p .price {
    font-weight: bold;
    font-size: 14px;
    color: #ff6600;
    display: inline-block;
}

.product-title p .price-old {
    font-size: 14px;
    color: #656464;
    display: inline-block;
    margin-left: 10px;
}

.readmore {
    display: inline-block;
    padding: 7px 10px;
    color: #232f3e;
    border: 1px solid #232f3e;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    font-weight: 400;
}

.giasoc-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 50%;
    background: #FF0000;
}

/*Trang trong */
#block-template {
}
#block-template2 {
    margin-top: 90px;
}

/* Gia soc */
.slickvideo .slick-slide:after{
    display: none;
}

.edit-form-mid {
    border: 2px solid #fff;
    padding: 20px 40px;
    height: 100%;
    background-size: 100% 100%;
}
.edit-form-mid h3 {
    font-family: RobotoBold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}
.edit-form-mid form {
}
.edit-form-lh {
    height: 100%;
    padding: 5px 10px;
    background: url('images/bg-form5.png') no-repeat center top;
}
.edit-form-lh form {
    width: 50%;
    margin: 25px auto;
}
.set-wid {
    width: 50%;
    margin: 0 auto;
}
.row-contact1 {
    text-align: center;
}
.row-contact1 input.button {
    color: #fff;
    text-transform: uppercase;
    background: #e52017;
}
#tintuc {
    padding: 0px;
}

.itintuc {
   /*  margin-left: 13px; */
    display: flex;
    justify-content: space-between;
    
}

.itintuc-left {
    width: calc(98% / 3);
}
.itintuc-center {
    width: calc(98% / 2);
}

.itintuc-right {
    /* margin-right: 13px; */
    width: calc(98% / 2);
}

.box-don-item1 { 
    justify-content: space-between;
    width: 100%;
    
    
    overflow: hidden;
}

.box-don-item {
    width: 41%;
    float: left;
    position: relative;
    transition: all 0.6s;
    height: 445px;
    overflow: hidden;
}

.box-don-item div.img {
    width: 100%;
    float: left;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}
.box-don-item:hover div.img img {
    transform: scale(1.05);
}
.box-don-item div.desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 10px;
}

.box-don-item div.desc h3 {
}

.box-don-item div.desc a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.box-don-item div.desc h5:hover a {
    color: #dd2233;
}

.box-don-item div.desc p {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.box-don-item div.img img {
    transition: all 0.6s;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.box-don-item:hover div.desc h3 a {
    color: #00a859;
}

.box-tintuc {
    width: calc(100% + 50px);
    margin: 0px -25px;
    float: left;
    box-sizing: border-box;
}

.box-tintuc-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.box-tintuc-item {
    width: 100%;
    position: relative;
    transition: all 0.6s;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.box-tintuc-item .box-i {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #DDD;
    background: #FFF;
}
.col-md-5 .box-tintuc-item div.img {
    width: 100%;
    float: none;
}
.col-md-5 .box-tintuc-item {
    display: block;
}
.col-md-5 .box-tintuc-item div.desc {
    float: none;
    width: 100%;
}


.box-tintuc-item div.img {
    width: 100%;
    /*float: left;*/
    align-items: stretch;
    overflow: hidden;
    position: relative;
   /*  padding-left: 10px; */
}

.box-tintuc-item div.desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*float: right;*/
}
.box-daytitle {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.box-ngaythang {
    display: block;
    padding: 5px 20px;
    background: #EB9532;
    margin-right: 10px;
    border: 1px solid #ba6c12;
}
.box-ngaythang p {
    font-size: 16px !important;
    color: #fff !important;
    font-family: 'RobotoBold';
}
.box-ngaythang hr {
    margin: 7px 0;
}
.box-tintuc-item div.desc h3 {
}

.box-tintuc-item div.desc a {
    font-size: 16px;
    /*font-family: 'SVN-Newton', sans-serif;*/
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 32px;
}
}
.box-tintuc-item div.desc:hover a {
    color: rgba(18,130,252,.5);
}

.box-tintuc-item div.desc p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.box-tintuc-item div.desc h5 {
    color: #fff;
}
.box-tintuc-item div.img img {
    border: 3px solid #ccc;
    width: 100%;
    float: left;
    transition: all 0.6s;
}

.box-tintuc-item:hover div.img img {
    transform: scale(1.05);
}

.box-tintuc-item:hover div.desc h3 a {
    color: #00a859;
}

.box-dichvu {
}

.box-dichvu-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-dichvu-item {
    width: calc(100% / 3);
    position: relative;
    transition: all 0.6s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 25px;
    margin-bottom: 30px;
}

.box-dichvu-item .box-i {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #DDD;
    background: #FFF;
}

.box-dichvu-item div.img {
    width: 100%;
    float: left;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.box-dichvu-item div.desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.box-dichvu-item div.desc h3 {
}

.box-dichvu-item div.desc a {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-dichvu-item div.desc p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
    line-height: 22px;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}

.box-dichvu-item div.img img {
    transition: all 0.6s;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.box-dichvu-item:hover div.desc h3 a {
    color: #00a859;
}

/* San pham */
#sanphamall {
}

.product-left {
    width: 321px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-bottom: -1px;
}

.product-slide {
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 0px 16px;
    margin-bottom: 32px;
}
.br-product{
    box-sizing: border-box;
    padding: 3px 3px;
    border: 1px solid #ddd;
}
.product {
    
    box-sizing: border-box;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.product:hover .addcart-in1 {
    background: #ec202c;
}

.addcart-in1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #FFF;
    font-size: 13px;
    background: #b0b0b1;
    padding: 5px 10px;
    cursor: pointer;
}

.product-right {
    width: 100%;
}

.border-1 {
}

/* detail-product */
.detail-left {
    width: 100%;
    box-sizing: border-box;
}

.detail-right {
    width: 0%;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.right-address {
    width: 26%;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}

.images_galley {
    margin: 0 auto;
}

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

.content-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.images_list {
    width: calc(100% + 10px);
    margin: 10px -5px 0px;
}
.images_list2 {
    margin-bottom: 25px;
}
.item_img {
    padding: 15px;
    background: #ccc;
    border-radius: 4px;
    position: relative;
    opacity: 1;
}
.item_img2 {
    padding: 0 15px;
}
.item_img img {
    max-width: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.item_img .hoverpic {
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    top: 250px;
    color: #fff;
    left: calc(50% - 80px);
    transition: all 0.4s ease-in-out;
}
.item_img:hover img {
    opacity: 0.6;
}
.item_img:hover .hoverpic {
    opacity: 1;

}

.item_img2 img {
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
}
.thanhtoan {
    margin-top: 30px;
    text-align: center;
}
.thanhtoan a {
    margin-top: 30px;
    color: #fff !important;
    background-image: linear-gradient(180deg,#ea5a2e,#da4415);
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 18px;
    border-bottom: 4px solid #a23210;
}
.thanhtoan a:hover {
    cursor: pointer;
    background-image: linear-gradient(180deg,#2d6a9f,#337ab7);
    border-bottom: 4px solid #224f77;
}
.thanhtoan a i {
    color: #fff;
    margin-right: 10px;
}
.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}
.product-more {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #6aa9e5;
}
.product-more > p {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
}
.product-more > p > span {
    color: #333;
    text-transform: inherit;
    font-family: Roboto;
}
.product-more p img {
    float: left;
    margin-right: 5px;
}

.product-price {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #6aa9e5;
}

.price-detail {
    color: blue;
    font-family: RobotoBold;
    font-size: 20px;
}
.price-detail span {
    text-transform: initial;
    font-family: Roboto;
    color: #000;
}
.price-detail .price {
    font-size: 20px;
    color: #E60F1E;
    font-family: 'OpenSansBold';
}

.price-detail .price-old {
    color: #333;
    font-size: 14px;
}

.product-detail {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
}

.product-tragop {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #6aa9e5;
}

.btn-tragop {
    background: #e11b1e;
    background: -webkit-linear-gradient(#f52f32, #e11b1e);
    background: -o-linear-gradient(#f52f32, #e11b1e);
    background: -moz-linear-gradient(#f52f32, #e11b1e);
    background: linear-gradient(#f52f32, #e11b1e);
    border: solid 1px #e11b1e;
    padding: 10px 40px;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.change-qc {
    margin-top: 20px;
}
.btn-tragop span:nth-child(1) {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.btn-tragop span:nth-child(2) {
    font-size: 13px;
    display: block;
}

.desc-tragop {
    color: #FFF;
}

.vat-detail {
    font-size: 14px;
    color: #c80000;
    line-height: 20px;
}

.box_star {
}

.box_star h3 {
    font-family: 'RobotoBold';
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
.box_star > p > span {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    padding: 10px 15px;
    background: #FCB515;
    color: #fff;
    border: 1px solid #ddd;
}
.box_star2 > span {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    padding: 10px 15px;
    background: rgba(6, 125, 186, 0.9);
    color: #fff;
    border: 1px solid #ddd;
}
.box_star3 > p > span:nth-child(1) {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    padding: 10px 15px;
    background: rgba(6, 125, 186, 0.9);
    color: #fff;
    border: 1px solid #ddd;
}
.rating-stars {
    display: inline-block;
    /*margin-right: 10px;
    float: left;*/
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    background: cornflowerblue;
    padding: 10px;
    border-radius: 6px;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;

}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size: 20px;
    color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
    color: #FF0;
}

span.star.selected > i.fa {
    color: #FF0;
}
#baogia {
    padding: 60px 0;
    background: #000;
}
.dinhvi-baogia {
    display: flex;
}
.dinhvi-baogia h2 {
    color: #fff;
}
.dinhvi-baogia > a {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #000;
    font-family: RobotoBold;
    text-transform: uppercase;
}
.dinhvi-baogia > a:hover {
    text-decoration: none;
    transform: scale(1.01);
    color: rgba(18,130,252,.5);
}
.dinhvi-baogia p {
    text-align: center;
    color: #7a7a7a;
}
.vongtron,
.vongtron1,
.vongtron2 {
    display: flex;
    justify-content: flex-start;
    padding: 45px 25px 0 85px;
    position: relative;
    margin-bottom: 25px;
}
.bg-vtron {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 100%;
    float: right;
    background: url(images/w333.png) center center no-repeat;
}
.slickDichVu .qtsx-ed:nth-child(n+1) .vongtron {
    padding: 45px 85px 0 87px;
    justify-content: flex-start;
}
.slickDichVu .qtsx-ed:nth-child(2n) .vongtron {
    padding: 45px 87px 0 85px;
    justify-content: flex-end;
}
.slickDichVu .qtsx-ed:nth-child(n+1) .bg-vtron {
    transform: rotateY(0deg);
    bottom: 0;
    right: 0;
}
.slickDichVu .qtsx-ed:nth-child(2n) .bg-vtron {
    transform: rotateY(180deg);
    bottom: 0;
    left: 0;
}
.mten-dv:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 20px solid #fff;
    border-bottom: 16px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    opacity: 0.6;
    left: calc(50% - 20px);
    bottom: 0;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: -10px;
}
.mten-dv {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.mten-dv2:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 20px solid #fff;
    border-bottom: 16px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    opacity: 0.6;
    left: calc(50% - 20px);
    bottom: 0;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: -10px;
}
.mten-dv2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.vongtron:hover {

}
.vongtron .vtron50 {
    background: url(images/vtron50.png) center center no-repeat;
    border-radius: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    overflow: hidden;
}
.vongtron .vtron50:hover,
.vongtron .vtron50.active {
    background: url(images/vtron50.png) center center no-repeat;
    opacity: 0.7;
    border: 2px solid #a37442;
}
.vtron50 a {
    color:#fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'SVN-Newton';
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vtron50 a:hover {
    color: #dd2233;
    cursor: pointer;
}
.vongtron img {
    display: flex;
    margin: 0 auto;
    /*padding: 50px;*/
    transition: all 1s ease-in-out;
    
}
.vongtron img:hover {
    
}
.content-dichvu {
}
.content-dichvu h1 {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-right: 0px;
    padding: 20px 0 20px 50px;
    font-family: 'SVN-Newton';
    font-size: 30px;
}
.content-dichvu h1:hover {
    color: red;
}
.mota-qtxs {

}
.mota-qtxs h5 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    white-space: pre-wrap;
}
.mota-qtxs > h5:nth-child(1) {
    
}
.mota-qtxs p {
    margin-top: 15px;
    font-size: 17px;
}
.product-numb {
    display: flex;
    color: #333;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.xemthem {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xemthem span {
    margin: 0 8px;
}
.xemthem > div:nth-child(1),
.xemthem > div:nth-child(3) {
    width: 50px;
    height: 1px;
    background: #115332;
}
.xemthem > div:nth-child(2) {
    border: 2px solid #115332;
    padding: 5px;
}
.xemthem p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: RobotoBold;
    color: #115332;
    margin: 0 8px;

}
.xemthem p:hover {
    transform: scale(1.05);
}
.xemthem a:hover {
    text-decoration: none;
    
}
.title-numb {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
#formtuvan {
    position: absolute;
}
.tuvan1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}
.tuvan1 h1 {
    font-family: RobotoBold;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
}
.tuvan1 h1 span {
    color: #115332;
    border-bottom: 2px solid #115332;
}
.tuvan1 h3 {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-family: RobotoBold;
}
.tuvan2 {
    padding: 5px 0 30px;
    /* background: rgba(0, 0, 0, 0.4); */
}
.contain_number_giohang {
    display: inline-block;
}

.minus_giohang {
    display: inline-block;
    float: left;
    width: 30px;
    height: 28px;
    border: 1px solid #cccccc;
    border-right: none;
    line-height: 28px;
    text-align: center;
    background: #ececec;
    color: #333;
    font-weight: 300;
    font-size: 20px;
}

.plus_giohang {
    display: inline-block;
    float: left;
    width: 30px;
    height: 28px;
    border: 1px solid #cccccc;
    border-left: none;
    line-height: 28px;
    text-align: center;
    background: #ececec;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

.number_giohang {
    display: inline-block;
    float: left;
    text-align: center;
    height: 28px;
    outline: none;
    line-height: 28px;
    width: 40px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    border-left: 0px;
    border-right: 0px;
}

.button-detail .detail-button-buy {
    border: 1px solid #e60f1e;
    background: #e60f1e;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'RobotoBold';
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.button-detail .detail-button-buy-cart {
    border: 1px solid #f57224;
    background: #f57224;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'RobotoBold';
    cursor: pointer;
}

.detail-hotline {
    font-size: 18px;
    font-family: 'OpenSansRegular';
    color: #3e3e3e;
    line-height: 26px;
    font-weight: 400;
}

.detail-transport {
    font-size: 13px;
    font-family: 'OpenSansRegular';
    color: #3e3e3e;
    line-height: 26px;
    font-weight: 400;
}

.button-detail:hover .detail-button-buy-cart {
    color: #378FCC;
}

.box-info-product {
}

.border-1x {
    border: 1px solid #ccc;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 18px !important;
}

.line-cart {
    line-height: 20px;
}

.title-detail p {
    color: #F90;
}

.title-detail p i {
    margin: 0px 2px;
}

.title-detail {
    display: flex;
    justify-content: space-between;
}

.title-detail h1 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: 900;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin: 0;
    width: 50%;
}
.title-detail h2 {
    font-weight: 900;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 24px;
    color: #76d48f;
    width: 50%;
    margin: 0;
    text-align: right;
}
.maudanhgia {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 15px 0;
}
.xemdemo {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.xemdemo a {
    padding: 15px 35px;
    background: #688c9d;
    border-radius: 5px;
    font-size: 16px;
}
.xemdemo a:hover {
    color: transparent;
}
.xemdemo a:first-child {
    color: #fff;
}
.xemdemo a:last-child {
    color: #ffe400;
    position: relative;
}
.xemdemo a.danhgiasao1 i {
    color: red;
}
.rating-stars ul {
    margin-bottom: 0;
}
.rating-stars p {
    color: #fff;
}
.rating-stars ul > li:hover.star {
    cursor: pointer;
}
.danhgiasao1:hover {
    cursor: pointer;
}


#tuybienid {
    font-family: 'Roboto';
    margin-top: 90px;
}
#tuybienid h3 {
    color: #fff;
    font-weight: 800;
}
#tuybienid .check {
    color: #fff;
    font-size: 20px;
}
.tuybiencl {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tuybiencl input[type=checkbox] {
    width: 25px;
    height: 25px;
    background: transparent;
}
.tuybiencl input[type=checkbox]:hover {
    cursor: pointer;
}

#tuybienid input[type=checkbox]:checked ~ .check {
  color: #f00;
}
.tuybiencl input[type=radio] {
    width: 25px;
    height: 25px;
    background: transparent;
}
.tuybiencl input[type=radio]:hover {
    cursor: pointer;
}

#tuybienid input[type=radio]:checked ~ .check {
  color: #f00;
}
#tinhtien {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #ff0;
}
#tinhtien div {
    display: flex;
}
#tinhtien div h3 {
    margin-left: 5px;
}
.colorcheck {
    color: green !important;
}
.nonecheck {
    color: #fff;
}
.tabs-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
    list-style: none;
}

.tabs-detail li {
    float: left;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin-right: 5px;
}

.tabs-detail li span {
    display: block;
    padding: 12px 20px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    background: #0578dc;
    font-family: 'RobotoBold';
    border-radius: 5px;
    box-shadow: 5px 5px 5px #015eba inset;
}

.tabs-detail li.active {
    background: #378FCC;
}

.tabs-detail li.active span,
.tabs-detail li:hover span {
    color: #333;
    background: #ffd800;
    box-shadow: 5px 5px 5px #cfb10c inset;
}

.tabs-content {
    width: 100%;
    float: left;
    display: none;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #FFF;
    margin-top: 10px;
}

.tabs-content p {
    line-height: 25px;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    color: #3e3e3e;
}

.tabs-content.active {
    display: block;
}

.tabs-content img {
    max-width: 100%;
}

/* Footer */
#footer-content:before {
    -webkit-animation: rotate;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation: rotate 60s infinite linear;
}
#footer-content:before {
    position: absolute;
    width: 1200px;
    height: 1200px;
    top: -280px;
    left: 50%;
    margin-left: -600px;
    content: "";
    background: transparent url(images/trongdong.png) no-repeat center center;
    background-size: 100% auto;
    opacity: 0.3;
}
.mxh-ft-ed {
    text-align: center;
    margin-top: 10px;
}
.footer-content {
    box-sizing: content-box;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0 0;
    background: #cc7b11;
    border-top: 10px solid #efefef;
}
.ft-edit {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 74.5px;
}
.box-footer {
    width: 60%;
    display: flex;
    justify-content: flex-start;
}
.map-css {
 width: 40%;
}
.item-footer:first-child {
    padding-top: 10px;  
}

.item-footer:nth-child(2) {
    margin-top: 20px;
    width: 30%;
}

.item-footer:nth-child(3) {
    width: calc(100% / 4);
}
.item-footer:nth-child(4) {
    display: flex;
    justify-content: center;
    width: calc(100% / 4);
}
.item-footer1 {
    width: calc(50% - (255px / 2));
}

.item-footer1:last-child {
    width: 255px;
}

#map iframe {
    width: 100%;
    height: 300px;
}

#mapfooter iframe {
    width: 100%;
    height: 160px;
}

.title-footer {
    position: relative;
    display: block;
    align-items: center;
}
.title-footer h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'SVN-Newton';
    padding: 10px 15px 10px 0;
}
.title-footer h1:nth-child(2) {
    padding-left: 60px;
}
.title-footer h1 span {
    background: #c8d7d0;
    padding: 5px;
    color: #115332;
}
.title-footer h6, .tdx, .title-footer2 h6 {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-right: 10px;
}
.title-footer2 h6 {
    margin-bottom: 0;
    margin-left: 35px;
    padding-left: 30px;
    color: #115332;
    font-size: 26px;
    font-family: RobotoBold;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) , rgba(227, 227, 227, 0));
}
.title-footer img {
    position: absolute;
}
.tdx {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.thongke {
    padding-top: 10px;
}
.thongke h1:first-child {
    visibility: hidden;
}
.thongke h1:last-child {
    padding-left: 0;
}
.thongke h3 {
    padding-top: 65px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: RobotoBold;
}
.fanpagefb {
    padding-top: 10px;
}
.fanpagefb h1:first-child {
    visibility: hidden;
}
.fanpagefb h1:last-child {
    padding-left: 0;
}
.fanpagefb .desc {
    margin-top: 20px;
}
#maildk {
    margin: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#maildk span {
    margin-right: 0;
    padding: 8px 15px;
    border: none;
    color: #fff;
}
#maildk input {
    padding: 0 15px;
    height: 34px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    outline: none;
    font-style: italic;
}
#maildk input::placeholder {
    color: #fff;
    font-style: italic;
}
#maildk button {
    border: 2px solid #fff;
    border-left: none;
    background: none;
}
.box-x {
    padding: 20px;
    background: #0071c0;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #0062a8 inset;
}
.desc-footer1{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #333;
    margin-top: 10px
}
.desc-footer1 img{
    vertical-align: middle;
    margin-right: 5px;
}

.desc-footer3{
    display: flex;
    justify-content: space-between;
}
.desc-footer3 p span{
    
}
.desc-footer h2 {
    font-size: 20px;
    font-family: 'OpenSansBold';
    color: #333;
    line-height: 30px;
    padding: 3px 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

.desc-footer p {/*
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0px;
    font-weight: 400;
    margin-bottom: 0;
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-family: 'RobotoRegular';*/
}
.desc-footer h4 {
    float: left;
    text-transform: uppercase;
    font-family: RobotoRegular;
}
.desc-footer p.link {
    position: relative;
}

.desc-footer p.link a {
    color: #333;
    font-size: 14px;
    display: block;
}

.desc-footer p.fx {
    font-size: 12px;
}

.desc-footer p a {
    color: aqua;
}

.desc-footer p a:hover {
    color: red;
    text-decoration: none;
}

.bg-cty {
    margin-top: 20px;
    position: relative;
    background-color: rgba(244, 187, 113, 0.5);
    background: linear-gradient(90deg,rgba(244, 187, 113, 0.5),rgba(248, 210, 160, 0.5));
    text-align: center;
    padding: 6px 0;
    overflow: hidden;
}
.desc-footer img {
    margin-right: 10px;
    height: auto !important;
    vertical-align: middle;
}
.desc-footer img:hover {
    animation: ToNho 1000ms ease-in-out infinite;
}

.desc-footer p img {
    margin-right: 15px;
    height: auto !important;
}
.desc-footer span {
}
/* copy */
.copy {
    padding: 10px 0px;
    border-top: 1px solid #0072e4;
    background: #00a859;
}

.content-copy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.copy-text {
    text-transform: initial;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 0;
}
.copy-text span {
    border: none;
}
.copy-text2 {
    color: #fff;
    line-height: 20px;
}

.copy-text a {
    color: red;
}
.copy-text a:hover {
    text-decoration: none;
    color: yellow;
}
.copy-text2 a {
    color: yellow;
}

/* breadcrumb */
ul#breadcrumb {
    list-style: none;
}

ul#breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul#breadcrumb li+li:before {
    font-family: 'FontAwesome';
    padding: 8px;
    color: black;
    font-size: 13px;
    content: "\f105";
}

ul#breadcrumb li a {
    /* color: #fff; */
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid rgba(242, 242, 242,1);
}

ul#breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* detail */
.detail {
    line-height: 30px;
}

.box-detail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #FFF;
    border: 1px solid #ddd;
}

.detail strong,
.detail b {
    font-family: 'OpenSansBold';
}

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

.socialmediaicons {
    display: flex;
    justify-content: space-between;
}

.author {
    margin-bottom: 10px;
}

.author p {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

.author h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    font-family: 'SVN-Newton';
    line-height: 30px;
    background: #699d0d;
    color: #fff;
    padding:7px;
    text-align: center;
}

.pre-next-article {
    border-top: 1px solid #CCC;
}

.pre-next-article .col {
}

p.title-row {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

p.title-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    width: 80%;
}

p.title-link a {
    color: #333;
}

/* News */
.tintuc-desc {
    width: calc(100% + 20px);
    margin: 0px -10px;
}

.tintuc-item {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-tinx {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tintuc-item.w-50 {
    width: 50%;
}

.tintuc-item:last-child {
    margin-bottom: 0px;
}

.tintuc-item .img {
    width: 200px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tintuc-item .img img {
    max-width: 100%;
    float: left;
    transition: all 0.6s;
}

.tintuc-item .desc {
    width: calc(100% - 220px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 64px;
    position: relative;
}

.tintuc-item .desc h3 {
    margin-bottom: 10px;
}

.tintuc-item .desc h3 a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.6s;
    font-weight: 700;
}

.tintuc-item .desc p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    transition: all 0.6s;
}

.tintuc-item .desc p a {
    color: #FF0000;
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
}

.tintuc-item:hover div.img img {
    transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}

.tintuc-item:hover div.desc a {
    color: #00a859;
}

/* Order */
.order-right {
    width: 33.4%;
}

.order-left {
    width: 64.6%;
}

.border-order {
    border: 1px solid #dddddd;
}

.order-title {
    background: #f7f7f7;
    padding: 10px 10px;
    color: #333;
    font-family: 'RobotoBold';
}

.row-order {
}

.img-order {
    width: 100px;
}

.desc-order {
    width: calc(100% - 200px);
    line-height: 20px;
}

.desc-order p:last-child {
    color: #FF0000;
}

.price-order {
    width: 100px;
}

.border-bottom-order {
    border-bottom: 1px solid #dddddd;
}

.totai-row span.price-dh {
    font-size: 20px;
    color: #da0000;
}

.order-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px;
}

.row-order-form {
}

.row-order-form label {
    width: 33%;
    line-height: 34px;
}

.row-order-form .row-input {
    width: 64%;
}

.text-order {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-order.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.error-text {
    margin-top: 5px;
    line-height: 20px;
}

.text-order.w-50 {
    width: 50% !important;
}

.text-order.ds-inline-block {
    display: inline-block;
}

.spn {
    line-height: 18px;
}

.h-100 {
    height: 100px;
}

.text-order::-webkit-input-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.text-order:-moz-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.text-order::-moz-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.text-order:-ms-input-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

div.button {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-size: 15px;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    border-radius: 3px;
    background: #94468e;
}

div.button:hover {
    opacity: .85;
}

.member-down {
    display: none;
}

.checkout-radio-item {
    cursor: pointer;
}

.checkout-radio .checkout-radio-item .checkout-radio-icon {
    float: left;
    color: #232f3e;
    margin-top: 0px;
}

.checkout-radio .checkout-radio-item .checkout-radio-content {
    margin-left: 18px;
    color: #333;
}

/* contact */
.contact-left.bgactive {
    background: #e9e9e9;
}

#map_canvas {
    width: 100%;
    height: 500px;
}

.form-dknt {
    width: 414px;
}

.row-contact.w-49 {
    width: 49%;
}
#tuvanform input.input {
    font-size: 10px;
    width: 100%;
    height: 35px;
    background: transparent;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    /* box-shadow: 2px 2px 7px #888; */
    outline: none;
    font-size: 14px;
    border: 1px solid #fff;
}
#tuvanform input[type="text"] {
    background: #fff;
    color: #000;
}
#tuvanform textarea {
    color: #000;
    background: #fff;
}




input.input {
    font-size: 10px;
    width: 100%;
    height: 35px;
    background: #FFF;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    box-shadow: 2px 2px 7px #888;
    outline: none;
    font-size: 14px;
}

input.input.h {
    height: 30px !important;
}

input.input.h::-webkit-input-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

input.input.h:-moz-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

input.input.h::-moz-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

input.input.h:-ms-input-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}
#tuvanform ::placeholder {
    color: #000;
    font-style: italic;
}
#tuvanform button {
    background: #00792d;
    border: 2px solid #fff;
}
#tuvanform button span {
    padding: 7px 31px;
    font-size: 21px;
    color: #fff;
}
#tuvanform textarea.noidung {
    width: 100%;
    height: 90px;
    background: #fff;
    border: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    outline: none;
    font-size: 14px;
}
textarea.noidung {
    width: 100%;
    height: 125px;
    background: #FFF;
    border: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    box-shadow: 2px 2px 7px #888;
    outline: none;
    font-size: 14px;
}

textarea.noidung.h {
    height: 60px !important;
}

textarea.noidung.h::-webkit-input-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

textarea.noidung.h:-moz-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

textarea.noidung.h::-moz-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

textarea.noidung.h:-ms-input-placeholder {
    color: #333;
    font-family: 'OpenSansRegular';
    font-weight: 300;
    font-size: 12px;
}

input.input.has-error,
textarea.noidung.has-error {
    border-color: #a94442;
}

input.button.h {
    padding: 3px 10px !important;
    font-size: 13px !important;
    line-height: 20px !important;
}

input.button {
    display: inline-block;
    font-size: 17px;
    color: #00a859;
    line-height: 24px;
    font-family: 'Myriad Pro';
    padding: 9px 20px 5px;
    border: 1px solid #FFF;
    cursor: pointer;
    background: #FFF;
    font-weight: 700;
    outline: none;
    box-shadow: 2px 2px 7px #888;
    margin-right: 10px;
}

input.button:hover {
    opacity: .85;
}

input.button1 {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: 'OpenSansBold';
    padding: 6px 40px 8px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background: rgba(216, 167, 61, 1);
    background: -moz-linear-gradient(left, rgba(216, 167, 61, 1) 0%, rgba(255, 255, 121, 1) 57%, rgba(255, 224, 85, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216, 167, 61, 1)), color-stop(57%, rgba(255, 255, 121, 1)), color-stop(100%, rgba(255, 224, 85, 1)));
    background: -webkit-linear-gradient(left, rgba(216, 167, 61, 1) 0%, rgba(255, 255, 121, 1) 57%, rgba(255, 224, 85, 1) 100%);
    background: -o-linear-gradient(left, rgba(216, 167, 61, 1) 0%, rgba(255, 255, 121, 1) 57%, rgba(255, 224, 85, 1) 100%);
    background: -ms-linear-gradient(left, rgba(216, 167, 61, 1) 0%, rgba(255, 255, 121, 1) 57%, rgba(255, 224, 85, 1) 100%);
    background: linear-gradient(to right, rgba(216, 167, 61, 1) 0%, rgba(255, 255, 121, 1) 57%, rgba(255, 224, 85, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8a73d', endColorstr='#ffe055', GradientType=1);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 50px);
    text-transform: uppercase;
}

input.button1:hover {
    opacity: .85;
}

/* Register */
.bg-log {
    background: #f7f8fc;
}

.show-register {
    max-width: 600px;
    margin: 0 auto;
}

.box-register {
}

.txt-input {
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.txt-input::-webkit-input-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.txt-input:-moz-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.txt-input::-moz-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.txt-input:-ms-input-placeholder {
    color: #999;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    font-size: 14px;
}

.txt-input.has-error {
    border-color: #a94442;
}

.row-input h3 {
    font-size: 20px;
    font-family: 'RobotoBold';
    color: #232f3e;
    line-height: 36px;
}

.row-input p.login {
    font-size: 13px;
    font-family: 'OpenSansRegular';
    color: #232f3e;
    font-weight: 400;
    line-height: 36px;
}

.row-input p.login a {
    font-size: 13px;
}

/* Account */
.nav-account {
    width: 170px;
}

.nav-container {
    list-style: none;
}

.nav-container li {
}

.nav-container li.item > a {
    color: #333;
    font-family: 'RobotoBold';
    font-size: 13px;
    padding: 6px 0px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.nav-container li.item > a i {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 20px;
    /*color: #999;*/
}

.nav-container li.item > a.active {
    background: #28a745;
    color: #fff;
}

.nav-container li.item > a:hover {
    background: #FFF;
    color: #999;
}

.nav-container li.sub > a {
    color: #888;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    line-height: 22px;
    padding-bottom: 5px;
    display: block;
}

.nav-container li.sub > a:hover {
    color: #FF9900;
}

.right-account {
    width: calc(100% - 200px);
}

.box-account {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: antiquewhite !important;
}

.left-count {
    width: 60%;
}

.right-count {
    width: 40%;
}

.row-count {
}

.row-count label {
    float: left;
    width: 25%;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
}

.row-in {
    width: 75%;
    float: right;
}

.input-count {
    border-radius: 3px;
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    color: #333;
    padding: 6px 12px;
    background-color: #fff;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-count:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-count.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-count[disabled],
.input-count[readonly],
fieldset[disabled] .input-count {
    background-color: #f4f4f4;
    opacity: 1;
    border: .5px solid #e4e4e4;
    color: #b0b0b0;
    cursor: not-allowed;
}

select.input-count {
    width: 32%;
    margin-right: 1.5%;
}

.img-view {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
}

.img-view img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mesage-upload {
    width: 200px;
    margin: 20px auto 0px;
    line-height: 20px;
}

.file-upload {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.file-upload__label {
    display: block;
    padding: 1em 2em;
    color: #fff;
    background: #00a859;
    border-radius: .4em;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-weight: 400;
    transition: background .3s;
}

.file-upload__label:hover {
    cursor: pointer;
    background: #28a745;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1px;
    width: 0;
    height: 100%;
    opacity: 0;
}

.alert {
    padding: 7px;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-success {
    color: #4caf50;
    background-color: #fdfffb;
    border-color: #4caf50;
}

.alert-error {
    color: #D90000;
    background-color: #fdfffb;
    border-color: #D90000;
}

.left-right {
    width: 40%;
}

.dichvu-left {
    width: 180px;
}

.menu-left {
    list-style: none;
    width: 100%;
}

.menu-left li {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    background: #413C38;
}

.menu-left li:hover,
.menu-left li.active {
    background: #F66720;
}

.menu-left li a {
    color: #FFF;
    font-size: 14px;
    display: block;
    font-family: 'OpenSansRegular';
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dichvu-right {
    width: calc(100% - 200px);
}

/* pagination */
.pagination {
    width: 100%;
    justify-content: center;
}

.page {
    display: inline-block;
    padding: 7px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    font-size: 13px;
    font-weight: 300;
    font-family: 'OpenSansRegular';
}

.page:hover,
.page.gradient:hover {
    cursor: pointer;
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #fefefe, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.page.dark:hover,
.page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg, #547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg, #565b5f, #3e4347);
}

#hinhanh {
}

.box-ha {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.dadm {
}
.dadm img {
    width: 100%;
}
.dadm2 {
    margin: 4px 0 15px;
}
.slider-nav {
    justify-content: space-between;
}
.box-visao {
    width: 100%;
}

.title-visao {
    padding: 5px 50px 5px 65px;
    display: block;
}
.title-visao p {

    font-size: 31px;
    color: #fff;
    margin-bottom: 0;
    font-family: RobotoBold;
}
.title-visao span {
    text-transform: uppercase;
    font-family: RobotoBold;
    font-size: 30px;
    color: #fff;
}
.title-visao span:nth-child(1) {
    background: #115332;
    padding: 5px;
}
.title-visao span:nth-child(2) {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}
.txt-visao {
    margin-top: 25px;
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mycanvas {
    display: none !important;
}
.allinone_carousel_list {
    position: relative;
}
.allinone_carousel.charming .contentHolderUnit {
    
    border: 5px solid silver;
}
.cat-bg-dah {
    width: 100%;
}
.dah-ten {
    position: absolute;
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.5);
}
.dah-ten p {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    /* animation: PhongTo 3.3s ease-in-out;
    margin-bottom: 0;
    animation-iteration-count: infinite; */
}
.noid-vs {
    margin-top: 10px;

}
.noid-vs div:nth-child(1) {
    float: left;
}
.noid-vs div:nth-child(2) {
    width: calc(100% - 86px);
    float: right;
}
.noid-vs h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;

}
.noid-vs p {
    color: #fff;
}
.item-ha h3 {
    font-family: 'SVNBeloved';
    font-size: 40px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    text-shadow: 0px 0px 5px #333;
}

.ihanh:nth-child(2) {
    display: flex;
    align-items: center;
}

.ihanh:nth-child(2) img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px #333;
}

.ihanh:nth-child(2) h3 {
    font-family: 'SVNBeloved';
    font-size: 40px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    text-shadow: 0px 0px 5px #333;
}

.box-video {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.boxvd {
    width: 100%;
}
.chia-doi {
    width: calc(97%/2);
}
.video-container {
    position: relative;
    padding-bottom: 46%;
    padding-top: 95px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_load {
    width: 100%;
}

.videoslider {
    width: calc(100% + 10px);
    margin: 0px -5px;
}

.videoimg {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px;
}

.imgvideo img {
    max-width: 100%;
    display: block;
}

.select_video {
    width: 100%;
}

#list_video {
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 0px;
    color: #FFF;
    font-size: 13px;
}
.video-list__img {
       width: 100%;
    padding-bottom: 9%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    margin: 0 3px;

}

.video-list {
    justify-content: space-between;
}



#mail {
    background: #94468e;
}

.box-mail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-mail {
    width: 49%;
}

.img-mail img {
    max-width: 100%;
    display: block;
}

#nhanemail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.5); */
    box-sizing: border-box;
    }

#nhanemail h3 {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 30px;
    text-shadow: 3px 3px 2px #333;
}

.text-mail {
    width: 100%;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: 0px;
    padding: 6px 12px;
    color: #555;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.text-mail::-webkit-input-placeholder {
    color: #bcbbba;
}

.text-mail:-moz-placeholder {
    color: #333;
}

.text-mail::-moz-placeholder {
    color: #333;
}

.text-mail:-ms-input-placeholder {
    color: #333;
}

.btn-mail {
    background: #ac2925;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    margin: 0 auto;
    border: 1px solid transparent;
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    padding: 6px 12px;
}

#map-content iframe {
    width: 100%;
    height: 466px;
}

nav#menu-mobile {
    float: left;
    background: #00a859;
}

nav#menu-mobile ul {
    list-style: none;
    background: #00a859;
}

nav#menu-mobile ul li {
    line-height: 22px;
    cursor: pointer;
    background: #00a859;
}

nav#menu-mobile ul li a {
    color: #FFFFFF !important;
}

.left-page {
    width: calc(100% - 290px);
    float: left;
}

.right-page {
    width: 280px;
    float: right;
    box-sizing: border-box;
}

.title-left {
    width: 100%;
    background: #e60f1e;
}

.title-left h2 {
    color: #FFF;
    line-height: 30px;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    font-family: 'OpenSansRegular'
}

.desc-left {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: 0px solid #eee;
    padding: 10px;
    background: #FFF;
}

.dm_sp {
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

.dm_sp li {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dm_sp li a {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.dm_sp > li:hover > a {
    color: #0099FF;
}

.dm_sp > li > ul > li:hover > a {
    color: #0099FF;
}

.dm_sp li ul {
    padding-left: 10px;
    list-style: none;
}

.dm_sp li ul li a {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.box-csach {
    width: 90%;
    margin: 0 auto;
}

#chinhsach {
    padding: 20px 0px;
}

.select_video #list_video {
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    background: #f0f0f0;
}

.box-tailieu {
    box-sizing: border-box;
    padding: 0px 15px;
}
.ch-block1 {
    width: 100%;
    text-align: left;
    padding-left: 15px;
}
.ch-block1 a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: RobotoBold;
}
.ch-block1 a:hover {
    color: #1e9459;
    text-decoration: none;
}
.ch-block2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
}
.ch-block2 p {
    font-size: 16px;
    color: #fff;
    font-family: RobotoBold;
}
.ch-block2 h6 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: RobotoBold;
}
.banggia {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
}

.banggia tr:nth-child(odd) {
    background: #dddddd;
}

.banggia tr:nth-child(even) {
    background: #FFF;
}

.banggia tr:nth-child(1) {
    background: #dddddd;
}

.banggia tr,
.banggia td,
.banggia th {
    border: 1px solid #CCC;
}

.banggia td,
.banggia th {
    padding: 10px;
    font-size: 13px;
}

.banggia th {
    font-size: 13px;
    text-transform: uppercase;
}

.banggia td a,
.banggia th a {
    color: #333;
}

.btn-request {
    position: relative;
    display: inline-block;
    float: right;
    margin: 29px 0;
    background: #0163ce;
    color: #fff;
    border: 0;
    padding: 11px 15px 8px 40px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-request span {
    position: absolute;
    height: 100%;
    width: 35px;
    line-height: 37px;
    background: #008bea;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-qc {
    padding: 0 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}

.img-qc img {
    width: 100%;
    display: block;
}
.mxh-flex {
    height: 50px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.desc-qc {
    width: 100%;
}

.desc-qc img {
    max-width: 100%;
    display: block;
}

#fanpage {
    padding: 75px 0px;
    background: #f4f4f4;
    background-size: cover;
}

.box-fanpage {
    display: flex;
    justify-content: space-between;
}

.fanpage-left {
    width: 500px;
}

.fanpage-right {
    width: 500px;
}

#about {
    width: 587px;
    margin: 70px 0px 50px;
}

#header-mobile {
    display: none;
}

.line {
    width: 100%;
    border-top: 1px solid #CCC;
    margin: 10px 0px;
}

.content-tab {
    width: 100%;
}

.content-tab .head {
    background: #106ecc;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

ul.tabs_vb {
    float: left;
    list-style: none;
    background: #106ecc;
    width: 100%;
    box-sizing: border-box;
}

ul.tabs_vb li:last-child {
    border-right: none
}

ul.tabs_vb li {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    padding: 8px 25px;
    line-height: 21px;
    border-left: none;
    overflow: hidden;
    position: relative;
    color: #333;
    text-align: center;
    border-right: 5px solid #027fca;
    background: url("images/icon_li_vb.png");
    font-family: 'OpenSansBold';
    font-size: 13px;
}

ul.tabs_vb li .tabs_title {
    margin: 8px 3px 0px 3px
}

ul.tabs_vb li:hover {
    background: #fff;
    color: #333;
}

ul.tabs_vb li.active {
    background: #fff;
    color: #333;
}

.table-tab {
    width: 100%;
    padding: 0px;
    color: #1c689a;
    float: left;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.table-tab table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ddd;
}

.table-tab #row_header td {
    font-size: 14px;
    color: #333;
    font-family: 'OpenSansBold';
}

.table-tab table tr,
td div {
    color: #000;
    font-size: 14px;
}

.table-tab table tr,
td div span {
    color: #000;
    font-size: 14px;
}

.table-tab table tr,
td span {
    color: #000;
    font-size: 14px;
}

.table-tab table tr,
td a {
    color: #000;
    font-size: 14px;
}

.table-tab table tr td a:hover {
    color: #027fca;
    text-decoration: underline;
}

.table-tab table tr,
td .td_xd a {
    color: #027fca;
}

.table-tab tr:hover td {
    background: #fff;
}

.table-tab tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table-tab table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.table-tab table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.table-tab tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table-tab tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-tab tr:nth-child(even) {
    background-color: #ffffff;
}

.table-tab td {
    border: 1px solid #ddd;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 15px 7px;
    font-size: 14px; /*font-family:Arial;*/
    font-weight: normal;
    vertical-align: top;
    color: #000;
}

.table-tab tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.table-tab tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.table-tab tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.table-tab tr:first-child td {
    background-color: #e9e9e9;
    vertical-align: middle;
    border: 0px solid #ddd;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px; /*font-family:Arial;*/
    font-weight: bold;
    color: #333;
}

.table-tab tr td table tr td {
    background-color: #fff !important;
    color: #000 !important;
}

.table-tab tr:first-child:hover td {
    background-color: #e9e9e9;
}

.table-tab tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.table-tab tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

.table-tab table tr td .table_link {
    color: #585858;
    float: left;
    font-size: 14px;
    min-height: 10px;
    padding-top: 2px;
    text-align: left;
    width: 100%;
}

.other-news {
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
}

.other-news ul {
    color: #558b2f;
    list-style-type: none;
    width: 100%;
}

.other-news ul li {
    background: rgba(0, 0, 0, 0) url("images/arrow_green.png") no-repeat scroll left 9px;
    color: #558b2f;
    line-height: 20px;
    list-style-type: none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    width: 96%;
}

.other-news li a {
    color: #333;
    font-size: 13px;
}

.other-news li a:hover {
    color: #fd8502;
}

.other-news li:hover {
    background: rgba(0, 0, 0, 0) url("images/ico_orange.png") no-repeat scroll left 9px;
}

.other-news li:last-child {
    border-bottom: medium none;
}

.fotx {
    font-family: 'OpenSansBold' !important;
}

.info-top {
    padding: 70px 0px;
    background: #e6e6e6;
}

.info-desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.info-desc-left {
    width: calc(100% - 180px);
}

.info-desc-left h5 {
    font-family: 'OpenSansBold';
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    padding-bottom: 10px;
}

.info-desc-left p {
    font-family: 'OpenSansRegular';
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    color: #888;
}

.info-desc-right {
    width: 150px;
}

.info-desc-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-desc-right a {
    display: inline-block;
    padding: 20px 35px;
    background: #d3d3d3;
    color: #333;
    font-family: 'OpenSansBold';
    font-size: 17px;
    font-weight: 300;
    border-radius: 5px;
    text-transform: uppercase;
}

.c-link {
    width: calc(100% / 3 - 10px);
}

.c-link span {
    border-radius: 10px;
    background: #0072b0;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 14px 10px;
    font-family: "OpenSansRegular";
    font-weight: normal;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}

.c-link span.bg-re {
    background: #FF0000;
}

.c-link span.bg-re:hover {
    background: #0099Ff;
}

.technical-info table tr td:last-child {
    font-weight: bold;
}
.mxh-bct {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mxh {
}
.mxh2 {
    margin-left: 0;
}
.bct img:hover {
    cursor: pointer;
}
.box-contact-index {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contact-right {
    width: 49%;
}

.contact-left {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.box-dmhover {
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #d3f6ff;
    margin: 20px 15px 0px;
    min-height: 50px;
}

.boxdmhv {
    width: 100%;
    text-align: center;
    display: none;
}

.boxdmhv:nth-child(1) {
    display: block;
}

.boxdmhv a {
    display: inline-block;
    padding: 16px 30px;
    color: #646464;
    font-size: 16px;
}

.baiviet{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.baiviet li{
    width: calc(100% / 4 - 46px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    color: #FFF;
    background: #00a859;
    text-transform: uppercase;
    border-radius: 6px;
}
.baiviet li:hover{
    background: #ff6600;
}
.baiviet li span:nth-child(1){
    margin-right: 10px;
}
#duanhot {
    padding-bottom: 40px;
}
#duanhot2 {

}
.allinone_carousel img {
}
.web-slider-main {
    padding-top: 30px;
}

 

.line-top {
    width: 100%;
    height: 1px;
    background: #345161;
    margin: 0px 0px;
}

.iconLoadIMG {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
}

.iconLoadIMG img {
    display: block !important;
    width: 50px !important;
    margin: 0 auto;
}

.insLoadIMG {
    height: 100%;
    width: 100%;
}

img.insIconLoad {
    max-width: 50px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav--floating {
    z-index: 998;
    display: none;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -660px;
    width: 42px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(200, 200, 200, 0.5);
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav--floating> li> a {
    position: relative;
    padding: 7px 7px;
    text-align: center;
    color: #000;
}

.nav> li> a {
    position: relative;
    display: block;
    padding: 10px 7px;
    box-sizing: border-box;
}

.nav> li> a img {
    width: 20px;
}

.nav--floating> li {
    position: relative;
}

.nav--floating> li> a > span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0px 12px 0px 0;
    line-height: 42px;
    background-color: #eeeeee;
    text-align: right;
    white-space: nowrap;
}

.nav--floating> li> a:hover,
.nav--floating> li> a.active {
    background: #FCD901;
}

.nav--floating> li> a:hover> span {
    opacity: 1;
    width: auto;
    background: #FCD901;
}

.promotion_wrapper {
    border: #e11b1e solid 1px;
    border-radius: 4px;
    padding: 10px 0 0;
    position: relative;
    overflow: visible;
    margin: 20px 0;
}

.promotion_wrapper b {
    background: #e11b1e;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px 0 15px;
    text-transform: uppercase;
}

.khuyenmai-info {
    padding: 10px 10px 10px 10px;
    line-height: 22px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

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

.chil-hotline {
    top: 18%;
    left: 49%;
}

.posi-tion {
    max-width: 1366px;
    background: #EB9532;
    position: relative;
    /*top: 0;*/
    /*background-size: 60%;*/
}
ul.menu-col {

    display: block;
    
    flex-wrap: wrap;
}
ul.menu-col li:nth-child(1):hover {

    animation: none;
    transform: none;
}
ul.menu-col li:nth-child(1) > a {
    color: #b9d72a;
}
li#menu-ild {
    color: #b9d72a;
    border: 1px solid #b9d72a;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}
li#menu-ild:hover > a {
    color: #b9d72a;
    animation: none;
    transform: none;
}

ul.menu-col li {
    text-align: left;
    
    border-top: 1px solid #ffffff;
    background: #b9d72a;
    position: relative; 
}
ul.menu-col li > a {
    padding-left: 20px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    line-height: 48px;
    color: #ffffff;
    text-transform: uppercase;

}
ul.menu-col li > ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    visibility: hidden;
    z-index: 100;
}
ul.menu-col li:hover {
    color: #000;
    background: #b9c62a;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
        

}
ul.menu-col li:hover > a {
    color: #000;
    animation: none;
    /* animation: moveFromRight 200ms ease-in-out; */
    

}
ul.menu-col li:hover > ul {
    color: #000;
    
    visibility: visible;
    opacity: 1;
       
}
ul.menu-col li > ul> li:hover {
    background: #EBEDED;
    border-radius: 40px 0px 0px 40px;
}
ul.menu-col li > ul > li:hover > a {
    animation: moveFromLeft 200ms ease-in-out;
}




.mg-auto {
    margin: 0 auto;
}

.width-20 {
    box-sizing: border-box;
    width: 20%;
}

.width-80 {
    box-sizing: border-box;
    width: 74%;
}

.dis-in-bl {
    display: inline-block;
}
.img-100 img {
    width: 100%;
}
.mlar-5 {
    margin: 10px 5px;
}
.width-30 {
    width: 30%;
}

.clor-1 > h4 {
    margin-top: 10px;
    color: #ff9900;
}
.span-edit {
    padding-top: 15px;
}
.span-edit span {
    
    font-size: 1.5em;
    font-weight: bold;
}

.edit-chs {
    margin-top: 25px;
}
.edit-chs img {
    padding-bottom: 9px;

}
.edit-chs p {
    
}
.edit-chs p a {
    padding-left: 25px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.edit-chs p:hover a {
    color: #dd2233;
}
.chia-3 {
    width: calc(95% / 3);
    display: inline-block;
}
.chia-4 {
    width: calc(94% / 4);
    display: inline-block;
}
.height-100 {
    height: 100%;
}
.j-s-b {
    justify-content: space-between;
}
.width-60 {
    width: 60%;
}
.width-40 {
    width: 40%;
}
.d-f {
    display: flex;
    justify-content: space-around;
    margin: 0 10px;
}
.fo-ft1 {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}
.fo-ft2 {
    font-size: 20px;
    color: #ffffff;

}
.m-w-100 img {
    max-width: 100%;
}

.lien-he-ft {
    display: flex;
    justify-content: left;
    margin: 0 30px;
}
.w-px {
    margin-left: 20px;
    width: 690px;
}
.vs-hidden a {
    visibility: hidden;
}

.tencty > a {
    
    text-decoration: none;
    font-size: 40px;
    font-family: 'Tahoma-Bold';
    color: #ff0000;
    text-shadow:-1px -1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    1px 1px #fff,
    
         0 2px 0 #ccc,
        0 3px 0 #c9c9c9,
        0 4px 0 #bbb,
        0 5px 0 #b9b9b9,
        0 6px 0 #aaa,
        0 7px 2px rgba(0,0,0,.1),
        0 0 6px rgba(0,0,0,.1),
        0 2px 4px rgba(0,0,0,.3),
        0 4px 6px rgba(0,0,0,.2),
        0 6px 11px rgba(0,0,0,.25),
        0 11px 11px rgba(0,0,0,.2),
        0 21px 21px rgba(0,0,0,.15);
}
.tencty > p {
    
    font-size: 30px;
    font-family: "UTMFrenchVanilla";
    color: #f58634;
    text-shadow: -1px -1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    1px 1px #fff,
    -1px -1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    1px 1px 1px #000,
    0px 3px 0px #b2a98f, 0px 3px 0px rgba(0,0,0,0.15), 5px 9px 2px rgba(0,0,0,0.1), 0px 0px 0px rgba(0,0,0,0.1);
}
.set-mt {
    margin-top: 50px;
    
}
.mgt0, .mgt4 {
    margin-top: 200px;
}
.mgt1, .mgt3 {
    margin-top: 60px;
}
.icon-set-sx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.icon-set-sx p {
    text-align: center;
}
.icon-set-sx a {
    color: #fff;
    text-transform: uppercase;
    font-family: RobotoBold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 1;
    font-size: 20px;
    white-space: nowrap;
}
.icon-set-sx a:hover {
    color: #ffe400;
    text-decoration: none;
}
.icon-set-sx img {
    height: auto;
    margin: -41px auto 0;
    max-width: 100%;
}
.icon-set-sx div > p {
    font-family: RobotoBold;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: initial;
}
.icon-set-sx p:hover {
}
.icon-set-sx div > p > span {
    text-transform: initial;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    font-family: Roboto;
}
.maugia {
    color: #ffe400;
}
.icon-set-sx div > p > span.maugia {
	font-weight: 800;
    color: red;
}
.pp-dv {
}
.dt-gia {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sp-bds {
    padding-right: 10px;
    width: 100%;
}
.tinhtrang-bds {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-tabs {
    border-bottom: none !important;
    justify-content: center;
}

.nav-tabs > li {
    border: 1px solid #ddd;
    margin: 0 15px;
}
.nav-tabs > li:hover {
    cursor: pointer;
    background: #0091e6;
}
.nav-tabs > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-family: RobotoBold;
}
.nav-tabs > li > a:hover {
    background-color: #0091e6 !important;
    border-color: #0091e6 !important;
    color: #fff !important;
}
.nav-tabs > li.active {
    border: 1px solid #0080C8;
    background: #0080C8;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #0080C8 !important;
    border: 1px solid #0080C8 !important;
    color: #fff !important;
}
/*submit*/
/* input[type=submit]{
  margin-left: 0.5em;
  height: 2.5em;
  padding: 0.2em 1em 0.2em 2.25em;
  font-size: 3em;
  font-weight: bold;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: #696666;
  background: url(https://i.imgur.com/Th606mh.png) no-repeat scroll 0.75em 0.07em transparent;
  background-size: 54px 204px;
  border-radius: 2em;
  border: 0.15em solid #F9C23C;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #EAA502;
    border-color: #EAA502;
    background-position: 0.75em bottom;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus {
    background-position: 2em -4em;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 */
.gt-index1 {
    position: relative !important;
    top: 0;
    box-shadow: 0 0 10px #333;
    z-index: 1;
}
.gt-index1 .col-md-6:first-child {
    z-index: 2;
}
.gt-index1 img {
    border: 4px solid #fff;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
}

.gt-index2 {
    position: absolute !important;
    bottom: 0;
}
.gt-index2 .col-md-6 {
    padding: 15px 25px;
    background-image: linear-gradient(180deg,#699d0d,#7dbd0f,#9cec13,#d8f7a1);
}
.gt-index2 .col-md-6:first-child {
    z-index: 0;
}
.gt-index2 .col-md-6:last-child {
    z-index: 3;
}
.gt-index2 h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'SVN-Newton';
    text-align: center;
}
.gt-index2 p {
    font-size: 16px;
    color: #fff;
    font-family: 'SVN-Newton';
    text-align: justify;
}
.gt-index3 {
    position: absolute !important;
    bottom: 0;
}
.gt-index3 .col-md-7{
    z-index: 4;
}
.gt-index3 .col-md-5 {
    z-index: 0;
}
.
.gt-index3 img {
    width: 100%;
}
.gt-index2 a {
  width: 130px;
  height: 40px;
  background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
  border: none;
  border-radius: 5px;
  position: relative;
  border-bottom: 4px solid #2b8bc6;
  color: #fbfbfb;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  font-size: 15px;
  text-align: left;
  text-indent: 5px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 0 12px;
/* Just for presentation */  
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  align-items: center;

}
.gt-index2 a:active {
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  top: 1px;
}

.gt-index2 a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid #187dbc;
  border-bottom: 20px solid #187dbc;
  border-left: 16px solid transparent;
  border-right: 20px solid #187dbc;
  position: absolute;
  opacity: 0.6; 
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;  
}
.gt-index2 a {
    color: #fff;
}
.gt-index2 a:hover {
    color: #fff;
}
.dichvu-tag {
    display: flex;
    margin-bottom: 0;
}

.sel-chon {
    transition: all 1s ease-in-out;
}
ul.menuphu-dv,
ul.menuphu-dv2 {
    display: none;
    transition: all 1s ease-in-out;
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
    border: 2px solid #fff;
}
ul.menuphu-dv2 {
    flex-direction: row-reverse;
}
.sel-chon:hover ul {
}
.sel-chon a {
    transition: all 1s ease-in-out;
  width: 130px;
  height: 40px;
  background: linear-gradient(to bottom, #02abb1 0%,#02abb1 100%); /* W3C */
  border: none;
  border-radius: 5px;
  position: relative;
  border-bottom: 4px solid #017a7e;
  color: #fbfbfb;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  font-size: 15px;
  text-align: center;
  text-indent: 5px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 0 12px;
/* Just for presentation */  
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;

}
.sel-chon a:active {
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  top: 1px;
}
.sel-chon a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #02dce3;
  border-right: 20px solid transparent;
  position: absolute;
  opacity: 0.6; 
  left: 0;
  top: 0;
  border-radius: 5px 0px 0px 5px;
}
.sel-chon a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid transparent;
  border-right: 20px solid #02dce3;
  position: absolute;
  opacity: 0.6; 
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;  
}
.sel-chon a {
    color: #fff !important;
}
.sel-chon a:hover {
    color: #fff;
}
#xemthem a {
    width: 70px;
}






























/*search*/

#hidden-search {
  height: 50px;
  margin-top: 10%;
}

.entypo-search:before {
  position: absolute;
  top: 0;
  left: 0px;
}

#form {
    background: #fff;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding: 0px;
    width: 35px;
    overflow: hidden;
    height: 35px;
    right: 0%;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

form {
    position: relative;
}

#form form input {
    border: 0px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 30px;
}
#frm-search button {
    border: none;
}
.entypo-search {
  width: 100%;
}
#form form input[type="text"] {
    position: relative;
    left: 0;
    width: 0;
    background: none;
    color: #000;
    top: 0;
}
#form:hover {
    width: 150px;
}
#form:hover form {
    border-radius: 20px;
}
#form:hover div.button-search {
    position: relative;
}
#form:hover form input[type="text"] {
    width: 100px;
    position: relative;
    margin-left: 15px;
}
#form:active form input[type="text"] {
    color: #000;
  
}
#form form input[type="submit"] {
 
}
#form form input:focus, 
#form form input:active {
    color: #000;
    outline:none;
    
  
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
input:-internal-autofill-selected  {
    background-color: rgba(0, 0, 0, 0.1) !important;

    -webkit-box-shadow: 7px 0 0 30px #fff inset !important;
}

#form form input[type="text"]::placeholder,
#form form input[type="text"]:active::placeholder {
    color: #000;
    font-size: 15px;
    font-style: italic;
}

/*  mark  */
.mask a {
    position: relative;
    display: inline-block;
}
.mask a:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -110%;
    left: -210%;
    width: 140%;
    height: 140%;
    opacity: 0;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
    );
}

div#lang-edit > a {
   
    cursor: pointer;
}
.mask a:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.6s, 0.7s, .15s;
    transition-timing-function: ease;
}
.td-qtsx p {
    font-size: 30px;
    font-family: SVN-Bear;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
.qtsx-ed {
    padding: 0 5px;
}
.qtsx-ed0 {
    display: flex;
    border: 2px solid #15843e;
    padding: 5px;
}
.qtsx-ed1 {
    display: flex;
    border: 2px solid #15843e;
    padding: 5px;
    background: url('images/new.gif') no-repeat right top;
}
.qtsx-nd {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.qtsx-nd > a {
    background: #444;
    border-radius: 50%;
    padding:20px;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
}
.qtsx-nd i {
    font-size: 50px;
    color: #fff;
}
.qtsx-nd a > img {
}

.qtsx-nd > a:hover {
    transition: opacity 0.35s, transform 0.35s;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0055a8;
}

.about-top {

}
.cont-qtsx {
    display: block;
}
.spmoi-edit {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}
.spmoi-edit div {
    margin: 0 25px;
    width: 35%;
    height: 1px;
    border: 1px solid #009966;
}
.spmoi-edit a {
    margin-left: 8px;
    text-transform: uppercase;
    text-decoration: none;
    color: #009966;
    font-size: 30px;
    font-weight: 500;
    
}
.dmcap1-edit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}
.dmcap1-edit div {
    margin-left: 25px;
    width: 71%;
    height: 1px;
    border: 1px solid #009966;
}
.dmcap1-edit a {
    margin-left: 8px;
    text-transform: uppercase;
    text-decoration: none;
    color: #009966;
    font-size: 30px;
    font-weight: 500;
    
}
.di-fx {
    background: url('images/banner-mxh.png') no-repeat;
    height: 200px;
    width: 100%;
}
.lhtt {
    margin-top: 20px;
    border: 1px solid #dedede;
}
.lhtt > img:nth-child(1) {
    width: 100%;
}
p.ds-p1 {
    padding-left: 10px;
    font-size: 22px;
    color: red;
    font-weight: 500;
}

p.ds-p2 {
    padding-left: 20px;
    margin-top: 18px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
p.ds-p3 {
    padding-left: 20px;
}
p.ds-p3 > span {
    padding: 0 10px;
    margin-top: 18px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.mxh-lh {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    border-top: 1px dashed #000;
}
div.mxh-lh p:nth-child(2) {
    margin-top: 3px;
    margin-bottom: 0;
}
.he-50 {
    height: 50px;
}
.height-land {
    margin: 15px auto;
    
    
    background: #f9f9f9;
    
}
#header {
    position: relative;
    z-index: 101;
    display: flex;
    background: url(images/ic_map_big.png) center center;
    background-repeat: no-repeat;
    border-top: 3px solid ghostwhite;
}
#header2 {
    position: relative;
    z-index: 101;
    display: flex;
    background: #2d3b41;
    background-image: url(images/eew1.png);
    background-position: 50px 100px;
    background-repeat: no-repeat;
}

.bdsa {
    position: relative;
    border: 5px solid silver;
}
.bdsa img {
    width: 100%;
}
.res-ten-dah {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.5);
}
.res-ten-dah p {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}



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


.ed-dir-cheo {
    position: absolute;
    top: 40px;
}


#lienhechungtoi {
    padding: 40px 0;
}
.content-lhct {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-lhct p {
    font-size: 20px;
    color: #000;
    font-style: italic;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin-bottom: 0;
}
.content-lhct a {
    padding: 7px 50px;
    border-radius: 4px;
}
.content-lhct .socialmediaicons a {
    width: 250px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}
.content-lhct .socialmediaicons a i {
    font-size: 25px;
    margin:0 15px 0 0;
}
.content-lhct .socialmediaicons a:hover i {
    background: transparent;
}
.content-lhct .socialmediaicons a.bg-facebook {
    background: #3B5998;
}
.content-lhct .socialmediaicons a.bg-facebook:hover {
    background: #324b81;
}

.content-lhct .socialmediaicons a.bg-twitter {
    background: #55ACEE;
}
.content-lhct .socialmediaicons a.bg-twitter:hover {
    background: #2e99ea;
}
.content-lhct .socialmediaicons a.bg-google {
    background: #dd4b39;
}
.content-lhct .socialmediaicons a.bg-google:hover {
    background: #c43421;
}
.content-lhct .socialmediaicons a.bg-google i {
    font-size: 20px;
}
.content-lhct .socialmediaicons .fa {
    padding: 0;
    width: auto;
}
#tem-res {
    max-width: 1366px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#tem-res div {
    position: relative;
    background: url(images/iphone1.png) no-repeat center center;
    display: flex;
    justify-content: center;
    min-width: 360px;
    padding: 80px 0 80px 5px;
}
#tem-res div img {
    position: absolute;
    top: 0;
}
#tem-res div iframe {
    border-radius: 3px;
}
.cthich-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #000;
    border: 2px solid transparent;
    border-image: url(images/bg-color.png) 3 round;
}
.cthich-sp h5 {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}
.slick-dots {
    top: 73px;
    bottom: auto !important;
    left: -183px;
    transform: rotate(90deg);
    width: 50% !important;
    text-align: left !important;
}
.slick-dots li {
    width: 22px !important;
    height: 22px !important;
}
.slick-dots li button {
    width: 22px !important;
    height: 22px !important;
    border: 1px solid transparent !important;
}
.slick-dots li button:before {
    width: 22px !important;
    height: 22px !important;
    border-radius: 0 !important;
    background: url(images/bg-color.png) center center no-repeat !important;
}
.col-x2 {
    width: 40%;
    padding: 0 10px;
}
.col-x1 {
    width: 20%;
    padding: 0 10px;
}
/*-----------------------------------------------------*/
.design-title {
    margin-bottom: 55px;
    text-align: center;
}
.design-title h3 {
    font-size: 35px;
    font-weight: 500;
    color: #0055a8;
    text-transform: uppercase;
    margin: 10px 0 20px;
    font-weight: 300;
    text-align: center;
    font-family: 'Roboto';
    text-shadow: 2px 2px 3px #888;
    position: relative;
    display: inline-block;
}
.design-title h3:before {
    position: absolute;
    left: -60px;
    width: 50px;
    height: 2px;
    background: #0055a8;
    content: '';
    top: 50%;
}
.design-title h3:after {
    position: absolute;
    right: -60px;
    width: 50px;
    height: 2px;
    background: #0055a8;
    content: '';
    top: 50%;
}
.css-sitemap h2.title-ft {
    color: #fef608;
    font-size: 18px;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
}
.dl-ft {
    width: calc(100% - 80px);
}
#footer-content p.mt-15 > a {
    color: #fff;
}
.ft-mxh {
    display: flex;
    justify-content: flex-start;
}
.mxh a {
    margin-left: 7px;
}
.mxh a:hover img {
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
}
#checkdomain h4 {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
    background: #eee;
}
.extension {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}
.extension li {
    padding: 0 20px 0 10px;
    border-left: 1px solid #ccc;
}
.extension li:first-child {
    border: none;
}
.extension label {
    margin: 0;
}
.extension label span {
    font-weight: 400;
    padding: 0 2px;
}
.extension2 {
    font-size: 14px;
}
.extension2 li {
    float: left;
    width: calc(100% / 2);
}
#tb-kttm {
    width: 100%;
}
#tb-kttm thead tr td {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: #ccc;
    border: 1px solid #8c8c8c;
}
#tb-kttm tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}
#tb-kttm tr td a {
    color: #fff;
    width: 180px;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}
.modal-open {
    width: 1349px;
}
div#hosting-packages {
    position: relative;
    padding: 40px 0px;
    background: url(../images/bg_service.jpg) repeat;
}
.tab-content h3 {
    font-size: 40px;
    text-transform: uppercase;
}
div.box-hosting .item:hover {
    transform: scale(1.03);
    z-index: 10;
}

div.box-hosting .item div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    min-height: 60px;
    text-align: center;
}
div.box-hosting .item {
    position: relative;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #f2f2f2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 1;
}
div.box-hosting .item p {
    margin: 0px;
}
div.box-hosting .item span {
    display: block;
    font-weight: bold;
    color: #333;
}
div.box-hosting .item div:nth-child(2) {
    min-height: 70px;
}

div.box-hosting .item div:nth-child(2) p span {
    color: #fff;
    line-height: 30px;
    font-weight: 400 !important;
}
div.box-hosting .item div:nth-child(2) p {
    color: #fff;
}
div.box-hosting .item div {
    border-top: 1px dotted #ccc;
}
div.box-hosting {
    padding: 0px;
    margin-bottom: 20px;
}

div.box-hosting .item.packages-1 {
    border-top: 3px solid #5291ec;
    border-bottom: 3px solid #5291ec;
}
div.box-hosting .item.packages-1 div:nth-child(2) {
    background-color: #5291ec;
}
div.box-hosting .item.packages-2 {
    border-top: 3px solid #3da6bd;
    border-bottom: 3px solid #3da6bd;
}
div.box-hosting .item.packages-2 div:nth-child(2) {
    background-color: #3da6bd;
}
div.box-hosting .item.packages-3 {
    border-top: 3px solid #3fb130;
    border-bottom: 3px solid #3fb130;
}
div.box-hosting .item.packages-3 div:nth-child(2) {
    background-color: #3fb130;
}
div.box-hosting .item.packages-4 {
    border-top: 3px solid #ffc600;
    border-bottom: 3px solid #ffc600;
}
div.box-hosting .item.packages-4 div:nth-child(2) {
    background-color: #ffc600;
}
div.box-hosting .item.packages-5 {
    border-top: 3px solid #e30e0e;
    border-bottom: 3px solid #e30e0e;
}
div.box-hosting .item.packages-5 div:nth-child(2) {
    background-color: #e30e0e;
}
div.box-hosting .item.packages-6 {
    border-top: 3px solid #c70096;
    border-bottom: 3px solid #c70096;
}
div.box-hosting .item.packages-6 div:nth-child(2) {
    background-color: #c70096;
}
.tab-content {
    border: 1px solid #ddd;
    padding-top: 30px;
}
.mm-list .hl-email {
    justify-content: flex-start;
    text-align: left;
}
.click_hidden {
    display: none;
}
.click_hidden1 {
    display: none;
}