﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.13);
} /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: 0 0;
    text-decoration: none;
    color: #1f1f1f;
}
a:active,
a:hover,
input,
textarea {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
table {
    border-spacing: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
html {
    -webkit-backface-visibility: hidden;
    height: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
body {
    margin: 0;
    max-width: 100%;
    min-height: 100%;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #424d54;
    line-height: 1.3;
    position: relative;
    letter-spacing: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
}
::-moz-selection {
    background: #ccc;
    text-shadow: none;
}
::selection {
    background: #ccc;
    text-shadow: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
::-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
p {
    margin: 0;
}
img{
    border: none;
    max-width: 100%;
    height: auto;
}
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 2.5em;
    line-height: 1.05;
}
h2 {
    font-size: 1.625em;
    line-height: 1.15385;
}
h3 {
    font-size: 1.5em;
    line-height: 1.16667;
}
h4 {
    font-size: 1.25em;
    line-height: 1.2;
}
h5 {
    font-size: 1.125em;
    line-height: 1.33333;
}
h6 {
    font-size: 0.875em;
    line-height: 1.42857;
}
strong {
    font-weight: 700;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
header {
    position: relative;
    z-index: 5;
}
nav {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.hdContainer {
    width: 95px;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.logo {
    display: inline-block;
    margin-top: 19px;
    margin-left: 7px;
}
.logo img {
    width: 82px;
}
.hamburger-menu {
    cursor: pointer;
}
.hamburger-menu {
    margin: auto;
    width: 32px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: #424d54;
    border-radius: 100px;
}
.bar::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #424d54;
    border-radius: 100px;
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
}
.bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #424d54;
    border-radius: 100px;
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
}
.bar, .bar::after, .bar::before {
    width: 32px;
    height: 3px;
}
.botHd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.btnSearch {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(images/ico-search.png) 0 0/100% no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btnSearch:hover {
    background: url(../images/ico-search-hv.html) 0 0/100% no-repeat;
}
.botHd p a {
    color: #a7a7a7;
}
.botHd p a:hover {
    color: #d13138;
}
.botHd p em {
    display: inline-block;
    margin: 0 5px;
    font-style: normal;
}
.botHd p span {
    color: #d13138;
}
.bar.animate {
    background: rgba(255,255,255,0);
}
.hdContainer.active {
    background: #462e2a;
}

.bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    background: #fff;
}
.bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    background: #fff;
}
.ctMenu {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 220px;
    display: none;
    font-family: 'Oswald', sans-serif;
}
#nav {
    width: 360px;
    font-family: 'Oswald', sans-serif;
}
#nav > li {
    display: block;
    position: relative;
    opacity: 0;
}
#nav > li > a {
    display: block;
    font-size: 25px;
    color: #a7a7a7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 500;
}
#nav > li > a:hover{
    color: #74382e;
}
#nav > li:hover > a, #nav > li > a.active, #nav > li > a:hover {
    color: #d13138;
}
.subLink {
    padding-top: 20px;
}
.subLink a {
    display: block;
    font-size: 22px;
    color: #a7a7a7;
    font-family: 'Oswald', sans-serif;
}
.ctMenu.active{
    display: block;
}
.ctMenu #nav > li{
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.submenu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 400px;
    padding-left: 100px;
    display: none;
}
.ctMenu #nav > li .submenu{
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -50, 0);
    transition: .5s;
}
.ctMenu #nav > li:hover .submenu{
    opacity: 1;
    visibility: visible;
    transition-delay: .3s;
}
#nav > li:hover > a, #nav > li > a.active, #nav > li > a:hover {
    color: #d13138;
}
#nav > li:hover > a{
    padding-left: 20px;
}
.submenu a {
    display: block;
    font-size: 20px;
    color: #424d54;
    padding: 5px 0;
    font-family: 'Oswald', sans-serif;
}
.submenu a:hover{
    color: #d13138;
}
.submenu::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 20px;
    left: 0;
}
.main-content{
    padding-left: 95px;
}
div.container{
    max-width: 1200px;
    margin: auto;
    position: relative;
}
div.container:after{
    clear: both;
    content: '';
    display: block;
}
.bannerHome div.container{
    max-width: unset;
}
.col-50{
    float: left;
    width: 50%;
    position: relative;
}
a.view-detail{
    color: #2f2f2f;
    border: 1px solid #007a33;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 30px;
    border-radius: 5px;
    transition: .3s;
}
a.view-detail:hover{
    background: #007a33;
    color: #fff;
}
.slideshow-desc{
    font-weight: bold;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: calc(50% - 100px);
    color: #fff;
    padding: 30px 60px;
    font-size: 20px;
    text-shadow: 1px 2px 3px #000;
}
.slideshow-desc h3{
    font-weight: bold;
}



.dragMouse{
    /* text-align:center;
    display:inline-block;
    /* margin-top:60px 
    position: absolute;
    bottom: -60px;
    right: 130px;
    width:170px; */
    position: absolute;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.dragMouse>img{
    width:21px;
    -webkit-animation:2s cubic-bezier(.215,.61,.355,1) 1s infinite both rotateMouse;
    animation:2s cubic-bezier(.215,.61,.355,1) 1s infinite both rotateMouse
}
.dragMouse p{
    color:#a7a7a7
}
.dragMouse p span{
    display:inline-block;
    vertical-align:middle;
    margin:0 5px
}
.dragMouse p img{
    display:inline-block;
    vertical-align:middle;
    width:21px
}
@-webkit-keyframes rotateMouse{
    0%,100%,30%{
        -webkit-transform:rotateZ(0);
        transform:rotateZ(0)
    }
    10%{
        -webkit-transform:rotateZ(10deg);
        transform:rotateZ(10deg)
    }
    20%{
        -webkit-transform:rotateZ(-10deg);
        transform:rotateZ(-10deg)
    }
}
@keyframes rotateMouse{
    0%,100%,30%{
        -webkit-transform:rotateZ(0);
        transform:rotateZ(0)
    }
    10%{
        -webkit-transform:rotateZ(10deg);
        transform:rotateZ(10deg)
    }
    20%{
        -webkit-transform:rotateZ(-10deg);
        transform:rotateZ(-10deg)
    }
}

.list-partner{
    margin-left: 25px;
    margin-right: 25px;
}
.my-slick-prev::before{
    font-family: FontAwesome;
    content: "\f053";
    font-size: 22px;
}
.my-slick-prev {
    left:-25px;
}
.my-slick-next {
    right:-25px;
}
.my-slick-next::before {
    font-family: FontAwesome;
    content:  "\f054";
    font-size: 22px;        
}      

.my-slick-prev, .my-slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

:root {
--main-white-color: white;
--main-black-color: black;
}

.static {
position: static; 
}

.cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}
 
.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}
 
.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
 
.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}
 
.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}
 
.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.owl-carousel .owl-dots button{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 5px;
}
.owl-carousel .owl-dots button.active{
    background: #fff;
}
.main-slideshow-item{
    overflow: hidden;
}




.home-about-us{
    padding: 100px 0;
    padding-left: 20px;
}
.home-about-us-left > div{
    padding-right: 70px;
}
.home-about-us-left > div:before{
    content: '';
    display: block;
    background: #007a33;
    width: 60%;
    height: 70%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.home-about-us-left img{
    width: 100%;
}
h2.title{
    color: #007a33;
    font-weight: bold;
    font-size: 25px;
}
.home-about-us h2.title{
    padding-bottom: 20px;
}
.home-about-us p{
    margin: 10px 0;
}
.home-news{
    padding-left:20px;
    padding-right:20px;
    padding-top: 100px;
}
.home-news-title{
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.home-news-title:after{
    content: '';
    display: block;
    background: #007a33;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -1px
}
.home-news-title .view-all{
    background: transparent url(images/ar-g.png) no-repeat center right;
    color: #424242;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding-right: 25px;
    background-size: 18px;
}
.news-content-item{
    float: left;
    width: 33.33%;
}
.news-content-item > div{
    padding: 0 15px;
}
.news-content-item:after{
    clear: both;
    content: '';
    display: block;
}
.home-news-content{
    margin: 0 -15px;
}
.date-create{
    float: left;
    width: 70px;
    text-align: center;
    background: #007a33;
    color: #fff;
    padding: 5px 0;
    margin-top: 15px;
}
.date-create span:first-child{
    font-size: 35px;
    display: block;
    font-weight: bold;
    line-height: 30px;
}
.date-create span:last-child{
    
}
.news-content-item img{
    width: 100%;
}
.news-content-item h3{
    width: calc(100% - 80px);
    float: right;
    text-align: justify;
    line-height: 22px;
    font-size: 17px;
    margin-top: 15px;
}
.home-partner ul{
    position: relative;
    padding: 0 20px;
}
.home-partner .owl-nav button span{
    font-size: 60px;
}
.home-partner .owl-nav{

}
.home-partner .owl-prev,
.home-partner .owl-next{
    position: absolute;
    top: 10px;
}
.home-partner .owl-prev{
    left: 0;
}
.home-partner .owl-next{
    right: 0;
}
.home-partner{
    padding-top: 100px;
    padding-left:20px;
    padding-right:20px;
}
footer{
    padding-left: 95px;
    background: transparent url(images/bg-footer.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 40px;
    margin-top: 60px;
}
footer h4{
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.footer-left{
    padding-right: 60px;
}
.footer-right a{
    color: #fff;
}
.footer-right a:hover{
    color: #d13138;
}
footer ul li{
    padding: 3px 0;
}
.copyright-right{
    text-align: right;
}
/* .copyright-right a:first-child{
    background: transparent url(images/icon1.png) no-repeat center left;
}
.copyright-right a:last-child{
    background: transparent url(images/icon2.png) no-repeat center left;
} */
.copyright{
    background: #252525;
    color: #fff;
    padding: 7px 0px;
    line-height: 23px;
    margin-top: 40px;
}
.copyright a{
    color: #fff;
    /* padding-left: 28px; */
    font-size: 14px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    margin-right: 20px;
}
.partner-img{
    padding: 20px;
}
.partner-img img{
    border: 1px solid #ccc;
    border-radius: 3px;
}
.slick-center .partner-img{
    padding: 0;
    transform: scale(1.1);
    padding-top: 10px;
}
.slick-center .partner-img img{
    width: 100%;
}
.list-partner-content{
    background: #0e9848;
    padding: 35px;
    color: #fff;
    max-width: 800px;
    margin: auto;
    border-radius: 3px;
    margin-top: 50px;
}
.partner-content-item{
    text-align: center;
}
.partner-content-item h3{
    padding-bottom: 20px;
}
.slick-prev2{
    position: absolute;
    top:50%;
    border: none;
    text-indent: -99999px;
    width: 30px;
    background-size: cover;
}
.slick-prev{
    background: transparent url(images/ar-l.png) center no-repeat;
    border: none;
    text-indent: -99999px;
    width: 30px;
    background-size: cover;
}
.slick-next{
    background: transparent url(images/ar-g.png) center no-repeat;
    border: none;
    text-indent: -99999px;
    width: 30px;
    background-size: cover;
}
.list-partner-detail .slick-prev{
    position: absolute;
    bottom: -50px;
    right: calc(50% + 40px);
}
.list-partner-detail .slick-next{
    position: absolute;
    bottom: -50px;
    left: calc(50% + 40px);
}
.count-partner{
    text-align: center;
    padding: 20px;
}
.count-partner span{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
}
.head-child{
    height: 315px;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
}
.head-child h1,
.head-child h2{
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #fff;
    text-shadow: 1px 1px 3px #111;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}
.head-child .container{
    height: 100%;
}

.left-container{
    width: 270px;
    float: left;
}
.right-container{
    float: right;
    width: calc(100% - 270px);
    padding-left: 25px;
}
.left-menu{

}
.left-menu div.title{
    background: #0e9848;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}
.left-menu li{
    background: #ebebeb;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 20px;
    padding-left: 40px;
}
.left-menu li a{
    color: #000;
}
.left-menu li.active,.left-menu li:hover{
    background: #fff url(images/icon3.png) no-repeat 20px center;
}
.left-menu li.active a{

}
.detail-container{

}
.detail-container p{
    margin: 20px 0;
}
.title-parent{
    font-size: 20px;
    color: #2ba55e;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.main-gioithieu h4{
    margin: 10px 0;
}
.title-2{
    color: #fbbf11;
    font-size: 17px;
    padding: 10px 0;
    position: relative;
    margin-bottom: 30px;
}
.title-2:after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.home-work{
    background: transparent url(images/bg-linhvuc.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px 100px 20px;
    /* padding-top: 50px;
    padding-bottom: 100px; */
}
.home-work p{
    margin: 10px 0;
}
.home-work-left{
    padding-right: 20px;
}
.home-work-left .title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
}
.home-work-left img{
    height: 50px;
    padding-right: 20px;
    float: left;
}
.home-work a{
    color: #fff;
    border-color: #fff;
}
.home-work-left .more-work img {
    width: calc(50% - 12px);
    height: auto;
}
.home-work-left .more-work img:first-child{
    margin-right: 10px;
    padding: 0;
    border: 1px solid #fff;
}
.home-work-left .more-work img:last-child{
    margin-left: 10px;
    padding: 0;
    border: 1px solid #fff;
}
.home-work-right img{
    border: 1px solid #fff;
    width: calc(100% - 2px);
}
.more-work{
    padding-top: 40px;
}
.list-linhvuc .slick-arrow{
    position: absolute;
    bottom: -40px;
    right: 0;
    background-color: rgba(255,255,255,0.2);
    background-size: 50%;
    width: 50px;
    height: 26px;
}
.list-linhvuc .slick-arrow.slick-prev{
    right: 60px;
}
.quanhecodong-item{
    float: left;
    width: 33.33%;
}
.quanhecodong-item > div{
    padding: 0 10px;
    margin-bottom: 20px;
}
.quanhecodong-item h3{
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}
.quanhecodong-item .create-date{
    color: #898989;
    font-size: 12px;
}
.quanhecodong-item:nth-child(3n+1){
    clear: both;
}
.list-quanhecodong:after{
    clear: both;
    content: '';
    display: block;
}
.pagination{
    text-align: center;
    padding-top: 20px;
}
.pagination li{
    display: inline-block;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 25px;
}
.pagination li.active a{
    border: 1px solid #000;
    font-weight: bold;
}
.detail-tamnhin{
    background: transparent url(images/bg-tamnhinsumenh.jpg) right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.detail-tamnhin h3{
    color: #039340;
}
.date-detail{
    color: #898989;
}
.share-content{
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.share-content a{
    margin-left: 10px;
    display: inline-block;
}
.tintuc-khac{
    padding-top: 50px;
    padding-bottom: 50px;
}
.tintuc-khac h3.title{
    color: #2ba55e;
    font-weight: bold;
    padding-bottom: 20px;
}
.form-contact{
    max-width: 700px;
    margin: auto;
}
.form-contact input {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.contact-row .col-50:first-child{
    padding-right: 10px;
}
.contact-row .col-50:last-child{
    padding-left: 10px;
}
.contact-row:after{
    content: '';
    display: block;
    clear: both;
}
.contact-row textarea{
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-row button{
    background: #0e9848;
    margin-bottom: 20px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: auto;
    display: block;
}

.list-search:after{
    content: '';
    clear: both;
    display: block;
}
.list-search .quanhecodong-item{
    width: 25%;
}
.list-search .quanhecodong-item:nth-child(3n+1) {
    clear: unset;
}
.list-search .quanhecodong-item:nth-child(4n+1) {
    clear: both;
}
.head-search{
    padding: 50px 0;
}
.head-search h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}
.head-search form, .head-search div{
    max-width: 600px;
    margin: auto;
}
.head-search form{
    border: 1px solid #1e1e1e;
    height: 40px;
    margin-bottom: 10px;
}
.head-search form input {
    float: left;
    width: calc(100% - 55px);
    border: none;
    height: 38px;
    padding: 0 20px;
    line-height: 20px;
}
.head-search form button {
    padding: 10px 0;
    background: none;
    border: none;
    float: right;
    width: 50px;
    text-align: center;
}
.head-search form button img{
    height: 20px;
}
@media only screen and (max-width: 1200px) {
  .container{
    padding: 0 25px;
  }
  #bannerHome .container{
    padding: 0;
  }
  .home-about-us-left > div{
    padding-right: 20px;
  }
  .home-about-us,.home-news,.home-partner{
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
    .news-content-item h3 {
        width: 100%;
        float: right;
        text-align: justify;
        line-height: 22px;
        font-size: 17px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .col-50 {
        float: none;
        width: 100%;
        position: relative;
    }
    .home-about-us-left{
        padding-bottom: 20px;
    }
    .news-content-item {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .footer-left{
        padding-right: 0;
        padding-bottom: 30px;
    }
    .footer-right > div:first-child{
        padding-bottom: 30px;
    }
    .hdContainer {
        width: 100%;
        height: 50px;
        box-shadow: 1px 1px 2px #b7b7b7;
    }
    .logo img {
        width: auto;
        height: 40px;
    }
    .logo {
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        left: calc(50% - 30px);
        top: 5px;
    }
    .hamburger-menu{
        left: 30px;
    }
    .botHd {
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        right: 0;
    }
    .botHd a{
        float: left;
        height: 18px;
        width: 18px;
    }
    .botHd p {
        float: left;
        padding: 4px 15px;
    }
    .main-content, footer{
        padding-left: 0;
    }
    .copyright-left{
        text-align: center;
        padding-bottom: 10px;
    }
    .copyright-right{
        float: left;
        text-align: center;
    }
    .ctMenu{
        padding-left: 0;
    }
    .ctMenu #nav > li .submenu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: matrix(1, 0, 0, 1, -50, 0);
        transition: .5s;
        position: relative;
        width: auto;
        left: 0;
        padding-bottom: 30px;
    }
    #nav{
        margin: auto;
        padding-left: 10px;
    }
    .subLink {
        padding-top: 20px;
        width: 360px;
        margin: auto;
        padding-left: 10px;
    }
    #nav > li > a{
        font-size: 20px;
    }
    .news-content-item h3 {
        width: calc(100% - 80px);
        float: right;
        text-align: justify;
        line-height: 22px;
        font-size: 17px;
        margin-top: 15px;
    }
    h2.title{
        font-size: 20px;
    }
    .copyright-right a:last-child{
        margin-right: 0;
    }
    .slideshow-desc {
        font-weight: bold;
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        position: absolute;
        top: calc(50% - 10px);
        color: #fff;
        padding: 10px 15px;
        font-size: 9px;
        text-shadow: 1px 2px 3px #000;
    }
    .main-doitac{
        background: transparent url(images/banner-doitac.html) no-repeat center;
        background-size: cover;
    }
    .left-container, .right-container{
        width: 100%;
        float: none;
        padding: 0;
    }
    .left-container{
        margin-bottom: 30px;
    }
    .main-content{
        margin-top: 50px;
    }
    .head-child h1 {
        position: absolute;
        top: 50%;
        right: 0;
        color: #fff;
        text-shadow: 1px 1px 3px #111;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .head-child{
        height: 150px;
        margin-bottom: 30px;
    }
    .home-work-left {
        padding-right: 0;
    }
    .home-work-right{
        padding-top: 20px;
        clear: both;
    }
    .home-work-right img {
        height: auto !important;
    }
    .linhvuc-item {
        padding: 1px;
    }
    .quanhecodong-item {
        float: left;
        width: 50%;
    }
    .quanhecodong-item:nth-child(3n+1) {
        clear: unset;
    }
    .quanhecodong-item:nth-child(2n+1) {
        clear: both;
    }
    .contact-row .col-50{
        padding: 0 !important;
    }
    .list-search .quanhecodong-item {
        width: 50%;
    }
    .list-search .quanhecodong-item:nth-child(2n+1) {
        clear: both;
    }
    .head-search h1{
        font-size: 25px;
    }
}