/*!
Theme Name: Tracdiahoangphat
Theme URI: https://bicweb.vn/
Author: BICWEB
Author URI: https://bicweb.vn/
Description: Một sản phẩm của BICWEB
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bicweb
Tags: bicweb, anduc 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

@import url(assets/css/components/reset.css);
@import url(assets/css/components/grid.css);
@import url(assets/css/components/modal.css);
@import url(assets/css/components/tab.css);


::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

:root {
  --content-size: 141rem;
  --primary: #FFC801;
  --primary_hover: #CFA71A;
  --secondary: #103178;
  --secondary_hover: #0E2C6C;
  --border: #E4E4E4;
}

body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222;
  background: #fff;
  line-height: 1.5;
  overflow: hidden auto;
}

a {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

a{
  color: var(--primary);
}


a:hover {
  color: var(--primary_hover);
}

button,
select,
input,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  outline: none;
  resize: none;
  vertical-align: middle;
}

.container {
  max-width: 144rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 155.2rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  cursor: pointer;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition-delay: 0s;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 4px;
  border: none;
  background: none;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1.3rem 2rem;
  line-height: normal;
}

.btn--primary {
  background: var(--primary);
}

.btn>* {
  position: relative;
  line-height: 1;
  z-index: 2;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  background-color: var(--primary_hover);
  border-radius: 3rem;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: 1;
}

.btn:hover {
  color: #fff;
  border-color: var(--primary);
}

.btn:hover svg path {
  stroke: #fff;
}

.btn:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

.text-center {
  text-align: center;
}

/* Swiper Slide*/
.swiper-control-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.swiper-control-btn.swiper-button-disabled {
  cursor: default;
  opacity: .2;
}

.swiper-control.anduc .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(0, -50%);
  -webkit-transform: translateY(0, -50%);
  -moz-transform: translateY(0, -50%);
  -o-transform: translateY(0, -50%);
}

.swiper-control.anduc .swiper-prev {
  left: -15px;
}

.swiper-control.anduc .swiper-next {
  right: -15px;
}

.swiper-control.anduc .swiper-control-btn:hover svg path {
  stroke: #fff !important;
}

.swiper-control-btn:hover {
  background: var(--primary) !important;
  border: none;
}

.swiper-pagination.anduc {
  position: absolute;
  z-index: 21;
  text-align: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.swiper-pagination.anduc .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-pagination.anduc .swiper-pagination-bullet-active {
  background: var(--primary);
}

/* Section */

.bic-box-title{
  position: relative;
  margin-bottom: 30px;
}
.bic-box-title .title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  font-family: "Merriweather", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;

    display: inline-block;
}
.bic-box-title .title a {
color: #222;
}

.bic-box-title h2.title{
border:none;
position: relative;
    padding: 10px 20px;
}
.bic-box-title h2.title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: transparent;
    border: 2px solid transparent;
    border-top-color: #ffc801;
    border-left-color: #ffc801;
    left: 0;
    top: 0;
}
.bic-box-title h2.title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: transparent;
    border: 2px solid transparent;
    border-bottom-color: #ffc801;
    border-right-color: #ffc801;
    right: 0;
    bottom: 0;
}
.bic-box-title .read-more{
  margin-left: auto;
  font-size: 1.4rem;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
 
    border: 2px solid #ffc801;
    padding: 14px;
}

.bic-box-title .read-more:hover{
  color: var(--primary);
}


.sc{
  position: relative;
}

.mb-60{
  margin-bottom: 60px;
}