/*!
Theme Name: tkw
Theme URI: http://underscores.me/
Author: thanhdoan
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tkw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #111;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
/*--- slick ---*/
#home-slide .slick-nav {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: all .3s;
}
#home-slide .slick-next {
  right: 60px;
  left: unset;
}
#home-slide .slick-nav i {
    color: #fff;
    background: #ef683a;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#home-slide:hover .slick-nav{
  left: 20px;
  opacity: 1;
}
#home-slide:hover .slick-next{
  right: 20px;
  left: unset;
  opacity: 1;
}
#home-slide figure,
#home-slide .widget {
  margin-bottom: 0;
}
#home-slide img {
  width: 100%;
}
#home-slide ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    list-style: none;
}
#home-slide ul.slick-dots li {
    width: 10px;
    background-color: #b9b9b9;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
#home-slide ul.slick-dots li:hover,
#home-slide ul.slick-dots li.slick-active {
    background: #fff;
}
#home-slide ul.slick-dots li button {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.section-1 img {
    max-height: 1000px;
    object-fit: cover;
}

.section-1 {
    position: relative;
}
.section-2 #logo {
    width: 130px;
    margin-top: 30px;
}

.section-2 {
    background: #111;
}
ul.info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-end;
}

ul.info a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    margin-left: 25px;
}

ul.info a i {
    margin-right: 10px;
}

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 50%);
}

ul.menu a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
}

ul.menu li:first-child a {
    padding-left: 0;
}

ul.menu li:last-child a {
    padding-right: 0;
}
div#section-1 h3 {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/6qYOcbYN20200419171941.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    white-space: nowrap;
    margin-bottom: 0;
}
.section-3 {
    padding: 50px 0;
    background: radial-gradient(circle, #E9E9E9, #F6F6F6);
}

.section-3 h2 {
    color: rgb(0, 0, 0);
    font-size: 57px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/uabvkib820200420031046.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-3 .box {
    display: flex;
    align-items: center;
    background: radial-gradient(circle, rgba(185, 49, 41, 1.0), rgba(145, 23, 16, 1.0));
}

.section-3 .box img {
    width: 400px;
}

.section-3 h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0 15px;
}
.section-4 img {
    max-height: 800px;
    object-fit: cover;
    object-position: center;
}

.section-4 .container {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.section-4 {
    position: relative;
}

.section-4 h2 {
    color: rgb(0, 0, 0);
    font-size: 57px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/fsl2stx220200420024752.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 991px;
    }
}
.section-4 .box {
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-4 .item:nth-child(1) h3 {
    color: rgb(0, 255, 32);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.section-4 .box span {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
}

.section-4 .item:nth-child(2) h3 {
    color: rgb(255, 247, 0);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.section-4 .item:nth-child(3) h3 {
    color: rgb(0, 255, 32);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.section-4 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.6;
    margin-top: 25px;
}
.section-5 .box {
    display: flex;
    flex-wrap: wrap;
}

.section-5 .item {
    width: 50%;
    padding: 20px;
}

.section-5 {
    background: linear-gradient(180deg, #E9E9E9, #F6F6F6);
    padding: 50px 0;
}

.section-5 .item img {
    margin: 0 auto;
    display: block;
}

.section-5 h3 {
    color: rgb(210, 32, 20);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 15px 0;
}

.section-5 p {
    color: rgb(59, 59, 59);
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-5 .item:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.section-5 .item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.section-5 .item:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.section-5 h2 {
    color: rgb(0, 0, 0);
    font-size: 51px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/njjrswre20200420031203.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.video-module-popup {
    background: rgba(64, 64, 68, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.video-module-popup .video-close {
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.video-module-popup .video-iframe {
    width: 70%;
    height: 77%;
    margin: 0 auto;
    position: relative;
    top: 10%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.video-module-popup.video-open .video-iframe {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.video-module-popup .video-iframe iframe {
    margin: 0;
    width: 100%;
    height: 100%;
}
.video-module-popup.video-open {
    opacity: 1;
}
.section-6 {
    padding: 50px 0;
    background: radial-gradient(circle, rgba(20, 75, 169, 1.0), rgba(11, 45, 104, 1.0));
}
.section-6 h1 {
    color: rgb(0, 0, 0);
    font-size: 51px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/jnllbcnu20200420075239.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-6 h2 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0;
    line-height: 1.4;
}
.section-6 img {
    height: 175px;
    object-fit: cover;
    width: 100%;
}

.section-6 a {
    display: block;
    position: relative;
}

.section-6 i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.section-6 h3 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.4;
    background-color: rgb(210, 32, 20);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 5px;
    padding: 5px 10px;
}
.section-6 .s6-r2 h2 {
    background: rgb(28, 150, 40);
}
.section-6 .s6-r2 h3 {
    background: rgb(28, 150, 40);
}
.section-6 .s6-r3 h2 {
    background: rgb(23, 101, 201);
}
.section-7,.section-8 {
    padding: 50px 0;
    background: radial-gradient(circle, rgba(210, 48, 39, 1.0), rgba(145, 23, 16, 1));
}
.section-8 {
    padding-top: 0;
}
.section-7 h2 {
    color: rgb(0, 0, 0);
    font-size: 51px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/qNi9QEMx20200420114149.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section-7 .item,.section-8 .item {
    background: rgba(210, 48, 39, 1.0);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.section-7 .row h3,.section-8 h3 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.4;
    background-color: rgb(210, 32, 20);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 5px;
    padding: 3px 5px;
}

.section-7 .row p,
.section-8 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0 10px 10px;
}
.section-7 .sub-heading p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
}

.section-7 .sub-heading h3 {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: bold;
    text-align: justify;
    margin-top: 15px;
}
.section-7 .col-lg-4:nth-child(2) h3 {
    background: rgb(247, 149, 2);
}

.section-7 .col-lg-4:nth-child(3) h3 {
    background:rgb(27, 150, 40);
}
.section-8 h3 {
    background: rgb(23, 100, 200);
}
.section-8 .col-lg-4:nth-child(2) h3 {
    background: rgb(138, 48, 232);
}

.section-8 .col-lg-4:nth-child(3) h3 {
    background:rgb(124, 169, 0);
}
.section-8 img {
    max-width: 576px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.section-9 h2 {
    color: rgb(0, 0, 0);
    font-size: 51px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/sopSmAUY20200420123915.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section-9 {
    padding: 50px 0;
    background: radial-gradient(circle, rgba(48, 129, 232, 1.0), rgba(17, 42, 67, 1.0));
}

.section-9 h3 {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.section-9 p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.section-9 img {
    width: 200px;
    display: block;
    margin: 15px auto;
}
.section-10 h2 {
    color: rgb(0, 0, 0);
    font-size: 51px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/oqgefhst20200420113051.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section-10 {
    background-size: cover;
    background-attachment: scroll;
    background-image: url(images/uvzndsld20200402065438.jpg);
    background-position: center top;
    background-repeat: repeat;
    padding: 50px 0;
    position: relative;
}
.section-10:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(5, 31, 78, 0.9);
}

.section-10 .container {
    position: relative;
    z-index: 99;
}
.section-11 h2 {
    color: rgb(0, 0, 0);
    font-size: 51px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
    background-image: url(images/oqgefhst20200420113051.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 25px;
}
.section-11 {
    background: rgb(5, 31, 77);
}
.section-11 h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    color: #fff;
}

ul.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-info li {
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 15px;
}

ul.footer-info li i {
    margin-right: 10px;
}

div#logo-footer img {
    width: 100px;
}

ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

ul.footer-social a {
    display: block;
    color: #fff;
    font-size: 21px;
    margin-right: 15px;
}
@media(max-width: 991px) {
    div#section-1 h3 {
    font-size: 20px;
    white-space: pre-wrap;
    width: 100%;
}

.s2-right {
    display: none;
}

.section-3 {
    padding: 20px 0;
}

.section-3 .box {
    flex-direction: column;
}

.section-4 h2 {
    font-size: 25px;
}

.section-4 .box span {
    font-size: 14px;
}

.section-4 {
    background: #111;
    padding: 20px 0;
}

.section-4 img {
    display: none;
}

.section-4 .container {
    position: unset;
    transform: unset;
}

.section-5 {
    padding: 20px 0;
}

.section-5 .item {
    width: 100%;
}

.section-5 .item:nth-child(1) {
    border-right: 0;
}

.section-5 .item:nth-child(3) {
    border-right: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.section-6 {
    padding: 20px 0;
}

.section-6 h1 {
    font-size: 28px;
}

.section-6 h2 {
    font-size: 21px;
}

.section-7 h2 {
    font-size: 28px;
}

.section-3 h2 {
    font-size: 28px;
}

.section-5 h2 {
    font-size: 28px;
}

.section-8 img {
    max-width: 100%;
}

.section-9 h2 {
    font-size: 28px;
}

.section-10 h2 {
    font-size: 28px;
}

.section-11 h2 {
    font-size: 28px;
}
.section-2 #logo {
    margin: 0;
    padding: 15px 0;
}
}